You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
963 B
48 lines
963 B
body { |
|
/*display: none;*/ |
|
} |
|
|
|
.search-result { |
|
.views-field-did-image { |
|
img { |
|
width: 100%; |
|
padding: 4px; |
|
} |
|
height: 216px; |
|
overflow: hidden; |
|
} |
|
.search-result_inner-wrapper { |
|
/*display: none;*/ |
|
background: var(--color--bdh-red); |
|
border-radius: 4px; |
|
} |
|
/*title*/ |
|
.views-field-title { |
|
background: #fff; |
|
border: 4px solid var(--color--bdh-red); |
|
padding: 4px 4px; |
|
h4 { |
|
margin: 0; |
|
font-weight: bold; |
|
line-height: 1.3; |
|
a { |
|
text-decoration: none; |
|
} |
|
} |
|
} |
|
.views-field-member-of-title { |
|
background: #fff; |
|
border: 4px solid var(--color--bdh-red); |
|
border-top: 0; |
|
border-bottom-right-radius: 4px; |
|
border-bottom-left-radius: 4px; |
|
padding: 4px; |
|
line-height: 1.3; |
|
} |
|
span.views-label.views-label-member-of-title.field__label { |
|
display: block; |
|
} |
|
} |
|
div#block-olivesbdh-solrsearchcontentsearchresultspagerforblock { |
|
margin: 0; |
|
}
|
|
|