bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/checkbox/styles.scss

28 lines
371 B
SCSS
Raw Normal View History

2017-02-16 02:49:40 +08:00
@import "../../stylesheets/variables/_all";
2017-01-27 23:41:11 +08:00
.input {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.disabled .icon {
opacity: .5;
cursor: not-allowed;
}
2017-02-16 02:49:40 +08:00
.icon {
cursor: pointer;
font-size: 1.35rem;
color: $color-gray-light;
}
2017-01-27 23:41:11 +08:00
2017-02-16 02:49:40 +08:00
.checked {
color: $color-success;
2017-01-27 23:41:11 +08:00
}