forked from M3-Academy/challenge-vtex-io
Merge pull request 'feat: adiciona descrição 1024px' (#24) from feature/adiciona-descricao-1024px into development
Reviewed-on: #24
This commit is contained in:
commit
3692b9136b
@ -24,3 +24,7 @@
|
|||||||
[class*="html--productDescription"] {
|
[class*="html--productDescription"] {
|
||||||
padding: 0 40px;
|
padding: 0 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[class*="html--descriptionText"] {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
@ -14,3 +14,9 @@
|
|||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 38px;
|
line-height: 38px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1024px) {
|
||||||
|
.headingLevel1--shelfTitleText {
|
||||||
|
margin-top: 32px;
|
||||||
|
}
|
||||||
|
}
|
@ -55,3 +55,25 @@
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
text-transform: capitalize;
|
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;
|
font-size: 24px;
|
||||||
line-height: 38px;
|
line-height: 38px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1024px) {
|
||||||
|
.headingLevel1--shelfTitleText {
|
||||||
|
margin-top: 32px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -45,3 +45,29 @@
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
text-transform: capitalize;
|
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