feature/newsletter #21

Merged
SavioCarvalhoMoraes merged 2 commits from feature/newsletter into development 2023-02-10 14:31:59 +00:00
4 changed files with 104 additions and 166 deletions

View File

@ -25,8 +25,7 @@
.flexRowContent--cart {
display: flex;
justify-content: center;
margin-bottom: 25px;
gap: 10px;
}
.flexRowContent--cart .flexRow--buyButton :global(.vtex-button) {
background-color: black;

View File

@ -271,94 +271,64 @@
color: #929292;
}
/*
.newsletter {
background: black;
border-bottom: 1px solid #ffffff;
margin: 0;
margin: 64px 0 0 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
.container {
display: flex;
//height: 175px;
//padding: 0 0 0 0;
//background: black;
align-items: center;
justify-content: center;
.label {
display: flex;
flex-direction: column;
font-size: 0;
&::before {
content: "Assine nossa Newsletter";
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
text-align: center;
color: #ffffff;
}
&::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;
}
}
:global(.vtex-input-prefix__group) {
display: flex;
justify-content: center;
width: 774px;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 1px solid #929292;
}
:global(.vtex-styleguide-9-x-input) {
background: transparent;
padding: 0 0 0 0;
}
:global(.vtex-button) {
position: relative;
left: 145px;
background: transparent;
border: none;
border-radius: 0;
border-bottom: 3px solid #bfbfbf;
&:hover {
border-bottom: 5px solid #bfbfbf;
}
:global(.vtex-button__label) {
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 19px;
text-align: center;
color: #ffffff;
border: 1px solid #000000;
text-transform: uppercase;
}
}
}
}
*/
.newsletter {
background: black;
border-bottom: 1px solid #ffffff;
margin: 0;
.newsletter .container {
padding: 32px 0 16px 0;
}
.newsletter .label {
font-size: 0;
}
.newsletter .label::before {
content: "Assine nossa newsletter";
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
color: #ffffff;
}
.newsletter .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;
}
.newsletter :global(.vtex-input-prefix__group) {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 1px solid #929292;
border-radius: 0;
}
.newsletter :global(.vtex-styleguide-9-x-input) {
background: transparent;
padding: 0 0 0 0;
width: 774px;
}
.newsletter :global(.vtex-button) {
position: relative;
right: 40px;
background: transparent;
border: none;
border-radius: 0;
border-bottom: 3px solid #bfbfbf;
}
.newsletter :global(.vtex-button):hover {
border-bottom: 5px solid #bfbfbf;
}
.label {
@ -374,7 +344,7 @@
.label::after {
content: "Receba ofertas e novidades por e-mail";
font-family: sans-serif;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 18px;
@ -388,7 +358,7 @@
}
.productDescriptionTitle {
font-family: sans-serif;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 24px;

View File

@ -18,9 +18,7 @@
.flexRowContent--cart {
display: flex;
justify-content: center;
margin-bottom: 25px;
gap: 10px;
.flexRow--buyButton {
:global(.vtex-button) {
background-color: black;

View File

@ -170,9 +170,8 @@
right: 60px;
}
.shippingTable {
//display: grid;
border: none;
//flex-direction: column;
grid-template-columns: none !important;
}
.shippingTableRow {
@ -266,94 +265,66 @@
color: #929292;
}
}
/*
.newsletter {
background: black;
border-bottom: 1px solid #ffffff;
margin: 0;
margin: 64px 0 0 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
.container {
display: flex;
//height: 175px;
//padding: 0 0 0 0;
//background: black;
align-items: center;
justify-content: center;
.label {
display: flex;
flex-direction: column;
font-size: 0;
&::before {
content: "Assine nossa Newsletter";
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
text-align: center;
color: #ffffff;
}
&::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;
}
}
:global(.vtex-input-prefix__group) {
display: flex;
justify-content: center;
width: 774px;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 1px solid #929292;
}
:global(.vtex-styleguide-9-x-input) {
background: transparent;
padding: 0 0 0 0;
}
:global(.vtex-button) {
position: relative;
left: 145px;
background: transparent;
border: none;
border-radius: 0;
border-bottom: 3px solid #bfbfbf;
&:hover {
border-bottom: 5px solid #bfbfbf;
}
padding: 32px 0 16px 0;
}
.label {
font-size: 0;
&::before {
content: "Assine nossa newsletter";
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
:global(.vtex-button__label) {
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 19px;
text-align: center;
color: #ffffff;
border: 1px solid #000000;
text-transform: uppercase;
}
color: #ffffff;
}
&::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;
}
}
:global(.vtex-input-prefix__group) {
display: flex;
justify-content: center;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 1px solid #929292;
border-radius: 0;
}
:global(.vtex-styleguide-9-x-input) {
background: transparent;
padding: 0 0 0 0;
width: 774px;
}
:global(.vtex-button) {
position: relative;
right: 40px;
background: transparent;
border: none;
border-radius: 0;
border-bottom: 3px solid #bfbfbf;
&:hover {
border-bottom: 5px solid #bfbfbf;
}
}
}
*/
.newsletter {
background: black;
border-bottom: 1px solid #ffffff;
margin: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.label {
font-family: "Open Sans";
@ -367,7 +338,7 @@
}
.label::after {
content: "Receba ofertas e novidades por e-mail";
font-family: sans-serif;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 18px;
@ -381,7 +352,7 @@
}
.productDescriptionTitle {
font-family: sans-serif;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 24px;