Skip to content

Commit

Permalink
Fix styles for the wallet selector modal. (#1716)
Browse files Browse the repository at this point in the history
Co-authored-by: gagdiez <[email protected]>
  • Loading branch information
kujtimprenkuSQA and gagdiez authored Feb 9, 2024
1 parent 7fa16bb commit d3d0fe1
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion website/src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -388,4 +388,18 @@ iframe+em {

/* BOOTSTRAP */
/* TODO: Include this from file */
@import './bootstrap.scss'
@import './bootstrap.scss';

#near-wallet-selector-modal {
.nws-modal-wrapper .nws-modal .modal-left .modal-left-title h2 {
font-family: inherit;
}
.nws-modal-wrapper .nws-modal .modal-right .nws-modal-header h3.middleTitle {
margin: 4px auto !important;
font-family: inherit;
}

.nws-modal-wrapper .nws-modal .modal-right .wallet-what .content-side h3 {
margin: 0 auto 8px 0 !important;
}
}

0 comments on commit d3d0fe1

Please sign in to comment.