| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | |
| 3 | 3 | .notice-templately-black_friday { |
| 4 | 4 | padding: 16px 0; |
| 5 | 5 | } |
| 6 | - | |
| 6 | +/* | |
| 7 | 7 | #wpnotice-templately-black_friday.notice-info { |
| 8 | 8 | border-left-color: #5633D1; |
| 9 | 9 | } |
| 10 | 10 | |
| @@ -32,8 +32,32 @@ | ||
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | #wpnotice-templately-black_friday .wpnotice-content-wrapper button:hover { |
| 35 | 35 | background-color: transparent; |
| 36 | +} */ | |
| 37 | + | |
| 38 | +#wpnotice-templately-halloween.notice-info, #wpnotice-templately-black_friday.notice-info { | |
| 39 | + padding: 10px 38px 10px 12px; | |
| 40 | + border-left-color: #5626E7; | |
| 41 | +} | |
| 42 | +#wpnotice-templately-halloween .wpnotice-content-wrapper, #wpnotice-templately-black_friday .wpnotice-content-wrapper { | |
| 43 | + flex: 1; | |
| 44 | + display: flex; | |
| 45 | + align-items: center; | |
| 46 | + justify-content: space-between; | |
| 47 | + gap: 20px; | |
| 48 | +} | |
| 49 | +#wpnotice-templately-halloween .wpnotice-content-wrapper p, #wpnotice-templately-black_friday .wpnotice-content-wrapper p { | |
| 50 | + font-size: 14px; | |
| 51 | +} | |
| 52 | +#wpnotice-templately-halloween a.button.button-primary, #wpnotice-templately-black_friday a.button.button-primary { | |
| 53 | + display: inline-flex; | |
| 54 | + align-items: center; | |
| 55 | + gap: 8px; | |
| 56 | + padding: 5px 15px; | |
| 57 | + background: #5626E7; | |
| 58 | + border: none; | |
| 59 | + border-radius: 4px; | |
| 36 | 60 | } |
| 37 | 61 | |
| 38 | 62 | .toplevel_page_templately .notice { |
| 39 | 63 | display: none !important; |