mirror of
https://github.com/status-im/consul.git
synced 2025-01-23 12:11:05 +00:00
14 lines
192 B
SCSS
14 lines
192 B
SCSS
@import './skin';
|
|
@import './layout';
|
|
%oidc-select label {
|
|
@extend %form-element;
|
|
}
|
|
|
|
%oidc-select button.reset {
|
|
@extend %anchor;
|
|
@extend %p3;
|
|
}
|
|
.oidc-select {
|
|
@extend %oidc-select;
|
|
}
|