Compare commits

..

1 Commits

Author SHA1 Message Date
5f441f2f87 fix: media queries 2023-02-10 10:46:33 -03:00
2 changed files with 6 additions and 6 deletions

View File

@ -138,7 +138,7 @@
.flexRowContent--productActions .stretchChildrenWidth {
width: auto !important;
}
@media screen and (min-width: 768px) {
@media screen and (min-width: 769px) {
.flexRowContent--productActions .stretchChildrenWidth:last-child {
flex-grow: 1;
}
@ -147,7 +147,7 @@
.flexRowContent--productActions {
flex-direction: column;
}
@media screen and (min-width: 768px) {
@media screen and (min-width: 769px) {
.flexRowContent--productActions {
flex-direction: row;
}
@ -158,7 +158,7 @@
border: 0;
border-radius: 0;
}
@media screen and (min-width: 768px) {
@media screen and (min-width: 769px) {
.flexRowContent--productActions :global(.vtex-button) {
height: 49px;
}

View File

@ -130,7 +130,7 @@
width: auto !important;
&:last-child {
@media screen and (min-width: 768px) {
@media screen and (min-width: 769px) {
flex-grow: 1;
}
}
@ -140,7 +140,7 @@
.flexRowContent--productActions {
flex-direction: column;
@media screen and (min-width: 768px) {
@media screen and (min-width: 769px) {
flex-direction: row;
}
@ -150,7 +150,7 @@
border: 0;
border-radius: 0;
@media screen and (min-width: 768px) {
@media screen and (min-width: 769px) {
height: 49px;
}