forked from M3-Academy/m3-academy-template-checkout
fix(header): incorrect layout
This commit is contained in:
parent
2a0a83e55c
commit
fa100dc965
@ -1,12 +1,26 @@
|
||||
/* _header.scss */
|
||||
.headerCheckout {
|
||||
width: 100%;
|
||||
border-bottom: 1px solid black;
|
||||
|
||||
.container {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.headerCheckout__safeBuy {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.headerCheckout__wrapper {
|
||||
margin-top: 29px;
|
||||
margin-bottom: 29px;
|
||||
}
|
||||
|
||||
&__wrapper {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
justify-content: space-evenly;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
&__logo {
|
||||
@ -29,9 +43,18 @@
|
||||
color: $color-gray;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 15px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
i {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
span {
|
||||
transform: translateY(1px);
|
||||
}
|
||||
}
|
||||
|
||||
#progressBar{
|
||||
|
Loading…
Reference in New Issue
Block a user