Files
web-apps/apps/common/main/resources/less/label.less
Julia.Radzhabova 7485c2e559 Fix styles for IE11
2025-05-30 20:04:49 +03:00

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;
}
}