UNPKG
react-zeanium-ui-ui
Version:
latest (0.1.1)
0.1.1
Zeanium UI Framework for React.js
react-zeanium-ui-ui
/
less
/
base
/
checkbox-radio.less
17 lines
(14 loc)
•
226 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@import
"../rt.variables.less"
;
.rt-checkbox
,
.rt-radio
{ &>
input
{
margin-left
:
2px
; } &>
.label
{
margin
:
3px
; } }
.rt-checkbox-group
{ &
[data-disabled=true]
{
color
:
#cccccc
; } }