mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-10 11:05:47 +00:00
1d235cf67a
* Basic reducer / action / saga setup, rendering wallets. * Better address rows, with values. * Styling + back and next buttons. * Formatting, dpath changing. * Derived -> Deterministic * Set wallet on confirm. * Flesh out Trezor wallet, add transaction signing. * Custom dpath, better handling of canceled switches and over-rendering / prop calling. * Token empty string value. * Move DPaths to config file. * Clarifying comments.
27 lines
293 B
SCSS
27 lines
293 B
SCSS
.TrezorDecrypt {
|
|
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;
|
|
}
|
|
}
|