style: adicionando estilo do carrosel

This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-01-27 20:47:41 -03:00
parent 600bd52d4c
commit 2a21fdc536
4 changed files with 44 additions and 2 deletions

View File

@ -7,3 +7,17 @@
*/ */
/* Media Query M3 */ /* Media Query M3 */
/* Grid breakpoints */ /* Grid breakpoints */
.container--slider-title {
display: flex;
justify-content: center;
margin-top: 16px;
margin-bottom: 32px;
}
.container--slider-title .wrapper--slider-title .heading--slider-title {
font-weight: 400;
font-size: 24px;
line-height: 38px;
text-align: center;
color: #575757;
margin: 0;
}

View File

@ -387,3 +387,7 @@
line-height: 22px; line-height: 22px;
color: #929292; color: #929292;
} }
.installmentsPrice {
display: none;
}

View File

@ -402,3 +402,9 @@
} }
} }
} }
//Slider
.installmentsPrice {
display: none;
}

View File

@ -0,0 +1,18 @@
// Slider
.container--slider-title {
display: flex;
justify-content: center;
margin-top: 16px;
margin-bottom: 32px;
.wrapper--slider-title {
.heading--slider-title {
font-weight: 400;
font-size: 24px;
line-height: 38px;
text-align: center;
color: #575757;
margin: 0;
}
}
}