forked from M3-Academy/m3-academy-template-checkout
Develop #1
10970
checkout/package-lock.json
generated
10970
checkout/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -14,7 +14,7 @@ footer .footerCheckout__wrapper {
|
||||
}
|
||||
footer .footerCheckout__prateleira,
|
||||
header {
|
||||
width: 79.53125%;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
@ -4,9 +4,16 @@
|
||||
width: auto !important;
|
||||
}
|
||||
&__wrapper {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 16px;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
@media (max-width: 1024px) {
|
||||
.progress-bar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&__logo {
|
||||
@ -17,9 +24,12 @@
|
||||
}
|
||||
|
||||
&__safeBuy {
|
||||
display: flex;
|
||||
|
||||
span {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
text-transform: uppercase;
|
||||
font-family: $font-family;
|
||||
font-style: normal;
|
||||
@ -27,10 +37,12 @@
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
color: $color-gray;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
i {
|
||||
margin-right: 8px;
|
||||
img {
|
||||
width: 9.19%;
|
||||
height: 13.3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user