routes: spinners

This commit is contained in:
muerwre 2018-12-13 17:24:18 +07:00
parent a27db14c65
commit b28803aff3
11 changed files with 216 additions and 76 deletions

View file

@ -319,3 +319,20 @@
border-top-color: @tooltip-arrow-color;
}
}
.range-placeholder {
height: 40px;
padding: 15px 0;
box-sizing: border-box;
margin: 8px;
&::after {
content: ' ';
display: block;
width: 100%;
background-color: rgba(0, 0, 0, 0.3);
height: 4px;
border-radius: 6px;
pointer-events: none;
}
}