forked from M3-Academy/m3-academy-template-checkout
refactor(header): Aplica mudança no código css
This commit is contained in:
parent
a4650f0901
commit
78aa7171ba
@ -53,6 +53,7 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
li .container-li div .progress-bar-text {
|
||||
@ -92,7 +93,7 @@
|
||||
}
|
||||
|
||||
.progress-bar-line-1 {
|
||||
left: 28%;
|
||||
left: 25%;
|
||||
}
|
||||
|
||||
.progress-bar-line-2 {
|
||||
@ -102,13 +103,14 @@
|
||||
}
|
||||
|
||||
&__wrapper {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
display: grid;
|
||||
grid-template-columns: 2fr 1fr 2fr;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
&__logo {
|
||||
width: 15.284%;
|
||||
display: block;
|
||||
width: 53.741%;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
@ -119,7 +121,7 @@
|
||||
&__safeBuy {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
justify-content: flex-end;
|
||||
gap: 8px;
|
||||
|
||||
span {
|
||||
|
Loading…
Reference in New Issue
Block a user