Use #app-root instead of #vue-root so as to be more general

This commit is contained in:
Andrew Croce
2018-08-07 10:40:22 -04:00
parent b16fe24ddc
commit daa2075437
3 changed files with 3 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
body {
#app-root {
background-color: $color-gray-lightest;
display: flex;
flex-direction: column;