mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 21:00:13 +01:00
22 lines
313 B
SCSS
22 lines
313 B
SCSS
.gas-details-item {
|
|
&__estimate {
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
font-size: 12px;
|
|
color: $Grey-500;
|
|
line-height: inherit;
|
|
}
|
|
|
|
&__gas-fee-warning {
|
|
color: $secondary-1;
|
|
}
|
|
|
|
&__gasfee-label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
&__currency-container {
|
|
position: relative;
|
|
}
|
|
}
|