mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
8fcbebc546
* Updating account menu icon color * Updating design-tokens and making appropriate updates to extension styles * Adding more deprecated tags to colors * Adding spinner and removing todo comment * Remove comment * Updates * Updating snapshots * More color and ui updates * reverting transition change
27 lines
399 B
SCSS
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);
|
|
}
|
|
}
|