diff --git a/library.css b/library.css index ddf8384..0ebf0f5 100644 --- a/library.css +++ b/library.css @@ -1205,6 +1205,14 @@ showTitle h2 { color: rgba(255, 255, 255, 0.8) !important; } +.portalSearchCard { + box-shadow: 0 1px 3px #00000029; + border-radius: 2px; + padding: 20px; + position: relative; + background-color: white; +} + .badges { position: absolute; top: 0;