Fix up miscellaneous things and remove some deps

This commit is contained in:
Adam Hollett
2016-11-08 16:23:33 -05:00
parent aa35b3f3fd
commit aef8bd5642
62 changed files with 280 additions and 137 deletions
+17 -6
View File
@@ -1,5 +1,6 @@
.btn {
color: $color-white;
fill: currentColor;
display: flex;
background: $color-blue-5;
align-items: center;
@@ -28,6 +29,14 @@
margin-bottom: 0;
}
}
svg {
margin-right: $spacing-unit / 4;
width: $base-font-size * 1.5;
height: $base-font-size * 1.5;
vertical-align: middle;
}
}
.btn:visited {
@@ -49,12 +58,6 @@
}
}
.icon {
vertical-align: middle;
margin-right: $spacing-unit / 4;
}
/*============================================================================
Menu button
==============================================================================*/
@@ -69,4 +72,12 @@
@include tablet-and-up {
display: none;
}
svg {
margin-right: $spacing-unit / 4;
width: $base-font-size * 1.2;
height: $base-font-size * 1.2;
vertical-align: middle;
}
}