Add budgets support image

This commit is contained in:
decabeza
2020-06-11 14:01:06 +02:00
committed by Javi Martín
parent b23fe300f5
commit e8b847d797
2 changed files with 4 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -31,15 +31,10 @@
} }
} }
> section:first-child h2 { > section:first-child h2::after {
@include has-fa-icon(thumbs-up, regular, after); content: image-url("budgets/budgets_support.png");
display: block;
&::after { margin-top: $line-height;
display: block;
color: $brand;
font-size: 2em;
margin: $line-height * 1.5 auto;
}
} }
section + section p { section + section p {