Files
glovetleong 8fa80e4a1a setup
2021-06-17 09:53:04 +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";