mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 00:40:27 +08:00
38 lines
461 B
CSS
38 lines
461 B
CSS
.root {
|
|
}
|
|
|
|
.headerContainer {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
|
|
.header {
|
|
vertical-align: middle;
|
|
margin: 0;
|
|
font-weight: 500;
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
line-height: 12px;
|
|
margin-right: 7px;
|
|
}
|
|
|
|
.info {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.details {
|
|
padding: 0 20px 16px;
|
|
font-size: 12px;
|
|
|
|
&:empty {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
vertical-align: middle;
|
|
font-size: 12px;
|
|
margin-right: 7px;
|
|
}
|