2019-10-09 22:47:29 +00:00
|
|
|
@import "effects";
|
2018-05-14 10:54:17 +00:00
|
|
|
|
2019-10-28 16:31:33 +00:00
|
|
|
.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;
|
2018-10-11 07:41:30 +00:00
|
|
|
|
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;
|
2018-04-19 12:46:06 +00:00
|
|
|
}
|
|
|
|
}
|