tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
46 lines (36 loc) • 626 B
text/less
@switch-prefix-cls: ~'@{ant-prefix}-switch';
.@{switch-prefix-cls} {
&-small {
min-width: 36px;
}
&-checked {
&:hover {
background-color: @blue-5;
}
}
// &-disabled {
// background-color: @blue-5;
// }
&-wrap {
display: flex;
}
&-text-wrap {
margin-left: @margin-xs;
font-weight: 400;
}
&-text {
font-size: 14px;
color: @text-color;
}
&-text-disabled {
color: @text-color-tertiary;
}
&-subtext {
font-size: 12px;
color: tint(@text-color, 50%);
line-height: 20px;
}
&-subtext-disabled {
color: @text-color-tertiary;
}
}