feature(modificacoes) adicionando itens na autenticação

This commit is contained in:
Douglas Vinicius Nobrega 2022-12-19 11:06:05 -03:00
parent dcc0a7ba42
commit debe6fd359
2 changed files with 21 additions and 10 deletions

View File

@ -152,4 +152,6 @@ export default class Footer {
</ul>
`;
}
verificaPrateleira() {}
}

View File

@ -248,23 +248,30 @@
padding: 24px 17px 44px 17px;
.accordion-heading {
.accodion-toggle-active {
i::after {
content: "";
}
}
span {
color: #303030;
margin-bottom: 8px;
padding: 0;
font-family: $font-family-secundary;
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
i::before {
content: "";
}
.icon-home {
&::before {
content: none;
background-image: url("https://agenciamagma.vteximg.com.br/arquivos/lapisM3Academy.png");
font-size: 20px;
}
i::after {
background-image: url("https://agenciamagma.vteximg.com.br/arquivos/lapisM3Academy.png");
background-repeat: no-repeat;
background-size: 100% 100%;
width: 20px;
height: 20px;
display: block;
content: "";
float: right;
}
}
@ -277,6 +284,8 @@
display: flex;
justify-content: center;
padding: 6px 5px 6px 8px;
cursor: pointer;
opacity: 0;
}
}