76 lines
2.0 KiB
CSS
76 lines
2.0 KiB
CSS
/*
|
|
0 - 600PX: Phone
|
|
600 - 900px: Table portrait
|
|
900 - 1200px: Tablet landscape
|
|
[1200 - 1800] is where our nortal styles apply
|
|
1800px + : Big desktop
|
|
*/
|
|
/* Media Query M3 */
|
|
/* Grid breakpoints */
|
|
.newsletter {
|
|
background: black;
|
|
}
|
|
.newsletter .container .form .label {
|
|
font-size: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 16px;
|
|
}
|
|
.newsletter .container .form .label::before {
|
|
content: "Assine nossa newsletter";
|
|
font-size: 24px;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 38px;
|
|
color: #ffffff;
|
|
}
|
|
.newsletter .container .form .label::after {
|
|
content: "Receba ofertas e novidades por e-mail";
|
|
white-space: pre;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
color: #929292;
|
|
}
|
|
.newsletter .container .form .inputGroup {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.newsletter .container .form .inputGroup :global(.vtex-input) :global(.vtex-input-prefix__group) {
|
|
border: none;
|
|
border-bottom: 1px #929292 solid;
|
|
border-radius: 0;
|
|
}
|
|
.newsletter .container .form .inputGroup :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input) {
|
|
background: black;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
color: #929292;
|
|
width: 774px;
|
|
}
|
|
.newsletter .container .form .inputGroup :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input)::before {
|
|
content: "Digite seu e-mail";
|
|
font-size: 16px;
|
|
color: white;
|
|
}
|
|
.newsletter .container .form .inputGroup :global(.vtex-store-components-3-x-buttonContainer) {
|
|
padding: 0;
|
|
}
|
|
.newsletter .container .form .inputGroup :global(.vtex-store-components-3-x-buttonContainer) :global(.vtex-button) {
|
|
background: black;
|
|
border: none;
|
|
border-bottom: 3px gray solid;
|
|
border-radius: 0;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
}
|