challenge-vtex-io-rafael-sa.../react/components/Html/styles.css

102 lines
1.5 KiB
CSS

[class*="html--pdp-breadcrumb"] {
display: flex;
justify-content: center;
}
[class*="html--selling-price"] {
height: 38px;
}
[class*="html--product-quantity"] {
width: 161.58px;
}
[class*="html--add-to-cart"] {
width: 100%;
}
[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--descriptionImage"] {
width: 46.471%;
}
[class*="html--descriptionText"] {
width: 50%;
}
[class*="html--productDescription"] {
padding: 0 40px;
width: 100%;
}
[class*="html--product-summary"] {
display: flex;
flex-direction: column;
}
@media (min-width: 1921px) {
[class*="html--product-quantity"] {
width: 16.712%;
}
[class*="html--descriptionImage"] {
width: 47.392%;
}
[class*="html--shelf"] {
display: flex;
justify-content: center;
width: 100%;
}
}
@media (max-width: 1024px) {
[class*="html--pdp-breadcrumb"] {
padding: 0 40px;
}
[class*="html--product-quantity"] {
width: 149.91px;
}
[class*="html--buy-button"] {
margin-bottom: 16px;
}
[class*="html--descriptionImage"] {
width: 100%;
}
[class*="html--descriptionText"] {
width: 100%;
}
}
@media (max-width: 463px) {
[class*="html--buy-button"] {
flex-direction: column;
gap: 0;
}
[class*="html--product-quantity"] {
width: 128px;
}
[class*="html--buy-button"] :global(.vtex-button) {
height: 74px;
padding: 0 64px;
}
}