mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2025-02-16 15:40:16 +00:00
Fixed border of checkbox in confirmation modal
This commit is contained in:
parent
e08663f9d1
commit
6a453af261
@ -51,6 +51,11 @@ body.t-s11 {
|
||||
box-shadow: 0 0 1.5rem 0 black;
|
||||
}
|
||||
|
||||
.t-s11 .c-modal__confirmation-toggle__checkbox {
|
||||
top: 0.05rem;
|
||||
border: var(--var-border-width, 0.3rem) solid black;
|
||||
}
|
||||
|
||||
.o-tachyon-particle {
|
||||
fill: orange !important;
|
||||
font-family: Typewriter;
|
||||
|
Loading…
Reference in New Issue
Block a user