routes: filtering by distance

This commit is contained in:
muerwre 2018-12-13 10:19:28 +07:00
parent c69da00b2a
commit 8248d9f166
12 changed files with 546 additions and 43 deletions

View file

@ -11,6 +11,7 @@
@import 'renderer.less';
@import 'dialogs.less';
@import 'progress.less';
@import 'slider.less';
body {
font-family: 'Rubik', sans-serif;
@ -133,3 +134,17 @@ hr {
height: 2px;
background: rgba(0, 0, 0, 0.3);
}
input {
width: 100%;
padding: 5px 10px 5px 10px;
background: rgba(0, 0, 0, 0.3);
border-radius: @panel_radius;
border: none;
outline: none;
color: white;
font-family: inherit;
font-size: 14px;
font-weight: 200;
}