cssOMS/main.scss

15 lines
217 B
SCSS

@import "_mixin", "color";
main {
height: 100%;
width: 100%;
position: relative;
top: 0;
bottom: 100%;
left: 0;
z-index: 1;
background: $background-color;
transition: all 0.2s;
}