25 lines
436 B
CSS
25 lines
436 B
CSS
|
.profile__forum-activity__content {
|
||
|
margin: 5px;
|
||
|
}
|
||
|
|
||
|
.profile__forum-activity__topic {
|
||
|
margin-top: 5px;
|
||
|
}
|
||
|
|
||
|
.profile__forum-activity__leader {
|
||
|
font-size: .9em;
|
||
|
margin: 0 5px;
|
||
|
}
|
||
|
|
||
|
.profile__forum-activity .forum__category__icon {
|
||
|
width: 30px;
|
||
|
height: 30px;
|
||
|
font-size: 1.5em;
|
||
|
line-height: 1.5em;
|
||
|
flex: 0 0 30px;
|
||
|
}
|
||
|
|
||
|
.profile__forum-activity .forum__category {
|
||
|
background-color: rgba(17, 17, 17, .6);
|
||
|
}
|