diff --git a/package-lock.json b/package-lock.json index 6c7a01531..2f12f67a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@xlabs/portal-bridge-ui", - "version": "0.1.85", + "version": "0.1.86", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@xlabs/portal-bridge-ui", - "version": "0.1.85", + "version": "0.1.86", "hasInstallScript": true, "dependencies": { "@certusone/wormhole-sdk": "^0.10.4", diff --git a/package.json b/package.json index 75bcc7a23..bc68a215d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xlabs/portal-bridge-ui", - "version": "0.1.85", + "version": "0.1.86", "private": true, "dependencies": { "@certusone/wormhole-sdk": "^0.10.4", diff --git a/public/cosmos/index.css b/public/cosmos/index.css index b13801231..020febd2f 100644 --- a/public/cosmos/index.css +++ b/public/cosmos/index.css @@ -15,7 +15,7 @@ body { line-height: 1.43; background-size: 120%; background-color: #17153f; - background-image: url(/static/media/bg.7f578c3eb1b9a700a83d6113bf1579e0.svg); + background-image: url(../static/media/bg.7f578c3eb1b9a700a83d6113bf1579e0.svg); background-repeat: repeat-y; background-position: top center; overscroll-behavior-y: none; @@ -49,14 +49,14 @@ body { justify-content: center; } -.cosmos-banner { +.wormholescan-banner { box-sizing: inherit; width: 100%; + height: 56px; display: flex; padding: 4px 16px; font-size: 16px; - background: linear-gradient(1deg, #9577F4 0%, #AD55DA 28.96%, #CA2EBD 100%); - min-height: 56px; + background: linear-gradient(86deg, #FF2A57 0%, #FF2A57 28.96%, #0F0C48 100%); text-align: center; align-items: center; font-weight: 500; @@ -64,7 +64,7 @@ body { justify-content: center; } -.cosmos-link { +.wormholescan-link { text-align: center; box-sizing: inherit; margin: 0; @@ -198,6 +198,11 @@ body { text-underline-offset: 6px; margin-left: 32px; } + +.link:hover { + text-decoration: underline; +} + .active { text-decoration: underline; } @@ -233,3 +238,64 @@ body { .footer-link:visited { color: white; } + +.MuiChip-label { + overflow: hidden; + white-space: nowrap; + padding-left: 12px; + padding-right: 12px; + text-overflow: ellipsis; +} + +.MuiChip-labelSmall { + padding-left: 8px; + padding-right: 8px; +} + +.MuiChip-root { + color: #fff; + border: none; + cursor: default; + height: 32px; + display: inline-flex; + outline: 0; + padding: 0; + font-size: 0.7544642857142857rem; + box-sizing: border-box; + transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; + align-items: center; + font-family: 'Poppins', sans-serif; + white-space: nowrap; + border-radius: 16px; + vertical-align: middle; + justify-content: center; + text-decoration: none; + background-color: #616161; +} + +.MuiChip-sizeSmall { + height: 24px; +} + +.makeStyles-newTag-17 { + left: 142px; + color: #E2E1FF; + bottom: 24px; + position: relative; + font-size: 10px; + word-wrap: break-word; + font-weight: 600; + line-height: 24px; + background-color: #3B3785; +} + +@media (max-width:1279.95px) { + .wormholescan-banner { + height: auto; + padding: 8px; + flex-direction: column; + } + .wormholescan-banner p { + margin: 0px; + } +} \ No newline at end of file diff --git a/public/cosmos/index.html b/public/cosmos/index.html index 06243c4d4..f2c3fcd0c 100644 --- a/public/cosmos/index.html +++ b/public/cosmos/index.html @@ -35,15 +35,13 @@
-