Fix join loading button

This commit is contained in:
Konstantinos Triantafyllou 2022-08-03 00:21:23 +03:00
parent d027b2f1ad
commit 986b4aa74e
5 changed files with 6 additions and 5 deletions

@ -1 +1 @@
Subproject commit 05ca7c7eea11967ec5b54c5bd0776dbb8aa4637e Subproject commit f5def43fbdb00fa58f315383d2cd59d47cd17d32

View File

@ -25,8 +25,8 @@ import {NotificationHandler} from "../../openaireLibrary/utils/notification-hand
<a class="uk-alert-close" uk-close></a> <a class="uk-alert-close" uk-close></a>
<p>Please login first to join</p> <p>Please login first to join</p>
</div> </div>
<button *ngIf="loading" id="join" class="uk-button uk-flex uk-flex-center"> <button *ngIf="loading" id="join" class="uk-button uk-flex uk-flex-column uk-flex-center uk-flex-middle">
<span class="uk-icon icon-button uk-margin-small-top uk-margin-small-bottom"><loading [top_margin]="true" [size]="'small'" [color]="null"></loading></span> <span class="uk-icon"><loading [top_margin]="false" [size]="'small'" [color]="null"></loading></span>
</button> </button>
<!-- uk-box-shadow-large--> <!-- uk-box-shadow-large-->
<button *ngIf="!subscribed && !loading" id="join" class="uk-button uk-flex uk-flex-middle uk-flex-center" <button *ngIf="!subscribed && !loading" id="join" class="uk-button uk-flex uk-flex-middle uk-flex-center"

@ -1 +1 @@
Subproject commit b3ce032197bec3da01592edf934b40ae0308e71d Subproject commit c645362896b10ae00563f38337aa0011c640cb20

View File

@ -20,6 +20,7 @@
#joinAndInviteBtn #invite { #joinAndInviteBtn #invite {
width: 140px; width: 140px;
line-height: 60px; line-height: 60px;
height: 60px;
padding: 0 20px; padding: 0 20px;
text-transform: none; text-transform: none;
font-size: @global-xsmall-font-size; font-size: @global-xsmall-font-size;

@ -1 +1 @@
Subproject commit 0e650a002b6f77957fcbe06b3609c8985c96dd2a Subproject commit 8b8db18d0b34ed61d76936f0e44ef856a5f6df5c