diff options
Diffstat (limited to 'pyssg.xyz/live/static/font-awesome/less/_stacked.less')
-rw-r--r-- | pyssg.xyz/live/static/font-awesome/less/_stacked.less | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/pyssg.xyz/live/static/font-awesome/less/_stacked.less b/pyssg.xyz/live/static/font-awesome/less/_stacked.less new file mode 100644 index 0000000..263b5c4 --- /dev/null +++ b/pyssg.xyz/live/static/font-awesome/less/_stacked.less @@ -0,0 +1,22 @@ +// Stacked Icons +// ------------------------- + +.@{fa-css-prefix}-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: middle; + width: 2em; +} + +.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; +} + +.@{fa-css-prefix}-stack-1x { line-height: inherit; } +.@{fa-css-prefix}-stack-2x { font-size: 2em; } +.@{fa-css-prefix}-inverse { color: @fa-inverse; } |