fix(Product-page): faz ultimos ajustes na página
This commit is contained in:
parent
7c0742f12b
commit
14b30b6f43
@ -395,7 +395,8 @@
|
||||
"colGap": 7,
|
||||
"marginTop": 4,
|
||||
"marginBottom": 7,
|
||||
"paddingTop": 7
|
||||
"paddingTop": 7,
|
||||
"blockClass": "conteudo-principal"
|
||||
},
|
||||
"children": [
|
||||
"flex-layout.col#stack",
|
||||
|
@ -21,6 +21,9 @@
|
||||
.flexRowContent--container-compra .stretchChildrenWidth {
|
||||
height: 49px;
|
||||
}
|
||||
.flexRowContent--container-compra .stretchChildrenWidth :global(.vtex-button) {
|
||||
height: 49px;
|
||||
}
|
||||
|
||||
.flexRowContent--preco {
|
||||
margin: 0;
|
||||
|
@ -10,7 +10,7 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
|
||||
.product-identifier {
|
||||
position: absolute;
|
||||
top: 29px;
|
||||
top: 37px;
|
||||
right: 0;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
|
@ -22,5 +22,11 @@
|
||||
@media only screen and (max-width: 768px) {
|
||||
.heading--shelf-title {
|
||||
font-size: 20px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1024px) {
|
||||
.heading--shelf-title {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
}
|
@ -256,6 +256,11 @@
|
||||
.subscriberContainer {
|
||||
padding-top: 77px;
|
||||
}
|
||||
@media only screen and (max-width: 1024px) {
|
||||
.subscriberContainer {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.subscriberContainer .title {
|
||||
font-size: 0;
|
||||
margin: 0;
|
||||
@ -287,11 +292,32 @@
|
||||
max-width: 399px;
|
||||
margin-top: 16px;
|
||||
gap: 8px;
|
||||
display: flex;
|
||||
}
|
||||
@media only screen and (max-width: 1024px) {
|
||||
.subscriberContainer .form .content {
|
||||
max-width: 375px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 768px) {
|
||||
.subscriberContainer .form .content {
|
||||
max-width: 295px;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 1440px) {
|
||||
.subscriberContainer .form .content {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
.subscriberContainer .form .content .input {
|
||||
margin: 0;
|
||||
width: 195.5px;
|
||||
}
|
||||
@media only screen and (min-width: 1440px) {
|
||||
.subscriberContainer .form .content .input {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
.subscriberContainer .form .content .submit {
|
||||
position: absolute;
|
||||
top: 55px;
|
||||
|
@ -10,6 +10,10 @@
|
||||
|
||||
.stretchChildrenWidth {
|
||||
height: 49px;
|
||||
|
||||
:global(.vtex-button) {
|
||||
height: 49px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.flexRowContent--preco {
|
||||
|
@ -1,6 +1,6 @@
|
||||
.product-identifier {
|
||||
position: absolute;
|
||||
top: 29px;
|
||||
top: 37px;
|
||||
right: 0;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
|
@ -11,5 +11,10 @@
|
||||
|
||||
@include mq(sm, max) {
|
||||
font-size: 20px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
@include mq(md, max) {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
}
|
||||
|
@ -300,6 +300,10 @@
|
||||
|
||||
.subscriberContainer {
|
||||
padding-top: 77px;
|
||||
|
||||
@include mq(md, max) {
|
||||
padding: 0;
|
||||
}
|
||||
.title {
|
||||
font-size: 0;
|
||||
margin: 0;
|
||||
@ -337,10 +341,27 @@
|
||||
max-width: 399px;
|
||||
margin-top: 16px;
|
||||
gap: 8px;
|
||||
display: flex;
|
||||
|
||||
@include mq(md, max) {
|
||||
max-width: 375px;
|
||||
}
|
||||
|
||||
@include mq(sm, max) {
|
||||
max-width: 295px;
|
||||
}
|
||||
|
||||
@include mq(lg, min) {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.input {
|
||||
margin: 0;
|
||||
width: 195.5px;
|
||||
|
||||
@include mq(lg, min) {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.submit {
|
||||
|
Loading…
Reference in New Issue
Block a user