Parcourir la source

Emoji class is not appearing for some reason - temp fix

Angus McLeod il y a 7 ans
Parent
commit
5a1ef0eedc
1 fichiers modifiés avec 10 ajouts et 6 suppressions
  1. 10 6
      assets/stylesheets/wizard/wizard_custom.scss

+ 10 - 6
assets/stylesheets/wizard/wizard_custom.scss

@@ -12,6 +12,12 @@
     min-height: initial;
   }
 
+  img.emoji {
+    width: 20px;
+    height: 20px;
+    vertical-align: middle;
+  }
+
   .wizard-step-title {
     flex: 0;
   }
@@ -23,6 +29,10 @@
       line-height: 1.7;
       margin-top: 0;
       margin-bottom: 0;
+
+      img {
+        @extend img.emoji;
+      }
     }
 
     i {
@@ -187,12 +197,6 @@
     margin: 0.5em 0;
   }
 
-  img.emoji {
-    width: 20px;
-    height: 20px;
-    vertical-align: middle;
-  }
-
   .combo-box ul {
     padding: 0;
   }