Sha256: 894fa59d9865eaba19fac56a34028c613d46e15ce6132e32ffcfce81e920606b

Contents?: true

Size: 1.39 KB

Versions: 11

Compression:

Stored size: 1.39 KB

Contents

$progressbarVerticalWidth: $line-height-computed;
$progressbarFontSize: $font-size-small;

// bootstrap-progressbar global styles
// -----------------------------------

.progress {
  position: relative;
}

.progress .progress-bar {
  position: absolute;
  overflow: hidden;
  line-height: $line-height-computed;
}

.progress .progressbar-back-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: $progressbarFontSize;
  line-height: $line-height-computed;
  text-align: center;
}

.progress .progressbar-front-text {
  display: block;
  width: 100%;
  font-size: $progressbarFontSize;
  line-height: $line-height-computed;
  text-align: center;
}

// bootstrap-progressbar horizontal styles
// ---------------------------------------

.progress.right .progress-bar {
  right: 0;
}

.progress.right .progressbar-front-text {
  position: absolute;
  right: 0;
}

// bootstrap-progressbar vertical styles
// -------------------------------------

.progress.vertical {
  width: $progressbarVerticalWidth;
  height: 100%;
  float: left;
  margin-right: $progressbarVerticalWidth;
}

.progress.vertical.bottom {
  position: relative;
}

.progress.vertical.bottom .progressbar-front-text {
  position: absolute;
  bottom: 0;
}

.progress.vertical .progress-bar {
  width: 100%;
  height: 0;
  @include transition(height .6s ease);
}

.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0;
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
gentelella-rails-0.1.11 assets/stylesheets/bootstrap-progressbar-3.3.0-3.x.x.scss
gentelella-rails-0.1.10 assets/stylesheets/bootstrap-progressbar-3.3.0-3.x.x.scss
gentelella-rails-0.1.8 assets/stylesheets/bootstrap-progressbar-3.3.0-3.x.x.scss
gentelella-rails-0.1.7 assets/stylesheets/bootstrap-progressbar-3.3.0-3.x.x.scss
gentelella-rails-0.1.6 assets/stylesheets/bootstrap-progressbar-3.3.0-3.x.x.scss
gentelella-rails-0.1.5 assets/stylesheets/bootstrap-progressbar-3.3.0-3.x.x.scss
gentelella-rails-0.1.4 assets/stylesheets/bootstrap-progressbar-3.3.0-3.x.x.scss
gentelella-rails-0.1.3 assets/stylesheets/bootstrap-progressbar-3.3.0-3.x.x.scss
gentelella-rails-0.1.2 assets/stylesheets/bootstrap-progressbar-3.3.0-3.x.x.scss
gentelella-rails-0.1.1 assets/stylesheets/bootstrap-progressbar-3.3.0-3.x.x.scss
gentelella-rails-0.1.0 assets/stylesheets/bootstrap-progressbar-3.3.0-3.x.x.scss