kblincoe / VisualGit_SE701_2

1 stars 0 forks source link

Update SCSS file to reflect actual style #142

Closed bpar476 closed 6 years ago

bpar476 commented 6 years ago

The SCSS had been abandoned by the original developers and they elected to edit the plain css files. I have updated stylesheets/style.scss to include all of this new style. Now the application's scss files are up to date. This makes it easier to template the style, reuse colours and makes the style more maintainable.

This involved comparing master's style.css to style.scss and making sure they included the same contents and then testing to ensure that everything still looked the same. In light of this perhaps the related issue should be upgraded to medium as it involved quite a bit of work.

Fixes #101

bpar476 commented 6 years ago

DON'T MERGE THIS YET. Because I've made the pull request from my fork's master and our master has been updated, it contains more than it is supposed to. I will close this pull request and re-create it from the branch that I implemented the fix in.