| @@ -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 | } |