Skip to content

Commit ea78288

Browse files
committed
lint fix
1 parent 03b223f commit ea78288

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

core/src/components/avatar/avatar.common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
object-fit: cover;
2525

2626
overflow: hidden;
27-
}
27+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828

2929
:host ::slotted(ion-badge.badge-vertical-bottom[vertical]:not(:empty)) {
3030
transform: translate(0, -100%);
31-
}
31+
}

core/src/components/badge/badge.common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@
7070
position: absolute;
7171

7272
transform: translate(-50%, -50%);
73-
}
73+
}

core/src/components/badge/badge.common.vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ $badge-font-weight: bold;
3131
$badge-hint-baseline-font-size: 8px;
3232

3333
/// @prop - Font size of the badge hint
34-
$badge-hint-font-size: dynamic-font($badge-hint-baseline-font-size);
34+
$badge-hint-font-size: dynamic-font($badge-hint-baseline-font-size);

core/src/components/badge/badge.native.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919
--padding-bottom: 0;
2020
--padding-top: 0;
2121

22-
font-size: $badge-hint-baseline-font-size;
23-
line-height: 10px;
24-
2522
@include border-radius(999px);
2623

2724
width: $badge-min-width;
2825
height: $badge-min-width;
29-
}
26+
27+
font-size: $badge-hint-baseline-font-size;
28+
29+
line-height: 10px;
30+
}

0 commit comments

Comments
 (0)