Explorar o código

fix: visualeditor font sizes not working in rendered version

NGPixel %!s(int64=3) %!d(string=hai) anos
pai
achega
43cc114ff0
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      client/themes/default/scss/app.scss

+ 13 - 0
client/themes/default/scss/app.scss

@@ -228,6 +228,19 @@
     margin: 0 1px -4px;
     margin: 0 1px -4px;
   }
   }
 
 
+  .text-huge {
+    font-size: 1.8em;
+  }
+  .text-big {
+    font-size: 1.4em;
+  }
+  .text-small {
+    font-size: .85em;
+  }
+  .text-tiny {
+    font-size: .7em;
+  }
+
   blockquote {
   blockquote {
     padding: 0 1rem 1rem 1rem;
     padding: 0 1rem 1rem 1rem;
     background-color: mc('blue-grey', '50');
     background-color: mc('blue-grey', '50');