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

17 lines
224 B
SCSS
Raw Normal View History

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