cyp/app/css/queue.less

23 lines
268 B
Plaintext
Raw Normal View History

2019-03-22 22:35:04 +08:00
#queue {
2019-03-25 22:49:23 +08:00
.component;
2019-03-22 23:17:10 +08:00
ul {
2019-03-25 22:49:23 +08:00
flex-grow: 1;
overflow: auto;
2019-03-22 23:17:10 +08:00
list-style: none;
margin: 0;
padding: 0;
}
li {
display: flex;
flex-direction: row;
+ li {
border-top: 1px solid #888;
}
}
.info { flex-grow: 1; }
2019-03-22 22:35:04 +08:00
.current { font-weight: bold; }
}