cms/app-client/app/styles/components/autoscroll-component.scss
author ymh <ymh.work@gmail.com>
Tue, 26 Sep 2017 21:41:49 +0200
changeset 550 fbd1bfc9f963
parent 431 3e0a4a322f9e
permissions -rw-r--r--
Improve label resolution in french for geonames.

.autoscroll-component {
  > div {
    display: block;
    position: absolute;
    white-space: nowrap;
    float:left;
  }

  span {
    margin-right: 30px;
    display: inline;
  }

  span.hidden-double {
    display: none;
  }

}