challenge-vtex-io/styles/css/vtex.store-components.css

64 lines
1.1 KiB
CSS
Raw Normal View History

/*
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 {
2023-01-27 14:41:29 +00:00
background: black;
border-bottom: 1px solid #FFFFFF;
margin: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.container {
2023-01-31 20:29:57 +00:00
max-width: 100%;
padding: 0;
margin: 0;
2023-01-27 14:41:29 +00:00
}
.label {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
text-align: center;
color: #FFFFFF;
border: none;
}
.label::after {
content: "Receba ofertas e novidades por e-mail";
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
text-align: center;
color: #929292;
display: flex;
flex-direction: column;
gap: 16px;
margin-top: 16px;
}
2023-01-31 20:29:57 +00:00
.productDescriptionTitle {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 32px;
color: #575757;
margin-bottom: 8px;
2023-01-27 14:41:29 +00:00
}
2023-01-31 20:29:57 +00:00
.productDescriptionText {
text-align: left;
}