Files
Adam Bradley 56f2a37696 switch
2015-08-06 23:41:34 -05:00

20 lines
257 B
SCSS

// Switch
// --------------------------------------------------
.switch {
@include user-select-none();
}
.switch .media-switch {
cursor: pointer;
margin: 0;
}
.switch[aria-disabled=true] {
pointer-events: none;
opacity: 0.5;
color: gray;
}