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;
|
|
|
|
|
|
|
|
button {
|
|
|
|
background: transparent !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
display: inline-block;
|
2018-05-14 10:54:17 +00:00
|
|
|
color: $main-01;
|
2018-10-11 07:41:30 +00:00
|
|
|
border: 0
|
|
|
|
}
|
|
|
|
|
|
|
|
button.mdl-button--colored {
|
|
|
|
color: orange
|
2018-04-19 12:46:06 +00:00
|
|
|
}
|
|
|
|
}
|