2018-07-21 15:37:35 +00:00
|
|
|
@mio-index-mobile: 700px;
|
|
|
|
|
2018-07-11 21:48:41 +00:00
|
|
|
.index {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
2018-07-21 15:37:35 +00:00
|
|
|
@media (max-width: @mio-index-mobile) {
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
}
|
|
|
|
|
2018-07-11 21:48:41 +00:00
|
|
|
&__sidebar {
|
|
|
|
width: 300px;
|
|
|
|
margin-left: 2px;
|
2018-07-15 02:15:12 +00:00
|
|
|
flex: 0 0 auto;
|
2018-07-21 15:37:35 +00:00
|
|
|
|
|
|
|
@media (max-width: @mio-index-mobile) {
|
|
|
|
width: 100%;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2018-07-11 21:48:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__main {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__stats {
|
|
|
|
&__emphasis {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__link {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|