open-vault/ui/app/styles/components/form-section.scss
Arnav Palnitkar 0b81d4b9c4
Fixes for db connection file type field (#11331)
- Fixed helper text for file type form fields
- Added padding bottom to form section
2021-04-09 13:00:39 -07:00

10 lines
156 B
SCSS

.form-section {
padding: 1.75rem 0;
box-shadow: 0 -1px 0 0 rgba($black, 0.1);
}
.field:first-child .form-section {
padding: 0;
box-shadow: none;
}