mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-19 05:31:10 +02:00
20 lines
343 B
SCSS
20 lines
343 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
.form-section {
|
|
padding: 1.75rem 0;
|
|
box-shadow: 0 -1px 0 0 rgba($black, 0.1);
|
|
|
|
> p.has-padding-bottom {
|
|
padding-bottom: 1.5rem;
|
|
}
|
|
}
|
|
|
|
.field:first-child .form-section,
|
|
.box > .field > .field.form-section.string-list {
|
|
padding: 0;
|
|
box-shadow: none;
|
|
}
|