1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

remove top/bottom margin on info icon (#8822)

This commit is contained in:
Brad Decker 2020-06-16 13:05:03 -05:00 committed by GitHub
parent 61d9fcde35
commit 4f3e9d70fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
.info-icon {
margin: 4px;
margin: 0 4px;
&--success {
fill: $success-green;