1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
metamask-extension/ui/components/app/advanced-gas-controls/index.scss
Alex Donesky 615380b76d
Remove estimate detail above advanced gas controls in non-1559 network (#11744)
* Remove estimate detail above advanced gas controls in non-1559 network

* lint

* remove gasEstimate localization text
2021-08-03 14:34:24 -05:00

27 lines
339 B
SCSS

.advanced-gas-controls {
&__row {
margin-bottom: 20px;
}
.info-tooltip {
display: inline-block;
}
.form-field__row--error .form-field__heading-title h6 {
color: $error-1;
& path {
fill: $error-1;
}
}
h6 {
padding-bottom: 6px;
margin-inline-end: 6px;
}
path {
fill: $ui-3;
}
}