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 {