@trove-ui/react
Version:
A React component library for T Design UI
65 lines (53 loc) • 931 B
CSS
.rateContainer-ZWt_eE {
gap: 4px;
display: flex;
}
.readonly-lqd5Je {
cursor: default;
}
.interactive-mN_sKi {
cursor: pointer;
}
.itemWrapper-yq6AYG {
justify-content: center;
align-items: center;
width: 24px;
height: 24px;
padding: 0;
display: flex;
position: relative;
}
.characterBase-gwUC_0 {
transform-origin: center;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
font-size: 24px;
line-height: 24px;
transition: all .3s cubic-bezier(.34, 1.56, .64, 1);
display: flex;
position: absolute;
}
.hovered-lkUtkM {
transform: scale(1.1);
}
.notHovered-BbmXuQ {
transform: scale(1);
}
.characterActive-bmSr1X {
overflow: hidden;
}
.clipContainer-agVCG8 {
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
display: flex;
}
.halfClip-UVmDIQ {
clip-path: inset(0 50% 0 0);
}
.fullClip-KIwUof {
clip-path: none;
}