c23ba1f6fb
Changes at a glance: - Switch from BS3 to BS4 - Polishing of some UI elements (low-hanging fruit for UX) - Mobile-friendly layout.
7 lines
115 B
SCSS
7 lines
115 B
SCSS
.cr-option-menu {
|
|
margin-top: map-get($spacers, 2);
|
|
|
|
&__button {
|
|
margin-right: map-get($spacers, 2);
|
|
}
|
|
}
|