2018-09-25 22:11:20 +00:00
|
|
|
.forum__categories {
|
2019-02-26 15:14:23 +00:00
|
|
|
margin: 2px 0;
|
2018-09-25 22:11:20 +00:00
|
|
|
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;
|
2018-10-15 14:04:01 +00:00
|
|
|
overflow: hidden;
|
2018-09-25 22:11:20 +00:00
|
|
|
}
|
|
|
|
}
|