open-vault/ui/app/styles/components/input-hint.scss

11 lines
154 B
SCSS
Raw Normal View History

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
2018-04-03 14:16:57 +00:00
.input-hint {
padding: 0 $size-9;
font-size: $size-8;
color: $grey;
}