Files @ 7fac10241ec7
Branch filter:

Location: symposion_app/static/src/bootstrap/scss/mixins/_lists.scss

Joel Addison
Improve attendee reports

Display attendee profile data in normal table without DataTables so
sorting is not applied, causing data to be confusing to read.
Include item quantity in attendee data report for accurate schwag packing.
1
2
3
4
5
6
7
// Lists

// Unstyled keeps list items block level, just removes default browser padding and list-style
@mixin list-unstyled {
  padding-left: 0;
  list-style: none;
}