ajustes no layout

This commit is contained in:
Emerson Fully 2022-12-26 00:27:12 -03:00
parent 9c51f2c8b9
commit 6ece73cefa
5 changed files with 54 additions and 27 deletions

View File

@ -7,7 +7,11 @@
.link-cart {
a {
color: $color-black;
font-family: "Tenor Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 16px;
&:hover {
color: lighen($color-black, 10);
@ -24,13 +28,15 @@
h3 {
margin-bottom: 16px;
span {
color: #303030;
font-size: 24px;
}
span,
small {
color: $color-black;
font-family: "Tenor Sans";
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 23px;
text-transform: uppercase;
}
}
}
@ -43,7 +49,7 @@
color: $color-black;
font-family: $font-family;
padding: 0 16px;
border: 2px solid $color-gray3;
border: 1px solid $color-black;
box-sizing: border-box;
border-radius: 5px;
@ -57,6 +63,7 @@
border-radius: 5px;
border: none;
font-family: $font-family;
font-weight: 700;
color: $color-black;
height: 54px;
width: 127px;
@ -79,11 +86,13 @@
padding: 16px;
background-color: $color-white;
border: 1px solid $color-gray4;
border-radius: 0;
border-radius: 5px;
height: 150px;
h3 {
color: #303030;
margin: 0 0 8px 0;
padding: 5px 0 10px;
}
ul {
@ -149,6 +158,7 @@
.client-notice {
color: $color-black;
display: none;
}
p {
@ -174,9 +184,7 @@
.box-client-info-pj {
.link a#is-corporate-client,
.link a#not-corporate-client {
color: $color-black;
font-weight: 500;
text-decoration: underline;
display: none;
}
}

View File

@ -111,10 +111,11 @@
}
th {
font-family: "Tenor Sans", sans-serif;
color: $color-black;
padding: 0 0 16px;
font-style: normal;
font-weight: bold;
font-weight: normal;
font-size: 14px;
line-height: 16px;
@ -155,7 +156,8 @@
}
a {
color: $color-blue;
color: $color-black;
font-family: "Tenor Sans", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
@ -163,7 +165,7 @@
transition: ease-in 0.22s all;
&:hover {
color: darken($color-blue, 10);
color: darken($color-gray2, 10);
text-decoration: none;
}
@ -305,6 +307,9 @@
}
.quantity-price {
.total-selling-price {
font-weight: bold;
}
@include mq(md, max) {
display: none;
}
@ -352,11 +357,12 @@
.srp-main-title {
margin: 32px 0 12px;
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 28px;
color: $color-gray2;
line-height: 33px;
color: $color-black;
@include mq(md, max) {
margin-top: 0;
@ -485,9 +491,9 @@
}
& ~ button {
background-color: $color-black;
background-color: $color-blue;
border: none;
border-radius: 5px;
border-radius: 8px;
color: $color-white;
font-size: 12px;
height: 36px;
@ -737,10 +743,11 @@
tfoot {
td.info,
td.monetary {
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: normal;
font-weight: 700;
font-size: 18px;
line-height: 21px;
line-height: 25px;
color: $color-black;
}
}
@ -788,7 +795,7 @@
a {
background: $color-blue;
border: none;
border-radius: 5px;
border-radius: 8px;
display: block;
font-size: 0;
transition: ease-in 0.22s all;
@ -800,9 +807,9 @@
&:after {
content: "finalizar compra";
font-family: $font-family;
font-weight: 500;
font-size: 13px;
font-family: "Open Sans", sans-serif;
font-weight: bold;
font-size: 14px;
letter-spacing: 0.05em;
color: $color-black;
text-transform: uppercase;

View File

@ -50,7 +50,8 @@ body .container-main.container-order-form .orderform-template.active {
#payment-group-Bancolombia,
#payment-group-MercadoPagoPaymentGroup,
#payment-group-SPEIPaymentGroup,
#payment-group-Bancolombia {
#payment-group-Bancolombia,
#TransferPaymentGroup {
display: none;
}
}

View File

@ -10,7 +10,13 @@
}
&-title {
font-size: 20px;
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
text-align: center;
text-transform: uppercase;
}
&-message {

View File

@ -5,6 +5,9 @@
margin-top: auto;
.container {
position: relative;
width: 100%;
height: 68px;
display: flex;
align-items: center;
justify-content: space-between;
@ -29,13 +32,14 @@
&__address {
color: $color-gray2;
font-family: $font-family;
position: absolute;
font-style: normal;
font-weight: normal;
font-size: 10px;
line-height: 12px;
text-transform: capitalize;
max-width: 40%;
left: 0px;
left: 32px;
@include mq(md, max) {
margin: 12px 0;
@ -70,11 +74,12 @@
}
&__developedBy {
position: absolute;
align-items: center;
display: flex;
list-style-type: none;
margin: 0;
right: 0px;
right: 32px;
@media screen and (max-width: 1024px) {
margin-bottom: 35px;