Home page styling updates:

- Update copy
- Update menu description section
This commit is contained in:
leigh-mil
2019-12-18 15:29:10 -05:00
parent 8166c05ec2
commit 2584c43c90
5 changed files with 71 additions and 116 deletions

View File

@@ -94,4 +94,19 @@
&--primary {
@include icon-color($color-primary);
}
&--home-pg-badge {
@include icon-size(27);
@include icon-color($color-white);
background-color: $color-primary;
height: $home-pg-icon-width;
width: $home-pg-icon-width;
border-radius: 100%;
display: inline-flex;
svg {
margin: auto;
}
}
}