diff options
Diffstat (limited to 'app/assets/stylesheets/OpenLayers/custom.sass')
| -rw-r--r-- | app/assets/stylesheets/OpenLayers/custom.sass | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app/assets/stylesheets/OpenLayers/custom.sass b/app/assets/stylesheets/OpenLayers/custom.sass index 7a5b4baf1..fa874d924 100644 --- a/app/assets/stylesheets/OpenLayers/custom.sass +++ b/app/assets/stylesheets/OpenLayers/custom.sass @@ -2,6 +2,26 @@ .list-group-item & margin-top: 15px + .routes-labels + padding: 0 + display: flex + justify-content: space-between + flex-wrap: wrap + margin: 5px -5px + li + list-style-type: none + flex: 1 0 25% + border: 1px solid $lightgrey + padding: 5px + margin: 5px + border-radius: 5px + cursor: pointer + color: $blue + white-space: nowrap + + &:hover + background: $orange + color: white .ol-scale-line background-color: transparent |
