Add image to legislation processes and banner colors
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user