8 lines
115 B
SCSS
8 lines
115 B
SCSS
|
.cr-option-menu {
|
||
|
margin-top: map-get($spacers, 2);
|
||
|
|
||
|
&__button {
|
||
|
margin-right: map-get($spacers, 2);
|
||
|
}
|
||
|
}
|