plugin-upgrade-notice.css
44 lines
| 1 | .sc-major-update-warning { |
| 2 | display: flex; |
| 3 | max-width: 1000px; |
| 4 | margin-block-end: 5px; |
| 5 | } |
| 6 | |
| 7 | .sc-major-update-warning__message p:before { |
| 8 | content: none; |
| 9 | } |
| 10 | |
| 11 | .sc-major-update-warning__separator { |
| 12 | margin: 15px -12px; |
| 13 | } |
| 14 | |
| 15 | .sc-major-update-warning__icon { |
| 16 | font-size: 17px; |
| 17 | margin-inline: 2px 9px; |
| 18 | } |
| 19 | |
| 20 | .sc-major-update-warning__title { |
| 21 | font-weight: 600; |
| 22 | margin-block-end: 10px; |
| 23 | } |
| 24 | |
| 25 | .sc-major-update-warning + p { |
| 26 | display: none; |
| 27 | } |
| 28 | |
| 29 | .notice-success .sc-major-update-warning__separator { |
| 30 | border: 1px solid #46b450; |
| 31 | } |
| 32 | |
| 33 | .notice-success .sc-major-update-warning__icon { |
| 34 | color: #79ba49; |
| 35 | } |
| 36 | |
| 37 | .notice-warning .sc-major-update-warning__separator { |
| 38 | border: 1px solid #ffb900; |
| 39 | } |
| 40 | |
| 41 | .notice-warning .sc-major-update-warning__icon { |
| 42 | color: #f56e28; |
| 43 | } |
| 44 |