mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 19:44:21 +00:00
bdaf40a0ce
* Remove title from account, tighten buttons and subtabs. * Send everything button in input. * Request tx to full width, adjust transaction fee spacing. * Fix token balances button spacing. * Fix address identicon flying offscreen. Tighten up identicon, show border even when theres no identicon. * Add isSelfAddress boolean to AddressField, use it on WalletInfo tab. * Use short amount again. * Unused
34 lines
517 B
SCSS
34 lines
517 B
SCSS
@import 'common/sass/variables';
|
|
|
|
.AddCustom {
|
|
&-field {
|
|
margin-bottom: 0;
|
|
|
|
&-error {
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
color: $brand-danger;
|
|
}
|
|
}
|
|
|
|
&-buttons {
|
|
padding-top: 10px;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
margin: 0 -$space-xs;
|
|
|
|
&-help {
|
|
text-align: center;
|
|
display: block;
|
|
font-size: 13px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
&-btn {
|
|
padding: 0.5rem 1.5rem;
|
|
margin: 0 $space-xs;
|
|
}
|
|
}
|
|
}
|