quasar-framework
Version:
Build responsive SPA, SSR, PWA, Hybrid Mobile Apps and Electron apps, all simultaneously using the same codebase
27 lines (24 loc) • 423 B
text/stylus
.q-loading-bar
position fixed
z-index $z-max
transition transform .5s cubic-bezier(0, 0, .2, 1), opacity .5s
&.top
left 0 /* rtl:ignore */
right 0 /* rtl:ignore */
top 0
width 100%
&.bottom
left 0 /* rtl:ignore */
right 0 /* rtl:ignore */
bottom 0
width 100%
&.right
top 0
bottom 0
right 0
height 100%
&.left
top 0
bottom 0
left 0
height 100%