This commit is contained in:
CHEVALLIER Abel
2025-11-13 16:23:22 +01:00
parent de9c515a47
commit cb235644dc
34924 changed files with 3811102 additions and 0 deletions

27
node_modules/ng-zorro-antd/image/style/patch.less generated vendored Normal file
View File

@@ -0,0 +1,27 @@
@image-prefix-cls: ~'@{ant-prefix}-image';
.cdk-overlay-backdrop {
&.ant-image-preview-mask {
opacity: 1;
}
}
.cdk-global-overlay-wrapper[dir='rtl'] {
.@{image-prefix-cls} {
&-preview {
&-switch-left {
right: 10px;
left: unset;
rotate: 180deg;
}
&-switch-right {
right: unset;
left: 10px;
rotate: 180deg;
}
}
}
}