29 lines
541 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|