Browse Source

fixing SCSS and SASS bugs

davegandy 12 năm trước cách đây
mục cha
commit
130486b09d
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 2 2
      sass/font-awesome.sass
  2. 2 2
      sass/font-awesome.scss

+ 2 - 2
sass/font-awesome.sass

@@ -91,7 +91,7 @@ a
 /* makes the font 33% larger relative to the icon container */
 .icon-large:before
   vertical-align: -10%
-  font-size: 4/3em
+  font-size: 1.3333333333333333em
 
 .btn, .nav
   [class^="icon-"],
@@ -119,7 +119,7 @@ li, .nav li
     text-align: center
     &.icon-large
       /* increased font size for icon-large */
-      width: 1.25*1.25em
+      width: 1.5625em
 
 ul.icons
   list-style-type: none

+ 2 - 2
sass/font-awesome.scss

@@ -94,7 +94,7 @@ a {
 /* makes the font 33% larger relative to the icon container */
 .icon-large:before {
   vertical-align: -10%;
-  font-size: 4/3em;
+  font-size: 1.3333333333333333em;
 }
 
 .btn, .nav {
@@ -123,7 +123,7 @@ li, .nav li {
     text-align: center;
     &.icon-large {
       /* increased font size for icon-large */
-      width: 1.25*1.25em;
+      width: 1.5625em;
     }
   }
 }