git.schokokeks.org
Repositories
Help
Report an Issue
bibweb.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
16bb044
Branches
Tags
master
bibweb.git
assets
fontawesome-free-5.0.8
web-fonts-with-css
scss
_stacked.scss
Migration to bootstrap-4.0.0
Bernd Wurst
commited
16bb044
at 2018-03-18 14:03:26
_stacked.scss
Blame
History
Raw
// 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; }