feat: move styles out of App.vue and modularize

This commit is contained in:
Marcus Mietz 2020-08-26 19:14:37 +02:00
parent e0f67441bd
commit d7e8f55b41
4 changed files with 133 additions and 0 deletions

6
src/scss/_variables.scss Normal file
View file

@ -0,0 +1,6 @@
$bg-color-light: #e74c3c;
$bg-color-dark: #2c3e50;
$bg-color-warning: #ec9b00;
$copy-color: #fff;
$copy-color-grey: #dedede;
$copy-color-darkgrey: #303030;