Sha256: 5abcc6786bcd464ffb676a06a1579aee631b4e9c36595bc273474933c21785e0

Contents?: true

Size: 376 Bytes

Versions: 2

Compression:

Stored size: 376 Bytes

Contents

.progress {
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  z-index:1;
  div {
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:8px;
    padding-left: -10px;
    background:url(../images/progress-grayDark.svg) 100% 0 no-repeat;
    -webkit-background-clip: content-box;
    background-clip: content-box;
    transition:width 0.3s linear;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slideoff-0.2 themes/modern/styles/_progress.scss
slideoff-0.1 themes/modern/styles/_progress.scss