diff --git a/.gitignore b/.gitignore index eff68ed..cf7be83 100644 --- a/.gitignore +++ b/.gitignore @@ -143,9 +143,4 @@ www/test/report/ build/ *.annotated.js *.log - - - - - - +*.css diff --git a/Gruntfile.js b/Gruntfile.js index 1cfae73..977eff5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -6,7 +6,7 @@ module.exports = function(grunt) { sass: { compile: { files: { - 'public/css/bootstrap.css': 'public/css/bootstrap/bootstrap.scss' + 'www/css/overrides.css': 'www/css/overrides.scss' } } }, diff --git a/www/css/overrides.scss b/www/css/overrides.scss new file mode 100644 index 0000000..5b458d4 --- /dev/null +++ b/www/css/overrides.scss @@ -0,0 +1,5 @@ + + +.ionic-input-reset > input { + padding: 6px 12px; +} \ No newline at end of file diff --git a/www/css/style.scss b/www/css/style.scss new file mode 100644 index 0000000..e69de29 diff --git a/www/index.html b/www/index.html index adfb511..bc795ec 100644 --- a/www/index.html +++ b/www/index.html @@ -7,6 +7,7 @@ +