removed donate

This commit is contained in:
Zsolt Ero
2024-09-24 17:42:08 +02:00
parent a5099bdd59
commit 7116245c9d
12 changed files with 50 additions and 261 deletions

View File

@@ -2,4 +2,3 @@
@import 'global.css';
/* */
@import 'map.css';
@import 'donate.css';

View File

@@ -1,29 +0,0 @@
.col-lbl {
display: block;
cursor: pointer;
color: #333;
}
.col-chk {
display: none;
}
.col-lbl:before {
content: '►';
margin-right: 1em;
color: #555;
font-size: 0.8em;
}
.col-cnt {
display: none;
margin: 1em 0 2em;
}
.col-chk:checked ~ .col-cnt {
display: block;
}
.col-chk:checked ~ .col-lbl:before {
content: '▼';
}

View File

@@ -1,78 +0,0 @@
#support-plans-slider {
margin: 200px auto 150px;
@media (max-width: 550px) {
max-width: 98%;
margin: 170px auto 120px;
}
}
.plan-name {
font-weight: bold;
margin-bottom: 10px;
}
.plan-link {
display: block;
text-decoration: none;
color: white;
font-weight: bold;
letter-spacing: 0.05rem;
font-size: 15px;
border-radius: 20px;
padding: 6px 16px;
margin-top: 15px;
background: linear-gradient(32deg, #03a9f4, transparent) #f441a5;
transition: background-color 1s;
&:hover,
&:focus {
background-color: #fdb900;
}
}
/* noUI slider customizations */
.noUi-connects {
cursor: pointer;
}
.noUi-value {
line-height: 0;
margin-top: 32px;
font-size: 30px;
transition: font-size 0.3s ease;
cursor: pointer;
&.active {
font-size: 45px;
}
}
.noUi-marker-horizontal {
&.noUi-marker-large {
height: 5px;
}
&.noUi-marker {
margin-left: 0;
width: 1px;
}
}
.noUi-tooltip {
border-color: #ccc;
border-radius: 10px;
padding: 10px;
&.first {
left: 0;
transform: unset;
}
&.last {
right: 0;
left: unset;
transform: unset;
}
}

View File

@@ -123,4 +123,15 @@ hr {
&:focus {
background-color: #dea31d;
}
&.pink {
background: linear-gradient(32deg, #0070a2, transparent) #ed36a7;
&:hover,
&:focus {
background-color: #dea31d;
}
}
}