From 396fc313520ca89ddab8f7b3e26322b8cf86ba41 Mon Sep 17 00:00:00 2001 From: Marcus Quinn Date: Sun, 16 Mar 2025 03:19:34 +0000 Subject: [PATCH] Match text styles between simple toggle and expandable panel settings --- admin/css/wp-allstars-admin.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/css/wp-allstars-admin.css b/admin/css/wp-allstars-admin.css index 5a0d550..b677270 100644 --- a/admin/css/wp-allstars-admin.css +++ b/admin/css/wp-allstars-admin.css @@ -157,7 +157,7 @@ input:checked + .wp-toggle-slider:before { } .wp-setting-title { - font-size: 14px; + font-size: 16px; font-weight: 600; color: #1d2327; margin: 0; @@ -165,10 +165,10 @@ input:checked + .wp-toggle-slider:before { } .wp-setting-description { - margin: 4px 0 0; + margin: 8px 0 0; color: #50575e; - font-size: 13px; - line-height: 1.5; + font-size: 14px; + line-height: 1.6; } /* Expandable Panel Component */