Merge pull request #444 from gabrielbazan7/fix/disableEmail

disable email notifications
This commit is contained in:
Matias Alejo Garcia 2016-10-14 08:43:40 -03:00 committed by GitHub
commit bfc48d5640
3 changed files with 15 additions and 8 deletions

View file

@ -17,6 +17,10 @@
color: $mid-gray;
margin: 1rem 0;
}
&-description-disabled {
color: cadetblue;
text-decoration: none;
}
.setting-title, .setting-value {
display: block;
overflow: hidden;