[Library | Trunk]: Move portalSearchCard to library.css
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58840 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
bcb486816a
commit
f0fb49b777
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue