mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00

As downloaded from https://fontawesome.com/v4/assets/font-awesome-4.7.0.zip Will be used in next commit to remove remote use of font awesome in asciidoctor: https://docs.asciidoctor.org/asciidoctor/latest/html-backend/local-font-awesome/
20 lines
476 B
Text
20 lines
476 B
Text
// 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; }
|