Skip to content

Commit

Permalink
Bumped v1.8.0 ember-swarm-ui-engine & added styles for it
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban committed Nov 17, 2017
1 parent f3b90d6 commit a345da3
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 24 deletions.
15 changes: 15 additions & 0 deletions app/styles/swarm-ui/default.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
.progress-bar {
z-index: 100;
background-color: rgba(0,0,0,0.3);
position: absolute;
top: 64px;
bottom: 0;
left: 0;
right: 0;

.progress {
position: absolute;
top: -8px;
}
}

// Hack to remove the green validation colors

input:not([type]).valid,
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ember-radio-button": "https://github.com/lordblendi/ember-radio-button.git#ember-engine-fix2",
"ember-resolver": "^4.5.0",
"ember-stack-builder-engine": "https://github.com/big-data-europe/ember-stack-builder-engine.git#v0.3.7",
"ember-swarm-ui-engine": "https://github.com/big-data-europe/ember-swarm-ui-engine.git#v1.7.2",
"ember-swarm-ui-engine": "https://github.com/big-data-europe/ember-swarm-ui-engine.git#v1.8.0",
"ember-truth-helpers": "^1.2.0",
"ember-welcome-page": "^3.1.1",
"install": "0.10.1",
Expand Down

0 comments on commit a345da3

Please sign in to comment.