bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/checkbox/styles.scss
2017-10-02 11:12:58 -03:00

28 lines
371 B
SCSS

@import "../../stylesheets/variables/_all";
.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;
}
.icon {
cursor: pointer;
font-size: 1.35rem;
color: $color-gray-light;
}
.checked {
color: $color-success;
}