1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/components/app/gas-timing/index.scss

31 lines
385 B
SCSS
Raw Normal View History

.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;
}
}
}