diff options
| author | oweissbarth | 2014-06-05 23:06:55 +0200 |
|---|---|---|
| committer | oweissbarth | 2014-06-05 23:06:55 +0200 |
| commit | 6c2bc2f4f0e6327ec19df0c06d931c10be0ff1e1 (patch) | |
| tree | 940f916d731579f40a76547c54a6a5508aae5283 /www/static/font-awesome/less/stacked.less | |
| parent | f92eea258d3274bfe0a98530f4f2425d6aa0d9bf (diff) | |
| download | files.iamfabulous.de-6c2bc2f4f0e6327ec19df0c06d931c10be0ff1e1.tar.gz | |
now using font-awesome
Diffstat (limited to 'www/static/font-awesome/less/stacked.less')
| -rwxr-xr-x | www/static/font-awesome/less/stacked.less | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/static/font-awesome/less/stacked.less b/www/static/font-awesome/less/stacked.less new file mode 100755 index 0000000..fc53fb0 --- /dev/null +++ b/www/static/font-awesome/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; } |
