mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 22:04:50 +08:00
23 lines
267 B
CSS
23 lines
267 B
CSS
.root {
|
|
padding-bottom: 12px;
|
|
|
|
&:not(:first-child) {
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
}
|
|
|
|
.title {
|
|
font-weight: bold;
|
|
padding: 12px 8px 4px 8px;
|
|
}
|
|
|
|
.list {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.listItem {
|
|
list-style: none;
|
|
white-space: nowrap;
|
|
}
|