summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-common/src/main/webapp/common/thirdparty/font-awesome/scss/_larger.scss
diff options
context:
space:
mode:
author“shentao” <shentao@chinamobile.com>2016-09-19 17:32:42 +0800
committer“shentao” <shentao@chinamobile.com>2016-09-19 17:32:42 +0800
commit0c4c35f8fd0e68e5f04f88639d6869526075e513 (patch)
tree5ee64b8e22ed8d103b59bd7555ddc2370eb946ec /openo-portal/portal-common/src/main/webapp/common/thirdparty/font-awesome/scss/_larger.scss
parentd72d6805ae03018254edb6608f9b193915495880 (diff)
add thirdparty files
Change-Id: Ice7ebee337a78faf506691e80d4a9a83f4eb7f02 Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp/common/thirdparty/font-awesome/scss/_larger.scss')
-rw-r--r--openo-portal/portal-common/src/main/webapp/common/thirdparty/font-awesome/scss/_larger.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/thirdparty/font-awesome/scss/_larger.scss b/openo-portal/portal-common/src/main/webapp/common/thirdparty/font-awesome/scss/_larger.scss
new file mode 100644
index 00000000..41e9a818
--- /dev/null
+++ b/openo-portal/portal-common/src/main/webapp/common/thirdparty/font-awesome/scss/_larger.scss
@@ -0,0 +1,13 @@
+// Icon Sizes
+// -------------------------
+
+/* makes the font 33% larger relative to the icon container */
+.#{$fa-css-prefix}-lg {
+ font-size: (4em / 3);
+ line-height: (3em / 4);
+ vertical-align: -15%;
+}
+.#{$fa-css-prefix}-2x { font-size: 2em; }
+.#{$fa-css-prefix}-3x { font-size: 3em; }
+.#{$fa-css-prefix}-4x { font-size: 4em; }
+.#{$fa-css-prefix}-5x { font-size: 5em; }