fix: Ajusta descrição do produto mobile com largura máxima
This commit is contained in:
parent
78050fe264
commit
1da7537a67
@ -39,6 +39,11 @@
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
@media only screen and (max-width: 1024px) {
|
||||
.container--tabLayout .listContainer .listItem :global(.vtex-button) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.container--tabLayout .listContainer .listItem :global(.vtex-button) :global(.vtex-button__label) {
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
@ -48,6 +53,11 @@
|
||||
border: none;
|
||||
padding: 0 !important;
|
||||
}
|
||||
@media only screen and (max-width: 1024px) {
|
||||
.container--tabLayout .listContainer .listItem :global(.vtex-button) :global(.vtex-button__label) {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 1025px) {
|
||||
.container--tabLayout .listContainer .listItemActive {
|
||||
border-bottom: 2px solid #000;
|
||||
|
@ -26,15 +26,22 @@
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
|
||||
@include mq(lg, max) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
:global(.vtex-button__label) {
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
line-height: 38px;
|
||||
color: $color-gray14;
|
||||
text-transform: capitalize;
|
||||
|
||||
border: none;
|
||||
padding: 0 !important;
|
||||
|
||||
@include mq(lg, max) {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user