Force white color on consent label span
This commit is contained in:
@@ -1571,9 +1571,12 @@ button {
|
|||||||
gap: 10px;
|
gap: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 0.88rem;
|
font-size: 0.88rem;
|
||||||
color: #ffffff;
|
color: #ffffff !important;
|
||||||
line-height: 1.45;
|
line-height: 1.45;
|
||||||
}
|
}
|
||||||
|
.access-consent-label span {
|
||||||
|
color: #ffffff !important;
|
||||||
|
}
|
||||||
.access-consent-label input[type=checkbox] {
|
.access-consent-label input[type=checkbox] {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user