development #6

Merged
SavioCarvalhoMoraes merged 3 commits from development into main 2022-12-26 20:05:54 +00:00
3 changed files with 39 additions and 7 deletions

View File

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

View File

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