Skip to content

Commit

Permalink
remove border radius for social icons (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay authored Sep 25, 2023
1 parent 0542377 commit 0ac9d6b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions src/app/notifications/notification.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,15 @@ input[type='date']::-webkit-calendar-picker-indicator {
margin-top: auto;
}

.pic_avatar_notif_social {
bottom: 0.5em;
position: relative;
height: 3em;

width: 3em;
margin-top: auto;
}

.container_perso {
width: auto;
margin: auto;
Expand Down
6 changes: 3 additions & 3 deletions src/app/notifications/notification.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
<img
src="{{ getLinkIconValidate(i.label.link.oracle) }}"
alt="avtar"
class="pic_avatar_notif"
class="pic_avatar_notif_social"
*ngIf="i.type === 'cmp_candidate_accept_link'"
/>

Expand All @@ -240,7 +240,7 @@
<img
src="{{ getLinkIconRejected(i.label.link.oracle) }}"
alt="avtar"
class="pic_avatar_notif"
class="pic_avatar_notif_social"
*ngIf="i.type === 'cmp_candidate_reject_link'"
/>

Expand All @@ -260,7 +260,7 @@
: getLinkIconValidate(i.label.link.oracle)
"
alt="avtar"
class="pic_avatar_notif"
class="pic_avatar_notif_social"
/>
</ng-container>

Expand Down

0 comments on commit 0ac9d6b

Please sign in to comment.