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

14 lines
193 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-02-08 16:49:51 +00:00
color: $color-main;
2019-10-18 19:36:30 +00:00
& > button {
2019-10-18 19:54:13 +00:00
padding: .2em !important;
2019-10-18 19:36:30 +00:00
}
&:focus {
opacity: .6;
}
}