diff options
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 26ba490c7..4b47dde09 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -345,7 +345,7 @@ | |||
345 | width: 18px; | 345 | width: 18px; |
346 | min-width: 18px; | 346 | min-width: 18px; |
347 | height: 18px; | 347 | height: 18px; |
348 | border: $border-width solid var(--mainForegroundColor); | 348 | border: $border-width solid $fg-color; |
349 | border-radius: 3px; | 349 | border-radius: 3px; |
350 | vertical-align: middle; | 350 | vertical-align: middle; |
351 | cursor: pointer; | 351 | cursor: pointer; |
@@ -359,14 +359,14 @@ | |||
359 | height: 12px; | 359 | height: 12px; |
360 | opacity: 0; | 360 | opacity: 0; |
361 | transform: rotate(45deg) scale(0); | 361 | transform: rotate(45deg) scale(0); |
362 | border-right: 2px solid var(--mainBackgroundColor); | 362 | border-right: 2px solid $bg-color; |
363 | border-bottom: 2px solid var(--mainBackgroundColor); | 363 | border-bottom: 2px solid $bg-color; |
364 | } | 364 | } |
365 | } | 365 | } |
366 | 366 | ||
367 | &:checked + span { | 367 | &:checked + span { |
368 | border-color: transparent; | 368 | border-color: transparent; |
369 | background: var(--mainColor); | 369 | background: $orange-color; |
370 | animation: jelly 0.6s ease; | 370 | animation: jelly 0.6s ease; |
371 | 371 | ||
372 | &:after { | 372 | &:after { |