forked from M3-Academy/m3-academy-template-checkout
feature(modificacoes) adicionando itens na autenticação
This commit is contained in:
parent
dcc0a7ba42
commit
debe6fd359
@ -152,4 +152,6 @@ export default class Footer {
|
||||
</ul>
|
||||
`;
|
||||
}
|
||||
|
||||
verificaPrateleira() {}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user