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

19 lines
226 B
CSS

.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);
}