notices.css
39 lines
| 1 | .astra-review-notice-container { |
| 2 | display: flex; |
| 3 | align-items: center; |
| 4 | padding-top: 10px; |
| 5 | } |
| 6 | |
| 7 | .astra-review-notice-container .dashicons { |
| 8 | font-size: 1.4em; |
| 9 | padding-left: 10px; |
| 10 | } |
| 11 | |
| 12 | .astra-review-notice-container a { |
| 13 | padding-left: 5px; |
| 14 | text-decoration: none; |
| 15 | } |
| 16 | |
| 17 | .astra-review-notice-container .dashicons:first-child { |
| 18 | padding-left: 0; |
| 19 | } |
| 20 | |
| 21 | .astra-notice-container .notice-image img { |
| 22 | max-width: 90px; |
| 23 | } |
| 24 | |
| 25 | .astra-notice-container .notice-content .notice-heading { |
| 26 | padding-bottom: 5px; |
| 27 | } |
| 28 | |
| 29 | .astra-notice-container .notice-content { |
| 30 | margin-left: 15px; |
| 31 | } |
| 32 | |
| 33 | .astra-notice-container { |
| 34 | padding-top: 10px; |
| 35 | padding-bottom: 10px; |
| 36 | display: flex; |
| 37 | justify-content: left; |
| 38 | align-items: center; |
| 39 | } |