mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
26 lines
313 B
SCSS
26 lines
313 B
SCSS
.typography.gas-timing {
|
|
color: $ui-4;
|
|
|
|
&--positive {
|
|
color: $success-3;
|
|
}
|
|
|
|
&--warning {
|
|
color: $alert-3;
|
|
}
|
|
|
|
&--negative {
|
|
color: $error-1;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.info-tooltip {
|
|
display: inline-block;
|
|
margin-inline-start: 4px;
|
|
|
|
path {
|
|
fill: $error-1;
|
|
}
|
|
}
|
|
}
|