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

9196
yarn.lock Normal file

File diff suppressed because it is too large Load Diff