1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/components/app/advanced-gas-controls/index.scss

27 lines
399 B
SCSS
Raw Normal View History

.advanced-gas-controls {
&__row {
margin-bottom: 20px;
}
.info-tooltip {
display: inline-block;
}
.form-field__row--error .form-field__heading-title h6 {
2022-03-22 18:04:12 +01:00
color: var(--color-error-default);
& path {
2022-03-22 18:04:12 +01:00
fill: var(--color-error-default);
}
}
h6 {
padding-bottom: 6px;
margin-inline-end: 6px;
}
path {
fill: var(--color-icon-alternative);
}
}