cyp/app/css/queue.less
Ondrej Zara 37fdd5413c styling
2019-03-22 16:17:10 +01:00

19 lines
220 B
Plaintext

#queue {
ul {
list-style: none;
margin: 0;
padding: 0;
}
li {
display: flex;
flex-direction: row;
+ li {
border-top: 1px solid #888;
}
}
.info { flex-grow: 1; }
.current { font-weight: bold; }
}