mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 14:15:06 +01:00
38b91f63a2
* Extract advanced gas input controls to their own component * Add advanced inline gas toggle to settings * Add optional advanced inline gas to send send screen * Adds optional advanced gas inputs to the confirm screen * Add info modals for advanced gas inputs. * Fix translation of advance gas toggle description. * Lint and unit test fixes for inline-advanced-gas-inputs * Increase margin above advanced options button on send screen * Move methods from constructor to property syntax in advanced-gas-inputs.component
8 lines
151 B
SCSS
8 lines
151 B
SCSS
@import './gas-slider/index';
|
|
|
|
@import './gas-modal-page-container/index';
|
|
|
|
@import './gas-price-chart/index';
|
|
|
|
@import './advanced-gas-inputs/index';
|