quasar-framework
Version:
Build responsive SPA, SSR, PWA, Hybrid Mobile Apps and Electron apps, all simultaneously using the same codebase
27 lines (23 loc) • 535 B
text/stylus
.q-toolbar
padding $toolbar-padding
min-height $toolbar-min-height
overflow hidden
width 100%
.q-toolbar-inverted
background white
.q-toolbar-title
flex 1 1 0%
min-width 1px
max-width 100%
align-items center
font-size $toolbar-title-font-size
font-weight $toolbar-title-font-weight
padding $toolbar-title-padding
text-align center
.q-toolbar-subtitle
font-size $toolbar-subtitle-font-size
opacity .7
.q-toolbar-title, .q-toolbar-subtitle
text-overflow ellipsis
white-space nowrap
overflow hidden