Merge remote-tracking branch 'origin/develop'

This commit is contained in:
argirok 2023-06-16 14:45:16 +03:00
commit 219c00722e
3 changed files with 9 additions and 2 deletions

@ -1 +1 @@
Subproject commit ddcdd79204fccfd2e3c9aabfa9bd031d1e768f6b
Subproject commit bb8f196abb5054af89342284729f28a8e659076c

View File

@ -40,7 +40,8 @@ export class PiwikHelper{
"knowmad": 640,
"egrise": 710,
"euconexus": 707,
"dth": 719
"dth": 719,
"lifewatch-eric": 744
};
public static getSiteId(communityId:string){
return this.siteIDs[communityId];

View File

@ -8,6 +8,7 @@
@general-search-form-background: fade(@global-primary-background, 15%);
@hero-background-image: none;
@hero-background-position: top center;
@hero-fonts-mode:dark;
#joinAndInviteBtn {
position: fixed;
right: 0;
@ -55,3 +56,8 @@
background-image: @hero-background-image;
background-position: @hero-background-position;
}
.heroBackground when (@hero-fonts-mode = light) {
.hook-inverse();
}