| 1 |
#learn-press-statistic { |
| 2 |
margin-top: 20px; |
| 3 |
} |
| 4 |
|
| 5 |
.learn-press-chart { |
| 6 |
position: relative; |
| 7 |
} |
| 8 |
|
| 9 |
.learn-press-chart canvas { |
| 10 |
height: 70vh; |
| 11 |
width: 100vw; |
| 12 |
} |
| 13 |
|
| 14 |
.chart-buttons form { |
| 15 |
display: inline-block; |
| 16 |
vertical-align: top; |
| 17 |
} |
| 18 |
|
| 19 |
.chart-buttons form input[type=text] { |
| 20 |
width: 105px; |
| 21 |
font-size: 14px; |
| 22 |
vertical-align: top; |
| 23 |
margin: 0; |
| 24 |
text-align: center; |
| 25 |
font-weight: bold; |
| 26 |
padding: 4px; |
| 27 |
} |
| 28 |
|
| 29 |
.chart-buttons form span { |
| 30 |
display: inline-block; |
| 31 |
vertical-align: middle; |
| 32 |
font-weight: bold; |
| 33 |
padding: 5px; |
| 34 |
} |
| 35 |
|
| 36 |
.learn-press-chart.loading:after { |
| 37 |
content: ""; |
| 38 |
position: absolute; |
| 39 |
top: 0; |
| 40 |
left: 0; |
| 41 |
right: 0; |
| 42 |
bottom: 0; |
| 43 |
z-index: 10; |
| 44 |
background: #FFF; |
| 45 |
opacity: 0.5; |
| 46 |
} |
| 47 |
|
| 48 |
.chart-description li { |
| 49 |
display: inline-block; |
| 50 |
margin-right: 15px; |
| 51 |
} |
| 52 |
|
| 53 |
.chart-description li:before { |
| 54 |
content: ""; |
| 55 |
display: inline-block; |
| 56 |
width: 10px; |
| 57 |
height: 10px; |
| 58 |
vertical-align: middle; |
| 59 |
margin-right: 5px; |
| 60 |
} |
| 61 |
|
| 62 |
.chart-description li span { |
| 63 |
display: inline-block; |
| 64 |
vertical-align: middle; |
| 65 |
font-weight: bold; |
| 66 |
} |
| 67 |
|
| 68 |
.chart-description li.all:before { |
| 69 |
background: #2FA7FF; |
| 70 |
} |
| 71 |
|
| 72 |
.chart-description li.instructors:before { |
| 73 |
background: #EAC79B; |
| 74 |
} |
| 75 |
|
| 76 |
.chart-description li.students:before { |
| 77 |
background: #D4D0CB; |
| 78 |
} |