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

10 lines
158 B
SCSS
Raw Normal View History

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