change checkbox color

This commit is contained in:
yogesh_gohil
2019-11-19 16:23:30 +05:30
parent 2a8c1deff6
commit 39170a5765

View File

@ -116,6 +116,12 @@ code, .code {
height: 70px !important; height: 70px !important;
} }
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: $ls-color-primary !important;
background-color: $ls-color-primary !important;
}
.avatar-cropper-btn:hover { .avatar-cropper-btn:hover {
background-color: $ls-color-primary !important; background-color: $ls-color-primary !important;
color: $white; color: $white;