[Library | Assets]: Add provide observatory logos. Add circle li
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59524 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
2eed951b7d
commit
8135a2bf63
|
@ -61,3 +61,8 @@
|
||||||
.portal-link:hover {
|
.portal-link:hover {
|
||||||
text-decoration: underline !important;
|
text-decoration: underline !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Icon */
|
||||||
|
.portal-icon svg > * {
|
||||||
|
fill: var(--portal-main-color);
|
||||||
|
}
|
||||||
|
|
|
@ -96,3 +96,12 @@ h2 .custom-external {
|
||||||
.uk-button.copy {
|
.uk-button.copy {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul > li > .circle {
|
||||||
|
border-radius: 50%;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul > li > .circle.uk-light svg > * {
|
||||||
|
stroke: #ffffff;
|
||||||
|
}
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
Loading…
Reference in New Issue