mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
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;
|
||
|
}
|