[Glitch] Forces radio buttons to be correctly centred
Port ff7230df065461ad3fafefdb974f723641059388 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
568d6a9eac
commit
4f759ad2c3
@ -7985,14 +7985,11 @@ img.modal-warning {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.radio-button__input.checked::before {
|
.radio-button__input.checked::before {
|
||||||
position: absolute;
|
|
||||||
left: 2px;
|
|
||||||
top: 2px;
|
|
||||||
content: '';
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 12px;
|
width: calc(100% - 4px);
|
||||||
height: 12px;
|
height: calc(100% - 4px);
|
||||||
background: $ui-highlight-color;
|
background: $ui-highlight-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user