.mvn
docs
css
img
js
mail
scss
vendor
bootstrap
font-awesome
css
fonts
less
scss
_animated.scss
_bordered-pulled.scss
_core.scss
_fixed-width.scss
_icons.scss
_larger.scss
_list.scss
_mixins.scss
_path.scss
_rotated-flipped.scss
_screen-reader.scss
_stacked.scss
_variables.scss
font-awesome.scss
jquery
jquery-easing
magnific-popup
LICENSE
README.md
gulpfile.js
index.html
package-lock.json
package.json
platformQuickStarts
scripts
webgoat-container
webgoat-images
webgoat-lessons
webgoat-server
webwolf
.gitignore
.travis.yml
CREATE_RELEASE.MD
README.MD
buildspec.yml
docker-compose-local.yml
docker-compose-postgres.yml
docker-compose.yml
mvn-debug
mvnw
mvnw.cmd
pom.xml
21 lines
482 B
SCSS
21 lines
482 B
SCSS
// 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; }
|