mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-16 03:27:01 +02:00
10 lines
158 B
SCSS
10 lines
158 B
SCSS
.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;
|
|
}
|