salix/front/core/components/icon-button/style.scss

14 lines
194 B
SCSS

@import "effects";
.vn-icon-button {
@extend %clickable-light;
color: $color-button;
& > button {
padding: 3px !important;
}
&:focus {
opacity: .6;
}
}