Skip to content

Commit

Permalink
colors updated
Browse files Browse the repository at this point in the history
  • Loading branch information
andygeiss committed Oct 27, 2021
1 parent 5622f30 commit cf0956c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 47 deletions.
2 changes: 1 addition & 1 deletion clients/cli/.configs/clients/web/static/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class View extends Component {
this.viewModel = viewModel;
// Add event listeners
this.on("Status done", (data) => {
this.render();
this.render();
});
this.on("Status error", (err) => {
this.render();
Expand Down
24 changes: 0 additions & 24 deletions clients/cli/.configs/clients/web/static/styles/app.css

This file was deleted.

10 changes: 0 additions & 10 deletions clients/cli/.configs/clients/web/static/styles/app.css.map

This file was deleted.

1 change: 0 additions & 1 deletion clients/cli/.configs/clients/web/static/styles/app.min.css

This file was deleted.

2 changes: 1 addition & 1 deletion clients/cli/.configs/clients/web/static/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

body {
align-items: center;
background: $color-gray-3;
background: $color-white;
display: flex;
font-family: Arial, Helvetica, sans-serif;
height: 100%;
Expand Down
1 change: 0 additions & 1 deletion clients/cli/.configs/clients/web/static/styles/colors.css

This file was deleted.

9 changes: 0 additions & 9 deletions clients/cli/.configs/clients/web/static/styles/colors.css.map

This file was deleted.

6 changes: 6 additions & 0 deletions clients/cli/.configs/clients/web/static/styles/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ $color-5: rgb(0, 102, 179);
$color-6: rgb(219, 78, 122);
$color-7: rgb(209, 10, 69);
$color-8: rgb(160, 80, 154);

$color-10: rgb(0, 0, 100);
$color-11: rgb(212, 242, 245);
$color-12: rgb(10, 90, 225);
$color-13: rgb(255, 90, 70);
$color-14: rgb(160, 160, 160);

0 comments on commit cf0956c

Please sign in to comment.