summaryrefslogtreecommitdiffstats
path: root/uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_core.scss
diff options
context:
space:
mode:
authorj00302280 <j00101220@huawei.com>2016-08-15 15:10:41 +0800
committerj00302280 <j00101220@huawei.com>2016-08-15 15:10:41 +0800
commit86aeea2edb0dac0e049ec75ab6616e8d19e16e22 (patch)
tree9cc5c815ad440e96cd31021a9f19b1df090f8570 /uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_core.scss
parent8c940f2ab540e62c139498c16596bd306eac60b4 (diff)
upload the gso gui seed code
Change-Id: I7b91cadaf817d2c92280f9ff702a7ca679fa41eb Signed-off-by: j00302280 <j00101220@huawei.com>
Diffstat (limited to 'uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_core.scss')
-rw-r--r--uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_core.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_core.scss b/uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_core.scss
new file mode 100644
index 00000000..a0aa30e9
--- /dev/null
+++ b/uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_core.scss
@@ -0,0 +1,11 @@
+// Base Class Definition
+// -------------------------
+
+.#{$fa-css-prefix} {
+ display: inline-block;
+ font: normal normal normal 14px/1 FontAwesome; // shortening font declaration
+ font-size: inherit; // can't have font-size inherit on line above, so need to override
+ text-rendering: auto; // optimizelegibility throws things off #1094
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}