diff --git a/css/settings.css b/css/settings.css index 58b9fe33..736d27c0 100644 --- a/css/settings.css +++ b/css/settings.css @@ -2612,3 +2612,22 @@ li.draggable-item .components-panel__body-toggle.components-button{ color: #ffffff; background: linear-gradient(135deg, #4268CF 0%, #3458BC 100%); } + +.feedzy-helper-notice { + margin: 15px 0; + padding: 16px; + background: #e8f4fd; + border-left: 4px solid #2271b1; + font-size: 14px; +} + +.feedzy-helper-notice p { + font-size: 14px; +} + +.feedzy-helper-notice__title { + color: #0073aa; + font-weight: 600; + font-size: 16px; + margin-bottom: 8px; +} diff --git a/includes/layouts/settings.php b/includes/layouts/settings.php index 9c2c1f69..e37386af 100644 --- a/includes/layouts/settings.php +++ b/includes/layouts/settings.php @@ -261,6 +261,22 @@ class="btn btn-outline-primary"
+
+
+ +
+

+ + + + +

+
@@ -279,6 +295,17 @@ class="form-control" case 'proxy': ?>
+
+
+ +
+

+ + + + +

+
@@ -359,8 +386,10 @@ class="form-control"
-
- -
+ +
+ +
+