Skip to content

Commit

Permalink
Header for k-centres explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Sep 30, 2024
1 parent 47df886 commit e16eaf1
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions scss/modules/kcentressearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,25 @@
}
}

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

&::after {
color: $brand-danger;
content: " BETA";
font-size: 16px;
vertical-align: super;
.page-view-k-centres-search {
.page-title {
display: none;
}

.page-header {
background: url("../images/CLARIN-Logo-K-centre-2023-RGB-600ppi-transp.png") no-repeat left 0 bottom/300px;
color: $dark-blue-02;
font-size: 42px;
height: 80px;
padding-left: 260px;
padding-top: 2rem;

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

Expand Down

0 comments on commit e16eaf1

Please sign in to comment.