Skip to content
Snippets Groups Projects
Commit e707d32b authored by Karl's avatar Karl
Browse files

Fontawesome ist jetzt im Projekt verfügbar

parent a982d7f4
No related branches found
No related tags found
2 merge requests!859Development,!822Resolve "Glyphicons durch Fontawesome ersetzen und mehr einsetzen"
// Screen Readers
// -------------------------
.sr-only { .sr-only(); }
.sr-only-focusable { .sr-only-focusable(); }
// 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; }
This diff is collapsed.
...@@ -3,4 +3,5 @@ ...@@ -3,4 +3,5 @@
@import "./result-page.less"; @import "./result-page.less";
@import "./quicktips.less"; @import "./quicktips.less";
@import "./start-page.less"; @import "./start-page.less";
@import "./settings.less"; @import "./settings.less";
\ No newline at end of file @import "../fontawesome/font-awesome.less";
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment