Skip to content

Commit

Permalink
Improve card contrast #1529
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed May 23, 2022
1 parent 95a17c4 commit 0aaf14a
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2445,14 +2445,12 @@ td.datePickerMonth, td.datePickerYear {
background-color: white;
padding: 2em;
border-bottom: 1px solid #dedcdc;
padding-bottom: 3em;
padding-top: 3em;
}

.browse_aip .cards, .browse-representation .cards {
padding: 30px;
padding: 20px 30px;
background-color: #f7f7f7;
min-height: 350px;
min-height: 383px;
}

.browse.under_appraisal, .browse.deleted, .browse.created, .browse.ingest_processing {
Expand Down Expand Up @@ -2568,7 +2566,7 @@ td.datePickerMonth, td.datePickerYear {
}

.browseItemMetadata .gwt-TabBar {
background-color: #eee;
background-color: #f7f7f7;
line-height: 3.5rem;
width: auto !important; /* needed so buttons appear on the right */
border-collapse: collapse;
Expand Down

0 comments on commit 0aaf14a

Please sign in to comment.