Sha256: caec0f47fc8c0a39ecdb84b6d562c4089048e29ac8f4eda9d8d462cf23c32ff0
Contents?: true
Size: 1.13 KB
Versions: 11
Compression:
Stored size: 1.13 KB
Contents
@media (min-width: map-get($grid-breakpoints, "sm")) { .fixedsticky { margin-top: 1em; } } @media (min-width: map-get($grid-breakpoints, "md")) { .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; } // FIXME: There should be a better way to implement these with FontAwesome direct in the markup? aside.form-progress { .incomplete::before { content: "\f00d"; color: $brand-danger; font-family: "FontAwesome"; padding-right: 5px; } .complete::before { content: "\f00c"; color: $brand-success; font-family: "FontAwesome"; padding-right: 5px; } } .progress-bar-complete { width: 100%; }
Version data entries
11 entries across 11 versions & 1 rubygems