[HIMA-1097] product checkout: icon style adjustments

This commit is contained in:
Mikuta Aleksandras
2020-03-30 17:49:34 +02:00
parent 70df4fd12b
commit e0bbd2c2d2
2 changed files with 4 additions and 4 deletions

View File

@@ -76,8 +76,8 @@
<lib-icon
(click)="closeModal()"
class="close-icon img"
width="19px"
height="19px"
width="23px"
height="23px"
name="{{ stepTwoImgType }}"
alt="truck"
></lib-icon>

View File

@@ -168,11 +168,11 @@
justify-content: flex-start;
align-items: center;
width: 100%;
margin-bottom: 8px;
margin-bottom: 13px;
.img {
margin-right: 13px;
margin-top: 8px;
margin-top: 5px;
margin-left: 25px;
}
}