You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
357 B
26 lines
357 B
.advanced-gas-controls {
|
|
&__row {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.info-tooltip {
|
|
display: inline-block;
|
|
}
|
|
|
|
.form-field__row--error .form-field__heading-title h6 {
|
|
color: var(--error-1);
|
|
|
|
& path {
|
|
fill: var(--error-1);
|
|
}
|
|
}
|
|
|
|
h6 {
|
|
padding-bottom: 6px;
|
|
margin-inline-end: 6px;
|
|
}
|
|
|
|
path {
|
|
fill: var(--ui-3);
|
|
}
|
|
}
|
|
|