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

14 lines
159 B
SCSS
Raw Normal View History

2016-01-04 02:48:42 +05:30
.sidebar {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 300px;
background: #232323;
}
.content {
margin-left: 300px;
}