salix/client/core/src/components/chip/style.scss

11 lines
164 B
SCSS
Raw Normal View History

2018-09-04 09:49:00 +00:00
@import 'colors';
vn-chip {
.mdl-chip {
2018-09-07 10:20:57 +00:00
background-color: rgba($main-01, 0.9);
}
.mdl-chip:active {
2018-09-04 09:49:00 +00:00
background-color: $main-01
}
}