The budget header was supposed to be huge, but only in the participatory budgets index or show actions. It was still huge, with plenty of empty space, when there was no budget, or in the "submit my ballot" and "select a heading" pages.
27 lines
341 B
SCSS
27 lines
341 B
SCSS
@import "mixins/buttons";
|
|
@import "mixins/layouts";
|
|
|
|
%budget-header {
|
|
@extend %brand-background;
|
|
@include full-width-background;
|
|
|
|
h1 {
|
|
font-size: rem-calc(60);
|
|
padding: $line-height 0;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
p,
|
|
a,
|
|
.back,
|
|
.icon-angle-left,
|
|
.description {
|
|
color: inherit;
|
|
}
|
|
|
|
a {
|
|
text-decoration: underline;
|
|
}
|
|
}
|