Prepped for main overhaul

Created new archive
Reorged resource folders
This commit is contained in:
Ethan N. Paul
2017-08-28 08:28:29 -04:00
parent 952aed6b82
commit d735f3f9ef
122 changed files with 1110 additions and 658 deletions

19
archive/4/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);
}
}