1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-28 05:12:18 +01:00
metamask-extension/ui/components/app/gas-details-item/gas-details-item-title/index.scss

10 lines
169 B
SCSS
Raw Normal View History

2021-12-12 00:26:28 +01:00
.gas-details-item-title {
&__estimate {
font-weight: 400;
font-style: italic;
font-size: 12px;
color: var(--Grey-500);
2021-12-12 00:26:28 +01:00
line-height: inherit;
}
}