mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-21 00:19:49 +00:00
ec37eeffe8
* Direct user to correct app on timeout * Add spinner while decrypting hardware wallets * Hide tip on connect * Remove unnecessary trezor tips * Remove showTip property from component state
36 lines
427 B
SCSS
36 lines
427 B
SCSS
.LedgerDecrypt {
|
|
text-align: center;
|
|
padding-top: 30px;
|
|
|
|
&-decrypt {
|
|
width: 100%;
|
|
}
|
|
|
|
&-help {
|
|
margin-top: 10px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
&-error {
|
|
opacity: 0;
|
|
transition: none;
|
|
|
|
&.is-showing {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
&-buy {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
&-message {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
svg {
|
|
margin-right: 16px;
|
|
}
|
|
}
|
|
}
|