From be05de66b83cb5cf2a1610bd3253af489ef51e26 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Fri, 16 Dec 2022 01:19:28 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20ajusta=20o=20bot=C3=A3o=20de=20preview?= =?UTF-8?q?=20e=20next=20da=20pratileira?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- checkout/src/arquivos/sass/lib/_slick.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/checkout/src/arquivos/sass/lib/_slick.scss b/checkout/src/arquivos/sass/lib/_slick.scss index 74460fb..0e26a78 100644 --- a/checkout/src/arquivos/sass/lib/_slick.scss +++ b/checkout/src/arquivos/sass/lib/_slick.scss @@ -101,12 +101,18 @@ position: absolute; } .slick-prev { + border: none; + top: 155px; background: url("https://agenciamagma.vteximg.com.br/arquivos/arrow-left-mini-M3Academy.svg") no-repeat center center; z-index: 4; left: 10px; } .slick-next { + border: none; + bottom: 195px; + background: url("https://agenciamagma.vteximg.com.br/arquivos/arrow-right-mini-M3Academy.svg") + no-repeat center center; z-index: 4; right: 10px; }