Skip to content

Commit 578cb10

Browse files
committed
css touch up
1 parent 6462088 commit 578cb10

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

src/apps/review/src/lib/components/ScorecardsFilter/ScorecardsFilter.module.scss

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,37 @@
6767
.typeSelect {
6868
flex: 2;
6969
margin-bottom: 0;
70+
71+
> div:first-child {
72+
padding: 3px 16px 4px 16px;
73+
}
7074
}
7175

7276
.projectTypeSelect {
7377
flex: 1.5;
7478
margin-bottom: 0;
79+
80+
> div:first-child {
81+
padding: 3px 16px 4px 16px;
82+
}
7583
}
7684

7785
.categorySelect {
7886
flex: 1.5;
7987
margin-bottom: 0;
88+
89+
> div:first-child {
90+
padding: 3px 16px 4px 16px;
91+
}
8092
}
8193

8294
.statusSelect {
8395
flex: 1;
8496
margin-bottom: 0;
97+
98+
> div:first-child {
99+
padding: 3px 16px 4px 16px;
100+
}
85101
}
86102

87103
.clearButton {
@@ -110,7 +126,7 @@
110126
}
111127

112128
:global(.input-wrapper) {
113-
height: 38px
129+
height: 38px;
114130
}
115131

116132
:global(.btn-size-lg) {

src/apps/review/src/lib/components/TableScorecards/TableScorecards.module.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,11 @@
4040
display: flex;
4141
justify-content: space-between;
4242
align-items: center;
43+
44+
.paginationText {
45+
font-size: 12px;
46+
font-weight: 400;
47+
color: #0A0A0A;
48+
}
4349
}
4450

src/apps/review/src/lib/components/TableScorecards/TableScorecards.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export const TableScorecards: FC<Props> = (props: Props) => {
152152
/>
153153
)}
154154
<div className={styles.pagination}>
155-
<div>
155+
<div className={styles.paginationText}>
156156
Showing 1-
157157
{props.perPage}
158158
{' '}

0 commit comments

Comments
 (0)