salix/modules/agency/front/location/style.scss

14 lines
268 B
SCSS
Raw Normal View History

2019-10-08 07:23:29 +00:00
@import "variables";
2019-10-16 07:52:46 +00:00
vn-treeview-child {
.content > .vn-check:not(.indeterminate) {
2019-11-10 10:08:44 +00:00
color: $color-button;
2019-10-08 07:23:29 +00:00
& > .btn {
2019-11-10 10:08:44 +00:00
border-color: $color-button;
2019-10-08 07:23:29 +00:00
}
}
.content > .vn-check.checked {
2019-11-10 10:08:44 +00:00
color: $color-button;
2019-10-08 07:23:29 +00:00
}
}