2019-02-06 10:24:29 +00:00
|
|
|
@import "variables";
|
2018-05-14 10:54:17 +00:00
|
|
|
|
2018-04-19 12:46:06 +00:00
|
|
|
vn-icon-button {
|
2018-10-11 07:41:30 +00:00
|
|
|
outline: 0;
|
2019-02-08 16:49:51 +00:00
|
|
|
color: $color-main;
|
2018-10-11 07:41:30 +00:00
|
|
|
|
|
|
|
button {
|
|
|
|
background: transparent !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
display: inline-block;
|
2019-02-08 16:49:51 +00:00
|
|
|
color: inherit;
|
|
|
|
border: 0;
|
2018-10-11 07:41:30 +00:00
|
|
|
|
2019-02-08 16:49:51 +00:00
|
|
|
&.mdl-button--colored {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2018-04-19 12:46:06 +00:00
|
|
|
}
|
|
|
|
}
|