2022-01-20 18:02:14 +00:00
|
|
|
.label-cmp {
|
|
|
|
margin-bottom: 0;
|
|
|
|
.font-size-normal();
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
padding: 0;
|
2022-01-21 09:37:24 +00:00
|
|
|
margin-top: -2px;
|
2022-01-20 18:02:14 +00:00
|
|
|
display: inline-block;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:not(:disabled) {
|
|
|
|
.icon {
|
|
|
|
opacity: @component-normal-icon-opacity;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption {
|
|
|
|
padding: 0 4px;
|
|
|
|
}
|
|
|
|
}
|