Files
grecia/app/assets/stylesheets/budgets/groups/index.scss
decabeza 4a9aae9806 Add groups index page
When render the investment list component with the link "see all
investments", now we redirect to groups index page when a budget has
multiple headings.
2021-08-09 21:45:29 +02:00

8 lines
130 B
SCSS

.budget-groups-index {
> header {
@extend %budget-header;
@include full-width-background($adjust-padding: true);
}
}