Skip to content

Commit

Permalink
Merge pull request #185 from GovTechSG/improv/display-error-pages
Browse files Browse the repository at this point in the history
Styling changes to report
  • Loading branch information
jodichoo authored Sep 26, 2023
2 parents 5b486a7 + bef3eab commit 93618f1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions static/ejs/partials/styles/styles.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -384,12 +384,11 @@
#pagesScannedModal li {
display: flex;
flex-direction: column;
padding: 8px;
padding: 0.5rem;
border-bottom: 1px solid #B5C5CA;
}
#pagesScannedModal .nav-tabs {
border-width: 2px !important;
margin-bottom: 1rem;
}
#pagesScannedModal .nav-item {
padding: 0px;
Expand All @@ -401,17 +400,19 @@
}
#pagesScannedModal .nav-link {
border: none;
color: black !important;
color: #333333;
display: flex;
align-items: center;
gap: 0.5rem;
padding: 8px 16px 10px 16px;
}
#pagesScannedModal .badge {
background-color: #E7ECEE;
color: black;
color: #333333;
text-align: center;
border-radius: 5px;
border-radius: 8px;
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1rem;
}
#pagesScannedModal .nav-link.active > .badge {
background-color: #0047FA;
Expand Down

0 comments on commit 93618f1

Please sign in to comment.