scinote-web/app/assets/stylesheets/shared/action_toolbar.scss

9 lines
130 B
SCSS
Raw Normal View History

.sn-action-toolbar {
background: $color-concrete;
z-index: 100;
.btn.btn-light:hover {
background: $color-white;
}
}