1
0
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:
Erik Marks 2020-09-17 13:02:00 -07:00 committed by GitHub
parent c6a540419c
commit 550e49a64c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 6 deletions

View File

@ -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;

View File

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

View File

@ -177,7 +177,7 @@
}
&__time-estimate {
font-size: 14px;
font-size: 12px;
font-weight: 500;
margin-top: 4px;
color: $black;