mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 22:12:15 +00:00
removed donate
This commit is contained in:
@@ -2,4 +2,3 @@
|
||||
@import 'global.css';
|
||||
/* */
|
||||
@import 'map.css';
|
||||
@import 'donate.css';
|
||||
|
||||
@@ -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: '▼';
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
@@ -123,4 +123,15 @@ hr {
|
||||
&:focus {
|
||||
background-color: #dea31d;
|
||||
}
|
||||
|
||||
&.pink {
|
||||
background: linear-gradient(32deg, #0070a2, transparent) #ed36a7;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: #dea31d;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user