diff options
| author | Luc Donnet | 2018-02-19 11:04:29 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2018-02-19 11:04:29 +0100 | 
| commit | 7b17deff51545358009cb417cbb9d796565e7540 (patch) | |
| tree | a43a5586ad39d838dd607e600dbc15ff18a58ab3 /app/assets/stylesheets/OpenLayers/custom.sass | |
| parent | 89428163fc93a7e09ebb0ca47939f8558afeb5eb (diff) | |
| parent | 5f6008d165df4499319a2121a71842657d6ac3c9 (diff) | |
| download | chouette-core-7b17deff51545358009cb417cbb9d796565e7540.tar.bz2 | |
Merge branch 'master' into 0000-docker
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  | 
