Add css rules to match explore and update openaireLibrary
This commit is contained in:
parent
4b256d1a42
commit
cde4a86961
|
@ -1 +1 @@
|
|||
Subproject commit 7ef741c205a3659e28d1f8521a37e2cc0d969de5
|
||||
Subproject commit de6c91cbab67ac44cc2515d1baa4359753380977
|
|
@ -254,6 +254,28 @@ a:hover .user-circle-background {
|
|||
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 */
|
||||
.icon-wrapper {
|
||||
width: 100px;
|
||||
|
|
Loading…
Reference in New Issue