-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcustom-styles.css
More file actions
51 lines (43 loc) · 1.47 KB
/
Copy pathcustom-styles.css
File metadata and controls
51 lines (43 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.ak-grid-col-4-of-12,.ak-grid-col-6-of-12,.ak-grid-col-8-of-12 {float:left; }
.ak-grid-col-4-of-12, .ak-grid-col-6-of-12 {padding-right:20px;}
#ak-amount-list {overflow: visible!important;}
#ak-amount-list li label { background-color: #2285d7; color: #fff;}
.ak-grid-row h2 {font-size:2.5em; font-weight:bold;}
@media (max-width:479px) {
.ak-grid-col-4-of-12,.ak-grid-col-8-of-12, .ak-grid-col-6-of-12 {float:none; width:100%}
}
#ak-donation_comment {width:100%; height:3em; solid 1px #ccc;}
label.ak-survey-question-label {font-weight:bold; margin-top:2em;}
.ak-field-box div:first-child label.ak-survey-question-label {margin-top:0;}
.ak-product-amount input[type="checkbox"] {
display: none;
}
.ak-product-amount input[type="checkbox"] + label {
display: inline-block;
/* width: 25px; */
/* height: 1.5em; */
border-radius:8px;
background-color: #2285d7;
padding: 5px 30px;
color: #fff;
}
label.ak-donate-step:hover div.ak-donate-circle {
background: #2285d7;
border: 2px solid #2285d7
}
label.ak-donate-step div.ak-donate-circle {
height: 25px;
width:25px;
}
label.ak-donate-step:hover {
color: #2285d7;
.ak-product-amount input[type="checkbox"]:checked + label {
background-color: #01a3a7 !important;
}
#ak-product-list {
border-bottom: solid 1px #bbb;
padding-bottom: 1em;
margin-bottom: 1.5em;
}
.ak-original-progress-meter .progress-holder .progress-bar { background-color: #2285d7; }
.progress-caption .percent; h3 { color: #2285d7; }