MDL-58798 theme_boost: Override font size for big icon fonts
authorJun Pataleta <jun@moodle.com>
Wed, 3 May 2017 06:41:13 +0000 (14:41 +0800)
committerJun Pataleta <jun@moodle.com>
Wed, 3 May 2017 06:44:33 +0000 (14:44 +0800)
theme/boost/scss/moodle/icons.scss

index d1826a6..a0ad54e 100644 (file)
@@ -25,6 +25,7 @@ $icon-big-height: 64px;
     &.iconsize-big {
         width: $icon-big-width;
         height: $icon-big-height;
+        font-size: $icon-big-height;
     }
 }