Browse Source

search results

master
rdrew 4 months ago
parent
commit
9b1fe74410
  1. 25
      css/components/islandora_mods.css
  2. 24
      css/components/search-results.css

25
css/components/islandora_mods.css

@ -0,0 +1,25 @@
/*my stuff*/
.search-result {
border: 1px solid #ccc;
height: 250px;
overflow: hidden;
background: #9a0406;
/* color: #fff; */
}
.search-result img {
width: 100%;
}
.search-result__title {
background: #9a0406;
/* color: #fff !important; */
padding: 10px;
}
.search-result__title a {
color: antiquewhite;
/* padding: 10px; */
text-decoration: none;
}

24
css/components/search-results.css

@ -108,27 +108,3 @@
margin-block-end: var(--sp3);
}
}
/*my stuff*/
.search-result {
border: 1px solid #ccc;
height: 250px;
overflow: hidden;
background: #9a0406;
/* color: #fff; */
}
.search-result img {
width: 100%;
}
.search-result__title {
background: #9a0406;
/* color: #fff !important; */
padding: 10px;
}
.search-result__title a {
color: antiquewhite;
/* padding: 10px; */
text-decoration: none;
}

Loading…
Cancel
Save