mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
62949a6bd6
* feat: Drawer supports extra * docs: add description for drawer extra demo * docs: add extra in API * update snapshot * fix rtl style * fix demo typescript errors * update snapshot * design for close icon only * update snapshot * update demo and default width * add size prop * improve demo * update snapshot * update demo * update snapshot
17 lines
248 B
Plaintext
17 lines
248 B
Plaintext
@import '../../style/themes/index';
|
|
|
|
@drawer-prefix-cls: ~'@{ant-prefix}-drawer';
|
|
|
|
.@{drawer-prefix-cls} {
|
|
&-rtl {
|
|
direction: rtl;
|
|
}
|
|
|
|
&-close {
|
|
.@{drawer-prefix-cls}-rtl & {
|
|
margin-right: 0;
|
|
margin-left: 12px;
|
|
}
|
|
}
|
|
}
|