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;
|
||
|
}
|
||
|
}
|
||
|
}
|