cms/app-client/app/styles/components/autoscroll-component.scss
author ymh <ymh.work@gmail.com>
Tue, 17 Jan 2017 18:57:25 +0100
changeset 488 0161e028afb7
parent 431 3e0a4a322f9e
permissions -rw-r--r--
Correct bug on display of notices on permalinks. Correct bug #0025750

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

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

  span.hidden-double {
    display: none;
  }

}