27bb03bbc0
* adding copyright header * fix fmt and a test
11 lines
154 B
SCSS
11 lines
154 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
.input-hint {
|
|
padding: 0 $size-9;
|
|
font-size: $size-8;
|
|
color: $grey;
|
|
}
|