diff --git a/.gitignore b/.gitignore index 28b3f7c..ded1302 100644 --- a/.gitignore +++ b/.gitignore @@ -181,3 +181,50 @@ dist www/libs /www/ /app/libs/ +### Android template +# Built application files +*.apk +*.ap_ + +# Files for the ART/Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ +out/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +# Log Files +*.log + +# Android Studio Navigation editor temp files +.navigation/ + +# Android Studio captures folder +captures/ + +# Intellij +*.iml +.idea/workspace.xml + +# Keystore files +*.jks +### Dropbox template +# Dropbox settings and caches +.dropbox +.dropbox.attr +.dropbox.cache + diff --git a/custom.scss b/app/css/custom.scss similarity index 83% rename from custom.scss rename to app/css/custom.scss index 6097b2f..8d1af65 100644 --- a/custom.scss +++ b/app/css/custom.scss @@ -1,4 +1,4 @@ -@import "www/libs/mui/src/sass/mui/colors"; +@import "app/libs/mui/src/sass/mui/colors"; $mui-body-bg-color: mui-color('grey', '100'); @@ -12,4 +12,4 @@ $mui-tab-font-color: rgba(255, 255, 255, 0.87); $mui-appbar-bg-color: #004c6d; // import MUI SASS -@import "www/libs/mui/src/sass/mui"; +@import "app/libs/mui/src/sass/mui"; diff --git a/app/index.html b/app/index.html index 6fc3cae..10cc4ad 100644 --- a/app/index.html +++ b/app/index.html @@ -33,20 +33,18 @@ - - - + + + + + + - - +