diff options
| author | moehm | 2014-11-03 15:21:16 +0100 |
|---|---|---|
| committer | moehm | 2014-11-03 15:21:16 +0100 |
| commit | 4a21347d01c6837159bc489a859fa494a6a8d339 (patch) | |
| tree | 9a09b8f1b41c244b6232e9f2c5f4979d5cc43cef /static/fontawesome/less/stacked.less | |
| parent | 5ee0ffcdce5a931eda3c8a21336b0b396aac1624 (diff) | |
| download | jungegemeinde-preloader.tar.gz | |
Added preloader javascript.preloader
Diffstat (limited to 'static/fontawesome/less/stacked.less')
| -rw-r--r-- | static/fontawesome/less/stacked.less | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/static/fontawesome/less/stacked.less b/static/fontawesome/less/stacked.less new file mode 100644 index 0000000..fc53fb0 --- /dev/null +++ b/static/fontawesome/less/stacked.less @@ -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; } |
