We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07779aa commit 6cc8253Copy full SHA for 6cc8253
resources/less/admin.less
@@ -1,2 +1,17 @@
1
@import url("https://fonts.googleapis.com/css?family=Material+Icons");
2
@import "app.less";
3
+
4
+.fa {
5
+ font:normal normal normal 60px/1 'Material Icons';
6
+ display:inline-block;
7
+ transform:translateY(20%);
8
+ text-transform:none;
9
+ letter-spacing:normal;
10
+ word-wrap:normal;
11
+ white-space:nowrap;
12
+ direction:ltr;
13
+ -webkit-font-smoothing:antialiased;
14
+ text-rendering:optimizeLegibility;
15
+ -moz-osx-font-smoothing:grayscale;
16
+ font-feature-settings:'liga'
17
+}
0 commit comments