PluginProbe
Pay with Vipps and MobilePay for WooCommerce / 6.2.1
Pay with Vipps and MobilePay for WooCommerce v6.2.1
6.2.1 6.2.0 6.1.10 6.1.9 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1.0 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 5.4.3 5.4.2 5.4.1 5.4.0 5.3.4 trunk All 183 releases
← All changes | payment/css/admin.css +31 -16 5.3.46.2.1 View file →
@@ -24,9 +24,8 @@
24 24 min-height: 56px;
25 25 }
26 26 .notice.notice-vipps.notice-info.notice-vipps-neg a {
27 27 color: white !important;
28 - text-decoration: none;
29 28 }
30 29 .notice.notice-vipps.notice-info.notice-vipps-neg button.notice-dismiss {
31 30 color: white;
32 31 }
@@ -198,27 +197,43 @@
198 197 font-weight:medium;
199 198 }
200 199
201 200 /* Button page stuff */
202 -.vipps-button-settings label {
203 - width: 20%;
204 - display: inline-block;
205 - font-weight: 550;
201 +#vipps-button-settings-save {
202 + margin-top: 1rem;
206 203 }
207 -
208 -.vipps-button-settings-img-container {
209 - max-width: 768px;
204 +.vipps-button-settings-section {
210 205 display: flex;
211 - justify-content: center;
206 + flex-direction: column;
207 + gap: 1rem;
212 208 }
209 +#vipps-button-settings-express-args fieldset {
210 + display: flex;
211 + flex-direction: row;
212 + gap: 1rem;
213 + flex-wrap: wrap;
214 +}
213 215
214 -.vipps-button-settings-img-container img {
215 - margin-top: 0.5rem;
216 +#use-global-config-container {
217 + display: block;
218 + visibility: visible;
216 219 }
220 +#use-global-config-container.hidden {
221 + visibility: hidden;
222 +}
217 223
218 -.vipps-button-settings-section {
219 - margin-bottom: 2rem;
224 +#vipps-button-settings-express-args legend {
225 + font-weight: bold;
226 + margin-bottom: .3rem;
220 227 }
221 -
222 -.vipps-button-settings-express-force-mini-container {
223 - margin-bottom: .5rem;
228 +#vipps-button-settings-express-args p {
229 + margin: 0;
230 + font-weight: bold;
231 +}
232 +#vipps-button-settings-express-context {
233 + display: flex;
234 + flex-direction: row;
235 + align-items: center;
236 + gap: 1rem;
237 + flex-wrap: wrap;
238 + margin-bottom: 1rem;
224 239 }