Closed hom3mad3 closed 1 week ago
@hom3mad3 Can't we do (pseudo-code)...
.panel--heavy .form-check {
padding: $some-padding;
}
or
:not(.panel--heavy) .form-check {
padding: 0;
}
Or am I missing something?
@vellip i'm probably so afraid of globally resetting stuff at this point 😂 but i prefer your solution 👍🏼
@vellip thanks! removed the BS
This PR addresses an issue with padding for checkboxes using the predefined BerlinOnline classes. Instead of globally resetting the BO styles, I am introducing a utility class to selectively remove padding for the special forms that require it.
login and account pages forms
grey forms (panel--heavy)
Tasks