challenge-vtex-io-Filipe-Qu.../styles/sass/pages/product/vtex.flex-layout.scss

29 lines
404 B
SCSS
Raw Normal View History

.flexRowContent {
position: relative;
padding: 0;
margin: 0;
}
.flexRowContent--container-compra {
margin: 0;
.stretchChildrenWidth {
height: 49px;
}
}
.flexRowContent--preco {
margin: 0;
}
.flexCol--info-availability {
flex-direction: column-reverse;
justify-content: flex-end;
}
.flexColChild--info-availability {
&:first-child {
position: absolute;
right: 0;
}
}