cms/app-client/app/styles/components/autoscroll-component.scss
author ymh <ymh.work@gmail.com>
Wed, 13 Sep 2017 22:19:48 +0200
changeset 544 ad58d7627f70
parent 431 3e0a4a322f9e
permissions -rw-r--r--
use same http client in ImportCocoonRDF and define version 0.22

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

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

  span.hidden-double {
    display: none;
  }

}