forked from M3-Academy/m3-academy-template-checkout
Merge pull request 'desenvolvimento' (#2) from desenvolvimento into main
Reviewed-on: #2
This commit is contained in:
commit
38335eaa7c
@ -7,7 +7,11 @@
|
||||
.link-cart {
|
||||
a {
|
||||
color: $color-black;
|
||||
font-family: $font-family-secundary;
|
||||
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: $font-family-secundary;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -34,9 +34,12 @@
|
||||
h2 {
|
||||
background: $color-white;
|
||||
border: none;
|
||||
color: #303030;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
font-family: $font-family-secundary;
|
||||
color: $color-black;
|
||||
font-size: 16px;
|
||||
line-height: 19px;
|
||||
font-weight: 400;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.item-unavailable {
|
||||
@ -74,7 +77,13 @@
|
||||
}
|
||||
|
||||
#go-to-cart-button a {
|
||||
color: #303030;
|
||||
font-family: $font-family;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
text-align: right;
|
||||
color: $color-black;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@ -85,18 +94,30 @@
|
||||
}
|
||||
|
||||
#payment-data-submit {
|
||||
background: $color-black;
|
||||
background: $color-green;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
border-radius: 8px;
|
||||
color: $color-white;
|
||||
font-family: $font-family;
|
||||
font-weight: 700;
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
text-align: center;
|
||||
letter-spacing: 0.05em;
|
||||
text-transform: uppercase;
|
||||
|
||||
outline: none;
|
||||
transition: all 0.2s linear;
|
||||
&:hover {
|
||||
background: lighten($color-black, 5);
|
||||
background: lighten($color-green, 5);
|
||||
}
|
||||
|
||||
&:active {
|
||||
background: darken($color-black, 5);
|
||||
background: darken($color-green, 5);
|
||||
}
|
||||
|
||||
.icon-lock {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -111,10 +132,11 @@
|
||||
}
|
||||
|
||||
th {
|
||||
font-family: $font-family-secundary;
|
||||
color: $color-black;
|
||||
padding: 0 0 16px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
|
||||
@ -149,13 +171,15 @@
|
||||
|
||||
.product-name {
|
||||
padding-right: 0;
|
||||
text-align: left;
|
||||
|
||||
@include mq(lg, max) {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $color-blue;
|
||||
color: $color-black;
|
||||
font-family: $font-family-secundary;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
@ -163,7 +187,7 @@
|
||||
transition: ease-in 0.22s all;
|
||||
|
||||
&:hover {
|
||||
color: darken($color-blue, 10);
|
||||
color: darken($color-gray2, 10);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -305,6 +329,9 @@
|
||||
}
|
||||
|
||||
.quantity-price {
|
||||
.total-selling-price {
|
||||
font-weight: bold;
|
||||
}
|
||||
@include mq(md, max) {
|
||||
display: none;
|
||||
}
|
||||
@ -352,11 +379,12 @@
|
||||
|
||||
.srp-main-title {
|
||||
margin: 32px 0 12px;
|
||||
font-family: $font-family;
|
||||
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 +513,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 +765,11 @@
|
||||
tfoot {
|
||||
td.info,
|
||||
td.monetary {
|
||||
font-family: $font-family;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-weight: 700;
|
||||
font-size: 18px;
|
||||
line-height: 21px;
|
||||
line-height: 25px;
|
||||
color: $color-black;
|
||||
}
|
||||
}
|
||||
@ -788,7 +817,7 @@
|
||||
a {
|
||||
background: $color-blue;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
border-radius: 8px;
|
||||
display: block;
|
||||
font-size: 0;
|
||||
transition: ease-in 0.22s all;
|
||||
@ -801,8 +830,8 @@
|
||||
&:after {
|
||||
content: "finalizar compra";
|
||||
font-family: $font-family;
|
||||
font-weight: 500;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
letter-spacing: 0.05em;
|
||||
color: $color-black;
|
||||
text-transform: uppercase;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -10,7 +10,13 @@
|
||||
}
|
||||
|
||||
&-title {
|
||||
font-size: 20px;
|
||||
font-family: $font-family;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-size: 24px;
|
||||
line-height: 33px;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
&-message {
|
||||
|
@ -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;
|
||||
|
@ -44,11 +44,11 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-family: "Tenor Sans", sans-serif;
|
||||
font-family: $font-family-secundary;
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
line-height: 28px;
|
||||
color: #000;
|
||||
color: $color-black;
|
||||
width: 39.91%;
|
||||
}
|
||||
|
||||
@ -69,7 +69,7 @@
|
||||
li #progress-bar-circle-3 {
|
||||
position: relative;
|
||||
width: 12px;
|
||||
background-color: #fff;
|
||||
background-color: $color-white;
|
||||
height: 12px;
|
||||
border: 1px solid;
|
||||
border-radius: 50%;
|
||||
@ -80,7 +80,7 @@
|
||||
li #progress-bar-circle-2.active,
|
||||
li #progress-bar-circle-3.active {
|
||||
border: none;
|
||||
background-color: #000;
|
||||
background-color: $color-black;
|
||||
}
|
||||
|
||||
li .progress-bar-line-1 {
|
||||
@ -90,7 +90,7 @@
|
||||
bottom: 5px;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
border-top: 1px solid #000;
|
||||
border-top: 1px solid $color-black;
|
||||
}
|
||||
|
||||
li .progress-bar-line-2 {
|
||||
@ -100,7 +100,7 @@
|
||||
bottom: 5px;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
border-top: 1px solid #000;
|
||||
border-top: 1px solid $color-black;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
text-align: center;
|
||||
|
||||
h3 {
|
||||
font-family: "Tenor Sans";
|
||||
font-family: $font-family-secundary;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 24px;
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
&-item {
|
||||
* {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-family: $font-family;
|
||||
}
|
||||
|
||||
max-width: 242px;
|
||||
|
Loading…
Reference in New Issue
Block a user