Fix checkbox themes
authorChocobozzz <me@florianbigard.com>
Tue, 22 Oct 2019 09:14:58 +0000 (11:14 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 22 Oct 2019 09:14:58 +0000 (11:14 +0200)
client/src/app/menu/avatar-notification.component.scss
client/src/sass/include/_mixins.scss

index 5e09225df8e11df0593eb72342791b51c60f0395..d0f01fc3277d0c752238332302e7bc79035bb640 100644 (file)
@@ -56,7 +56,7 @@
         align-items: center;
         justify-content: center;
         font-weight: $font-semibold;
-        color: var(--mainForegroundColor);
+        color: $fg-color;
         padding: 7px 0;
       }
     }
index 26ba490c7473a484d36b1b1b4a5a5594abf4ac48..4b47dde09f1918101ad572469593f01b2df7ccc1 100644 (file)
     width: 18px;
     min-width: 18px;
     height: 18px;
-    border: $border-width solid var(--mainForegroundColor);
+    border: $border-width solid $fg-color;
     border-radius: 3px;
     vertical-align: middle;
     cursor: pointer;
       height: 12px;
       opacity: 0;
       transform: rotate(45deg) scale(0);
-      border-right: 2px solid var(--mainBackgroundColor);
-      border-bottom: 2px solid var(--mainBackgroundColor);
+      border-right: 2px solid $bg-color;
+      border-bottom: 2px solid $bg-color;
     }
   }
 
   &:checked + span {
     border-color: transparent;
-    background: var(--mainColor);
+    background: $orange-color;
     animation: jelly 0.6s ease;
 
     &:after {