mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 19:44:21 +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
26 lines
522 B
SCSS
26 lines
522 B
SCSS
$ether-navy: #163151;
|
|
$ether-blue: #0e97c0;
|
|
|
|
$gray-base: #000;
|
|
$gray-darker: lighten($gray-base, 13.5%);
|
|
$gray-dark: lighten($gray-base, 20%);
|
|
$gray: #737373;
|
|
$gray-light: #9a9a9a;
|
|
$gray-lighter: #ececec;
|
|
$gray-lightest: #fafafa;
|
|
|
|
$border-idle: #e5ecf3;
|
|
$border-disabled: #e6e6e6;
|
|
|
|
$brand-primary: #007896;
|
|
$brand-success: #5dba5a;
|
|
$brand-info: $ether-navy;
|
|
$brand-warning: #ff9800;
|
|
$brand-danger: #db5846;
|
|
|
|
$body-bg: #fbfbfb;
|
|
$text-color: $gray-dark;
|
|
|
|
$component-active-color: #fff;
|
|
$component-active-bg: $brand-primary;
|