Added mail function support

This commit is contained in:
RainLoop Team 2014-11-13 02:09:14 +04:00
parent 2545ce3cd9
commit 6266b50c03
29 changed files with 311 additions and 204 deletions

View file

@ -84,11 +84,6 @@
.checkbox-box-sizes();
}
&.disabled .sub-checkbox {
cursor: default;
color: #aaa;
}
.sub-checkbox.checked {
border-top: none;
border-left: none;
@ -121,6 +116,18 @@
animation: checkmark-shrink 140ms ease-out forwards;
}
}
&.disabled {
.sub-checkbox {
border-color: #aaa;
cursor: not-allowed;
color: #aaa;
}
.sub-label {
cursor: not-allowed;
color: #aaa;
}
}
}
}