Skip to content

Commit a80b3ac

Browse files
committed
add md styles
1 parent 99505f5 commit a80b3ac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

core/src/components/avatar/avatar.md.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@
1010
width: $avatar-md-width;
1111
height: $avatar-md-height;
1212
}
13+
14+
::slotted(ion-badge.badge-top:empty) {
15+
transform: translate(-50%, 50%);
16+
}
17+
18+
::slotted(ion-badge.badge-bottom:empty) {
19+
transform: translateX(-100%);
20+
}
21+

0 commit comments

Comments
 (0)