Sha256: b32cd0a0e4e792338407ad1837a26dee5c993dacea11876f238d1df6c80a667f

Contents?: true

Size: 1 KB

Versions: 17

Compression:

Stored size: 1 KB

Contents

$progress-bar-background-color: $border !default
$progress-value-background-color: $text !default

.progress
  @extend %block
  -moz-appearance: none
  -webkit-appearance: none
  border: none
  border-radius: $radius-rounded
  display: block
  height: $size-normal
  overflow: hidden
  padding: 0
  width: 100%
  &::-webkit-progress-bar
    background-color: $progress-bar-background-color
  &::-webkit-progress-value
    background-color: $progress-value-background-color
  &::-moz-progress-bar
    background-color: $progress-value-background-color
  &::-ms-fill
    background-color: $progress-value-background-color
    border: none
  // Colors
  @each $name, $pair in $colors
    $color: nth($pair, 1)
    &.is-#{$name}
      &::-webkit-progress-value
        background-color: $color
      &::-moz-progress-bar
        background-color: $color
      &::-ms-fill
        background-color: $color
  // Sizes
  &.is-small
    height: $size-small
  &.is-medium
    height: $size-medium
  &.is-large
    height: $size-large

Version data entries

17 entries across 17 versions & 4 rubygems

Version Path
authz-0.0.5 app/assets/stylesheets/authz/bulma/elements/progress.sass
authz-0.0.4 app/assets/stylesheets/authz/bulma/elements/progress.sass
bulma-clean-theme-0.3 node_modules/bulma/sass/elements/progress.sass
authz-0.0.3 app/assets/stylesheets/authz/bulma/elements/progress.sass
authz-0.0.2 app/assets/stylesheets/authz/bulma/elements/progress.sass
authz-0.0.1 app/assets/stylesheets/authz/bulma/elements/progress.sass
authz-0.0.1.alpha5 app/assets/stylesheets/authz/bulma/elements/progress.sass
bulma-clean-theme-0.2.1 node_modules/bulma/sass/elements/progress.sass
bulma-clean-theme-0.2.0 node_modules/bulma/sass/elements/progress.sass
authz-0.0.1.alpha4 app/assets/stylesheets/authz/bulma/elements/progress.sass
authz-0.0.1.alpha3 app/assets/stylesheets/authz/bulma/elements/progress.sass
authz-0.0.1.alpha2 app/assets/stylesheets/authz/bulma/elements/progress.sass
bulma-sass-0.7.2 app/assets/stylesheets/sass/elements/progress.sass
bulma-clean-theme-0.1.4 node_modules/bulma/sass/elements/progress.sass
bulma-rails-0.7.2 app/assets/stylesheets/sass/elements/progress.sass
bulma-clean-theme-0.1.3 node_modules/bulma/sass/elements/progress.sass
bulma-clean-theme-0.1.2 node_modules/bulma/sass/elements/progress.sass