This repository has been archived on 2025-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
Files
web-old/src/styles/donation_callout.scss
2024-02-12 14:13:21 +01:00

29 lines
541 B
SCSS

.donation-callout {
position: sticky;
text-align: center;
.donation-text {
display: flex;
text-align: center;
.heart {
width: 50px;
height: 50px;
margin-top: 30px;
margin-right: 20px;
align-self: left;
}
}
border-radius: 10px;
margin-block: 50px;
background-color: #7c7c7c1f;
border: 1px solid lighten(#7c7c7c1f, 12%);
padding: 20px;
font-size: 16px;
button {
margin: 0;
margin-left: 70px;
a[target="_blank"]::after {
background-color: white;
}
}
}