Files
grecia/app/assets/stylesheets/budgets/subheader.scss
2021-03-11 19:37:58 +01:00

18 lines
248 B
SCSS

.budget-subheader {
@include grid-row;
margin-bottom: $line-height;
margin-top: $line-height;
.current-phase {
text-transform: uppercase;
}
.button {
margin-top: $line-height / 2;
}
.callout {
margin-bottom: 0;
}
}