Feature/Autenticacao #1

Merged
WilliamSimao merged 10 commits from Feature/Autenticacao into main 2022-12-19 03:17:14 +00:00
Showing only changes of commit 6c553ca7e5 - Show all commits

View File

@ -3,21 +3,33 @@
border-top: none;
color: $color-gray2;
.footerCheckout::after,
::before {
display: none;
content: none;
}
.footerCheckout::before,
::after {
display: none;
content: none;
}
&__wrapper {
align-items: center;
display: flex;
justify-content: space-between;
border-top: 1px solid $color-black-500;
padding: 18px 32px 16px;
padding: 0 32px;
}
&__address {
color: $color-gray2;
color: $color-black;
font-family: $font-family;
font-style: normal;
font-weight: normal;
font-size: 10px;
line-height: 12px;
line-height: 14px;
text-transform: capitalize;
max-width: 40%;
@ -54,22 +66,22 @@
margin: 0;
li:last-child {
margin-left: 16px;
margin-left: 10.73px;
}
a {
align-items: center;
color: $color-gray2;
color: $color-black;
display: flex;
font-family: $font-family;
font-style: normal;
font-weight: normal;
font-size: 10px;
font-size: 9px;
line-height: 12px;
text-decoration: none;
span {
margin-right: 8px;
margin-right: 10.97px;
}
}
}
@ -82,7 +94,22 @@
&__container-ul {
list-style-type: none;
margin: 0;
}
&__figure-img-tickets {
margin: 0;
}
&__stamps {
margin: 0;
}
&__figure-img-tickets {
display: flex;
column-gap: 13.22px;
margin-right: 13.35px;
}
&__figure-img-tickets img {
width: 35.65px;
height: 20px;
@ -92,11 +119,25 @@
width: 53px;
}
&__figure-img-vtexIcon {
margin: 0;
}
&__figure-img-vtex {
margin: 16px 0;
}
&__figure-img-vtexIcon img {
width: 44.92px;
}
&__figure-img-m3Icon {
margin: 0;
}
&__figure-img-m3Icon img {
width: 28.66px;
}