.s-toolbar
  padding $toolbar-padding
  min-height $toolbar-min-height
  overflow hidden
  width 100%
  color $toolbar-color
  background $toolbar-background

  > .s-btn
    margin 0 .2rem
    padding .2rem
    &:first-child
      margin-left 0
    &:last-child
      margin-right 0

.s-toolbar-inverted
  color $toolbar-background
  background transparent

.s-toolbar-title
  flex 1
  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

.s-toolbar-subtitle
  font-size $toolbar-subtitle-font-size
  opacity .7

.s-toolbar-title, .s-toolbar-subtitle
  text-overflow ellipsis
  white-space nowrap
  overflow hidden
