mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-03 23:03:40 +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.
11 lines
160 B
SCSS
11 lines
160 B
SCSS
@import 'common/sass/variables';
|
|
|
|
.GasSlider {
|
|
&-toggle {
|
|
display: inline-block;
|
|
position: relative;
|
|
margin-top: $space-sm;
|
|
left: -8px;
|
|
}
|
|
}
|