forked from M3-Academy/challenge-vtex-io
17 lines
359 B
CSS
17 lines
359 B
CSS
.flexRowContent--contact {
|
|
max-width: 700px;
|
|
margin: auto;
|
|
}
|
|
|
|
.flexRowContent--contact :global(.vtex-input__label),
|
|
.flexRowContent--contact :global(.vtex-textarea__label) {
|
|
font-size: 1rem;
|
|
color: #3f3f40;
|
|
}
|
|
|
|
.flexRowContent--contact :global(.vtex-input),
|
|
.flexRowContent--contact :global(.vtex-textarea) {
|
|
display: block;
|
|
margin-bottom: 1rem;
|
|
}
|