Adjust error icon size (#2693)

This commit is contained in:
Luke Heath 2021-10-26 16:47:58 -05:00 committed by GitHub
parent c194f8ae57
commit 707628683b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 949 B

View File

@ -64,6 +64,7 @@
display: flex;
justify-content: space-between;
align-items: center;
margin: 10px 0;
.info {
font-size: $small;
@ -72,7 +73,7 @@
line-height: 1;
img {
margin-right: $pad-large;
margin-right: $pad-small;
transform: scale(0.5);
position: relative;
top: -1px;