open-vault/ui/app/styles/components/kmip-role-edit.scss

15 lines
273 B
SCSS

.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;
}