Merge pull request 'development' (#6) from development into main

Reviewed-on: #6
This commit is contained in:
Savio Carvalho Moraes 2022-12-26 20:05:54 +00:00
commit 673d2847f1
3 changed files with 39 additions and 7 deletions

View File

@ -218,12 +218,20 @@
select,
input {
max-width: 100%;
width: 100%;
border-radius: 5px;
border: 1px solid $color-gray3;
box-shadow: none;
height: 42px;
}
.ship-country {
label {
display: none;
}
}
#ship-country {
display: none;
}
.help.error {
color: red;

View File

@ -612,9 +612,12 @@
&-totalizers {
padding: 0;
width: 346px;
width: 100%;
.coupon-data {
display: flex;
align-items: center;
justify-content: center;
#cart-link-coupon-add {
text-decoration: none;
@ -666,11 +669,16 @@
.coupon-fields {
margin-bottom: 32px;
display: block;
flex-direction: column;
align-items: flex-start;
text-align: start;
//flex-flow: row nowrap;
@include mq(sm, max) {
span {
display: flex;
flex-direction: row;
width: 100%;
//display: flex;
//flex-direction: row;
justify-content: space-between;
i {
position: absolute;
@ -694,6 +702,9 @@
max-width: 100%;
width: 100%;
}
@media screen and (max-width: 1455px) {
width: 49%;
}
}
button {
@ -704,7 +715,7 @@
font-size: 12px;
height: 36px;
letter-spacing: 1px;
margin-left: 6px;
margin-left: 15px;
outline: none;
transition: all 0.2s linear;
width: 35%;
@ -774,7 +785,7 @@
.cart-links-bottom {
display: flex;
flex-direction: column;
width: 343px;
width: 36%;
@include mq(md, max) {
padding: 0 16px;
@ -804,6 +815,7 @@
font-size: 12px;
line-height: 14px;
color: $color-black-100;
margin-right: 0;
}
}
@ -838,3 +850,12 @@
}
}
}
/*
.cart-active .summary-coupon {
text-align: initial !important;
}*/
/*
.coupon-fieldset {
display: flex;
justify-content: center;
}*/

View File

@ -15,6 +15,9 @@
justify-content: space-between;
margin: 50px 0 0 0 !important;
border-top: 1px solid #000000;
//position: absolute;
//bottom: 0;
//left: 0;
}
.container {
padding: 27px 32px 24px 32px;