backend: route list icon

This commit is contained in:
muerwre 2018-11-30 16:30:41 +07:00
parent 6ffdca22d7
commit 5aae945517
5 changed files with 37 additions and 6 deletions

View file

@ -75,6 +75,7 @@
height: 48px;
box-sizing: border-box;
user-select: none;
position: relative;
&:hover {
background: rgba(100, 100, 100, 0.2);
@ -152,6 +153,21 @@
}
}
.control-bar-counter {
color: white;
min-width: 12px;
height: 12px;
border-radius: 10px;
font-weight: 600;
font-size: 10px;
position: absolute;
bottom: 50%;
right: 50%;
box-sizing: border-box;
transform: translate(50%, 50%);
line-height: 12px;
}
.panel-separator {
height: 48px;
width: 4px;