_objects.list-inline.scss 370 B

12345678910111213141516
  1. /* ==========================================================================
  2. #LIST-INLINE
  3. ========================================================================== */
  4. /**
  5. * The list-inline object simply displays a list of items in one line.
  6. */
  7. .o-list-inline {
  8. margin-left: 0;
  9. list-style: none;
  10. }
  11. .o-list-inline__item {
  12. display: inline-block;
  13. }