Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.igx-avatar{
background: #e41c77;
--ig-avatar-background: #e41c77;
color: black;
Comment on lines 1 to 3
margin: 15px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
}

.avatar-sample.initials .igx-avatar{
background: #e41c77;
--ig-avatar-background: #e41c77;
}
Comment on lines 16 to 18

.avatar-sample.icon .igx-avatar{
background: #9e9e9e;
--ig-avatar-background: #9e9e9e;
}
Comment on lines 20 to 22
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.igx-avatar{
background: #9e9e9e;
--ig-avatar-background: #9e9e9e;
margin: 15px;
Comment on lines 1 to 3
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<igx-avatar class="!light-avatar ![--background:#FF4E00]" initials="DY" shape="rounded"></igx-avatar>
<igx-avatar class="!light-avatar ![--ig-avatar-background:#FF4E00]" initials="DY" shape="rounded"></igx-avatar>