feat(TouristAttractionsAutoJs): Identação

This commit is contained in:
William Simão Cavalcante 2022-11-28 22:05:08 -03:00
parent 1b98b18d97
commit 3a7a326b0e
4 changed files with 10 additions and 16 deletions

View File

@ -28,7 +28,7 @@ export class TouristAttractions {
this.events();
this.carrossel();
this.renderListItems();
this.slickAdd();
// this.slickAdd();
}
selectors () {

View File

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

View File

@ -215,11 +215,11 @@
.wrapper-ul__cards {
.slick-prev {
background: url('arrowLeftmenor.svg') no-repeat center center !important;
left: -6.16%;
left: -3.56%;
}
.slick-next {
background: url('arrowRightmenor.svg') no-repeat center center !important;
right: -6.16%;
right: -3.56%;
}
.wrapper-cards__li {
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 {
bottom: -40px;
}