routes: fixed appearance

This commit is contained in:
muerwre 2018-12-14 12:01:42 +07:00
parent 5075fcb841
commit c5b6fcf011
5 changed files with 51 additions and 26 deletions

View file

@ -46,8 +46,8 @@
left: 0;
height: 4px;
border-radius: @border-radius-base;
background: linear-gradient(270deg, @red_secondary, @blue_secondary) fixed 20px 0;
background-size: 320px 100px;
background: linear-gradient(270deg, @red_secondary, @blue_secondary);
// background-size: 320px 100px;
}
&-handle {