mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-31 21:34:58 +00:00
4788381641
* Redirect user to subtab after logging in * Update token balances styles * Adjust routing for readOnly wallets
31 lines
471 B
SCSS
31 lines
471 B
SCSS
@import 'common/sass/variables';
|
|
|
|
.AddCustom {
|
|
&-field {
|
|
&-error {
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
color: $brand-danger;
|
|
}
|
|
}
|
|
|
|
&-buttons {
|
|
padding-top: 10px;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
|
|
&-help {
|
|
text-align: center;
|
|
display: block;
|
|
font-size: 13px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
&-btn {
|
|
padding: 0.5rem 1.5rem;
|
|
margin: 0.25rem 0.5rem;
|
|
}
|
|
}
|
|
}
|