style.styl 224 B

1234567891011121314151617
  1. .toolbar
  2. z-index 1
  3. padding 0
  4. display flex
  5. flex-direction column
  6. &.bottom
  7. position fixed
  8. bottom 0
  9. left 0
  10. right 0
  11. width 100%
  12. padding-bottom 0
  13. display flex
  14. flex-direction row-reverse