@lxlib/seed
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
16 lines (14 loc) • 453 B
text/less
@import '../../../theme/styles/default.less';
@import './variable.less';
@{down-file-prefix} {
&__not-support {
// @down-file-not-support-behavior
.down-file-not-support-behavior-mixin(@value) when (@value = 'disabled') {
pointer-events: none;
}
.down-file-not-support-behavior-mixin(@value) when (@value = 'hidden') {
display: none;
}
.down-file-not-support-behavior-mixin(@down-file-not-support-behavior);
}
}