Add new styles and update openaireLibrary, assets

deprecated
Alex Martzios 2 years ago
parent 91a762f4f8
commit c81a120c90

@ -1 +1 @@
Subproject commit b2ad62b6ad0e7c36e6be4b7a3de39631a81fd9bc
Subproject commit 3632510e387b3a83f8d8e0f27cd796912a19c741

@ -1 +1 @@
Subproject commit 443ef4d544d370c698ed0856481b71e489a044d8
Subproject commit 318c6560565a7a0da818385de27ebb430b22aea3

@ -206,3 +206,41 @@
border-radius: 6px;
}
.flex-column {
display: flex;
flex-direction: column;
}
.min-width-30 {
min-width: 30%;
}
.verticalLine {
height: 100%;
width: 2px;
background-color: #DEDEDE;
opacity: 0.7;
}
.flex-gap {
grid-gap: 40px;
}
.padding-left {
padding-left: 30px;
}
.gateway-link-logo {
/* max-width: 80px; */
max-height: 50px;
width: auto;
margin-bottom: 10px;
}
.relative {
position: relative !important;
}
.custom-height-130 {
max-height: 130px;
}
Loading…
Cancel
Save