| 1 |
.charitable-wrap hr { |
| 2 |
margin: 21px 0; } |
| 3 |
.charitable-wrap h1, .charitable-wrap h2, .charitable-wrap h3 { |
| 4 |
margin: 0 0 21px; } |
| 5 |
.charitable-wrap h3 { |
| 6 |
font-size: 1.1em; } |
| 7 |
.charitable-wrap .version { |
| 8 |
padding: 4px 8px; |
| 9 |
font-size: 14px; |
| 10 |
font-weight: bold; |
| 11 |
border-radius: 3px; |
| 12 |
background: #fff; } |
| 13 |
.charitable-wrap .badge { |
| 14 |
position: absolute; |
| 15 |
right: 0; |
| 16 |
top: 0; |
| 17 |
padding: 14px; |
| 18 |
border-radius: 40px; |
| 19 |
background-color: #f99d33; } |
| 20 |
.charitable-wrap .badge a { |
| 21 |
color: #fff; |
| 22 |
text-decoration: none; } |
| 23 |
.charitable-wrap .badge i { |
| 24 |
font-size: 40px; } |
| 25 |
.charitable-wrap .intro { |
| 26 |
margin-bottom: 21px; |
| 27 |
color: #777; } |
| 28 |
.charitable-wrap .intro .dashicons { |
| 29 |
display: inline; |
| 30 |
font-size: 11px; } |
| 31 |
.charitable-wrap .checklist { |
| 32 |
margin-bottom: 21px; } |
| 33 |
.charitable-wrap .checklist li { |
| 34 |
margin-bottom: 12px; } |
| 35 |
.charitable-wrap .checklist li::before { |
| 36 |
position: relative; |
| 37 |
left: -4px; |
| 38 |
bottom: -2px; |
| 39 |
font-family: dashicons; |
| 40 |
font-size: 21px; |
| 41 |
vertical-align: bottom; } |
| 42 |
.charitable-wrap .checklist .done { |
| 43 |
color: #79ba49; } |
| 44 |
.charitable-wrap .checklist .done::before { |
| 45 |
content: "\f147"; } |
| 46 |
.charitable-wrap .checklist .not-done { |
| 47 |
color: #d54e21; } |
| 48 |
.charitable-wrap .checklist .not-done::before { |
| 49 |
content: "\f335"; } |
| 50 |
.charitable-wrap .column-left { |
| 51 |
float: left; |
| 52 |
width: 60%; |
| 53 |
border: 1px solid rgba(0, 0, 0, 0.1); |
| 54 |
border-radius: 3px; |
| 55 |
background-color: #fff; } |
| 56 |
.charitable-wrap .column-right { |
| 57 |
float: right; |
| 58 |
width: 36%; |
| 59 |
border: 1px solid rgba(0, 0, 0, 0.1); |
| 60 |
border-radius: 3px; |
| 61 |
font-size: 13px; |
| 62 |
line-height: 21px; |
| 63 |
background-color: #fff; } |
| 64 |
.charitable-wrap .column-inside { |
| 65 |
padding: 21px; } |
| 66 |
.charitable-wrap .upgrade { |
| 67 |
padding: 21px; |
| 68 |
border-top: 3px solid #f99d33; |
| 69 |
background: #fef4e8; } |
| 70 |
|
| 71 |
/*# sourceMappingURL=charitable-admin-pages.css.map */ |
| 72 |
|