forked from M3-Academy/challenge-vtex-io
31 lines
477 B
CSS
31 lines
477 B
CSS
[class*="html--pdp-breadcrumb"] {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 0 40px;
|
|
}
|
|
|
|
[class*="html--buy-button"] {
|
|
display: flex;
|
|
gap: 10px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
[class*="html--buy-button"] :global(.vtex-button) {
|
|
height: 49px;
|
|
background: black;
|
|
border: none;
|
|
border-radius: 0;
|
|
}
|
|
|
|
[class*="html--descriptionText"] {
|
|
width: 50%;
|
|
}
|
|
|
|
[class*="html--productDescription"] {
|
|
padding: 0 40px;
|
|
}
|
|
|
|
[class*="html--descriptionText"] {
|
|
width: 100%;
|
|
}
|