mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 11:34:26 +00:00
c631f45ab7
* Remove gas dropdown & Add gas sliders * Update styles * Revert changes made to requestpayment.tsx * Update style & add custom labels to GasLimitField * Update styles * Update confirm transaction modal * Revert "Update confirm transaction modal" This reverts commit 743c9a505fe070feb55f7af550ad918a3d8899d1. * Add transaction fee to tx confirmation modal * Update styles * Remove old gasPriceDropdown files & use network units in tx fee * Add option to lock gaslimit data * fix tslint errors * Rename lockData to readOnly * Add option to check if validAmount before generating transaction * Add nonce field if gas slider is readonly * Automatically set nonce in <Send/> * Update snapshot * Move getNonceRequested to GasSlider component * Add optional to check value for isValidAmount selector * Add selector for transaction fee * Update GasSlider component & Rename to Gas * update snapshots * Fix subtabs className * Update styles * Remove dataField on contract interact * rename <Gas/> to <TXMetaDataPanel/>
38 lines
1.5 KiB
SCSS
38 lines
1.5 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';
|
|
|
|
// --- React Select ---
|
|
@import '~react-select/dist/react-select.css';
|
|
|
|
// --- CUSTOM ---
|
|
@import './styles/badbrowser';
|
|
@import './styles/noscript';
|
|
@import './styles/overrides';
|
|
@import './styles/scaffolding';
|
|
@import './styles/tab';
|
|
@import './styles/flexbox';
|
|
@import './fonts';
|