Skip to content

Commit 7a8d8ad

Browse files
committed
1 parent c3703ed commit 7a8d8ad

40 files changed

+4830
-41
lines changed

public/libs/font-awesome/css/font-awesome.css

Lines changed: 1672 additions & 0 deletions
Large diffs are not rendered by default.

public/libs/font-awesome/css/font-awesome.min.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
83.9 KB
Binary file not shown.
54.7 KB
Binary file not shown.

public/libs/font-awesome/fonts/fontawesome-webfont.svg

Lines changed: 520 additions & 0 deletions
Loading
110 KB
Binary file not shown.
63.9 KB
Binary file not shown.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// Bordered & Pulled
2+
// -------------------------
3+
4+
.@{fa-css-prefix}-border {
5+
padding: .2em .25em .15em;
6+
border: solid .08em @fa-border-color;
7+
border-radius: .1em;
8+
}
9+
10+
.pull-right { float: right; }
11+
.pull-left { float: left; }
12+
13+
.@{fa-css-prefix} {
14+
&.pull-left { margin-right: .3em; }
15+
&.pull-right { margin-left: .3em; }
16+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Base Class Definition
2+
// -------------------------
3+
4+
.@{fa-css-prefix} {
5+
display: inline-block;
6+
font: normal normal normal 14px/1 FontAwesome; // shortening font declaration
7+
font-size: inherit; // can't have font-size inherit on line above, so need to override
8+
text-rendering: auto; // optimizelegibility throws things off #1094
9+
-webkit-font-smoothing: antialiased;
10+
-moz-osx-font-smoothing: grayscale;
11+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Fixed Width Icons
2+
// -------------------------
3+
.@{fa-css-prefix}-fw {
4+
width: (18em / 14);
5+
text-align: center;
6+
}

0 commit comments

Comments
 (0)