forked from M3-Academy/m3-academy-template-checkout
develop #14
@ -144,12 +144,29 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.client-profile-data {
|
||||||
|
.accordion-heading {
|
||||||
|
span {
|
||||||
|
span {
|
||||||
|
font-size: 0;
|
||||||
|
&::before {
|
||||||
|
content: "Identificação";
|
||||||
|
font-family: $font-family-secundary;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 19px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.shipping-data,
|
.shipping-data,
|
||||||
.payment-data,
|
.payment-data,
|
||||||
.client-profile-data {
|
.client-profile-data {
|
||||||
.accordion-group {
|
.accordion-group {
|
||||||
border-radius: 0;
|
border: 1px solid $color-gray3;
|
||||||
border: 1px solid $color-gray4;
|
border-radius: 8px;
|
||||||
font-family: $font-family;
|
font-family: $font-family;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
|
||||||
@ -160,13 +177,19 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
i::before {
|
i::before {
|
||||||
|
display: none;
|
||||||
fill: #303030;
|
fill: #303030;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
background: url("https://agenciamagma.vteximg.com.br/arquivos/lapisM3Academy.png")
|
||||||
|
no-repeat center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #303030;
|
width: 30px;
|
||||||
|
height: 30px;
|
||||||
|
z-index: 6;
|
||||||
|
// background-color: #303030;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: none;
|
border: none;
|
||||||
color: $color-white;
|
color: $color-white;
|
||||||
@ -183,27 +206,43 @@
|
|||||||
|
|
||||||
.client-notice {
|
.client-notice {
|
||||||
color: $color-black;
|
color: $color-black;
|
||||||
|
font-size: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#is-corporate-client {
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
label {
|
label {
|
||||||
color: $color-black;
|
font-family: $font-family;
|
||||||
font-weight: 500;
|
color: $color-gray2;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
select,
|
select,
|
||||||
input {
|
input {
|
||||||
border-radius: 0;
|
border: 1px solid $color-gray8;
|
||||||
border: 1px solid $color-gray4;
|
border-radius: 5px;
|
||||||
|
// height: 42px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#client-phone,
|
||||||
|
#client-document {
|
||||||
|
height: 44px;
|
||||||
|
}
|
||||||
|
|
||||||
.help.error {
|
.help.error {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.box-client-info-pj {
|
.box-client-info-pj {
|
||||||
|
display: none;
|
||||||
|
|
||||||
.link a#is-corporate-client,
|
.link a#is-corporate-client,
|
||||||
.link a#not-corporate-client {
|
.link a#not-corporate-client {
|
||||||
color: $color-black;
|
color: $color-black;
|
||||||
@ -218,11 +257,17 @@
|
|||||||
|
|
||||||
button.submit {
|
button.submit {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 5px;
|
border-radius: 8px;
|
||||||
background: $color-black;
|
width: 100%;
|
||||||
margin-top: 8px;
|
font-weight: 700;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
background: $color-blue2;
|
||||||
|
margin-top: 45px;
|
||||||
outline: none;
|
outline: none;
|
||||||
transition: all 0.2s linear;
|
transition: all 0.2s linear;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: lighten($color-black, 5);
|
background: lighten($color-black, 5);
|
||||||
@ -235,22 +280,34 @@
|
|||||||
|
|
||||||
/* Shipping configurations */
|
/* Shipping configurations */
|
||||||
|
|
||||||
|
.ship-postalCode {
|
||||||
|
input {
|
||||||
|
width: 95% !important;
|
||||||
|
max-width: 95% !important;
|
||||||
|
height: 45px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.ship-postalCode small a {
|
.ship-postalCode small a {
|
||||||
color: #303030;
|
color: $color-black;
|
||||||
font-weight: 500;
|
// display: flex;
|
||||||
text-decoration: underline;
|
font-weight: 400;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 16px;
|
||||||
|
text-decoration-line: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vtex-omnishipping-1-x-deliveryGroup {
|
.vtex-omnishipping-1-x-deliveryGroup {
|
||||||
p {
|
p {
|
||||||
color: #303030;
|
color: $color-gray2;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
line-height: 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shp-lean {
|
.shp-lean {
|
||||||
border: 1px solid $color-gray4;
|
border: 1px solid $color-gray8;
|
||||||
border-radius: 0;
|
border-radius: 8px;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
@ -259,16 +316,19 @@
|
|||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
|
|
||||||
svg path {
|
svg path {
|
||||||
fill: #d8c8ac;
|
// fill: #d8c8ac;
|
||||||
|
background: #00c8ff;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.delivery-address-title {
|
.delivery-address-title {
|
||||||
color: #303030;
|
font-weight: 700;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
font-weight: 500;
|
line-height: 16px;
|
||||||
|
color: $color-gray2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shp-summary-group-info {
|
.shp-summary-group-info {
|
||||||
@ -277,9 +337,11 @@
|
|||||||
|
|
||||||
.address-summary {
|
.address-summary {
|
||||||
background: none;
|
background: none;
|
||||||
border-color: $color-gray4;
|
border-color: $color-gray8;
|
||||||
border-radius: 0;
|
border-radius: 8px;
|
||||||
color: #303030;
|
font-weight: 400;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 16px;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
|
|
||||||
@include mq(md, max) {
|
@include mq(md, max) {
|
||||||
@ -287,9 +349,59 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #303030;
|
font-size: 0;
|
||||||
font-weight: 500;
|
|
||||||
text-decoration: underline;
|
&::after {
|
||||||
|
content: "alterar";
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 16px;
|
||||||
|
color: $color-blue2;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#payment-group-MercadoPagoPaymentGroup .payment-group-item-text,
|
||||||
|
#payment-group-bankInvoicePaymentGroup .payment-group-item-text,
|
||||||
|
#payment-group-creditCardPaymentGroup .payment-group-item-text,
|
||||||
|
#payment-group-creditCardPaymentGroup .payment-group-item-text,
|
||||||
|
#payment-group-instantPaymentPaymentGroup[data-name="Pix"]
|
||||||
|
.payment-group-item-text {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.payment-group-item {
|
||||||
|
border: 1px solid $color-black2 !important;
|
||||||
|
border-radius: 6px;
|
||||||
|
display: block;
|
||||||
|
margin-left: 5px;
|
||||||
|
margin-right: 40px;
|
||||||
|
margin-top: 12px;
|
||||||
|
opacity: 0.7;
|
||||||
|
width: 100%;
|
||||||
|
padding: 0 18px 0 8px;
|
||||||
|
-webkit-transition: all 0.2s ease-in-out;
|
||||||
|
-moz-transition: all 0.2s ease-in-out;
|
||||||
|
-o-transition: all 0.2s ease-in-out;
|
||||||
|
transition: all 0.2s ease-in-out;
|
||||||
|
|
||||||
|
span {
|
||||||
|
text-align: center;
|
||||||
|
color: $color-gray10 !important;
|
||||||
|
padding-right: 0;
|
||||||
|
font-family: $font-family;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 24px;
|
||||||
|
|
||||||
|
&::selection {
|
||||||
|
color: $color-red2 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
border-color: $color-red2 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -311,13 +423,18 @@
|
|||||||
color: #303030;
|
color: #303030;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vtex-omnishipping-1-x-addressFormPart1 small {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.vtex-omnishipping-1-x-deliveryChannelsToggle {
|
.vtex-omnishipping-1-x-deliveryChannelsToggle {
|
||||||
background-color: #d8c8ac;
|
background-color: $color-white;
|
||||||
border: 1px solid #d8c8ac;
|
border: 1px solid $color-black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vtex-omnishipping-1-x-deliveryOptionActive {
|
.vtex-omnishipping-1-x-deliveryOptionActive {
|
||||||
text-shadow: 1.3px 1px lighten($color-black, 50);
|
color: $color-black;
|
||||||
|
// text-shadow: 1.3px 1px lighten($color-black, 50);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,7 @@ $color-black: #292929;
|
|||||||
$color-black2: #000000;
|
$color-black2: #000000;
|
||||||
|
|
||||||
$color-red: #ff0000;
|
$color-red: #ff0000;
|
||||||
|
$color-red2: #f15a31;
|
||||||
|
|
||||||
$color-white: #fff;
|
$color-white: #fff;
|
||||||
|
|
||||||
@ -19,6 +20,9 @@ $color-gray4: #8d8d8d;
|
|||||||
$color-gray5: #e5e5e5;
|
$color-gray5: #e5e5e5;
|
||||||
$color-gray6: #989898;
|
$color-gray6: #989898;
|
||||||
$color-gray7: #c4c4c4;
|
$color-gray7: #c4c4c4;
|
||||||
|
$color-gray8: #e0e0e0;
|
||||||
|
$color-gray9: #808080;
|
||||||
|
$color-gray10: #58595b;
|
||||||
|
|
||||||
$color-blue: #4267b2;
|
$color-blue: #4267b2;
|
||||||
$color-blue2: #00c8ff;
|
$color-blue2: #00c8ff;
|
||||||
|
Loading…
Reference in New Issue
Block a user