mirror of
https://github.com/status-im/consul.git
synced 2025-02-11 13:17:36 +00:00
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;
|
|
}
|