mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Adjust error icon size (#2693)
This commit is contained in:
parent
c194f8ae57
commit
707628683b
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 |
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue