forked from M3-Academy/challenge-vtex-io
feat: Adicionado estilo tablet do produto
This commit is contained in:
parent
02fa36c226
commit
8a5c9887e4
@ -43,3 +43,10 @@
|
|||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
||||||
|
.flexRowContent {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
}
|
@ -1,42 +1,10 @@
|
|||||||
.skuSelectorContainer--quickview .skuSelectorItemImage .frameAround, .skuSelectorContainer--quickview .skuSelectorItemImage .skuSelectorInternalBox {
|
/*
|
||||||
border-radius: 50%;
|
0 - 600PX: Phone
|
||||||
}
|
600 - 900px: Table portrait
|
||||||
|
900 - 1200px: Tablet landscape
|
||||||
.container :global(.vtex-modal-layout-0-x-triggerContainer) {
|
[1200 - 1800] is where our nortal styles apply
|
||||||
opacity: 0;
|
1800px + : Big desktop
|
||||||
transition: opacity 200ms ease-in-out;
|
*/
|
||||||
}
|
/* Media Query M3 */
|
||||||
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
|
||||||
.container:hover :global(.vtex-modal-layout-0-x-triggerContainer) {
|
/* Grid breakpoints */
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 40em) {
|
|
||||||
.container :global(.vtex-modal-layout-0-x-triggerContainer) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.nameContainer {
|
|
||||||
justify-content: start;
|
|
||||||
padding-top: 1rem;
|
|
||||||
padding-bottom: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.brandName {
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: 18px;
|
|
||||||
color: #2E2E2E;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container {
|
|
||||||
text-align: start;
|
|
||||||
}
|
|
||||||
|
|
||||||
.imageContainer {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image {
|
|
||||||
border-radius: 0.25rem;
|
|
||||||
}
|
|
@ -178,24 +178,97 @@
|
|||||||
color: #929292;
|
color: #929292;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
.newsletter {
|
.newsletter {
|
||||||
margin-top: 64px;
|
|
||||||
}
|
|
||||||
.newsletter .container {
|
|
||||||
display: flex;
|
|
||||||
height: 175px;
|
|
||||||
padding: 0 0 0 0;
|
|
||||||
background: black;
|
background: black;
|
||||||
align-items: center;
|
border-bottom: 1px solid #ffffff;
|
||||||
justify-content: center;
|
margin: 0;
|
||||||
}
|
|
||||||
.newsletter .container .label {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size: 0;
|
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 .container .label::before {
|
*/
|
||||||
content: "Assine nossa Newsletter";
|
.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";
|
font-family: "Open Sans";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@ -203,49 +276,41 @@
|
|||||||
line-height: 38px;
|
line-height: 38px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
.newsletter .container .label::after {
|
|
||||||
|
.label::after {
|
||||||
content: "Receba ofertas e novidades por e-mail";
|
content: "Receba ofertas e novidades por e-mail";
|
||||||
font-family: "Open Sans";
|
font-family: sans-serif;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #929292;
|
color: #929292;
|
||||||
}
|
|
||||||
.newsletter .container :global(.vtex-input-prefix__group) {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
flex-direction: column;
|
||||||
width: 774px;
|
gap: 16px;
|
||||||
border-top: none;
|
margin-top: 16px;
|
||||||
border-right: none;
|
|
||||||
border-left: none;
|
|
||||||
border-bottom: 1px solid #929292;
|
|
||||||
}
|
}
|
||||||
.newsletter .container :global(.vtex-styleguide-9-x-input) {
|
|
||||||
background: transparent;
|
.productDescriptionTitle {
|
||||||
padding: 0 0 0 0;
|
font-family: sans-serif;
|
||||||
}
|
|
||||||
.newsletter .container :global(.vtex-button) {
|
|
||||||
position: relative;
|
|
||||||
left: 145px;
|
|
||||||
background: transparent;
|
|
||||||
border: none;
|
|
||||||
border-radius: 0;
|
|
||||||
border-bottom: 3px solid #bfbfbf;
|
|
||||||
}
|
|
||||||
.newsletter .container :global(.vtex-button):hover {
|
|
||||||
border-bottom: 5px solid #bfbfbf;
|
|
||||||
}
|
|
||||||
.newsletter .container :global(.vtex-button) :global(.vtex-button__label) {
|
|
||||||
font-family: "Open Sans";
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 24px;
|
||||||
line-height: 19px;
|
line-height: 32px;
|
||||||
text-align: center;
|
color: #575757;
|
||||||
color: #ffffff;
|
margin-bottom: 8px;
|
||||||
border: 1px solid #000000;
|
}
|
||||||
text-transform: uppercase;
|
|
||||||
|
.productDescriptionText {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
||||||
|
.container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
}
|
}
|
@ -62,3 +62,19 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 32px;
|
gap: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
||||||
|
.listContainer {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.contentItem {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
border-bottom: 1px solid #b9b9b9;
|
||||||
|
padding-bottom: 16px;
|
||||||
|
}
|
||||||
|
.productDescriptionText {
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
}
|
@ -33,3 +33,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
||||||
|
.flexRowContent {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
2
styles/sass/pages/product/vtex.product-summary.scss
Normal file
2
styles/sass/pages/product/vtex.product-summary.scss
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
||||||
|
}
|
@ -10,3 +10,5 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
||||||
|
}
|
||||||
|
@ -181,14 +181,20 @@
|
|||||||
color: #929292;
|
color: #929292;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
.newsletter {
|
.newsletter {
|
||||||
margin-top: 64px;
|
background: black;
|
||||||
|
border-bottom: 1px solid #ffffff;
|
||||||
|
margin: 0;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 175px;
|
//height: 175px;
|
||||||
padding: 0 0 0 0;
|
//padding: 0 0 0 0;
|
||||||
background: black;
|
//background: black;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
.label {
|
.label {
|
||||||
@ -254,6 +260,57 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
@media screen and (max-width: 1024px) {
|
.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";
|
||||||
|
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: sans-serif;
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productDescriptionTitle {
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 32px;
|
||||||
|
color: #575757;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productDescriptionText {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
||||||
|
.container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -52,3 +52,18 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 32px;
|
gap: 32px;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
||||||
|
.listContainer {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.contentItem {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
border-bottom: 1px solid #b9b9b9;
|
||||||
|
padding-bottom: 16px;
|
||||||
|
}
|
||||||
|
.productDescriptionText {
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user