hightlight search results

This commit is contained in:
Jonas Heinrich 2020-07-21 12:21:25 +02:00
parent c9354c5f2e
commit e75c9ccfdc
5 changed files with 37 additions and 8 deletions

View file

@ -1337,6 +1337,10 @@ body.page-theme-color-quaternary form input[type='submit'] {
.teaser-box-category-marker .icon {
mask: url('../img/teaser-box-arrow-brand-secondary.svg') no-repeat center / contain;
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
-webkit-mask-image: url('../img/teaser-box-arrow-brand-secondary.svg');
position: absolute;
right: 0;
bottom: 0.55556rem;
@ -1362,6 +1366,10 @@ body.page-theme-color-quaternary form input[type='submit'] {
.teaser-box-color-brand-secondary .teaser-box-category-marker::after {
mask: url('../img/teaser-box-arrow-brand-secondary.svg') no-repeat center / contain;
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
-webkit-mask-image: url('../img/teaser-box-arrow-brand-secondary.svg');
}
.teaser-box-color-brand-tertiary .teaser-box-category-marker {
@ -1427,6 +1435,10 @@ body.page-theme-color-secondary .teaser-box-category-marker:hover {
body.page-theme-color-secondary .teaser-box-category-marker::after {
mask: url('../img/teaser-box-arrow-brand-secondary.svg') no-repeat center / contain;
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
-webkit-mask-image: url('../img/teaser-box-arrow-brand-secondary.svg');
}
body.page-theme-color-tertiary .teaser-box-image {

View file

@ -38,9 +38,9 @@ ul.bestandliste {
padding: 2rem 0 2rem 0;
}
/* @media (max-width: 1024px) {
.intro-element .content-wrap #centeredMultiLine {
height: 100%;
line-height: 4em;
}
} */
.intro-element .content-wrap #centeredMultiLine {
display: flex;
align-self: flex-end;
align-items: center;
justify-content: center;
}

View file

@ -138,3 +138,8 @@ h2.screen-reader-text {
.search-term {
background-color: yellow;
}
.tx-indexedsearch-redMarkup {
font-weight: 400;
background-color: rgba(0, 153, 130, 0.1);
}