mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 04:45:23 +08:00
21 lines
241 B
CSS
21 lines
241 B
CSS
.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;
|
|
}
|