This commit is contained in:
2026-03-20 17:13:38 +01:00
parent 4c84735b75
commit c043ee9a52
1152 changed files with 317560 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
@import "variables";
.donate-container {
position: relative;
max-width: 800px;
margin: 0 auto;
.donate-description {
width: 100%;
padding: 30px 50px 50px;
background: $grey;
border-top-left-radius: $radius;
border-top-right-radius: $radius;
}
.donate-footer {
text-align: center;
padding: 50px 0;
background: $primary-color linear-gradient(to bottom left, $primary-color, $primary-color-light);
border-bottom-left-radius: $radius;
border-bottom-right-radius: $radius;
}
.donate-beer {
position: absolute;
left: -190px;
bottom: -30px;
width: 250px;
}
.button {
color: $white;
text-decoration: none;
&:hover,
&:focus {
text-decoration: none;
background: $white;
color: $primary-color;
}
}
}
.sponsors-container {
margin: 150px 0 0;
text-align: center;
a {
padding: 0 20px;
}
}