Fixed border of checkbox in confirmation modal

This commit is contained in:
Hirame1 2022-07-07 23:52:25 +07:00
parent e08663f9d1
commit 6a453af261

View File

@ -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;