8 lines
97 B
SCSS
8 lines
97 B
SCSS
@import 'common/variables';
|
|
|
|
.root__thread {
|
|
&:last-child {
|
|
margin-bottom: -$offset;
|
|
}
|
|
}
|