Skip to content

Commit 8a696cb

Browse files
Update _donation-banner.scss
1 parent 735c647 commit 8a696cb

File tree

1 file changed

+0
-53
lines changed

1 file changed

+0
-53
lines changed

_sass/_donation-banner.scss

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -11,59 +11,6 @@ $dark-green: #318f20;
1111
background-image: linear-gradient(top, $color1 14%, $color2 70%);
1212
}
1313

14-
.buy-sell-tabs iframe {
15-
border: 0;
16-
}
17-
18-
.tabs {
19-
display: flex;
20-
flex-wrap: wrap;
21-
}
22-
23-
.tabs label {
24-
order: 1;
25-
display: block;
26-
padding: 1rem 2rem;
27-
margin-right: 0.2rem;
28-
cursor: pointer;
29-
background: #fff;
30-
color: #ff7e00;
31-
border: 1px solid #ff7e00;
32-
font-weight: 600;
33-
transition: background ease 0.2s;
34-
}
35-
36-
.tabs .tab {
37-
order: 99;
38-
flex-grow: 1;
39-
width: 100%;
40-
display: none;
41-
padding: 1rem;
42-
background: #fff;
43-
}
44-
.tabs input[type="radio"] {
45-
display: none;
46-
}
47-
.tabs input[type="radio"]:checked + label {
48-
background: #ff9500;
49-
color: #fff;
50-
}
51-
.tabs input[type="radio"]:checked + label + .tab {
52-
display: block;
53-
}
54-
55-
@media (max-width: 45em) {
56-
.tabs .tab,
57-
.tabs label {
58-
order: initial;
59-
}
60-
.tabs label {
61-
width: 100%;
62-
margin-right: 0;
63-
margin-top: 0.2rem;
64-
}
65-
}
66-
6714
.donation-btn {
6815
border: none;
6916
border-radius: 1px;

0 commit comments

Comments
 (0)