accounts-frontend/src/pages/auth/auth.scss

16 lines
197 B
SCSS
Raw Normal View History

@import "~components/ui/colors.scss";
2016-01-04 02:48:42 +05:30
.sidebar {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 300px;
background: $black;
2016-01-04 02:48:42 +05:30
}
.content {
margin-left: 300px;
}