11 lines
132 B
SCSS
11 lines
132 B
SCSS
|
.env-banner {
|
||
|
&,
|
||
|
&:not(:last-child):not(:last-child) {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.level-item {
|
||
|
padding: $size-10 $size-8;
|
||
|
}
|
||
|
}
|