_lists.scss 154 B

12345678910111213
  1. .ui-list {
  2. margin: 0;
  3. padding: 0;
  4. list-style: none;
  5. > li {
  6. margin-bottom: $space-xs;
  7. &:last-child {
  8. margin-bottom: 0;
  9. }
  10. }
  11. }