From 94b8f81598ac8d762f4bade927315bb48d2ac857 Mon Sep 17 00:00:00 2001 From: vinaykumargujja Date: Wed, 25 Oct 2023 20:38:21 +0530 Subject: [PATCH] updated lint error in herobanner and styles_2020 few --- blocks/hero/hero.css | 5 +++-- styles/styles_2020.css | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/blocks/hero/hero.css b/blocks/hero/hero.css index bc9fceb8..88ebc49c 100644 --- a/blocks/hero/hero.css +++ b/blocks/hero/hero.css @@ -3,7 +3,7 @@ main .hero-container > div { max-width: unset; } - + main .hero-container { padding: 0; } @@ -43,7 +43,8 @@ main .hero h1 { width: 100%; height: 100%; } */ -/* + +/* main .hero a:hover { color: white; } */ diff --git a/styles/styles_2020.css b/styles/styles_2020.css index d26a582d..7fc08452 100644 --- a/styles/styles_2020.css +++ b/styles/styles_2020.css @@ -675,7 +675,7 @@ } .mmg-timeline .swiper-timeline::before { - background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0)); + background: linear-gradient(90deg,#fff,hsla(0deg,0%,100%,0%)); content: ""; height: 100%; left: 0; @@ -686,7 +686,7 @@ } .mmg-timeline .swiper-timeline::after { - background: linear-gradient(270deg,#fff,hsla(0,0%,100%,0)); + background: linear-gradient(270deg,#fff,hsla(0deg,0%,100%,0%)); content: ""; height: 100%; position: absolute; @@ -902,7 +902,7 @@ padding: 0 } - .module.split-bg:before { + .module.split-bg::before { content: none }