mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-31 13:25:29 +00:00
aac0176ca2
* add static vendor js libraries * add ledger config * add ledger components * add ledger wallet * bugfix: trezor, set dPath on change * add rlp type package, update types * change address to public * update tslint script to exclude all files in directory * revert to private address and use getAddress() * remove unnecessary eslint line out of library files * remove IWallet import * Fix ts errors * Remove version controlled vendor files from DLL
26 lines
292 B
SCSS
26 lines
292 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;
|
|
}
|
|
} |