Commit Graph

15 Commits

Author SHA1 Message Date
bumi c478cfc7af Use sorcery for logins
This gives us more flexibility and allows us to use password authentication
later. Also we don't need to build the login functionality ourself.
2020-04-13 14:59:07 +02:00
bumi e46e68cc22 Add demo page
The demo page shows a form and an embedded google sheet side by side.
The form needs be be configured with a DEMO_FORM_ID environment variable.
2020-04-12 01:01:28 +02:00
Yannick cc95366051 Use fontawesome css import 2020-04-11 11:30:29 +02:00
Yannick 717ec9d602 Add a css updatable navbar color 2020-04-10 21:15:47 +02:00
karemarsy 57c29fb1ed Fix cards to the same height
Make cards to have same height
2020-04-10 20:19:25 +02:00
bumi 5514372170 Experiment with colors 2020-04-09 19:15:00 +02:00
bumi 61ee840e19 Less specific classes is better
we can set CSS properties on the actual HTML elements,
here the background color of the html/body
2020-04-09 19:14:04 +02:00
Yannick 11e3c8a40b Remove padding modifiers 2020-04-08 19:30:26 +02:00
Yannick c0e4a30bc5 css cleanup 2020-04-08 14:19:42 +02:00
Yannick ed105e88db Adjust navbar sizing 2020-04-08 14:15:13 +02:00
Yannick 4550dc214e Add bulma css helpers 2020-04-08 13:59:08 +02:00
Yannick ff44244308 Add new fonts for the platform 2020-04-07 21:28:10 +02:00
Yannick 7e4280d451 Add application layout styling
Added application navbar and the page background styling
2020-04-07 20:33:47 +02:00
Yannick 038321a6ec Integrate bulma css package in the project
Integrated bulma css package in the project and included, it's
css into the application css file
2020-04-06 15:54:44 +02:00
bumi 917051c7ea Hello tinyforms 2020-04-05 23:35:53 +02:00