Skip to content

Commit

Permalink
add lib folder to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinhaller committed Aug 9, 2016
1 parent a307c4f commit 8627b2b
Show file tree
Hide file tree
Showing 115 changed files with 9 additions and 205,737 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
node_modules/
platforms/
plugins/

www/css/
www/lib/
10 changes: 7 additions & 3 deletions scss/styles.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
$error-color: rgba(red, .6);

.help-block
{
color: red;
color: $error-color;
}

.has_error
{
border-color: red;
border-color: $error-color;
}

.form_group
Expand All @@ -15,7 +17,9 @@

.selected_values
{
color: rgb(170,170,170);
// color: rgb(170,170,170);
color: #aaa;
font-size: 14px;
padding-right: 16px;
}

Expand Down
20 changes: 0 additions & 20 deletions www/lib/angular-animate/.bower.json

This file was deleted.

68 changes: 0 additions & 68 deletions www/lib/angular-animate/README.md

This file was deleted.

Loading

0 comments on commit 8627b2b

Please sign in to comment.