mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-17 13:07:34 +02:00
* chore: harmonize sprite definitions * fix: prevent render errors on invalid token in CurrentWalletMagic screen * ui: add border-radius to input placeholder * fix: add relationship 'noopener' to external links on Send screen Co-authored-by: Đorđe Spasić <34274884+Djo1e@users.noreply.github.com>
10 lines
178 B
CSS
10 lines
178 B
CSS
.wallet-header-title-placeholder {
|
|
width: 5rem;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.wallet-header-subtitle-placeholder {
|
|
width: 12rem;
|
|
height: 1.8rem;
|
|
margin-bottom: 0.45rem;
|
|
}
|