ant-design-blazor/components/modal/style/entry.less
zxyao 4f8eafa501
fix(module: notification): RTL incorrect style (#3049)
* fix: notification TRL not working

* feat: add top and bottom placement support

* fix: modal patch.less is lost when sync the css

* chore: code format

* fix: notification dom is flicker

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-02-01 00:16:03 +08:00

5 lines
111 B
Plaintext

@import './index.less';
// style dependencies
@import '../../button/style/entry.less';
@import './patch.less';