aboutsummaryrefslogtreecommitdiffstats
path: root/discovery-ui/src/main/resources/iui/microservices/js/fontAwesome/scss/_stacked.scss
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2017-07-04 05:15:15 +0000
committerHuabingZhao <zhao.huabing@zte.com.cn>2017-07-04 05:51:17 +0000
commit5353f7df61d16d6624ba033627a7d09160fb679c (patch)
treec5dd805b7c1655589a0edaf0a6a7d54e78fec539 /discovery-ui/src/main/resources/iui/microservices/js/fontAwesome/scss/_stacked.scss
parenta3fa8cc2c6fa2883bc88a8244cbce5cacfd4fadf (diff)
migrate discovery source codes from OPEN-O
Change-Id: I65396f0ed5f85542e8b17b509fc30073bf7f959e Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'discovery-ui/src/main/resources/iui/microservices/js/fontAwesome/scss/_stacked.scss')
-rw-r--r--discovery-ui/src/main/resources/iui/microservices/js/fontAwesome/scss/_stacked.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/discovery-ui/src/main/resources/iui/microservices/js/fontAwesome/scss/_stacked.scss b/discovery-ui/src/main/resources/iui/microservices/js/fontAwesome/scss/_stacked.scss
new file mode 100644
index 0000000..aef7403
--- /dev/null
+++ b/discovery-ui/src/main/resources/iui/microservices/js/fontAwesome/scss/_stacked.scss
@@ -0,0 +1,20 @@
+// Stacked Icons
+// -------------------------
+
+.#{$fa-css-prefix}-stack {
+ position: relative;
+ display: inline-block;
+ width: 2em;
+ height: 2em;
+ line-height: 2em;
+ vertical-align: middle;
+}
+.#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x {
+ position: absolute;
+ left: 0;
+ width: 100%;
+ text-align: center;
+}
+.#{$fa-css-prefix}-stack-1x { line-height: inherit; }
+.#{$fa-css-prefix}-stack-2x { font-size: 2em; }
+.#{$fa-css-prefix}-inverse { color: $fa-inverse; }