forked from M3-Academy/challenge-vtex-io
Entrega do Desafio #1
@ -6,4 +6,18 @@
|
|||||||
1800px + : Big desktop
|
1800px + : Big desktop
|
||||||
*/
|
*/
|
||||||
/* 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;
|
||||||
|
}
|
@ -386,4 +386,8 @@
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
color: #929292;
|
color: #929292;
|
||||||
|
}
|
||||||
|
|
||||||
|
.installmentsPrice {
|
||||||
|
display: none;
|
||||||
}
|
}
|
@ -238,7 +238,7 @@
|
|||||||
:global(.vtex-input-prefix__group) {
|
:global(.vtex-input-prefix__group) {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
height: 49px;
|
height: 49px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
:global(.vtex-address-form-4-x-input)::placeholder {
|
:global(.vtex-address-form-4-x-input)::placeholder {
|
||||||
color: #afafaf;
|
color: #afafaf;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@ -402,3 +402,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Slider
|
||||||
|
|
||||||
|
.installmentsPrice {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user