challenge-vtex-io-henrique-.../styles/sass/pages/product/vtex.tab-layout.scss

25 lines
447 B
SCSS
Raw Normal View History

.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;
}
}
}