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

19 lines
344 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
vn-icon-button {
outline: 0;
2019-02-08 16:49:51 +00:00
color: $color-main;
button {
background: transparent !important;
background-color: transparent !important;
display: inline-block;
2019-02-08 16:49:51 +00:00
color: inherit;
border: 0;
2019-02-08 16:49:51 +00:00
&.mdl-button--colored {
color: inherit;
}
}
}