-
Notifications
You must be signed in to change notification settings - Fork 1
Style
Andy Rothwell edited this page Aug 2, 2024
·
1 revision
The main styling of the app is phila-ui-3
Because phila-ui-3 uses Bulma, Bulma's spacing helpers are used throughout the css of the app.
For tables, vue-good-table-next is used.
For pagination of tables, the basic vue-good-table-next pagination could not be used, because I wanted to have the "next" and "prev" buttons have no text (to save space), and there was no way to hide the text and have it pass the WAVE inspector.
So I copied the pagination files of vue-good-table-next into '@/components/pagination/' and gave the buttons titles so that they could be read by screen readers.
There are also files used for styling in the util folder:
- is-mac.js
- is-mobile-device.js