Add a help text on admin budget show page and improve text from Admin::Budgets::HelpComponent in order to clarify its functionality when we are using the wizard.
23 lines
403 B
SCSS
23 lines
403 B
SCSS
.admin-budgets-show {
|
|
|
|
h3 {
|
|
margin-top: $line-height * 1.5;
|
|
|
|
@each $size, $headers in $header-styles {
|
|
@include breakpoint($size) {
|
|
font-size: (rem-calc(map-get(map-get($headers, h2), font-size)) + rem-calc(map-get(map-get($headers, h3), font-size))) / 2;
|
|
}
|
|
}
|
|
}
|
|
|
|
h4 {
|
|
@include header-font-size(h3);
|
|
}
|
|
|
|
.phases {
|
|
h3 {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|