Sha256: cad2afcbb73fb1f6b0c7f681ba88c85f8101c0da3709a4068e341ea939a29f77
Contents?: true
Size: 579 Bytes
Versions: 1
Compression:
Stored size: 579 Bytes
Contents
#progress { display: none; position: fixed; top: 0; z-index: 1000; opacity: 0.8; width: 100%; .wrapper { border-radius: 10px; top: -10px; position: absolute; left: 50%; width: 200px; margin-left: -100px; padding: 11px 0; background-color: $color-3; color: $color-1; text-align: center; } #spinner { position: absolute; top: 10px; left: 50%; margin-left: -5px; } .progress-message { font-size: 120%; font-weight: $font-weight-bold; margin-top: 20px; text-transform: uppercase; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_backend-1.0.0.pre | app/assets/stylesheets/spree/backend/components/_progress.scss |