File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
core/src/components/avatar Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11@import " ./avatar.common" ;
22@import " ./avatar.md.vars" ;
3+ @use " ../../themes/native/native.globals.md" as globals ;
34
45// Material Design Avatar
56// --------------------------------------------------
1516// --------------------------------------------------
1617
1718::slotted(ion-badge .badge-vertical-top :empty ) {
18- transform : translate (-50% , 50% );
19+ @include globals . transform ( translate (-50% , 50% ) );
1920}
2021
2122::slotted(ion-badge .badge-vertical-bottom :empty ) {
2223 transform : translateX (-100% );
2324}
2425
2526:host ::slotted(ion-badge .badge-vertical-top [vertical ]:not (:empty )) {
26- transform : translate (0 , 100% );
27+ @include globals . transform ( translate (0 , 100% ) );
2728}
2829
2930:host ::slotted(ion-badge .badge-vertical-bottom [vertical ]:not (:empty )) {
30- transform : translate (0 , -100% );
31+ @include globals . transform ( translate (0 , -100% ) );
3132}
You can’t perform that action at this time.
0 commit comments