16 lines
226 B
SCSS
16 lines
226 B
SCSS
.proposal-new {
|
|
@extend %public-form-header;
|
|
|
|
header h1 {
|
|
@include has-fa-icon(lightbulb, regular, after);
|
|
}
|
|
|
|
aside {
|
|
margin-top: $line-height;
|
|
}
|
|
|
|
.recommendations li::before {
|
|
color: $proposals;
|
|
}
|
|
}
|