choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
32 lines (29 loc) • 490 B
text/less
@import '../../field/style/mixin';
.radio-btn() {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
cursor: inherit;
opacity: 0;
&-wrapper {
position: relative;
display: inline-block;
line-height: 1;
white-space: nowrap;
vertical-align: middle;
outline: none;
cursor: pointer;
}
&:disabled {
cursor: not-allowed;
}
.float-label;
&-float-label {
padding-top: 0.07rem;
}
}