m3-academy-template-vtexio/custom/react/components/B2bForm/sections/SectionFormStyles.css

24 lines
354 B
CSS
Raw Normal View History

2022-08-11 13:06:07 +00:00
.section {
}
.sectionTitle {
font-weight: bold;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.05em;
color: #292929;
margin: 24px 0;
}
.sectionGroup {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 12px;
}
@media (max-width: 576px) {
.sectionGroup {
grid-template-columns: 1fr;
}
}