Skip to content

Commit 76f94fc

Browse files
committed
fix lint
1 parent efdd0fe commit 76f94fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

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

6363
:host(:not(.in-tab-button)[vertical].badge-vertical-bottom) {
6464
bottom: 0;
65-
}
65+
}

core/src/components/badge/badge.ionic.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@
207207

208208
position: absolute;
209209

210-
transform: translate(-50%, -50%);
211-
212210
width: globals.$ion-scale-300;
213211
height: globals.$ion-scale-300;
214-
}
212+
213+
transform: translate(-50%, -50%);
214+
}

0 commit comments

Comments
 (0)