Files
DocumentServer-v-9.2.0/web-apps/apps/common/main/resources/less/label.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

30 lines
665 B
Plaintext

.label-cmp {
margin-bottom: 0;
.font-size-normal();
font-weight: normal;
.icon {
width: @x-small-btn-icon-size-ie;
width: @x-small-btn-icon-size;
height: @x-small-btn-icon-size-ie;
height: @x-small-btn-icon-size;
line-height: @x-small-btn-icon-size-ie;
line-height: @x-small-btn-icon-size;
padding: 0;
margin-top: -2px;
display: inline-block;
background-repeat: no-repeat;
vertical-align: middle;
}
&:not(:disabled) {
.icon {
opacity: @component-normal-icon-opacity;
}
}
.caption {
padding: 0 4px;
}
}