Finished populating the services page main section

Upgraded to font-awesome 4.7
This commit is contained in:
Ethan N. Paul
2017-08-30 20:36:08 -04:00
parent 8dc6486690
commit a5e77269c3
26 changed files with 3833 additions and 544 deletions

View File

@@ -7,6 +7,15 @@
border-radius: .1em;
}
.#{$fa-css-prefix}-pull-left { float: left; }
.#{$fa-css-prefix}-pull-right { float: right; }
.#{$fa-css-prefix} {
&.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
&.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
}
/* Deprecated as of 4.4.0 */
.pull-right { float: right; }
.pull-left { float: left; }