11 lines
154 B
Text
11 lines
154 B
Text
|
.forum__actions {
|
||
|
&__content {
|
||
|
margin: 2px;
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
&__button:not(:first-child) {
|
||
|
margin-left: 2px;
|
||
|
}
|
||
|
}
|