File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed
ui/src/wrap/components/Layout
wrap/src/pages/ConnectWallet Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1+ wrap: Unify connect wallet page
Original file line number Diff line number Diff line change 6262
6363@media screen and (min-width : 1000px ) {
6464 .main {
65- max-width : 620 px ;
66- padding : 4.625 rem 0 0 ;
65+ max-width : 670 px ;
66+ padding : 1.5 rem 0 0 ;
6767 }
6868
6969 .footer {
Original file line number Diff line number Diff line change 1+ .connectWallet {
2+ display : flex;
3+ flex-direction : column;
4+ gap : 1.5rem ;
5+ align-items : flex-start;
6+ width : 100% ;
7+
8+ button {
9+ & & & {
10+ padding : 0 32px ;
11+ border-radius : 999px ;
12+ }
13+ }
14+ }
15+
116.subHeader {
217 margin-bottom : 34dvh ;
318}
Original file line number Diff line number Diff line change @@ -2,10 +2,13 @@ import { FC } from 'react'
22import classes from './index.module.css'
33import { ConnectButton } from '@rainbow-me/rainbowkit'
44import { withConnectedWallet } from '../../hoc/withConnectedWallet'
5+ import { WrapLogoIcon } from '@oasisprotocol/rose-app-ui'
56
67const ConnectWalletCmp : FC = ( ) => {
78 return (
8- < div >
9+ < div className = { classes . connectWallet } >
10+ < WrapLogoIcon />
11+
912 < p className = { classes . subHeader } >
1013 Quickly wrap your ROSE into wROSE and vice versa with the (un)wrap ROSE tool.
1114 < br />
You can’t perform that action at this time.
0 commit comments