feature/body #3

Merged
SavioCarvalhoMoraes merged 14 commits from feature/body into development 2022-12-18 22:32:55 +00:00
2 changed files with 43 additions and 7 deletions
Showing only changes of commit ccd3c8632a - Show all commits

View File

@ -150,33 +150,60 @@
.accordion-heading {
span {
color: #303030;
font-family: $font-family-secundary;
color: $color-black;
margin-bottom: 8px;
font-size: 16px;
font-weight: 400;
padding: 0;
i::before {
display: none;
fill: #303030;
fill: white;
}
}
a {
align-items: center;
background-color: #303030;
background-color: $color-white;
border-radius: 8px;
border: none;
color: $color-white;
display: flex;
justify-content: center;
padding: 6px 5px 6px 8px;
.icon-edit {
width: 20px;
height: 20px;
background-color: white;
color: white;
content: url(" https://agenciamagma.vteximg.com.br/arquivos/lapisM3Academy.png");
}
}
}
.accordion-inner {
padding: 0;
padding: 0; /*
#opt-in-newsletter {
right: 200px;
}*/
/* General configurations */
.newsletter {
margin-bottom: 35px;
#opt-in-newsletter {
width: 18px;
height: 20px;
margin-right: 8px;
position: relative;
top: -5px;
}
.newsletter-text {
font-family: $font-family;
font-style: normal;
font-size: 12px;
color: $color-gray100;
}
}
.client-notice {
color: $color-black;
}
@ -191,6 +218,7 @@
select,
input {
max-width: 100%;
border-radius: 5px;
border: 1px solid $color-gray3;
box-shadow: none;
@ -318,12 +346,19 @@
}
.vtex-omnishipping-1-x-deliveryChannelsToggle {
background-color: #d8c8ac;
background-color: #41115d;
border: 1px solid #d8c8ac;
}
.vtex-omnishipping-1-x-deliveryOptionActive {
background: $color-white;
font-family: $font-family;
color: #41115d;
border: 1px solid $color-black;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
border-radius: 100px;
text-shadow: 1.3px 1px lighten($color-black, 50);
text-transform: uppercase;
}
}
}

View File

@ -14,6 +14,7 @@ $color-gray2: #7d7d7d;
$color-gray3: #f0f0f0;
$color-gray4: #8d8d8d;
$color-gray5: #e5e5e5;
$color-gray100: #808080;
$color-red: #ff0000;
$color-blue: #4267b2;
$color-blue-300: #00c8ff;