Sha256: 97cfca591b1c9d2f9eed867fb12c4df5fd4e15f668458908abf8988042f1e278
Contents?: true
Size: 577 Bytes
Versions: 9
Compression:
Stored size: 577 Bytes
Contents
@import "para/admin/theme/variables" $spinner-size: 32px .loading-overlay position: fixed width: calc(100% - #{ $left-menu-width-open }) height: calc(100% - #{ $navbar-height }) top: $navbar-height left: $left-menu-width-open z-index: 999 opacity: .5 background: white .loading-spinner position: fixed top: 50% left: 50% margin-left: ($left-menu-width-open / 2) - ($spinner-size / 2) margin-top: $navbar-height - $spinner-size width: $spinner-size height: $spinner-size z-index: 1000 background: image-url('para/admin/loading-spinner.gif')
Version data entries
9 entries across 9 versions & 1 rubygems