8 lines
86 B
CSS
8 lines
86 B
CSS
.comment__control {
|
|
margin-right: 8px;
|
|
|
|
&:last-child {
|
|
margin-right: 0;
|
|
}
|
|
}
|