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

20 lines
290 B
SCSS
Raw Normal View History

@import "~components/ui/colors.scss";
$sidebar-width: 320px;
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: $sidebar-width;
2016-01-04 02:48:42 +05:30
background: $black;
2016-01-04 02:48:42 +05:30
}
.content {
margin-left: $sidebar-width;
padding: 55px 50px;
text-align: center;
2016-01-04 02:48:42 +05:30
}