forked from M3-Academy/challenge-vtex-io
development #34
@ -24,3 +24,7 @@
|
||||
[class*="html--productDescription"] {
|
||||
padding: 0 40px;
|
||||
}
|
||||
|
||||
[class*="html--descriptionText"] {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -13,4 +13,10 @@
|
||||
font-weight: 400;
|
||||
font-size: 24px;
|
||||
line-height: 38px;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.headingLevel1--shelfTitleText {
|
||||
margin-top: 32px;
|
||||
}
|
||||
}
|
@ -54,4 +54,26 @@
|
||||
border-bottom: 2px solid #000000;
|
||||
border-radius: 0;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.listContainer {
|
||||
flex-direction: column;
|
||||
border-top: 1px solid #bfbfbf;
|
||||
}
|
||||
.listItem :global(.vtex-button) {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
.listItem :global(.vtex-button__label) {
|
||||
padding: 0;
|
||||
}
|
||||
.listItemActive :global(.vtex-button) {
|
||||
border: none;
|
||||
}
|
||||
.contentItem {
|
||||
flex-direction: column;
|
||||
margin-top: 15px;
|
||||
gap: 16px;
|
||||
}
|
||||
}
|
@ -4,3 +4,9 @@
|
||||
font-size: 24px;
|
||||
line-height: 38px;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.headingLevel1--shelfTitleText {
|
||||
margin-top: 32px;
|
||||
}
|
||||
}
|
||||
|
@ -45,3 +45,29 @@
|
||||
border-radius: 0;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.listContainer {
|
||||
flex-direction: column;
|
||||
border-top: 1px solid $color-gray10;
|
||||
}
|
||||
|
||||
.listItem :global(.vtex-button) {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.listItem :global(.vtex-button__label) {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.listItemActive :global(.vtex-button) {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.contentItem {
|
||||
flex-direction: column;
|
||||
margin-top: 15px;
|
||||
gap: 16px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user