fp/packages/next/assets/styles/cid.module.css

19 lines
226 B
CSS
Raw Normal View History

2024-01-20 16:16:14 +00:00
.container {
display: flex;
align-items: center;
}
.cid {
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
flex: 1;
}
.label {
width: 6em;
}
.green {
color: rgb(52, 168, 115);
}