diff options
Diffstat (limited to 'app/assets/stylesheets/OpenLayers')
| -rw-r--r-- | app/assets/stylesheets/OpenLayers/custom.sass | 21 | 
1 files changed, 21 insertions, 0 deletions
diff --git a/app/assets/stylesheets/OpenLayers/custom.sass b/app/assets/stylesheets/OpenLayers/custom.sass index 7a5b4baf1..5a3612f99 100644 --- a/app/assets/stylesheets/OpenLayers/custom.sass +++ b/app/assets/stylesheets/OpenLayers/custom.sass @@ -2,6 +2,27 @@    .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 +      max-width: 33% + +      &:hover +        background: $orange +        color: white    .ol-scale-line      background-color: transparent  | 
