feat: cria o header para telas desktop

This commit is contained in:
Leonardo Pereira Rocha 2022-12-10 20:28:24 -03:00
parent 2dab582c69
commit 84c29aa961
2 changed files with 9221 additions and 9 deletions

View File

@ -1,31 +1,47 @@
/* _header.scss */ /* _header.scss */
.headerCheckout { .headerCheckout {
width: 100%;
height: 96px;
border-bottom: 1px solid $color-black;
.container { .container {
width: auto !important; display: grid;
grid-template-rows: 2fr 2fr 1fr;
width: 79.532% !important;
&::before {
display: none;
}
&::after{
display: none;
}
} }
&__wrapper { &__wrapper {
margin-top: 29px;
align-items: center; align-items: center;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }
&__logo { &__logo {
width: 20.403%;
height: 99.35%;
img { img {
height: 52px; width: 100%;
width: auto; height: 100%;
} }
} }
&__safeBuy { &__safeBuy {
span { span {
align-items: center; margin-left: 8px;
display: flex; font-family: "Open Sans";
text-transform: uppercase;
font-family: $font-family;
font-style: normal; font-style: normal;
font-weight: normal; font-weight: 400;
font-size: 12px; font-size: 12px;
line-height: 14px; line-height: 16px;
text-transform: uppercase;
color: $color-gray; color: $color-gray;
} }

9196
yarn.lock Normal file

File diff suppressed because it is too large Load Diff