cms/app-client/app/styles/app.scss
changeset 214 9bff007eb03c
parent 210 08ad36c693b1
child 216 c174124d1849
--- a/cms/app-client/app/styles/app.scss	Wed Jun 29 09:01:43 2016 +0200
+++ b/cms/app-client/app/styles/app.scss	Wed Jun 29 10:54:13 2016 +0200
@@ -119,3 +119,14 @@
     cursor: default;
     color: inherit;
 }
+
+
+i.fa {
+    font-size: 0px;
+    text-align: center;
+    box-sizing: border-box;
+}
+
+i.fa::before {
+    font-size: 12px;
+}