Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,19 @@
font-weight: 700;
}

:global(.input-el) {
margin-bottom: 0;
padding: 3px 16px 3px 16px;
}

:global(.input-wrapper) {
height: 38px;
}

:global(.btn-size-lg) {
padding: 6px 24px;
}

}

@media (max-width: 768px) {
Expand Down Expand Up @@ -161,16 +174,3 @@
}
}

:global(.input-el) {
margin-bottom: 0;
padding: 3px 16px 3px 16px;
}

:global(.input-wrapper) {
height: 38px;
}

:global(.btn-size-lg) {
padding: 6px 24px;
}

1 change: 1 addition & 0 deletions src/apps/review/src/review-app.routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export const reviewRoutes: ReadonlyArray<PlatformRoute> = [
authRequired: true,
element: <ScorecardsListPage />,
id: 'list-scorecards-page',
rolesRequired: [UserRole.administrator],
route: '',
},
{
Expand Down