Update to Angular-16 #4

Merged
konstantina.galouni merged 34 commits from angular-16 into develop 2023-10-30 20:55:50 +01:00
1 changed files with 9 additions and 0 deletions
Showing only changes of commit f948757eb2 - Show all commits

View File

@ -43,3 +43,12 @@
.funders-title {
color: @primary-color;
}
.custom-extra-entities {
padding: 2px 5px;
border-radius: 4px;
&:hover {
text-decoration: none;
color: @secondary-color;
}
}