First pass at cleaning out the CSS cruft

- Dump unused styles
- Use breakpoint mixin for media queries
This commit is contained in:
Michael Rose
2016-03-09 22:19:11 -05:00
parent d84f35c0e1
commit 3b1cefde27
30 changed files with 1824 additions and 918 deletions

View File

@@ -292,7 +292,7 @@ button {
font-style: normal;
font-size: 28px;
font-family: $base-font;
font-family: $serif;
&:hover,
&:focus {

View File

@@ -40,7 +40,7 @@ $mfp-include-mobile-layout-for-image: true; // Removes pad
// Image caption options
$mfp-caption-title-color: #f3f3f3; // Caption title color
$mfp-caption-subtitle-color: #bdbdbd; // Caption subtitle color
.mfp-counter { font-family: $base-font; } // Caption font family
.mfp-counter { font-family: $serif; } // Caption font family
// A11y
$mfp-use-visuallyhidden: false;