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.
8 lines
130 B
SCSS
8 lines
130 B
SCSS
.budget-groups-index {
|
|
|
|
> header {
|
|
@extend %budget-header;
|
|
@include full-width-background($adjust-padding: true);
|
|
}
|
|
}
|