mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-10 19:16:10 +00:00
910093b761
* Update account view routing * update styles * Fix WalletDecrypt types * Replace disabled textareas with code blocks * Fix broken animation * Update snapshot * Make contract interact dropdowns clearable & searchable * Update node-sass to v4.8.3 * Fix swap inputs incorrectly incorrectly displaying invalid * Refactor send tx & generate tx button * Update broadcast tx & add more transaction details in tx confirmation * Add signing prop to send button * Update lite send * Update codeblock styles * Update snapshot * Revert renaming Dropdown
10 lines
176 B
SCSS
10 lines
176 B
SCSS
code {
|
|
color: #333;
|
|
background-color: #eff5fe;
|
|
font-size: 14px;
|
|
line-height: inherit;
|
|
border-radius: 2px;
|
|
padding: 2px 0.25rem;
|
|
border: 1px solid $border-idle;
|
|
}
|