forked from M3-Academy/m3-academy-template-checkout
feat:Ajuste scss dados pessoais
This commit is contained in:
parent
eaa41c630e
commit
c7789f4b4f
@ -121,6 +121,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.client-profile-data{
|
||||
margin-left: 128px;
|
||||
}
|
||||
|
||||
.shipping-data,
|
||||
.payment-data,
|
||||
.client-profile-data {
|
||||
@ -130,6 +134,8 @@
|
||||
font-family: $font-family;
|
||||
padding: 16px;
|
||||
|
||||
|
||||
|
||||
.accordion-heading {
|
||||
span {
|
||||
color: #303030;
|
||||
@ -151,6 +157,7 @@
|
||||
justify-content: center;
|
||||
padding: 6px 5px 6px 8px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.accordion-inner {
|
||||
@ -218,7 +225,8 @@
|
||||
text-transform: uppercase;
|
||||
font-family: $font-family;
|
||||
font-weight: 700;
|
||||
width: 314px;
|
||||
width: 297px;
|
||||
margin-right: 80px;
|
||||
margin-top: 8px;
|
||||
outline: none;
|
||||
transition: all 0.2s linear;
|
||||
@ -311,12 +319,17 @@
|
||||
}
|
||||
|
||||
.vtex-omnishipping-1-x-deliveryChannelsToggle {
|
||||
background-color: #d8c8ac;
|
||||
border: 1px solid #d8c8ac;
|
||||
background: white;
|
||||
border-radius: 30px;
|
||||
border: solid 1px $color-black;
|
||||
|
||||
}
|
||||
|
||||
.vtex-omnishipping-1-x-deliveryOptionActive {
|
||||
text-shadow: 1.3px 1px lighten($color-black, 50);
|
||||
text-transform: uppercase;
|
||||
color: $color-black;
|
||||
font-size: 14px;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user