8 lines
121 B
SCSS
8 lines
121 B
SCSS
.budget-investment-new {
|
|
@extend %public-form-header;
|
|
|
|
h1 {
|
|
@include has-fa-icon(chart-pie, solid, after);
|
|
}
|
|
}
|