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

14 lines
193 B
SCSS

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