Rationalize the CSS across RequestReviewComponent, HandleComplaintComponent, TopInfluencerComponent and StartWithSurveyOptionComponent. There is a lot of inline styling, a lot of the stlying is repeated in multiple places. Please refactor all the styling so it looks consistent. ($25). Specific list:
Remove inline styling
Use built-in ionic sass variables
Use built-in ionic component attributes (e.g. use round for rounded buttons)
Move common styles to global scss (app.scss?)
Where ratios (e.g. em measures) are invovled, use sass variables
Please note that you have to apply validation related changes from last PR which i have escaped in this PR since i have already added those files in PR.
PR for below tasks:
Rationalize the CSS across RequestReviewComponent, HandleComplaintComponent, TopInfluencerComponent and StartWithSurveyOptionComponent. There is a lot of inline styling, a lot of the stlying is repeated in multiple places. Please refactor all the styling so it looks consistent. ($25). Specific list: Remove inline styling Use built-in ionic sass variables Use built-in ionic component attributes (e.g. use round for rounded buttons) Move common styles to global scss (app.scss?) Where ratios (e.g. em measures) are invovled, use sass variables
Please note that you have to apply validation related changes from last PR which i have escaped in this PR since i have already added those files in PR.