Refactor talk-plugin-notifications using the new withGraphQLExtension

This commit is contained in:
Chi Vinh Le
2018-03-13 23:11:27 +01:00
parent 79f885244a
commit 414b62ff66
16 changed files with 229 additions and 367 deletions
@@ -0,0 +1,20 @@
.title {
display: inline-block;
width: 100%;
cursor: pointer;
user-select: none;
&.disabled {
color: #e5e5e5;
cursor: default;
}
}
.toggle {
display: flex;
align-items: center;
}
.checkBox {
text-align: right;
}