Skip to content

Commit

Permalink
Merge pull request #476 from OpenCatalogi/publications
Browse files Browse the repository at this point in the history
updated publications
  • Loading branch information
remko48 authored Jul 4, 2024
2 parents 7a6af75 + c7fe163 commit 89e11aa
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
margin-block-end: var(--web-app-size-xs);
}

.date {
text-wrap: nowrap;
}

.headerButtonsContainer {
display: flex;
flex-wrap: wrap;
Expand All @@ -56,6 +60,10 @@
gap: var(--web-app-size-xs);
}

.tagWidth {
width: max-content !important;
}

.addToCatalogusContainer {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -261,6 +269,15 @@
color: var(--utrecht-table-row-hover-color);
}

.commongroundRating > * {
max-height: var(--web-app-component-rating-indicator-height);
}

.publicationDataContact {
display: flex;
flex-direction: column;
}

@media only screen and (min-width: 576px) {
.container > .headingContainer {
grid-template-columns: 2fr var(--web-app-component-detail-logo-width);
Expand Down Expand Up @@ -309,10 +326,6 @@
}
}

.commongroundRating > * {
max-height: var(--web-app-component-rating-indicator-height);
}

/* Colors of commonground rating */
.goldRating > svg > g {
fill: #d4af37;
Expand Down
Loading

0 comments on commit 89e11aa

Please sign in to comment.