Skip to content

Commit

Permalink
Added styling and sass support
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeDestroyer committed Jan 19, 2015
1 parent 6165380 commit 73278a4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,4 @@ www/test/report/
build/
*.annotated.js
*.log






*.css
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
},
Expand Down
5 changes: 5 additions & 0 deletions www/css/overrides.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@


.ionic-input-reset > input {
padding: 6px 12px;
}
Empty file added www/css/style.scss
Empty file.
1 change: 1 addition & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link href="lib/bootstrap/dist/css/bootstrap.css" rel="stylesheet">
<link href="lib/ionic/css/ionic.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="lib/angular/angular-csp.css" />
<link rel="stylesheet" type="text/css" href="css/overrides.css" />
<title>Arete</title>
</head>
<body ng-cloak>
Expand Down

0 comments on commit 73278a4

Please sign in to comment.