Files
glovetleong ad85832e75 user UI setup
user login UI
2021-07-06 11:54:00 +08:00

24 lines
390 B
SCSS
Vendored

// Main Base
.app-main__outer {
flex: 1;
flex-direction: column;
display: flex;
z-index: 8;
padding: $app-header-height 0 0 $app-sidebar-width;
transition: all .2s;
}
.app-main__inner {
padding: $grid-gutter-width $grid-gutter-width 0;
flex: 1;
}
.body-tabs {
margin: (-($grid-gutter-width / 3)) 0 ($grid-gutter-width / 1.3);
}
// Themes
@import "themes/main-white";