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

38 lines
615 B
SCSS
Raw Normal View History

2023-02-09 00:15:54 +00:00
.flexRowContent {
@media screen and (max-width: 1024px) {
display: flex;
flex-direction: column;
}
}
.flexRowContent--main-header-mobile {
@media screen and (max-width: 1024px) {
display: flex;
flex-direction: row;
}
}
.flexCol {
position: relative;
}
.flexRow--btn-product {
width: 100%;
max-width: 400px;
position: absolute;
top: 366px;
2023-02-09 00:15:54 +00:00
left: 158px;
:global(.vtex-button) {
background-color: black;
border: 1px solid black;
border-radius: 0;
font-family: "Open Sans";
padding: 12px;
2023-02-09 00:15:54 +00:00
&:hover {
background-color: rgb(36, 36, 36);
}
}
}