mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 08:56:38 +08:00
13 lines
171 B
CSS
13 lines
171 B
CSS
.label {
|
|
display: block;
|
|
cursor: pointer;
|
|
width: 100%;
|
|
padding: 4px 16px 4px 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.input {
|
|
cursor: pointer;
|
|
margin-right: 6px;
|
|
}
|