> ul {
height: auto;
+ justify-content: center;
}
.user-menu, .login-menu {
#sidebar {
float: left;
width: $sidebarWidth;
-
- #sidebar_loader {
- display: none;
- }
}
.overlay-sidebar #sidebar {
display: block;
}
+ #sidebar_loader,
#sidebar_content {
display: none;
}
/* Rules for routing */
-div.direction {
- background-image: image-url('routing-sprite.svg');
- width: 20px;
- height: 20px;
- background-repeat: no-repeat;
-}
-@for $i from 0 through 25 {
-div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
-}
-
-@include color-mode(dark) {
- div.direction {
- filter: invert(1);
- }
-}
-
td.distance {
font-size: x-small;
}