vault/ui/app/styles/components/ttl-picker.scss

31 lines
457 B
SCSS

@use '../utils/color_variables';
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: BUSL-1.1
*/
.ttl-show-picker {
padding: 0.5rem 0 1.6rem 2.4rem;
}
.ttl-picker-label {
font-weight: bold;
}
input.has-error,
input.has-error:focus,
input.has-error:hover {
border-color: color_variables.$red-dark;
}
.ttl-value-error {
margin-top: 0.3em;
}
.description {
display: flex;
justify-content: flex-start;
align-content: center;
}