PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 All 504 releases
← All changes | modules/simple-payments/simple-payments.css +7 -6 12.2.3 → 16.3-a.1 View file →
@@ -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