| @@ -1,4 +1,80 @@ | ||
| 1 | +.merchant-patcher-eol { | |
| 2 | + position: relative; | |
| 3 | +} | |
| 4 | +.merchant-patcher-eol a.notice-dismiss { | |
| 5 | + text-decoration: none; | |
| 6 | +} | |
| 7 | + | |
| 8 | +.wp-core-ui .merchant-patcher-eol-bar.notice { | |
| 9 | + display: -webkit-box; | |
| 10 | + display: -ms-flexbox; | |
| 11 | + display: flex; | |
| 12 | + -webkit-box-align: center; | |
| 13 | + -ms-flex-align: center; | |
| 14 | + align-items: center; | |
| 15 | + -webkit-box-pack: center; | |
| 16 | + -ms-flex-pack: center; | |
| 17 | + justify-content: center; | |
| 18 | + width: calc(100% + 20px); | |
| 19 | + min-height: 50px; | |
| 20 | + margin: 0; | |
| 21 | + -webkit-margin-start: -20px; | |
| 22 | + margin-inline-start: -20px; | |
| 23 | + padding-block: 16px; | |
| 24 | + padding-inline: 20px 48px; | |
| 25 | + border: 0; | |
| 26 | + border-top: 3px solid #3858E9; | |
| 27 | + border-bottom: 3px solid #3858E9; | |
| 28 | + border-radius: 0; | |
| 29 | + -webkit-box-shadow: none; | |
| 30 | + box-shadow: none; | |
| 31 | + -webkit-box-sizing: border-box; | |
| 32 | + box-sizing: border-box; | |
| 33 | +} | |
| 34 | +.wp-core-ui .merchant-patcher-eol-bar.notice p { | |
| 35 | + margin: 0; | |
| 36 | + padding: 0; | |
| 37 | + font-size: 14px; | |
| 38 | + line-height: 18px; | |
| 39 | + text-align: center; | |
| 40 | +} | |
| 41 | +.wp-core-ui .merchant-patcher-eol-bar.notice a.notice-dismiss { | |
| 42 | + top: 50%; | |
| 43 | + inset-inline-end: 20px; | |
| 44 | + width: 20px; | |
| 45 | + height: 20px; | |
| 46 | + padding: 0; | |
| 47 | + -webkit-transform: translateY(-50%); | |
| 48 | + transform: translateY(-50%); | |
| 49 | +} | |
| 50 | +.wp-core-ui .merchant-patcher-eol-bar.notice a.notice-dismiss:before { | |
| 51 | + width: 20px; | |
| 52 | + height: 20px; | |
| 53 | + margin: 0; | |
| 54 | + color: #646970; | |
| 55 | + font-size: 20px; | |
| 56 | + line-height: 20px; | |
| 57 | +} | |
| 58 | +@media screen and (max-width: 782px) { | |
| 59 | + .wp-core-ui .merchant-patcher-eol-bar.notice { | |
| 60 | + width: calc(100% + 10px); | |
| 61 | + -webkit-margin-start: -10px; | |
| 62 | + margin-inline-start: -10px; | |
| 63 | + padding-inline: 10px 40px; | |
| 64 | + } | |
| 65 | + .wp-core-ui .merchant-patcher-eol-bar.notice a.notice-dismiss { | |
| 66 | + inset-inline-end: 10px; | |
| 67 | + } | |
| 68 | +} | |
| 69 | +@media screen and (max-width: 600px) { | |
| 70 | + .wp-core-ui .merchant-patcher-eol-bar.notice { | |
| 71 | + -webkit-padding-before: 62px; | |
| 72 | + padding-block-start: 62px; | |
| 73 | + border-top: 0; | |
| 74 | + } | |
| 75 | +} | |
| 76 | + | |
| 1 | 77 | .merchant-notice { |
| 2 | 78 | background-color: #FFF; |
| 3 | 79 | border-color: #DDE2E7; |
| 4 | 80 | border-left-color: #3858E9; |