mirror of https://github.com/hashicorp/consul
12 lines
180 B
SCSS
12 lines
180 B
SCSS
|
@import './skin';
|
||
|
@import './layout';
|
||
|
.oidc-select {
|
||
|
@extend %oidc-select;
|
||
|
}
|
||
|
%oidc-select label {
|
||
|
@extend %form-element;
|
||
|
}
|
||
|
%oidc-select button {
|
||
|
@extend %secondary-button;
|
||
|
}
|