From 41b35c8b85ccfb78ab71bf02a04f5d2985d452aa Mon Sep 17 00:00:00 2001 From: npy11 Date: Wed, 9 Oct 2024 16:01:41 +0530 Subject: [PATCH 1/2] fixed headset css added --- styles/fixed-headset/fixed-headset.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/styles/fixed-headset/fixed-headset.css b/styles/fixed-headset/fixed-headset.css index 73a1eb562d..891a05a4db 100644 --- a/styles/fixed-headset/fixed-headset.css +++ b/styles/fixed-headset/fixed-headset.css @@ -49,11 +49,14 @@ } .section.fixed-headset-wrapper .default-content-wrapper ul li a { + color: #fff; + text-decoration: none; + font-family: Nunito-Bold, 'sans-serif'; +} +.section.fixed-headset-wrapper .default-content-wrapper ul li:first-child a { color: #f58667; text-decoration: underline; - font-family: Nunito-Bold, 'sans-serif'; } - .section.fixed-headset-wrapper .default-content-wrapper:hover { width: 180px; transition: width .1s; From 28cee68f570438263761772425a65be1ec14b96c Mon Sep 17 00:00:00 2001 From: npy11 Date: Wed, 9 Oct 2024 16:04:26 +0530 Subject: [PATCH 2/2] fixed headset css added --- styles/fixed-headset/fixed-headset.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/fixed-headset/fixed-headset.css b/styles/fixed-headset/fixed-headset.css index 891a05a4db..d586b0be3e 100644 --- a/styles/fixed-headset/fixed-headset.css +++ b/styles/fixed-headset/fixed-headset.css @@ -90,7 +90,7 @@ padding-left: 9px; } .section.fixed-headset-wrapper .default-content-wrapper p span img{ - width: 26px; - height: 26px; + width: 22px; + height: 22px; } } \ No newline at end of file