_toolbar.scss 123 B

12345678910
  1. .toolbar {
  2. display: flex;
  3. flex-wrap: nowrap;
  4. flex-shrink: 0;
  5. margin: 0 -.5rem;
  6. > * {
  7. margin: 0 .5rem;
  8. }
  9. }