forked from M3-Academy/challenge-vtex-io
25 lines
447 B
SCSS
25 lines
447 B
SCSS
.listContainer--ProductSpecificationTabList {
|
|
@media screen and (max-width: 1024px) {
|
|
width: 100%;
|
|
padding: 0 40px;
|
|
flex-direction: column;
|
|
flex-wrap: nowrap;
|
|
|
|
.listItem {
|
|
:global(.vtex-button) {
|
|
width: 100%;
|
|
|
|
:global(.vtex-button__label) {
|
|
justify-content: start;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.listItem {
|
|
:global(.vtex-button) {
|
|
text-transform: capitalize !important;
|
|
}
|
|
}
|
|
}
|