| @@ -42,9 +42,9 @@ | ||
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | .jetpack-simple-payments-title p, |
| 45 | 45 | .jetpack-simple-payments-price p { |
| 46 | - font-weight: bold; | |
| 46 | + font-weight: 700; | |
| 47 | 47 | } |
| 48 | 48 | |
| 49 | 49 | .jetpack-simple-payments-purchase-box { |
| 50 | 50 | align-items: flex-start; |
| @@ -67,10 +67,10 @@ | ||
| 67 | 67 | max-width: 60px; |
| 68 | 68 | padding: 4px 8px; |
| 69 | 69 | } |
| 70 | 70 | |
| 71 | -input[type=number].jetpack-simple-payments-items-number::-webkit-inner-spin-button, | |
| 72 | -input[type=number].jetpack-simple-payments-items-number::-webkit-outer-spin-button { | |
| 71 | +input[type="number"].jetpack-simple-payments-items-number::-webkit-inner-spin-button, | |
| 72 | +input[type="number"].jetpack-simple-payments-items-number::-webkit-outer-spin-button { | |
| 73 | 73 | opacity: 1; |
| 74 | 74 | } |
| 75 | 75 | |
| 76 | 76 | .jetpack-simple-payments-button iframe { |
| @@ -88,9 +88,9 @@ | ||
| 88 | 88 | padding: 1em; |
| 89 | 89 | position: relative; |
| 90 | 90 | } |
| 91 | 91 | |
| 92 | -.jetpack-simple-payments-purchase-message:before { | |
| 92 | +.jetpack-simple-payments-purchase-message::before { | |
| 93 | 93 | font-family: dashicons !important; |
| 94 | 94 | font-size: 48px !important; |
| 95 | 95 | line-height: 1 !important; |
| 96 | 96 | position: absolute; |
| @@ -105,14 +105,14 @@ | ||
| 105 | 105 | .jetpack-simple-payments-purchase-message.show { |
| 106 | 106 | display: block; |
| 107 | 107 | } |
| 108 | 108 | |
| 109 | -.jetpack-simple-payments-purchase-message.success:before { | |
| 109 | +.jetpack-simple-payments-purchase-message.success::before { | |
| 110 | 110 | color: #4ab866; |
| 111 | 111 | content: "\f147"; |
| 112 | 112 | } |
| 113 | 113 | |
| 114 | -.jetpack-simple-payments-purchase-message.error:before { | |
| 114 | +.jetpack-simple-payments-purchase-message.error::before { | |
| 115 | 115 | color: #d94f4f; |
| 116 | 116 | content: "\f335"; |
| 117 | 117 | } |
| 118 | 118 | |
| @@ -131,8 +131,9 @@ | ||
| 131 | 131 | white-space: pre-wrap; |
| 132 | 132 | } |
| 133 | 133 | |
| 134 | 134 | @media screen and (min-width: 400px) { |
| 135 | + | |
| 135 | 136 | .jetpack-simple-payments-product { |
| 136 | 137 | flex-direction: row; |
| 137 | 138 | } |
| 138 | 139 | |