add website v1

This commit is contained in:
bchiang7
2016-12-10 23:39:15 -05:00
parent f43dfaf419
commit 3ed5fcff84
127 changed files with 31593 additions and 0 deletions

19
v1/font-awesome/scss/_list.scss vendored Normal file
View File

@@ -0,0 +1,19 @@
// List Icons
// -------------------------
.#{$fa-css-prefix}-ul {
padding-left: 0;
margin-left: $fa-li-width;
list-style-type: none;
> li { position: relative; }
}
.#{$fa-css-prefix}-li {
position: absolute;
left: -$fa-li-width;
width: $fa-li-width;
top: (2em / 14);
text-align: center;
&.#{$fa-css-prefix}-lg {
left: -$fa-li-width + (4em / 14);
}
}