added meetup section & theme corrections

This commit is contained in:
Salar Rahmanian 2017-04-29 17:21:48 -04:00
parent 9e6c7877e8
commit 161b3d33b3
49 changed files with 8780 additions and 48 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);
}
}