|
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
@import './skin';
|
|
@import './layout';
|
|
%oidc-select label {
|
|
@extend %form-element;
|
|
}
|
|
|
|
%oidc-select button.reset {
|
|
@extend %anchor;
|
|
@extend %p3;
|
|
}
|
|
.oidc-select {
|
|
@extend %oidc-select;
|
|
}
|