Sha256: 43e910b6616b590b03af0a96a0ffe846995ccf50c40abd315bad35a049bff140

Contents?: true

Size: 432 Bytes

Versions: 3

Compression:

Stored size: 432 Bytes

Contents

$progress-bgc: #00bce4 !default

.reveal .progress
  display: none
  position: fixed
  top: 0
  left: 0
  width: 100%
  height: 3px
  z-index: 10

.reveal .progress:after
  content: ''
  display: block
  position: absolute
  top: -20px
  width: 100%
  height: 20px

.reveal .progress span
  +transition(width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985))
  background-color: $progress-bgc
  display: block
  width: 0
  height: 100%

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
showboat-0.0.3 app/assets/stylesheets/showboat/reveal/_progress.sass
showboat-0.0.2 app/assets/stylesheets/showboat/reveal/_progress.sass
showboat-0.0.1 app/assets/stylesheets/showboat/reveal/_progress.sass