mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-17 13:07:34 +02:00
* fix(ui): consistent button styles in WalletCreationForm * fix(ui): consistent button styles in WalletCreationConfirmation * fix(ui): consistent button styles in Create/Import Wallet * fix(ui): consistent button styles on Wallet List * fix(ui): consistent button text when submitting on create wallet * fix(ui): consistent button styles on Send page * fix(ui): consistent button styles on Earn page * fix(ui): consistent button stlyes on MainWalletView page * fix(ui): consistent button styles on Receive page * refactor(CopyButton): remove sprites * fix(ui): consistent button styles on Jam page * fix(ui): consistent button styles in CreateFidelityBond flow * fix(ui): border color of send/receive button on MainWalletView * dev(feat): add fast theme toggle to navbar * fix(ui): align onboarding flow
9 lines
97 B
CSS
9 lines
97 B
CSS
.icon {
|
|
min-height: 19ch;
|
|
}
|
|
.title {
|
|
min-height: 4ch;
|
|
}
|
|
.description {
|
|
min-height: 17ch;
|
|
}
|