open-vault/ui/app/styles/components/form-section.scss

10 lines
156 B
SCSS
Raw Normal View History

2018-04-03 14:16:57 +00:00
.form-section {
padding: 1.75rem 0;
2018-04-03 14:16:57 +00:00
box-shadow: 0 -1px 0 0 rgba($black, 0.1);
}
.field:first-child .form-section {
padding: 0;
box-shadow: none;
}