feat:Ajuste scss dados pessoais

This commit is contained in:
Izabela Balizardo 2022-12-18 18:19:49 -03:00
parent eaa41c630e
commit c7789f4b4f

View File

@ -121,6 +121,10 @@
} }
} }
.client-profile-data{
margin-left: 128px;
}
.shipping-data, .shipping-data,
.payment-data, .payment-data,
.client-profile-data { .client-profile-data {
@ -130,6 +134,8 @@
font-family: $font-family; font-family: $font-family;
padding: 16px; padding: 16px;
.accordion-heading { .accordion-heading {
span { span {
color: #303030; color: #303030;
@ -151,6 +157,7 @@
justify-content: center; justify-content: center;
padding: 6px 5px 6px 8px; padding: 6px 5px 6px 8px;
} }
} }
.accordion-inner { .accordion-inner {
@ -218,7 +225,8 @@
text-transform: uppercase; text-transform: uppercase;
font-family: $font-family; font-family: $font-family;
font-weight: 700; font-weight: 700;
width: 314px; width: 297px;
margin-right: 80px;
margin-top: 8px; margin-top: 8px;
outline: none; outline: none;
transition: all 0.2s linear; transition: all 0.2s linear;
@ -311,12 +319,17 @@
} }
.vtex-omnishipping-1-x-deliveryChannelsToggle { .vtex-omnishipping-1-x-deliveryChannelsToggle {
background-color: #d8c8ac; background: white;
border: 1px solid #d8c8ac; border-radius: 30px;
} border: solid 1px $color-black;
}
.vtex-omnishipping-1-x-deliveryOptionActive { .vtex-omnishipping-1-x-deliveryOptionActive {
text-shadow: 1.3px 1px lighten($color-black, 50); text-transform: uppercase;
color: $color-black;
font-size: 14px;
} }
} }
} }