Modifications to block list and modal styles to accomodate selectable block list in modal

This commit is contained in:
Andrew Croce
2018-08-29 09:55:14 -04:00
parent 5ce9355ccf
commit b4a5956a73
3 changed files with 76 additions and 32 deletions

View File

@@ -18,11 +18,15 @@ h1, h2, h3, h4, h5, h6 {
font-family: $font-sans;
margin: ($gap * 2) 0;
+ .subtitle * {
margin-top: 0;
.subtitle,
+ .subtitle {
color: $color-gray;
}
+ .subtitle, * {
margin-top: 0;
}
}
.h1 { @include h1; }