mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-03 12:10:45 +05:30
14 lines
159 B
SCSS
14 lines
159 B
SCSS
|
.sidebar {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
width: 300px;
|
||
|
|
||
|
background: #232323;
|
||
|
}
|
||
|
|
||
|
.content {
|
||
|
margin-left: 300px;
|
||
|
}
|