Skip to content

Commit a7b72a6

Browse files
committed
feat(2285): center badge button image
1 parent e3af821 commit a7b72a6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

static/css/v3/badge-button.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,14 @@
2424

2525
.badge-button input,
2626
.badge-button img,
27-
.badge-button .icon,
27+
.badge-button .icon {
28+
cursor: pointer;
29+
}
30+
2831
.badge-button label {
32+
display: flex;
33+
align-items: center;
34+
justify-content: center;
2935
cursor: pointer;
3036
}
3137

0 commit comments

Comments
 (0)