Merge pull request #204 from dod-ccpo/internet-explorer-fixes

Internet explorer fixes
This commit is contained in:
andrewdds
2018-08-27 16:59:31 -04:00
committed by GitHub
9 changed files with 169 additions and 15 deletions

View File

@@ -13,8 +13,13 @@
@mixin icon-size($size) {
$icon-size: $size * .1rem;
width: $icon-size;
height: auto;
height: $icon-size;
margin: $icon-size / 4;
> svg {
width: $icon-size;
height: $icon-size;
}
}
@mixin icon-color($color) {