mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-17 11:51:08 +02:00
31 lines
457 B
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;
|
|
}
|