Properly theme and design the Drilldown page

This commit is contained in:
2022-07-21 13:47:16 +01:00
parent d0ecc92169
commit 7c02e8fe89
5 changed files with 71 additions and 34 deletions

View File

@@ -47,7 +47,6 @@ p {
font-size: 14px;
line-height: 20px;
letter-spacing: -0.154px;
color: #242d60;
height: 100%;
width: 100%;
padding: 0 20px;
@@ -123,3 +122,11 @@ h5 {
align-items: left;
justify-content: left;
}
.subtitle {
color: #dddddd;
}
.search-bar {
margin-bottom: 1rem;
}