misuzu/assets/less/classes/forum/topics.less

20 lines
342 B
Text
Raw Normal View History

2018-05-18 01:20:27 +00:00
.forum__topics {
2018-10-15 20:39:31 +00:00
margin-bottom: 2px;
box-sizing: content-box;
overflow: auto;
&__empty {
font-size: 1.2em;
line-height: 1.5em;
text-align: center;
padding: 10px;
2018-05-20 01:16:29 +00:00
}
2018-10-15 20:39:31 +00:00
&__list {
2018-05-20 01:16:29 +00:00
display: flex;
2018-10-15 20:39:31 +00:00
flex-direction: column;
margin: 5px;
overflow: hidden;
2018-05-20 01:16:29 +00:00
}
2018-05-18 01:20:27 +00:00
}