FEATURE: Add a preview to the poll builder (#7988)

* FEATURE: Add a preview to the poll builder

* Use selectKit helper in the poll preview test

* Extract the mobile-specific poll builder form CSS
This commit is contained in:
Jarek Radosz
2019-08-13 15:49:40 +02:00
committed by Robin Ward
parent 6374dc7d51
commit 6a65e5312b
7 changed files with 107 additions and 69 deletions

View File

@ -10,6 +10,7 @@ register_asset "stylesheets/common/poll.scss"
register_asset "stylesheets/common/poll-ui-builder.scss"
register_asset "stylesheets/desktop/poll.scss", :desktop
register_asset "stylesheets/mobile/poll.scss", :mobile
register_asset "stylesheets/mobile/poll-ui-builder.scss", :mobile
register_svg_icon "far fa-check-square"