Add css rules to match explore and update openaireLibrary

This commit is contained in:
Alex Martzios 2021-11-23 13:52:16 +02:00
parent 4b256d1a42
commit cde4a86961
2 changed files with 23 additions and 1 deletions

@ -1 +1 @@
Subproject commit 7ef741c205a3659e28d1f8521a37e2cc0d969de5 Subproject commit de6c91cbab67ac44cc2515d1baa4359753380977

View File

@ -254,6 +254,28 @@ a:hover .user-circle-background {
cursor: not-allowed; cursor: not-allowed;
} }
.custom-list {
list-style: none;
padding-left: 15px;
margin: 10px 0;
}
.custom-list li {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
margin-bottom: 4px;
}
.connect-image {
max-height:100%;
border-radius: 0 4px 4px 0;
}
.border-top {
border-top: 1px solid rgba(0,0,0,0.09);
}
/* Custom styles for enermap homepage links */ /* Custom styles for enermap homepage links */
.icon-wrapper { .icon-wrapper {
width: 100px; width: 100px;