2016-01-04 18:28:23 +05:30
|
|
|
@import "~components/ui/colors.scss";
|
|
|
|
|
2016-01-09 15:21:29 +05:30
|
|
|
$sidebar-width: 320px;
|
|
|
|
|
2016-01-04 02:48:42 +05:30
|
|
|
.sidebar {
|
|
|
|
position: absolute;
|
2016-01-08 18:44:35 +05:30
|
|
|
top: 50px;
|
2016-01-04 02:48:42 +05:30
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2016-01-09 15:21:29 +05:30
|
|
|
width: $sidebar-width;
|
2016-01-04 02:48:42 +05:30
|
|
|
|
2016-01-04 18:28:23 +05:30
|
|
|
background: $black;
|
2016-01-04 02:48:42 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
2016-01-09 15:21:29 +05:30
|
|
|
margin-left: $sidebar-width;
|
2016-01-08 18:44:35 +05:30
|
|
|
padding: 55px 50px;
|
2016-01-19 11:47:21 +05:30
|
|
|
text-align: center;
|
2016-01-04 02:48:42 +05:30
|
|
|
}
|