mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-10 02:55:41 +00:00
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;
|
||
|
}
|
||
|
}
|
||
|
}
|