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

View File

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

View File

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

View File

@ -10,7 +10,13 @@
} }
&-title { &-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 { &-message {

View File

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