From 19f9435fb1b762d6b6fa59a0b417f36366afdef2 Mon Sep 17 00:00:00 2001 From: Tasnim Kheir Date: Mon, 13 May 2024 09:24:29 -0300 Subject: [PATCH] box shadow removal --- blocks/places.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/blocks/places.css b/blocks/places.css index d5291af..49b03b0 100644 --- a/blocks/places.css +++ b/blocks/places.css @@ -56,16 +56,10 @@ line-height: 22px; .places__image{ width: 460px; grid-area: image; -box-shadow: 10px 10px 25px 0px #00000080; - background: #00000080; -} -.places__image:hover { - box-shadow: 10px 10px 25px 0px #00000080; - } @@ -99,7 +93,6 @@ box-shadow: 10px 10px 25px 0px #00000080; line-height: 21.78px; color: #fff; background: linear-gradient(90deg, #0278FE 0%, #003A7B 99.98%); - box-shadow: 5px 5px 10px 0px #00000040; padding: 13px 20px; border-radius: 4px; margin-bottom: 80px; @@ -108,10 +101,6 @@ box-shadow: 10px 10px 25px 0px #00000080; .places__button:hover{ background: linear-gradient(90deg, rgba(2, 120, 254, 0.25) 0%, rgba(0, 58, 123, 0.25) 99.98%); - box-shadow: 5px 5px 10px 0px #00000040; - - - }