2023-03-15 16:00:52 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2018-04-03 14:16:57 +00:00
|
|
|
.form-section {
|
2021-04-09 20:00:39 +00:00
|
|
|
padding: 1.75rem 0;
|
2018-04-03 14:16:57 +00:00
|
|
|
box-shadow: 0 -1px 0 0 rgba($black, 0.1);
|
|
|
|
}
|
|
|
|
|
2023-01-24 00:49:16 +00:00
|
|
|
.field:first-child .form-section,
|
|
|
|
.box > .field > .field.form-section.string-list {
|
2018-04-03 14:16:57 +00:00
|
|
|
padding: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|