mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 21:00:13 +01:00
10 lines
177 B
SCSS
10 lines
177 B
SCSS
.gas-details-item-title {
|
|
&__estimate {
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
font-size: 12px;
|
|
color: var(--color-text-muted);
|
|
line-height: inherit;
|
|
}
|
|
}
|