forked from M3-Academy/m3-academy-template-checkout
fix: ajusta o width e o posicionamento de alguns itens
This commit is contained in:
parent
6e1a17416d
commit
4e8abcb7b0
@ -85,7 +85,7 @@
|
||||
}
|
||||
|
||||
#payment-data-submit {
|
||||
background: $color-black;
|
||||
background: $color-green;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
color: $color-white;
|
||||
|
@ -8,10 +8,18 @@ body .container-main.container-order-form .orderform-template.active {
|
||||
margin-left: unset;
|
||||
margin-right: 0;
|
||||
float: right;
|
||||
@media (max-width: 1024px) {
|
||||
width: 98%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
.orderform-template-holder {
|
||||
@media (max-width: 1024px) {
|
||||
width: 100%;
|
||||
width: 98%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@ -54,6 +62,7 @@ body .container-main.container-order-form .orderform-template.active {
|
||||
}
|
||||
}
|
||||
@media (max-width: 1024px) {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
|
@ -101,6 +101,7 @@
|
||||
position: absolute;
|
||||
}
|
||||
.slick-prev {
|
||||
position: absolute;
|
||||
border: none;
|
||||
top: 155px;
|
||||
background: url("https://agenciamagma.vteximg.com.br/arquivos/arrow-left-mini-M3Academy.svg")
|
||||
@ -114,8 +115,9 @@
|
||||
}
|
||||
}
|
||||
.slick-next {
|
||||
position: absolute;
|
||||
border: none;
|
||||
bottom: 195px;
|
||||
bottom: 235px;
|
||||
background: url("https://agenciamagma.vteximg.com.br/arquivos/arrow-right-mini-M3Academy.svg")
|
||||
no-repeat center center;
|
||||
z-index: 4;
|
||||
|
@ -22,8 +22,6 @@
|
||||
}
|
||||
|
||||
.product-name {
|
||||
overflow: auto;
|
||||
height: 18px;
|
||||
font-family: $font-family;
|
||||
font-style: normal;
|
||||
margin-bottom: 20px;
|
||||
@ -57,7 +55,6 @@
|
||||
justify-content: center;
|
||||
gap: 5px;
|
||||
width: 92%;
|
||||
flex-wrap: wrap;
|
||||
text-transform: uppercase;
|
||||
display: flex;
|
||||
margin: 0;
|
||||
@ -66,6 +63,7 @@
|
||||
|
||||
.size-cards {
|
||||
display: flex;
|
||||
height: 28px;
|
||||
margin-bottom: 20px;
|
||||
background-color: $color-blue2;
|
||||
border-radius: 8px;
|
||||
|
Loading…
Reference in New Issue
Block a user