misuzu/assets/less/mio/classes/index.less
2018-07-15 04:15:12 +02:00

29 lines
461 B
Text

.index {
display: flex;
flex-direction: row-reverse;
&__sidebar {
width: 300px;
margin-left: 2px;
flex: 0 0 auto;
}
&__main {
flex: 1 1 auto;
}
&__stats {
&__emphasis {
font-weight: 700;
}
&__link {
color: inherit;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
}