소스 검색

blind important fontsize

alexlcdee 8 년 전
부모
커밋
cdc3546090
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  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 {