Added the beginnings of the presentation for March 15th

This commit is contained in:
Daniel Quinn
2016-03-10 19:16:00 +00:00
parent 8beda76a49
commit 5cd530b56a
96 changed files with 18897 additions and 0 deletions

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);
}
}