Skip to content

Commit

Permalink
feat(ui): introduce new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Apr 5, 2023
1 parent cadade7 commit fa8717c
Show file tree
Hide file tree
Showing 42 changed files with 375 additions and 267 deletions.
Binary file modified ui/public/favicon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui/public/favicon.ico
Binary file not shown.
8 changes: 4 additions & 4 deletions ui/public/loader.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

html.dark #loader-wrapper {
background-color: #1b1e2a;
background-color: #21242E;
}

#loader {
Expand All @@ -27,7 +27,7 @@ html.dark #loader-wrapper {
margin: -75px 0 0 -75px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #192A4E;
border-top-color: #E9C1FF;
-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
Expand All @@ -41,7 +41,7 @@ html.dark #loader-wrapper {
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #4F83A5;
border-top-color: #CD88FF;
-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
Expand All @@ -55,7 +55,7 @@ html.dark #loader-wrapper {
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #9EBFD5;
border-top-color: #A950FF;
-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
Expand Down
Binary file modified ui/src/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 9 additions & 5 deletions ui/src/assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui/src/assets/logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 15 additions & 13 deletions ui/src/assets/logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fa8717c

Please sign in to comment.