mirror of
https://github.com/wassname/talk.git
synced 2026-07-24 13:20:47 +08:00
28 lines
326 B
CSS
28 lines
326 B
CSS
.root {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.coreLabels {
|
|
> *:not(:last-child) {
|
|
margin-right: 3px;
|
|
}
|
|
}
|
|
|
|
.slot {
|
|
&:not(:empty) {
|
|
padding-left: 3px;
|
|
}
|
|
> *:not(:last-child) {
|
|
margin-right: 3px;
|
|
}
|
|
}
|
|
|
|
.replyLabel {
|
|
background-color: #3D73D5;
|
|
}
|
|
|
|
.premodLabel {
|
|
background-color: #063B9A;
|
|
}
|