Separated admin and site pages
All checks were successful
Build and Deploy Astro Site / deploy (push) Successful in 54s
All checks were successful
Build and Deploy Astro Site / deploy (push) Successful in 54s
This commit is contained in:
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@@ -1,4 +1,4 @@
|
||||
@import url('../styles/settings.css');
|
||||
@import url('../../styles/settings.css');
|
||||
|
||||
html {
|
||||
font-size: var(--typo-size-base);
|
||||
@@ -1,15 +1,3 @@
|
||||
/*
|
||||
|
||||
--el-dd-color: var(--color-text-primary);
|
||||
--el-dd-font-family: var(--font-body);
|
||||
--el-dd-font-size: var(--typo-size-md);
|
||||
--el-dd-line-height: var(--typo-leading-normal);
|
||||
--el-dd-indent: var(--spacing-tight);
|
||||
--el-dd-vspace-base: calc(1em * var(--el-dd-line-height));
|
||||
--el-dd-vspace-top: calc(var(--el-dd-vspace-base) * var(--vspace-compressed));
|
||||
--el-dd-vspace-bottom: calc(var(--el-dd-vspace-base) * var(--vspace-tight));
|
||||
*/
|
||||
|
||||
.definitionlist {
|
||||
margin-block: var(--el-dl-vspace-top) var(--el-dl-vspace-bottom);
|
||||
font-size: var(--el-dl-font-size);
|
||||
|
||||
Reference in New Issue
Block a user