mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +00:00
15 lines
218 B
SCSS
15 lines
218 B
SCSS
@import "_mixins", "_vars";
|
|
|
|
main {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: relative;
|
|
top: 0;
|
|
bottom: 100%;
|
|
left: 0;
|
|
z-index: 1;
|
|
|
|
background: $background-color;
|
|
transition: all 0.2s;
|
|
}
|