salix/front/core/components/chip/style.scss

18 lines
280 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
2018-09-04 09:49:00 +00:00
vn-chip {
2018-09-14 07:10:30 +00:00
margin: 0 0.5em 0.5em 0;
2018-09-04 09:49:00 +00:00
.mdl-chip {
2018-09-07 10:20:57 +00:00
background-color: rgba($main-01, 0.9);
2018-09-14 07:10:30 +00:00
color: #FFF
2018-09-07 10:20:57 +00:00
}
.mdl-chip:active {
2018-09-04 09:49:00 +00:00
background-color: $main-01
}
2018-09-14 07:10:30 +00:00
& > vn-one > span > span {
max-width: 100%;
}
2018-09-04 09:49:00 +00:00
}