From f212bebf6c95323ffd52dd6deaf3b16861d3413e Mon Sep 17 00:00:00 2001 From: davegandy Date: Wed, 23 Oct 2013 00:24:08 -0400 Subject: re-porting to scss, fixing some fa variable names --- scss/_stacked.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 scss/_stacked.scss (limited to 'scss/_stacked.scss') diff --git a/scss/_stacked.scss b/scss/_stacked.scss new file mode 100644 index 000000000..9271fb711 --- /dev/null +++ b/scss/_stacked.scss @@ -0,0 +1,19 @@ +// 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-top, .#{$fa-css-prefix}-stack-bottom { + position: absolute; + width: 100%; + text-align: center; +} +.#{$fa-css-prefix}-stack-top { line-height: inherit; } +.#{$fa-css-prefix}-stack-bottom { font-size: 2em; } +.#{$fa-css-prefix}-inverse { color: $fa-inverse; } -- cgit v1.2.3