File tree 1 file changed +9
-12
lines changed
packages/core/src/views/connect 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 54
54
.wallets-container {
55
55
display : grid ;
56
56
grid-template-columns : repeat (var (--onboard-wallet-columns , 2 ), 1fr );
57
- padding : 1rem 1 rem 0 1 rem ;
57
+ padding : 1rem ;
58
58
border : none ;
59
59
}
60
60
.notice-container {
61
61
grid-column : span 2 ;
62
- margin-bottom : 1rem ;
63
- margin-top : 0 ;
62
+ margin : 0 ;
64
63
}
65
64
}
66
65
</style >
89
88
{/each }
90
89
<div class =" notice-container" >
91
90
<Warning >
92
- <div >
93
- <div >Why don't I see my Wallet?</div >
94
- <a
95
- class =" link pointer"
96
- href ={connect .wheresMyWalletLink || wheresMyWalletDefault }
97
- target =" _blank"
98
- rel =" noreferrer noopener" >Click here to learn more</a
99
- >
100
- </div >
91
+ <div >Why don't I see my Wallet?</div >
92
+ <a
93
+ class =" link pointer"
94
+ href ={connect .wheresMyWalletLink || wheresMyWalletDefault }
95
+ target =" _blank"
96
+ rel =" noreferrer noopener" >Click here to learn more</a
97
+ >
101
98
</Warning >
102
99
</div >
103
100
</div >
You can’t perform that action at this time.
0 commit comments