mirror of
https://github.com/status-im/consul.git
synced 2025-01-26 21:51:39 +00:00
11 lines
193 B
SCSS
11 lines
193 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
%auth-form em {
|
|
@extend %body-100-regular;
|
|
color: var(--token-color-foreground-faint);
|
|
font-style: normal;
|
|
}
|