UNPKG
zooid-switch
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.1.0
Switch
github.com/octoblu/zooid-switch
octoblu/zooid-switch
zooid-switch
/
src
/
Switch
/
styles.css
22 lines
(17 loc)
•
257 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.root
{
display
: flex;
flex-direction
: row;
align-items
: center;
cursor
: pointer;
justify-content
: space-between; }
.checkbox
{
opacity
:
0
; }
.is-disabled
{
cursor
: default; }
.is-on
{}
.alignLabel-right
{
flex-direction
: row-reverse; }