components.scss
5 years ago
layout.scss
5 years ago
notices.scss
5 years ago
utility.scss
5 years ago
components.scss
55 lines
| 1 | .presto-card { |
| 2 | &__title { |
| 3 | opacity: 0.75; |
| 4 | font-size: 1rem; |
| 5 | clear: both; |
| 6 | margin: 0.75rem 0; |
| 7 | } |
| 8 | } |
| 9 | |
| 10 | .presto-player-dashboard { |
| 11 | &__version { |
| 12 | line-height: 1; |
| 13 | padding: 6px 12px; |
| 14 | background: #f1f1f1; |
| 15 | color: #666; |
| 16 | font-weight: 500; |
| 17 | border-radius: 999px; |
| 18 | } |
| 19 | |
| 20 | &__header { |
| 21 | background: #fff; |
| 22 | margin-left: -20px; |
| 23 | margin-right: -20px; |
| 24 | padding: 20px; |
| 25 | display: flex; |
| 26 | align-items: center; |
| 27 | justify-content: space-between; |
| 28 | max-width: calc(100% + 20px); |
| 29 | } |
| 30 | |
| 31 | &__logo { |
| 32 | max-height: 30px; |
| 33 | max-width: 200px; |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | .presto-module-tabs [role="tablist"]="tablist""] { |
| 38 | border-bottom: 1px solid rgb(226, 228, 231); |
| 39 | } |
| 40 | |
| 41 | .presto-badge { |
| 42 | border-radius: 9999px; |
| 43 | border: 1px solid var(--wp-admin-theme-color, #007cba); |
| 44 | color: var(--wp-admin-theme-color, #007cba); |
| 45 | padding: 5px 10px; |
| 46 | line-height: 1; |
| 47 | white-space: nowrap; |
| 48 | display: inline-block; |
| 49 | } |
| 50 | |
| 51 | .apexcharts-xaxis text, |
| 52 | .apexcharts-yaxis text { |
| 53 | opacity: 0.35; |
| 54 | } |
| 55 |