| 1 |
.wp-block-civist-progress .civist-progress { |
| 2 |
position: relative; |
| 3 |
margin-bottom: 16px; |
| 4 |
margin: auto; |
| 5 |
min-width: 320px; |
| 6 |
max-width: 480px; |
| 7 |
} |
| 8 |
|
| 9 |
.wp-block-civist-civist.is-style-progress .civist-progress { |
| 10 |
max-width: 100%; |
| 11 |
} |
| 12 |
|
| 13 |
.wp-block-civist-progress .civist-progress > .civist-progress__civist-progress-counters > * h3, |
| 14 |
.wp-block-civist-progress .civist-progress > .civist-progress__civist-progress-counters > * h4 { |
| 15 |
margin: 0; |
| 16 |
padding: 0; |
| 17 |
white-space: nowrap; |
| 18 |
} |
| 19 |
|
| 20 |
.wp-block-civist-progress .civist-progress |
| 21 |
> .civist-progress__civist-progress-counters |
| 22 |
> .civist-progress-counters__civist-progress-counters-clear { |
| 23 |
clear: both; |
| 24 |
} |
| 25 |
|
| 26 |
.wp-block-civist-progress .civist-progress |
| 27 |
> .civist-progress__civist-progress-counters |
| 28 |
> .civist-progress-counters__civist-progress-counters-signings { |
| 29 |
float: left; |
| 30 |
width: 50%; |
| 31 |
text-align: left; |
| 32 |
} |
| 33 |
|
| 34 |
.wp-block-civist-progress .civist-progress |
| 35 |
> .civist-progress__civist-progress-counters |
| 36 |
> .civist-progress-counters__civist-progress-counters-goal { |
| 37 |
float: right; |
| 38 |
text-align: right; |
| 39 |
width: 50%; |
| 40 |
} |
| 41 |
|
| 42 |
.wp-block-civist-progress .civist-progress > .civist-progress__civist-progress-bar { |
| 43 |
height: 100%; |
| 44 |
} |
| 45 |
|
| 46 |
.wp-block-civist-progress .civist-progress > .civist-progress__civist-progress-bar { |
| 47 |
background-color: #f6f5ee; |
| 48 |
} |
| 49 |
.wp-block-civist-progress .civist-progress |
| 50 |
> .civist-progress__civist-progress-bar |
| 51 |
> .civist-progress-bar { |
| 52 |
height: 20px; |
| 53 |
} |
| 54 |
|
| 55 |
.wp-block-civist-progress .civist-progress.civist-progress--loading { |
| 56 |
display: none; |
| 57 |
} |
| 58 |
|
| 59 |
.wp-block-civist-progress .civist-progress.civist-progress--no-goal |
| 60 |
> .civist-progress__civist-progress-counters |
| 61 |
> .civist-progress-counters__civist-progress-counters-goal, |
| 62 |
.civist-progress.civist-progress--no-goal > .civist-progress__civist-progress-bar { |
| 63 |
display: none; |
| 64 |
} |
| 65 |
|
| 66 |
|