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