1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Dan Miller bc6c60cde1 Revert "Merge pull request #15063 from MetaMask/revert-v10.16.0"
This reverts commit 4d4271522078d0b0a69d58b81315e32b2b37dcaa, reversing
changes made to f09ab8889148c406551dea1643966e3331fde4aa.
2022-06-29 13:03:10 -02:30

27 lines
399 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(--color-error-default);
& path {
fill: var(--color-error-default);
}
}
h6 {
padding-bottom: 6px;
margin-inline-end: 6px;
}
path {
fill: var(--color-icon-alternative);
}
}