-
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
1 / 101 of 10 issues completedOpen
1 / 101 of 10 issues completed
Copy link
Labels
application-automationissues related to automating the application processissues related to automating the application process🎟️ parent-issueParent issue with subtasks, parent issues will not be assign to any one individualParent issue with subtasks, parent issues will not be assign to any one individual
Description
Page where problem found?
mvp
branch templates/base.html
Type of problem
The base.html
template currently contains a large <style>
block with form styling directly in the HTML file. To improve maintainability and keep styles organized, we should move these styles into the appropriate .scss
file and remove the inline style block from the HTML.
Suggested Solution
This parent issue will track the work to move this syntax into dedicated sass files into the static/sass. Be sure to follow the CSS SCSS Styling Instructions Wiki to adequately make these changes.
Sub-issues
Metadata
Metadata
Assignees
Labels
application-automationissues related to automating the application processissues related to automating the application process🎟️ parent-issueParent issue with subtasks, parent issues will not be assign to any one individualParent issue with subtasks, parent issues will not be assign to any one individual