challenge-vtex-io-josecarlo.../styles/sass/pages/header/vtex.rich-text.scss

30 lines
574 B
SCSS
Raw Normal View History

.container--text-top-menu-descont{
justify-content: center;
background-color: #000000;
}
.paragraph--text-top-menu-descont{
display: flex;
margin: 0;
padding: 10px 0;
font-weight: 400;
font-size: 12px;
line-height: 14px;
color: #FFFFFF;
&::after{
content: url("https://agenciamagma.vteximg.com.br/arquivos/arrowRightWhiteChalengeVtex.svg");
margin-left: 54px;
height: 14px;
}
&::before{
content: url("https://agenciamagma.vteximg.com.br/arquivos/arrowLeftWhiteChalengeVtex.svg");
margin-right: 54px;
height: 14px;
}
}