Files
pyrofetes-frontend/node_modules/ng-zorro-antd/back-top/style/responsive.less
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

22 lines
301 B
Plaintext

@media screen and (max-width: @screen-md) {
.@{backtop-prefix-cls} {
right: 60px;
&-rtl {
right: auto;
left: 60px;
}
}
}
@media screen and (max-width: @screen-xs) {
.@{backtop-prefix-cls} {
right: 20px;
&-rtl {
right: auto;
left: 20px;
}
}
}