Procházet zdrojové kódy

blind important fontsize

alexlcdee před 8 roky
rodič
revize
cdc3546090
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. 6 6
      src/files/scss/_blind.scss

+ 6 - 6
src/files/scss/_blind.scss

@@ -87,27 +87,27 @@
 }
 
 .font100 {
-    font-size: 100%;
+    font-size: 100% !important;
 }
 
 .font102 {
-    font-size: 102%;
+    font-size: 102% !important;
 }
 
 .font104 {
-    font-size: 104%;
+    font-size: 104% !important;
 }
 
 .font106 {
-    font-size: 106%;
+    font-size: 106% !important;
 }
 
 .font108 {
-    font-size: 108%;
+    font-size: 108% !important;
 }
 
 .font110 {
-    font-size: 110%;
+    font-size: 110% !important;
 }
 
 .default {