Преглед на файлове

ux(): updated checkbox v3 experiment

Torkel Ödegaard преди 9 години
родител
ревизия
c2ef2ef287
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      public/sass/components/_switch.scss

+ 3 - 3
public/sass/components/_switch.scss

@@ -50,9 +50,9 @@ $switch-height: 1.5rem;
     font-family: 'FontAwesome';
     //content: "\f00c";
 
-    //content: "\f096"; // square-o
-    content: "\f046"; // check-square-o
-    color: darken($text-color-weak, 17%);
+    content: "\f096"; // square-o
+    //content: "\f046"; // check-square-o
+    color: darken($text-color-weak, 10%);
     transition: transform 0.4s;
     backface-visibility: hidden;
     text-shadow: 0px 0px 5px rgb(45, 45, 45);