forked from M3-Academy/m3-academy-template-checkout
Feature/Autenticacao #1
@ -3,21 +3,33 @@
|
|||||||
border-top: none;
|
border-top: none;
|
||||||
color: $color-gray2;
|
color: $color-gray2;
|
||||||
|
|
||||||
|
.footerCheckout::after,
|
||||||
|
::before {
|
||||||
|
display: none;
|
||||||
|
content: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footerCheckout::before,
|
||||||
|
::after {
|
||||||
|
display: none;
|
||||||
|
content: none;
|
||||||
|
}
|
||||||
|
|
||||||
&__wrapper {
|
&__wrapper {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
border-top: 1px solid $color-black-500;
|
border-top: 1px solid $color-black-500;
|
||||||
padding: 18px 32px 16px;
|
padding: 0 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__address {
|
&__address {
|
||||||
color: $color-gray2;
|
color: $color-black;
|
||||||
font-family: $font-family;
|
font-family: $font-family;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
line-height: 12px;
|
line-height: 14px;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
max-width: 40%;
|
max-width: 40%;
|
||||||
|
|
||||||
@ -54,22 +66,22 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
li:last-child {
|
li:last-child {
|
||||||
margin-left: 16px;
|
margin-left: 10.73px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: $color-gray2;
|
color: $color-black;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-family: $font-family;
|
font-family: $font-family;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 10px;
|
font-size: 9px;
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
margin-right: 8px;
|
margin-right: 10.97px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -82,7 +94,22 @@
|
|||||||
|
|
||||||
&__container-ul {
|
&__container-ul {
|
||||||
list-style-type: none;
|
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 {
|
&__figure-img-tickets img {
|
||||||
width: 35.65px;
|
width: 35.65px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
@ -92,11 +119,25 @@
|
|||||||
width: 53px;
|
width: 53px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__figure-img-vtexIcon {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__figure-img-vtex {
|
||||||
|
margin: 16px 0;
|
||||||
|
}
|
||||||
|
|
||||||
&__figure-img-vtexIcon img {
|
&__figure-img-vtexIcon img {
|
||||||
width: 44.92px;
|
width: 44.92px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__figure-img-m3Icon {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&__figure-img-m3Icon img {
|
&__figure-img-m3Icon img {
|
||||||
width: 28.66px;
|
width: 28.66px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user