Files
grecia/app/assets/stylesheets/admin/budgets/show.scss
taitus 703e28e6cd Add information to the phase table to clarify its functionality.
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.
2022-04-12 15:22:29 +02:00

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;
}
}
}