Skip to content

Commit 1a3dedf

Browse files
committed
hotfix - walletConnect size
1 parent 62fb602 commit 1a3dedf

File tree

1 file changed

+33
-2
lines changed
  • packages/common-resources/static-resources/src/themes/css

1 file changed

+33
-2
lines changed

packages/common-resources/static-resources/src/themes/css/reset.tsx

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,40 @@ export default css`
194194
iframe {
195195
display: none;
196196
}
197-
#iubenda-pp {
197+
#iubenda-pp,
198+
#iframeBanxaTarget {
198199
iframe {
199-
display: initial;
200+
display: initial;csss
201+
}
202+
}
203+
#iframeBanxaTarget {
204+
z-index: 9999;
205+
#iframeBanxaClose {
206+
transform: scale(2);
207+
position: absolute;
208+
top: 20px;
209+
right: 20px;
210+
cursor: pointer;
211+
padding: 4px;
212+
border-bottom-left-radius: 80%;
213+
background: rgba(255, 255, 255, 0.6);
214+
}
215+
position: absolute;
216+
top: 0;
217+
left: 0;
218+
right: 0;
219+
bottom: 0;
220+
display: none;
221+
align-items: center;
222+
justify-content: center;
223+
background-color: rgba(166, 174, 185, 0.7);
224+
}
225+
#walletconnect-qrcode-modal {
226+
font-size: 16px;
227+
.walletconnect-modal__mobile__toggle {
228+
a {
229+
color: rgb(76, 130, 251);
230+
}
200231
}
201232
}
202233
`;

0 commit comments

Comments
 (0)