Files
DocumentServer-v-9.2.0/web-apps/apps/common/main/resources/less/updown-picker.less
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

25 lines
415 B
Plaintext

.custom-scale {
padding: 5px 5px 5px 20px;
font-weight: normal;
line-height: @line-height-base-ie;
line-height: @line-height-base;
.font-size-normal();
height: 32px;
.rtl & {
padding: 5px 20px 5px 5px;
}
.title {
padding-top: 3px;
.padding-right-5();
}
.shifted-left & {
.padding-x(12px, 5px);
}
.updown-picker-value {
padding: 3px 3px;
text-align: center;
}
}