Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 8106667

Browse files
Merge branch 'develop' of github.com:topcoder-platform/u-bahn-app into develop
2 parents 1dd39cd + 1894636 commit 8106667

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

client/src/components/Input/style.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
border: 0;
1818
color: $black;
1919
font: 400 12pt/1.25 Inter;
20-
height: 38px;
20+
height: 36px;
2121
outline: none;
2222
}
2323

client/src/components/Pill/style.module.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
}
1616
}
1717

18+
@-moz-document url-prefix() {
19+
.close {
20+
margin-bottom: 2px;
21+
}
22+
}
23+
1824
.container {
1925
align-items: center;
2026
background: $white;

0 commit comments

Comments
 (0)