Sha256: 7be4e790978915ea9ed9e6ac1d94867029aaec569e29ab79c3f57d87f07507a9

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

/* Progress bars */
.progress__bar{
  flex: .8;

  .progress__bar__title{
    color: $muted;
    font-size: .875rem;

    .progress__bar__number{
      @extend .card__support__number;
    }
  }

  .progress__bar__subtitle{
    display: none;
  }

  .progress__bar__bar{
    background-color: $white;
    height: 6px;
    display: flex;
    margin-bottom: 0;

    .progress__bar__bar--complete{
      border-radius: 0;
      background-color: $actions;
      height: 100%;
    }

    .progress__bar__bar--incomplete{
      background-color: rgba($muted, .3);
      height: 100%;
      margin-left: 1px;
    }
  }

  &.progress__bar--vertical{
    text-align: center;
    width: 90%;
    margin: 0 auto;

    .progress__bar__title{
      font-size: 1.5rem;
      margin-bottom: 1rem;
    }

    .progress__bar__subtitle{
      @extend .progress__bar__title;

      display: block;
      font-size: .875rem;
      margin: .5rem 0 1rem;
    }

    .progress__bar__number{
      display: inline-block;
      font-weight: 400;
      font-size: 3rem;
      line-height: 1;
    }

    .progress__bar__text{
      @extend .extra__suport-text;

      font-weight: 600;
      text-transform: uppercase;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
decidim-core-0.22.0 app/assets/stylesheets/decidim/modules/_progress-bar.scss