forked from M3-Academy/m3-academy-template-checkout
feat: cria o header para telas desktop
This commit is contained in:
parent
2dab582c69
commit
84c29aa961
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user