fix:modificando styles
This commit is contained in:
parent
1e519a7b03
commit
a141ddbe54
@ -32,7 +32,7 @@
|
|||||||
"props": {
|
"props": {
|
||||||
"marginBottom": 7
|
"marginBottom": 7
|
||||||
},
|
},
|
||||||
"children": ["product-description"]
|
"children": ["image#image-1","product-description"]
|
||||||
},
|
},
|
||||||
"condition-layout.product#availability": {
|
"condition-layout.product#availability": {
|
||||||
"props": {
|
"props": {
|
||||||
@ -212,8 +212,6 @@
|
|||||||
"image#image-1": {
|
"image#image-1": {
|
||||||
"props":{
|
"props":{
|
||||||
"src":"assets/sandalia-image.png",
|
"src":"assets/sandalia-image.png",
|
||||||
"maxHeight": "48%",
|
|
||||||
"maxWidth":"48%",
|
|
||||||
"blockClass":"imageElement"
|
"blockClass":"imageElement"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -286,8 +284,7 @@
|
|||||||
|
|
||||||
"tab-content.item#home1": {
|
"tab-content.item#home1": {
|
||||||
"children": [
|
"children": [
|
||||||
"image#image-1",
|
"flex-layout.row#description"
|
||||||
"product-description"
|
|
||||||
],
|
],
|
||||||
"props": {
|
"props": {
|
||||||
"tabId":"description1"
|
"tabId":"description1"
|
||||||
@ -295,8 +292,7 @@
|
|||||||
},
|
},
|
||||||
"tab-content.item#home2": {
|
"tab-content.item#home2": {
|
||||||
"children": [
|
"children": [
|
||||||
"image#image-1",
|
"flex-layout.row#description"
|
||||||
"product-description"
|
|
||||||
],
|
],
|
||||||
"props": {
|
"props": {
|
||||||
"tabId":"description2"
|
"tabId":"description2"
|
||||||
@ -304,8 +300,7 @@
|
|||||||
},
|
},
|
||||||
"tab-content.item#home3": {
|
"tab-content.item#home3": {
|
||||||
"children": [
|
"children": [
|
||||||
"image#image-1",
|
"flex-layout.row#description"
|
||||||
"product-description"
|
|
||||||
],
|
],
|
||||||
"props": {
|
"props": {
|
||||||
"tabId":"description3"
|
"tabId":"description3"
|
||||||
@ -313,8 +308,7 @@
|
|||||||
},
|
},
|
||||||
"tab-content.item#home4": {
|
"tab-content.item#home4": {
|
||||||
"children": [
|
"children": [
|
||||||
"image#image-1",
|
"flex-layout.row#description"
|
||||||
"product-description"
|
|
||||||
],
|
],
|
||||||
"props": {
|
"props": {
|
||||||
"tabId":"description4"
|
"tabId":"description4"
|
||||||
@ -322,8 +316,7 @@
|
|||||||
},
|
},
|
||||||
"tab-content.item#home5": {
|
"tab-content.item#home5": {
|
||||||
"children": [
|
"children": [
|
||||||
"image#image-1",
|
"flex-layout.row#description"
|
||||||
"product-description"
|
|
||||||
],
|
],
|
||||||
"props": {
|
"props": {
|
||||||
"tabId":"description5"
|
"tabId":"description5"
|
||||||
|
@ -16,13 +16,8 @@
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 32px 0 16px 40px;
|
padding: 32px 0 16px 40px;
|
||||||
}
|
}
|
||||||
.container .term {
|
.container .term, .container .termArrow {
|
||||||
font-family: "Open Sans";
|
display: none;
|
||||||
font-style: normal;
|
|
||||||
font-weight: 400;
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 19px;
|
|
||||||
color: #929292;
|
|
||||||
}
|
}
|
||||||
.container .homeLink .homeIcon {
|
.container .homeLink .homeIcon {
|
||||||
display: none;
|
display: none;
|
||||||
@ -48,6 +43,16 @@
|
|||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
color: #929292;
|
color: #929292;
|
||||||
}
|
}
|
||||||
|
.container .link--1 {
|
||||||
|
font-size: 0;
|
||||||
|
margin-left: 16px;
|
||||||
|
}
|
||||||
|
.container .link--1::after {
|
||||||
|
visibility: visible;
|
||||||
|
display: block;
|
||||||
|
content: "Sapatos";
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 1900px) {
|
@media (min-width: 1900px) {
|
||||||
.container {
|
.container {
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
.flexRowContent {
|
.flexRowContent {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
gap: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flexCol--stack {
|
.flexCol--stack {
|
||||||
|
@ -27,3 +27,7 @@
|
|||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
color: #929292;
|
color: #929292;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.listPrice {
|
||||||
|
display: block;
|
||||||
|
}
|
@ -51,15 +51,19 @@
|
|||||||
width: 314.4px;
|
width: 314.4px;
|
||||||
height: 314.4px;
|
height: 314.4px;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 376px) {
|
||||||
|
.imageContainer {
|
||||||
|
width: 114px !important;
|
||||||
|
height: 114px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 1024px) {
|
||||||
|
.imageContainer {
|
||||||
|
width: 291px;
|
||||||
|
height: 291px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.imageContainer .imageNormal {
|
.imageContainer .imageNormal {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) and (max-width: 1024px) {
|
|
||||||
.imageContainer {
|
|
||||||
margin-bottom: 16px;
|
|
||||||
width: 200px;
|
|
||||||
height: 200px;
|
|
||||||
}
|
|
||||||
}
|
|
@ -100,6 +100,11 @@
|
|||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.productImageTag {
|
||||||
|
width: 100% !important;
|
||||||
|
height: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
.shippingTableHead {
|
.shippingTableHead {
|
||||||
display: grid;
|
display: grid;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
@ -16,6 +16,13 @@
|
|||||||
gap: 32px;
|
gap: 32px;
|
||||||
padding: 32px 72px 16px 72px;
|
padding: 32px 72px 16px 72px;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 676px) {
|
||||||
|
.contentItem {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
padding: 32px 40px 0 40px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.listContainer {
|
.listContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -47,7 +54,7 @@
|
|||||||
text-transform: initial;
|
text-transform: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 637px) and (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
.listContainer {
|
.listContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -5,13 +5,8 @@
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 32px 0 16px 40px;
|
padding: 32px 0 16px 40px;
|
||||||
|
|
||||||
.term {
|
.term,.termArrow {
|
||||||
font-family: 'Open Sans';
|
display: none;
|
||||||
font-style: normal;
|
|
||||||
font-weight: 400;
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 19px;
|
|
||||||
color: #929292;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.homeLink {
|
.homeLink {
|
||||||
@ -46,6 +41,19 @@
|
|||||||
color: #929292;
|
color: #929292;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.link--1 {
|
||||||
|
font-size: 0;
|
||||||
|
|
||||||
|
margin-left: 16px;
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
|
||||||
|
visibility: visible;
|
||||||
|
display: block;
|
||||||
|
content: "Sapatos";
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width:1900px) {
|
@media (min-width:1900px) {
|
||||||
@ -53,3 +61,5 @@
|
|||||||
padding-left: 70px;
|
padding-left: 70px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
.flexRowContent {
|
.flexRowContent {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin:0;
|
margin:0;
|
||||||
|
gap: 32px
|
||||||
}
|
}
|
||||||
.flexCol--stack {
|
.flexCol--stack {
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
@ -16,6 +17,7 @@
|
|||||||
width:0;
|
width:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (min-width:768px) and (max-width:1024px) {
|
@media (min-width:768px) and (max-width:1024px) {
|
||||||
.flexRowContent {
|
.flexRowContent {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -16,4 +16,7 @@
|
|||||||
color: #929292;
|
color: #929292;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.listPrice {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -38,18 +38,19 @@
|
|||||||
width: 314.4px;
|
width: 314.4px;
|
||||||
height: 314.4px;
|
height: 314.4px;
|
||||||
|
|
||||||
|
@media (max-width:376px) {
|
||||||
|
width: 114px !important;
|
||||||
|
height: 114px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width:1024px) {
|
||||||
|
width: 291px;
|
||||||
|
height: 291px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.imageNormal {
|
.imageNormal {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width:768px) and (max-width:1024px) {
|
|
||||||
.imageContainer {
|
|
||||||
margin-bottom: 16px;
|
|
||||||
// background-color: #EDEDED;
|
|
||||||
width: 200px;
|
|
||||||
height: 200px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -89,6 +89,11 @@
|
|||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.productImageTag{
|
||||||
|
width: 100% !important;
|
||||||
|
height: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 375px) and (max-width: 1444px) {
|
@media (min-width: 375px) and (max-width: 1444px) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,6 +3,13 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap:32px;
|
gap:32px;
|
||||||
padding: 32px 72px 16px 72px;
|
padding: 32px 72px 16px 72px;
|
||||||
|
|
||||||
|
@media(max-width: 676px) {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
padding: 32px 40px 0 40px !important;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -38,7 +45,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width:637px) and (max-width:1024px) {
|
@media (max-width:1024px) {
|
||||||
|
|
||||||
// .container {
|
// .container {
|
||||||
// display: block;
|
// display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user