Sha256: f1f3f9678f6b8c15dc989d03f21902937ff82e38b6e76fb4fcb2f7b3a9c0b381

Contents?: true

Size: 772 Bytes

Versions: 4

Compression:

Stored size: 772 Bytes

Contents

.fixedsticky {
  top: 0; /* Required to get consistent results in Safari and Chrome */
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  left: $save-viz-widget-left;
  /* Required so that the widget doesn't pop back to top when public desc long */
  bottom: $save-viz-widget-bottom;
}

aside.form-progress {
  ul.requirements {
    list-style-type: none;
    padding-left: 8px;
  }

  .incomplete::before {
    content: "\e101";
    color: $brand-danger;
    font-family: 'Glyphicons Halflings';
    padding-right: 5px;
  }

  .complete::before {
    content: "\e013";
    color: $brand-success;
    font-family: 'Glyphicons Halflings';
    padding-right: 5px;
  }

  h3 {
    margin: 0;
    padding: 5px;
    font-size: 12pt;
  }

}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sufia-7.0.0.beta4 app/assets/stylesheets/sufia/_form-progress.scss
sufia-7.0.0.beta3 app/assets/stylesheets/sufia/_form-progress.scss
sufia-7.0.0.beta2 app/assets/stylesheets/sufia/_form-progress.scss
sufia-7.0.0.beta1 app/assets/stylesheets/sufia/_form-progress.scss