mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-12 02:57:17 +00:00
edda9f71ea
* Initial crack at simple only gas slider component. * Work on advanced component. Refactor redux and components to specify gas limit vs price. * Convert fee summary to a render cbesque thing. * Rework responsive columns. * Remove force offline button. * Tweak styles. * Fix tscheck issues, remove unneeded prop. * Fix references to GasField * Gas slider in lite send. * Make gas slider network-aware for symbol and price calculation.
14 lines
473 B
SCSS
14 lines
473 B
SCSS
// This contains all of the bootstrap style overrides we do. Files should
|
|
// correspond to the bootstrap filename, and be placed in the overrides/ folder
|
|
@import "./overrides/alerts";
|
|
@import "./overrides/buttons";
|
|
@import "./overrides/button-groups";
|
|
@import "./overrides/dropdowns";
|
|
@import "./overrides/forms";
|
|
@import "./overrides/grid";
|
|
@import "./overrides/input-groups";
|
|
@import "./overrides/type";
|
|
|
|
// And an override for rc-slider
|
|
@import "./overrides/rc-slider";
|