mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 20:34:01 +00:00
ad85832e75
user login UI
24 lines
390 B
SCSS
Vendored
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";
|