7 lines
97 B
SCSS
7 lines
97 B
SCSS
.#{$ns}MappingField {
|
|
margin-right: var(--gap-xs);
|
|
&:last-child {
|
|
margin-right: 0;
|
|
}
|
|
}
|