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

49 lines
781 B
CSS
Raw Normal View History

[class*="html--pdp-breadcrumb"] {
display: flex;
justify-content: center;
padding: 0 40px;
}
[class*="html--buy-button"] {
display: flex;
gap: 10px;
2023-01-27 20:19:50 +00:00
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;
}
2023-02-02 13:00:32 +00:00
2023-02-02 18:43:33 +00:00
@media (max-width: 1024px) {
[class*="html--buy-button"] {
margin-bottom: 16px;
}
[class*="html--descriptionText"] {
width: 100%;
}
}
@media (max-width: 463px) {
[class*="html--buy-button"] {
flex-direction: column;
gap: 0;
}
[class*="html--buy-button"] :global(.vtex-button) {
height: 74px;
padding: 0 64px;
}
2023-02-02 13:00:32 +00:00
}