opt-cc/static/src/app/statistic/stats.component.scss

27 lines
381 B
SCSS
Raw Normal View History

2018-07-30 20:43:47 +02:00
.side-bar {
width: 20%;
float: left;
2019-02-27 23:13:23 +01:00
@media all and (max-width: 959px) {
2019-03-03 18:09:20 +01:00
width: 100%!important;
2019-02-27 23:13:23 +01:00
}
2018-07-30 20:43:47 +02:00
}
.collapsed {
width: 70px;
}
.button-container {
position: relative;
z-index: 100;
2019-02-27 23:13:23 +01:00
& > button {
position: fixed;
top: calc(100vh - 35px);
left: -10px;
background: #424242;
border: 1px solid #dadada;
box-shadow: #ffd740 0 0 3px;
}
2018-07-30 20:43:47 +02:00
}