mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-13 11:36:45 +00:00
* 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.
34 lines
1.4 KiB
SCSS
34 lines
1.4 KiB
SCSS
// Where shared common styles live
|
|
|
|
// --- BOOTSTRAP ---
|
|
@import "./variables";
|
|
@import "./mixins";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/normalize";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/print";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/scaffolding";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/type";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/code";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/grid";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/tables";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/forms";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/buttons";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/dropdowns";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/button-groups";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/input-groups";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/alerts";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/wells";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/close";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/utilities";
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/responsive-utilities";
|
|
|
|
// --- RC SLIDER ---
|
|
@import "~rc-slider/assets/index.css";
|
|
|
|
// --- CUSTOM ---
|
|
@import "./styles/badbrowser";
|
|
@import "./styles/noscript";
|
|
@import "./styles/overrides";
|
|
@import "./styles/scaffolding";
|
|
@import "./styles/tab";
|
|
@import "./fonts";
|