mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 02:58:09 +01:00
31 lines
385 B
SCSS
31 lines
385 B
SCSS
.typography.gas-timing {
|
|
color: $ui-4;
|
|
|
|
&--positive {
|
|
color: $success-3;
|
|
}
|
|
|
|
&--warning {
|
|
color: $alert-3;
|
|
}
|
|
|
|
&--negative {
|
|
color: $error-1;
|
|
font-weight: bold;
|
|
}
|
|
|
|
&--negative-V2 {
|
|
color: $secondary-1;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.info-tooltip {
|
|
display: inline-block;
|
|
margin-inline-start: 4px;
|
|
|
|
path {
|
|
fill: $error-1;
|
|
}
|
|
}
|
|
}
|