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;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|