Skip to content

Commit 9f68f02

Browse files
committed
tweak css for contractor filter
1 parent 35efeb2 commit 9f68f02

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tutorcruncher-socket",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "TutorCruncher socket",
55
"author": "Samuel Colvin <[email protected]>",
66
"private": false,

src/styles/contractor-filters.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616

1717
.tcs-filters-container {
1818
display: flex;
19+
.Select-placeholder, input {
20+
font-size: 16px !important;
21+
background: transparent !important;
22+
}
1923
}
2024

2125
.tcs-contractor-filter {
@@ -33,10 +37,11 @@
3337
border: 1px solid #ccc;
3438
height: 36px;
3539
padding: 0 2px;
40+
background: white;
3641
}
3742

3843
.tcs-location-input {
39-
width: calc(100% - 30px);
44+
width: calc(100% - 50px);
4045
border: none;
4146
padding: 8px;
4247
font-size: 16px;

0 commit comments

Comments
 (0)