Merge remote-tracking branch 'origin/develop' into angular-16
This commit is contained in:
commit
f948757eb2
|
@ -43,3 +43,12 @@
|
||||||
.funders-title {
|
.funders-title {
|
||||||
color: @primary-color;
|
color: @primary-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.custom-extra-entities {
|
||||||
|
padding: 2px 5px;
|
||||||
|
border-radius: 4px;
|
||||||
|
&:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
color: @secondary-color;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue