1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2024-11-05 11:31:42 +00:00
balkian.github.com/font-awesome/scss/_stacked.scss

32 lines
505 B
SCSS
Raw Normal View History

2015-12-08 16:13:36 +00:00
// Stacked Icons
// -------------------------
.#{$fa-css-prefix}-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
2015-12-08 16:13:36 +00:00
vertical-align: middle;
width: ($fa-fw-width*2);
2015-12-08 16:13:36 +00:00
}
.#{$fa-css-prefix}-stack-1x,
.#{$fa-css-prefix}-stack-2x {
2015-12-08 16:13:36 +00:00
left: 0;
position: absolute;
2015-12-08 16:13:36 +00:00
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;
2015-12-08 16:13:36 +00:00
}