Skip to content

Commit

Permalink
Style k-centre explorer page
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Sep 30, 2024
1 parent 77ada41 commit a5b3631
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions scss/modules/kcentressearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,20 @@
}
}

.page-view-k-centres-search .page-title::after {
color: $brand-danger;
content: " BETA";
font-size: 16px;
vertical-align: super;
.page-view-k-centres-search .page-title {
background: url("../images/CLARIN-Logo-K-centre-2023-RGB-600ppi-transp.png") no-repeat left 0px bottom/300px;
height: 80px;
color: $dark-blue-02;
font-size: 42px;
padding-left: 260px;
padding-top: 2rem;

&::after {
color: $brand-danger;
content: " BETA";
font-size: 16px;
vertical-align: super;
}
}

// Facets
Expand Down

0 comments on commit a5b3631

Please sign in to comment.