File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
core/src/components/avatar Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1515 align-items : center ;
1616 justify-content : center ;
1717
18- background : globals .$ion-bg-neutral-subtlest -default ;
18+ background : globals .$ion-bg-neutral-subtle -default ;
1919 color : globals .$ion-text-subtlest ;
2020}
2121
118118 @include globals .padding (0 );
119119}
120120
121+ :host (.avatar-xxsmall ) ::slotted(ion-icon) {
122+ width : globals .$ion-scale-300 ;
123+ height : globals .$ion-scale-300 ;
124+ }
125+
121126:host (.avatar-xsmall ) ::slotted(ion-icon) {
122127 width : globals .$ion-scale-400 ;
123128 height : globals .$ion-scale-400 ;
139144}
140145
141146:host (.avatar-xlarge ) ::slotted(ion-icon) {
142- width : globals .$ion-scale-1000 ;
143- height : globals .$ion-scale-1000 ;
147+ width : globals .$ion-scale-800 ;
148+ height : globals .$ion-scale-800 ;
144149}
145150
146151// Avatar Badge Empty (hint)
You can’t perform that action at this time.
0 commit comments