mirror of https://github.com/status-im/consul.git
9 lines
139 B
SCSS
9 lines
139 B
SCSS
|
@import './skin';
|
||
|
@import './layout';
|
||
|
%oidc-select label {
|
||
|
@extend %form-element;
|
||
|
}
|
||
|
%oidc-select button {
|
||
|
@extend %secondary-button;
|
||
|
}
|