forked from M3-Academy/challenge-vtex-io
feat(cart-btn):estilizando cart-btn mobile
This commit is contained in:
parent
3fc37b03df
commit
3aa5f6a093
@ -102,6 +102,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1024px) {
|
||||||
|
.html--buy-button{
|
||||||
|
align-items: normal;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.html--buy-button :global(.vtex-button){
|
||||||
|
max-width: 93.662%;
|
||||||
|
width: 100%;
|
||||||
|
height: 74px;
|
||||||
|
}
|
||||||
|
.html--buy-button :global(.vtex-button) :global(.vtex-button__label){
|
||||||
|
padding-left: 21.92%;
|
||||||
|
padding-right: 21.92%;
|
||||||
|
padding-top: 12px !important;
|
||||||
|
padding-bottom: 12px !important;
|
||||||
|
}
|
||||||
.html--pdp-productMain{
|
.html--pdp-productMain{
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user