mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 04:55:55 +08:00
17 lines
231 B
CSS
17 lines
231 B
CSS
.label {
|
|
display: block;
|
|
cursor: pointer;
|
|
width: 100%;
|
|
padding: 6px 16px 6px 10px;
|
|
box-sizing: border-box;
|
|
|
|
&:hover {
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
}
|
|
}
|
|
|
|
.input {
|
|
cursor: pointer;
|
|
margin-right: 6px;
|
|
}
|