quasar-framework
Version:
Build responsive SPA, SSR, PWA, Hybrid Mobile Apps and Electron apps, all simultaneously using the same codebase
25 lines (21 loc) • 494 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%
font-size $toolbar-title-font-size
font-weight $toolbar-title-font-weight
padding $toolbar-title-padding
.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