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

14 lines
268 B
SCSS

@import "variables";
vn-treeview-child {
.content > .vn-check:not(.indeterminate) {
color: $color-button;
& > .btn {
border-color: $color-button;
}
}
.content > .vn-check.checked {
color: $color-button;
}
}