rf-web/_sass/pages/donate.scss

19 lines
283 B
SCSS
Raw Permalink Normal View History

2020-09-05 14:12:50 +00:00
#page-donate {
.content p:last-of-type {
margin-top: 24px;
}
.donate-button {
display: flex;
justify-content: center;
img {
filter: hue-rotate(-25deg) drop-shadow(0px 1px 0px var(--colour-highlight));
}
}
.content h2 {
margin-top: 0;
}
}