Blame view

libraries/nextend2/smartslider/media/less/backgroundanimation.n2less 534 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
(~'div@{id}') {

  .n2-ss-background-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;

    .n2-ss-slide-background {
      z-index: auto;
    }

    img {
      max-width: none;
    }

    .n2-3d-side {
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden;
      background: #333;
      outline: 1px solid rgba(0, 0, 0, 0);
    }

    .n2-ff-3d,
    .tile {
      outline: 1px solid rgba(0, 0, 0, 0);
    }
  }

}