Sha256: c64581ce4e173eac709e494d2197bcd4f3c9a385cd6f23ccccf1292867711bac

Contents?: true

Size: 997 Bytes

Versions: 39

Compression:

Stored size: 997 Bytes

Contents

@media (min-width: $screen-xs-min) {
  .fixedsticky {
    margin-top: 1em;
  }
}

@media (min-width: $screen-sm-min) {
  .fixedsticky {
    margin-top: 0;
    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;
  }
}

.legend-save-work {
  border: none;
  font-size: $save-viz-widget-legend-font;
  margin-bottom: $save-viz-widget-legend-margin;
}

.requirements, .visibility {
  list-style-type: none;
  padding-left: 8px;
}

aside.form-progress {
  .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;
  }
}

Version data entries

39 entries across 39 versions & 3 rubygems

Version Path
hyrax-1.1.1 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.0.3 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.1.0 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.1.0.rc4 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.1.0.rc3 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.1.0.rc2 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.1.0.rc1 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-1.1.0 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.1.0.beta2 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.0.2 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.1.0.beta1 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.0.1 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.0.0 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.0.0.rc3 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.0.0.rc2 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.0.0.rc1 app/assets/stylesheets/hyrax/_form-progress.scss
sufia-7.4.1 app/assets/stylesheets/sufia/_form-progress.scss
hyrax-1.0.5 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.0.0.beta5 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.0.0.beta4 app/assets/stylesheets/hyrax/_form-progress.scss