mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Gas modal styling fixes (#9433)
This commit is contained in:
parent
c6a540419c
commit
550e49a64c
@ -14,6 +14,7 @@
|
||||
}
|
||||
|
||||
&__blurb {
|
||||
width: 95%;
|
||||
font-size: 12px;
|
||||
color: $black;
|
||||
margin-top: 5px;
|
||||
@ -21,6 +22,7 @@
|
||||
}
|
||||
|
||||
&__footer-blurb {
|
||||
width: 95%;
|
||||
font-size: 12px;
|
||||
color: #979797;
|
||||
margin-top: 15px;
|
||||
|
@ -96,10 +96,6 @@
|
||||
color: $scorpion;
|
||||
font-size: 12px;
|
||||
|
||||
@media screen and (max-width: $break-small) {
|
||||
padding: 4px 21px;
|
||||
}
|
||||
|
||||
&__send-info,
|
||||
&__transaction-info,
|
||||
&__total-info,
|
||||
@ -139,7 +135,7 @@
|
||||
}
|
||||
|
||||
&__value {
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -177,7 +177,7 @@
|
||||
}
|
||||
|
||||
&__time-estimate {
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
margin-top: 4px;
|
||||
color: $black;
|
||||
|
Loading…
Reference in New Issue
Block a user