Files
Adam Bradley 147a7e68ff color updates
2015-08-11 22:10:25 -05:00

20 lines
272 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: $subdued-text-color;
}