refactor: update layout

This commit is contained in:
mrholek
2023-09-26 23:35:16 +02:00
parent 50645fce23
commit 9fcca654fb
5 changed files with 79 additions and 27 deletions
+16
View File
@@ -1,6 +1,22 @@
body {
background-color: var(--cui-tertiary-bg);
}
.wrapper {
width: 100%;
@include ltr-rtl("padding-left", var(--cui-sidebar-occupy-start, 0));
will-change: auto;
@include transition(padding .15s);
}
@if $enable-dark-mode {
@include color-mode(dark) {
body {
background-color: var(--cui-dark-bg-subtle);
}
.footer {
--cui-footer-bg: var(--cui-body-bg);
}
}
}