-
Notifications
You must be signed in to change notification settings - Fork 3
Theming guide
Jake Lee Kennedy edited this page Feb 23, 2016
·
1 revision
The UI is based on bootstrap and uses the material theme by FezVrata as a base.
For any changes start by seeing if any of the many bootstrap variables can be overridden to achieve the result. See: http://getbootstrap.com/customize/#less-variables
If there's nothing available there, you can try overriding the styles themselves.
All the html is in the various hbs files, help with ember's handlebars
You may need to create ember compontents if you need to add a reusable element for use throughout the app.