12 lines
133 B
SCSS
12 lines
133 B
SCSS
.modelAreaItem {
|
|
&:not(:first-child) {
|
|
margin-top: 8px;
|
|
}
|
|
}
|
|
|
|
.modelItem {
|
|
&:not(:first-child) {
|
|
margin-top: 8px;
|
|
}
|
|
}
|