Files
talk/plugins/talk-plugin-notifications/client/components/Toggle.css
T
2018-03-05 17:12:05 +01:00

22 lines
257 B
CSS

.title {
display: inline-block;
width: 270px;
cursor: pointer;
user-select: none;
&.disabled {
color: #e5e5e5;
cursor: default;
}
}
.toggle {
display: flex;
align-items: center;
}
.checkBox {
width: 100%;
text-align: right;
}