mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 10:41:56 +00:00
0ab226ca16
* Add InlineSpinner component * Add 'what-input' module * Add input style overrides * Add new refresh icon * Update footer styles * Add nonce refresh button & loading indicator * Center InlineSpinner * Add types * Lock version * prettify package.json * prettify package.json
12 lines
171 B
SCSS
12 lines
171 B
SCSS
@import 'common/sass/variables';
|
|
|
|
.gaslimit {
|
|
&-label-wrapper {
|
|
align-items: center;
|
|
margin-bottom: $space-xs;
|
|
> label {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|