Modifications to block list and modal styles to accomodate selectable block list in modal
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user