mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-24 18:09:10 +00:00
de7d4fbaa2
* Convert bootstrap to sass instead of checked in and less * Darken body, adjust header. * First pass at tab styles, each tab will need a lot of individual love tho. * Update footer to main site content, improve responsiveness. * Missing key added. * Fix dropdowns. * Convert GenerateWallet HTML over, still needs styling. * Send form. * Current rates styled. * CurrencySwap form styles. * SwapInfoHeader styled. * Finish up swap restyling, minor usability improvements for mobile. * Fix up notifications / alert customizations * Import v3 variables. * Fix notification spacing. * Align input height base with buttons. * Revert height base, add additional bootstrap overrides. * Grid overrides. * Move overrides to their own folder. Adjust naming. * Fix inconsistencies. * Style generate wallet pt 1. * Style generate wallet pt 2 * Style generate wallet pt 3 * Fix swap * Added some missing overries, fixed the fallout. * Remove header text, indicate alpha version. * Fix radio / checkbox weights. * Bind => arrow * Convert simpledropdown to proper form select, instead of weirdly implemented nonfuncitoning dropdown. * Fix token balances buttons, footr icons.
34 lines
955 B
SCSS
34 lines
955 B
SCSS
$input-bg: #fff;
|
|
$input-bg-disabled: $gray-lightest;
|
|
$input-color: #333333;
|
|
$input-border: $gray-lighter;
|
|
$input-border-focus: $brand-primary;
|
|
$input-color-placeholder: darken($gray-lighter, 10%);
|
|
|
|
$input-height-base: 2.55rem;
|
|
$input-height-large: 4rem;
|
|
$input-height-small: 2rem;
|
|
|
|
$form-group-margin-bottom: $space-sm;
|
|
|
|
$legend-color: $gray-dark;
|
|
$legend-border-color: #e5e5e5;
|
|
|
|
$input-group-addon-bg: $gray-lighter;
|
|
$input-group-addon-border-color: $input-border;
|
|
|
|
$cursor-disabled: default;
|
|
|
|
$dropdown-bg: #fff;
|
|
$dropdown-border: rgba(0, 0, 0, .15);
|
|
$dropdown-fallback-border: $gray-lighter;
|
|
$dropdown-divider-bg: #e5e5e5;
|
|
$dropdown-link-color: $ether-navy;
|
|
$dropdown-link-hover-color: $ether-blue;
|
|
$dropdown-link-hover-bg: $gray-lightest;
|
|
$dropdown-link-active-color: $component-active-color;
|
|
$dropdown-link-active-bg: $component-active-bg;
|
|
$dropdown-link-disabled-color: $gray-light;
|
|
$dropdown-header-color: $gray-light;
|
|
$dropdown-caret-color: #000;
|