Merge pull request 'Feature/TouristAttractionsAutoJs' (#2) from Feature/TouristAttractionsAutoJs into Develop

Reviewed-on: #2
This commit is contained in:
William Simão Cavalcante 2022-11-29 01:09:46 +00:00
commit cd0ef1897e
3 changed files with 9 additions and 15 deletions

View File

@ -1,7 +1,5 @@
@import "utils/fonts.scss"; @import "utils/fonts.scss";
.page-titulo__tourist { .page-titulo__tourist {
font-family: "Poppins", sans-serif; font-family: "Poppins", sans-serif;
font-style: normal; font-style: normal;
@ -114,7 +112,6 @@
border-radius: 8px; border-radius: 8px;
object-fit: cover; object-fit: cover;
} }
@media only screen and (width: 375px){ @media only screen and (width: 375px){
.container-pai { .container-pai {
.container-h1-input { .container-h1-input {
@ -152,7 +149,6 @@
} }
} }
} }
@media only screen and (max-width: 490px) { @media only screen and (max-width: 490px) {
.container-pai { .container-pai {
.container-h1-input { .container-h1-input {
@ -220,17 +216,11 @@
height: 56px; height: 56px;
} }
} }
} }
} }
} }
} }
} }
@media only screen and (max-width: 2499px) { @media only screen and (max-width: 2499px) {
.container-h1-input { .container-h1-input {
@ -275,8 +265,12 @@
} }
} }
} }
} }
} }
} }

View File

@ -215,11 +215,11 @@
.wrapper-ul__cards { .wrapper-ul__cards {
.slick-prev { .slick-prev {
background: url('arrowLeftmenor.svg') no-repeat center center !important; background: url('arrowLeftmenor.svg') no-repeat center center !important;
left: -6.16%; left: -3.56%;
} }
.slick-next { .slick-next {
background: url('arrowRightmenor.svg') no-repeat center center !important; background: url('arrowRightmenor.svg') no-repeat center center !important;
right: -6.16%; right: -3.56%;
} }
.wrapper-cards__li { .wrapper-cards__li {
height: 424px; height: 424px;

View File

@ -197,7 +197,7 @@ $slick-opacity-not-active: 0.25 !default;
} }
} }
} }
@media only screen and (min-width: 2501px) { @media only screen and (min-width: 2500px) {
.slick-dots { .slick-dots {
bottom: -40px; bottom: -40px;
} }