challenge-vtex-io-izabela-b.../styles/css/product-specification-table/vtex.flex-layout.css

21 lines
386 B
CSS

.flexRow--productSpecificationGroup:not(:first-child) {
margin-top: 1.5rem;
}
.flexRow--productSpecificationGroupName {
background-color: #eaeaea;
padding: 0.5rem 1rem;
}
.flexCol--productSpecificationName {
padding: 1rem;
}
.flexCol--productSpecificationValue {
padding: 1rem 1rem 1rem 0;
}
.flexRow--productSpecification:nth-child(even) {
background-color: #f9f9f9;
}