mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-05 21:47:38 +08:00
4818d8b27b
* add maximizable button for Modal * fix: patch.less * export MaximizeBtnIcon and RestoreBtnIcon paramter * refactor: fixed footer
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
@import '../../style/themes/index';
|
|
@import '../../style/mixins/index';
|
|
@import './modal';
|
|
@import './confirm';
|
|
@import './rtl';
|
|
@import './patch';
|
|
|
|
.popover-customize-bg(@dialog-prefix-cls, @popover-background);
|