mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-30 16:18:07 +01:00
27 lines
357 B
SCSS
27 lines
357 B
SCSS
.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);
|
|
}
|
|
}
|