forked from M3-Academy/m3-academy-template-checkout
feat(merge): fiz o merge das branchs para a development
This commit is contained in:
commit
838f131e74
@ -1,10 +1,14 @@
|
|||||||
/* _header.scss */
|
|
||||||
.headerCheckout {
|
.headerCheckout {
|
||||||
|
width: 100%;
|
||||||
|
border-bottom: 1px solid $color-black;
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
&__wrapper {
|
&__wrapper {
|
||||||
|
padding: 0 130px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin: 30px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
@ -18,19 +22,22 @@
|
|||||||
|
|
||||||
&__safeBuy {
|
&__safeBuy {
|
||||||
span {
|
span {
|
||||||
|
// display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
justify-content: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-family: $font-family;
|
font-family: $font-family;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 14px;
|
height: 17px;
|
||||||
color: $color-gray;
|
line-height: 16px;
|
||||||
|
color: $color-black;
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
img {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
height: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user