This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/resources/assets/less/yuuno/bem/forum-list.less

22 lines
363 B
Text
Raw Normal View History

2016-11-12 01:52:51 +00:00
.forum-list {
display: flex;
flex-flow: column;
&__category {
background: #C2AFFE;
font-weight: 700;
font-size: 17px;
padding: 4px;
color: inherit;
&-link {
color: inherit !important;
}
}
2016-11-12 18:49:38 +00:00
&__buttons {
display: flex;
justify-content: space-between;
}
2016-11-12 01:52:51 +00:00
}