mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-19 13:41:10 +02:00
20 lines
351 B
SCSS
20 lines
351 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
.kmip-allowed-operations-header {
|
|
@extend .title;
|
|
@extend .is-6;
|
|
padding-left: $spacing-s;
|
|
}
|
|
.kmip-role-allowed-operations {
|
|
@extend .box;
|
|
flex: 1 1 auto;
|
|
box-shadow: none;
|
|
padding: 0;
|
|
}
|
|
.kmip-role-allowed-operations .field {
|
|
margin-bottom: $spacing-xxs;
|
|
}
|