feat(merge): fiz o merge das branchs para a development

This commit is contained in:
Marcello Rodrigues Martins 2022-12-18 21:38:09 -03:00
commit 838f131e74
2 changed files with 13 additions and 6 deletions

View File

@ -1,10 +1,14 @@
/* _header.scss */
.headerCheckout {
width: 100%;
border-bottom: 1px solid $color-black;
.container {
width: auto !important;
}
&__wrapper {
padding: 0 130px;
align-items: center;
margin: 30px 0;
display: flex;
justify-content: space-between;
}
@ -18,19 +22,22 @@
&__safeBuy {
span {
// display: flex;
align-items: center;
display: flex;
justify-content: center;
text-transform: uppercase;
font-family: $font-family;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
color: $color-gray;
height: 17px;
line-height: 16px;
color: $color-black;
}
i {
img {
margin-right: 8px;
height: 15px;
}
}
}

View File

@ -12,7 +12,7 @@
<div id="progressBar" class="progress-bar"> Aqui entra a barra de progresso
</div>
<div class="headerCheckout__safeBuy">
<img src="https://agenciamagma.vteximg.com.br/arquivos/cadeadoCompraSegM3Academy.png" alt="Cadeado"/>
<img src="https://agenciamagma.vteximg.com.br/arquivos/cadeadoCompraSegM3Academy.png" alt="Cadeado"/>
<span>Compra segura</span>
</div>
</div>