forked from M3-Academy/m3-academy-template-vtexio
24 lines
369 B
SCSS
24 lines
369 B
SCSS
|
.flexRow--faixa-de-imagens {
|
||
|
margin-top: 5rem;
|
||
|
|
||
|
:global(.vtex-store-components-3-x-imageElement) {
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.stretchChildrenWidth {
|
||
|
margin: 0 8px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.flexCol--faixa-de-imagens {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.flexCol--conteudo-meio {
|
||
|
position: absolute;
|
||
|
inset: 0;
|
||
|
|
||
|
justify-content: center;
|
||
|
}
|