Skip to content

Commit 4c48a3a

Browse files
authored
Add files via upload
1 parent c057be6 commit 4c48a3a

33 files changed

+4472
-0
lines changed

assets/font-awesome-4.1.0/css/font-awesome.css

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

assets/font-awesome-4.1.0/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.
73.4 KB
Binary file not shown.
70.8 KB
Binary file not shown.

assets/font-awesome-4.1.0/fonts/fontawesome-webfont.svg

Lines changed: 504 additions & 0 deletions
Loading
138 KB
Binary file not shown.
81.8 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Base Class Definition
2+
// -------------------------
3+
4+
.@{fa-css-prefix} {
5+
display: inline-block;
6+
font-family: FontAwesome;
7+
font-style: normal;
8+
font-weight: normal;
9+
line-height: 1;
10+
-webkit-font-smoothing: antialiased;
11+
-moz-osx-font-smoothing: grayscale;
12+
}
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)