27bb03bbc0
* adding copyright header * fix fmt and a test
11 lines
142 B
SCSS
11 lines
142 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
.search-icon {
|
|
position: absolute;
|
|
top: 6px;
|
|
left: 2px;
|
|
}
|