Add image to legislation processes and banner colors

This commit is contained in:
Manu
2019-01-01 19:24:09 -05:00
parent 3bc3719507
commit bd4e12112d
9 changed files with 243 additions and 8 deletions

View File

@@ -30,6 +30,22 @@
}
}
.jumboAlt {
background: $highlight;
margin-bottom: $line-height;
margin-top: rem-calc(-24);
padding-bottom: $line-height;
padding-top: $line-height;
@include breakpoint(medium) {
padding: rem-calc(24) 0;
}
&.light {
background: #ecf0f1;
}
}
.lead {
font-size: rem-calc(24);
}