Sha256: ad3389a2a6f63f6a22ea10e853456249b7bd10bb2ae441e56f8f271721488036
Contents?: true
Size: 930 Bytes
Versions: 2
Compression:
Stored size: 930 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; } } 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sufia-7.0.0.rc2 | app/assets/stylesheets/sufia/_form-progress.scss |
sufia-7.0.0.rc1 | app/assets/stylesheets/sufia/_form-progress.scss |