|
144 | 144 | height: globals.$ion-scale-300; |
145 | 145 | } |
146 | 146 |
|
| 147 | +:host(.avatar-xxsmall) ::slotted(i.ph) { |
| 148 | + font-size: globals.$ion-scale-300; |
| 149 | +} |
| 150 | + |
147 | 151 | :host(.avatar-xsmall) ::slotted(ion-icon) { |
148 | 152 | width: globals.$ion-scale-400; |
149 | 153 | height: globals.$ion-scale-400; |
150 | 154 | } |
151 | 155 |
|
| 156 | +:host(.avatar-xsmall) ::slotted(i.ph) { |
| 157 | + font-size: globals.$ion-scale-400; |
| 158 | +} |
| 159 | + |
152 | 160 | :host(.avatar-small) ::slotted(ion-icon) { |
153 | 161 | width: globals.$ion-scale-500; |
154 | 162 | height: globals.$ion-scale-500; |
155 | 163 | } |
156 | 164 |
|
| 165 | +:host(.avatar-small) ::slotted(i.ph) { |
| 166 | + font-size: globals.$ion-scale-500; |
| 167 | +} |
| 168 | + |
157 | 169 | :host(.avatar-medium) ::slotted(ion-icon) { |
158 | 170 | width: globals.$ion-scale-600; |
159 | 171 | height: globals.$ion-scale-600; |
160 | 172 | } |
161 | 173 |
|
| 174 | +:host(.avatar-medium) ::slotted(i.ph) { |
| 175 | + font-size: globals.$ion-scale-600; |
| 176 | +} |
| 177 | + |
162 | 178 | :host(.avatar-large) ::slotted(ion-icon) { |
163 | 179 | width: globals.$ion-scale-700; |
164 | 180 | height: globals.$ion-scale-700; |
165 | 181 | } |
166 | 182 |
|
| 183 | +:host(.avatar-large) ::slotted(i.ph) { |
| 184 | + font-size: globals.$ion-scale-700; |
| 185 | +} |
| 186 | + |
167 | 187 | :host(.avatar-xlarge) ::slotted(ion-icon) { |
168 | 188 | width: globals.$ion-scale-800; |
169 | 189 | height: globals.$ion-scale-800; |
170 | 190 | } |
171 | 191 |
|
| 192 | +:host(.avatar-xlarge) ::slotted(i.ph) { |
| 193 | + font-size: globals.$ion-scale-800; |
| 194 | +} |
| 195 | + |
172 | 196 | // Avatar Badge Empty (hint) |
173 | 197 | // -------------------------------------------------- |
174 | 198 |
|
|
0 commit comments