BIS updates
Created by: RujitRaval
Building Intake Survey UI Changes
Changes:
- Form styling for new users' and returning users' submission is changed.
- All the 'continue' and 'submit' buttons are now having a bluish background instead of Gray.
- The link for 'start over' has been removed when we display them 'Successful' message for sending the link with a token in the email.
- All the fonts are now bluish and fonts are AvenirNext.
- The size of the edit icon on the review page has been changed for different screen resolutions.
- The options for all the questions are less rectangle now.
Testing:
- Pull from BIS-updates.
- Run
npm start. - Please make sure that
bloclinkis running locally. - Once you get a token through email, copy the token and append it to
http://localhost:3000/<token> - Please go through the whole process.
Tickets: BI-368 BIS - Remove sidebar from frontend and align everything in center BI-388 BIS - Remove start over link once we send user 'welcome email' BI-389 BIS - Reduce the width for new user and returning user forms
Let me know if you have any issues.