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

14 lines
194 B
SCSS
Raw Normal View History

2019-10-09 22:47:29 +00:00
@import "effects";
.vn-icon-button {
2019-10-09 22:47:29 +00:00
@extend %clickable-light;
2019-11-10 10:08:44 +00:00
color: $color-button;
2019-10-18 19:36:30 +00:00
& > button {
2020-04-02 12:20:57 +00:00
padding: 3px !important;
2019-10-18 19:36:30 +00:00
}
&:focus {
opacity: .6;
}
}