Upload folder via GUI - integrations
This commit is contained in:
36
integrations/assets/css/admin.css
Normal file
36
integrations/assets/css/admin.css
Normal file
@@ -0,0 +1,36 @@
|
||||
.wmf-integrations-widget .mode-group{margin:0 0 1em;}
|
||||
.wmf-buttongroup{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px;}
|
||||
.wmf-buttongroup input[type=radio]{position:absolute;opacity:0;width:0;height:0;}
|
||||
.wmf-buttongroup label span{display:inline-block;padding:4px 12px;border:1px solid #8c8f94;border-radius:3px;cursor:pointer;background:#f6f7f7;font-size:13px;line-height:2;}
|
||||
.wmf-buttongroup input[type=radio]:checked+span{background:#2271b1;border-color:#2271b1;color:#fff;}
|
||||
.wmf-service-integration{display:none;}
|
||||
.wmf-stripe-block,.wmf-paypal-block{display:none;}
|
||||
#wmf-service-stripe[data-active-mode=live] .wmf-stripe-block-live,
|
||||
#wmf-service-stripe[data-active-mode=test] .wmf-stripe-block-test,
|
||||
#wmf-service-paypal[data-active-mode=live] .wmf-paypal-block-live,
|
||||
#wmf-service-paypal[data-active-mode=sandbox] .wmf-paypal-block-sandbox{display:block;}
|
||||
#wmf-int-widget-recaptcha .has-service-selection[data-active-service=recaptcha] #wmf-service-recaptcha,
|
||||
#wmf-int-widget-recaptcha .has-service-selection[data-active-service=recaptchav3] #wmf-service-recaptchav3{display:block;}
|
||||
#wmf-integration-toolbar{margin-bottom:15px;}
|
||||
#wmf-integration-toolbar .media-toolbar-secondary{float:left;margin-top:11px;}
|
||||
#wmf-no-integrations-found{color:#646970;font-size:16px;text-align:center;padding:60px 0;display:none;}
|
||||
#wmf-integrations-results-wrap.no-results #wmf-no-integrations-found{display:block;}
|
||||
#wmf-integrations-results{display:none;}
|
||||
#wmf-integrations-results .postbox-container{width:25%;padding:0 8px;box-sizing:border-box;float:left;}
|
||||
.wmf-integrations-widget{box-sizing:border-box;}
|
||||
.wmf-integrations-widget .handle-actions{display:none;}
|
||||
.wmf-integrations-widget.closed .inside{display:block;}
|
||||
@media(max-width:799px){#wmf-integrations-results .postbox-container{width:100%;}}
|
||||
|
||||
/* Widget-Inhalte */
|
||||
.wmf-widget-body{padding:4px 0 0;}
|
||||
.wmf-widget-body p{margin-bottom:12px;}
|
||||
.wmf-widget-body label{display:block;font-weight:600;font-size:12px;margin-bottom:4px;color:#1d2327;}
|
||||
.wmf-widget-body .widefat{width:100%;box-sizing:border-box;}
|
||||
.wmf-widget-body .description{font-size:12px;color:#646970;margin-top:3px;display:block;}
|
||||
.wmf-widget-body a{color:#2271b1;}
|
||||
.wmf-connected-badge{display:inline-flex;align-items:center;gap:5px;background:#f0fdf4;border:1px solid #46b450;color:#166534;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;margin-bottom:12px;}
|
||||
.wmf-mode-switch{display:flex;gap:4px;margin-bottom:14px;}
|
||||
.wmf-mode-btn{padding:5px 14px;border:1px solid #8c8f94;border-radius:3px;cursor:pointer;font-size:13px;background:#f6f7f7;line-height:1.8;}
|
||||
.wmf-mode-btn input[type=radio]{display:none;}
|
||||
.wmf-mode-btn.active{background:#2271b1;border-color:#2271b1;color:#fff;}
|
||||
Reference in New Issue
Block a user