1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00

Remove padding of info circle of advanced gas (#7810)

This commit is contained in:
Thomas Huang 2020-01-13 07:08:39 -08:00 committed by GitHub
parent 27cfb6aa51
commit 428fdee7e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,10 +20,9 @@
@media screen and (max-width: 576px) {
font-size: 10px;
}
.fa-info-circle {
color: $silver;
margin-left: 10px;
cursor: pointer;
}