Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3248070
D6655.id22813.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D6655.id22813.diff
View Options
diff --git a/landing/siwe.css b/landing/siwe.css
--- a/landing/siwe.css
+++ b/landing/siwe.css
@@ -26,17 +26,28 @@
}
.walletDisplayText {
- font-size: 24px;
- padding: 5px;
+ display: flex;
+ width: 100%;
+ padding-bottom: 6px;
}
+
+.walletDisplayText p {
+ font-size: 16px;
+ font-weight: bold;
+}
+
.wrapper > p {
- text-align: center;
- padding: 5px;
+ padding-top: 16px;
font-size: 15px;
}
+
+.wrapper a {
+ color: #2a5db0;
+}
+
.button {
margin-top: 20px;
- background: #7e57c2;
+ background: #6a20e3;
border-radius: 4px;
text-align: center;
padding: 10px;
diff --git a/landing/siwe.react.js b/landing/siwe.react.js
--- a/landing/siwe.react.js
+++ b/landing/siwe.react.js
@@ -157,7 +157,9 @@
} else {
return (
<div className={css.wrapper}>
- <span className={css.walletDisplayText}>Wallet Connected:</span>
+ <span className={css.walletDisplayText}>
+ <p>Wallet Connected</p>
+ </span>
<div className={css.connectedWalletInfo}>
<ConnectedWalletInfo />
</div>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 8:27 AM (22 h, 45 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2496716
Default Alt Text
D6655.id22813.diff (1 KB)
Attached To
Mode
D6655: [landing] Restyle `SIWE` to match `web`
Attached
Detach File
Event Timeline
Log In to Comment