misuzu/assets/less/classes/forum/categories.less

20 lines
346 B
Text
Raw Normal View History

2018-09-25 22:11:20 +00:00
.forum__categories {
margin-bottom: 2px;
box-sizing: content-box;
overflow: auto;
&__empty {
font-size: 1.2em;
line-height: 1.5em;
text-align: center;
padding: 10px;
}
&__list {
display: flex;
flex-direction: column;
margin: 5px;
overflow: hidden;
2018-09-25 22:11:20 +00:00
}
}