Sha256: 84c92f704f36be1adf33b248af84c29d88477a705d61405bbb9dc3eec3faef5c

Contents?: true

Size: 1.02 KB

Versions: 43

Compression:

Stored size: 1.02 KB

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;
  }
}

.progress-bar-complete {
  width: 100%;
}


Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-3.5.0 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-3.4.2 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-3.4.1 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-3.4.0 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-3.3.0 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-3.2.0 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.9.6 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-3.1.0 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.9.5 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-3.0.2 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-3.0.1 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-3.0.0 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-3.0.0.pre.rc4 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.9.4 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-3.0.0.pre.rc3 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.9.3 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.9.2 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.9.1 app/assets/stylesheets/hyrax/_form-progress.scss
hyrax-2.9.0 app/assets/stylesheets/hyrax/_form-progress.scss