feat: Adiciona CSS no checkout-autenticação

This commit is contained in:
SamuelCondack 2022-12-13 11:43:31 -03:00
parent 85e758b0f5
commit 774630e1da

View File

@ -121,7 +121,7 @@
span { span {
color: #303030; color: #303030;
margin-bottom: 8px; margin-bottom: 8px;
padding: 0; padding-bottom: 25px;
i::before { i::before {
fill: #303030; fill: #303030;
@ -141,7 +141,13 @@
padding: 6px 5px 6px 8px; padding: 6px 5px 6px 8px;
} }
} }
.accordion-heading {
.accordion-toggle, .collapsed, .accordion-toggle-active{
.icon-credit-card {
display: none;
}
}
}
.accordion-inner { .accordion-inner {
padding: 0; padding: 0;
@ -211,18 +217,19 @@
color: #303030; color: #303030;
font-weight: 500; font-weight: 500;
text-decoration: underline; text-decoration: underline;
margin: 0;
} }
.vtex-omnishipping-1-x-deliveryGroup { .vtex-omnishipping-1-x-deliveryGroup {
p { p {
color: #303030; color: #7d7d7d;
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 700;
} }
.shp-lean { .shp-lean {
border: 1px solid $color-gray4; border: 1px solid #E0E0E0;
border-radius: 0; border-radius: 8px;
label { label {
background-color: $color-white; background-color: $color-white;
@ -231,16 +238,24 @@
padding: 8px 12px; padding: 8px 12px;
svg path { svg path {
fill: #d8c8ac; width: 18px;
height: 18px;
fill: #00C8FF;
border: 1px solid #C4C4C4;
border-radius: 3px;
} }
} }
} }
} }
.delivery-address-title { .delivery-address-title {
color: #303030; font-family: 'Open Sans';
font-size: 14px; font-style: normal;
font-weight: 500; color: #7d7d7d;
font-size: 12px;
font-weight: 700;
line-height: 16px;
letter-spacing: 0.05em;
} }
.shp-summary-group-info { .shp-summary-group-info {
@ -248,6 +263,7 @@
} }
.address-summary { .address-summary {
display: none;
background: none; background: none;
border-color: $color-gray4; border-color: $color-gray4;
border-radius: 0; border-radius: 0;
@ -284,13 +300,47 @@
} }
.vtex-omnishipping-1-x-deliveryChannelsToggle { .vtex-omnishipping-1-x-deliveryChannelsToggle {
background-color: #d8c8ac; color: black;
border: 1px solid #d8c8ac; text-transform: uppercase;
background-color: #fff;
border: 1px solid #292929;
border-radius: 100px;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
} }
.vtex-omnishipping-1-x-deliveryChannelsOption{
color: #C4C4C4;
text-transform: uppercase;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
}
.vtex-omnishipping-1-x-deliveryOptionActive { .vtex-omnishipping-1-x-deliveryOptionActive {
text-shadow: 1.3px 1px lighten($color-black, 50); color: #41115D;
text-transform: uppercase;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
} }
.ship-country{
display: none;
}
.vtex-omnishipping-1-x-addressFormPart1, input{
max-width: none;
padding-right: 17px;
}
.input-small{
width: 100%;
min-height: 45px;
border-radius: 8px;
margin-bottom: 10px;
}
small, a{
margin: 0;
}
} }
} }
} }