MyCrypto/common/components/WalletDecrypt/Web3.scss

27 lines
295 B
SCSS

.Web3Decrypt {
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;
}
}
&-install {
margin-top: 10px;
}
}