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;
|
||
|
}
|