mirror of
https://github.com/crater-invoice/crater.git
synced 2026-06-09 12:32:31 -04:00
change checkbox color
This commit is contained in:
Vendored
+6
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user