Skip to content

Commit

Permalink
Merge pull request #14 from oasisprotocol/lw/rebrand
Browse files Browse the repository at this point in the history
Update Oasis logotypes and colors
  • Loading branch information
lukaw3d authored Apr 10, 2024
2 parents d6791d9 + 63312f4 commit fd167a6
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 33 deletions.
2 changes: 1 addition & 1 deletion faucet-frontend/src/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ html(lang="en")
meta(charset="utf-8")
meta(http-equiv="X-UA-Compatible" content="IE=edge")
meta(name="viewport" content="width=device-width,initial-scale=1.0")
link(rel="icon" href="./public/favicon.ico")
link(rel="icon" href="./public/favicon.svg" type="image/svg+xml")

title #{process.env.DOCUMENT_TITLE}
meta(name="description" content=process.env.DOCUMENT_DESCRIPTION)
Expand Down
35 changes: 35 additions & 0 deletions faucet-frontend/src/public/Network White.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 added faucet-frontend/src/public/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 0 additions & 25 deletions faucet-frontend/src/public/background.svg

This file was deleted.

Binary file removed faucet-frontend/src/public/favicon.ico
Binary file not shown.
10 changes: 10 additions & 0 deletions faucet-frontend/src/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions faucet-frontend/src/public/oasis-foundation.svg

This file was deleted.

6 changes: 3 additions & 3 deletions faucet-frontend/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// https://www.muicss.com/docs/v1/css-js/customization
@import '../node_modules/muicss/lib/sass/mui/colors';

$oasis-primary: #0092F6;
$oasis-primary: #0500e2;
$mui-primary-color: $oasis-primary;

$mui-panel-padding: 0px;
Expand Down Expand Up @@ -70,8 +70,8 @@ body {
/* Misc */
.card-image {
background:
url('./public/oasis-foundation.svg') center / auto 70px no-repeat,
url('./public/background.svg') top left / cover no-repeat,
url('./public/Network White.svg') center / auto 45px no-repeat,
url('./public/background.png') top left / cover no-repeat,
$oasis-primary;
}

Expand Down

0 comments on commit fd167a6

Please sign in to comment.