forked from External/greenlight
Fix checkbox styling (#547)
This commit is contained in:
committed by
farhatahmad
parent
f7fef926f8
commit
c3d1ce3a04
@ -29,6 +29,12 @@
|
||||
box-shadow: 0 0 0 2px $primary-color-lighten !important;
|
||||
}
|
||||
|
||||
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
|
||||
background-color: $primary-color !important;
|
||||
border-color: $primary-color !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $primary-color !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user