misuzu/assets/less/mio/classes/index.less

30 lines
461 B
Text
Raw Normal View History

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