-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change app-banner-divider to be applied per page basis and not in sit…
…e layout
- Loading branch information
Showing
15 changed files
with
275 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
src/app/mydata/components/account-settings/account-settings.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ | |
:author: CSC - IT Center for Science Ltd., Espoo Finland [email protected] | ||
:license: MIT --> | ||
|
||
<app-banner-divider></app-banner-divider> | ||
|
||
<main id="main-content"> | ||
<div class="d-block d-lg-flex wrapper mx-auto justify-content-between"> | ||
<div class="col-12 col-lg-6"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ | |
:author: CSC - IT Center for Science Ltd., Espoo Finland [email protected] | ||
:license: MIT --> | ||
|
||
<app-banner-divider></app-banner-divider> | ||
|
||
<main id="main-content py-3" [class.py-3]="path !== 'service-deployment'"> | ||
<div class="wrapper"> | ||
<div | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ | |
:author: CSC - IT Center for Science Ltd., Espoo Finland [email protected] | ||
:license: MIT --> | ||
|
||
<app-banner-divider></app-banner-divider> | ||
|
||
<main id="main-content"> | ||
<div class="wrapper"> | ||
<div class="row justify-content-between py-3"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
112 changes: 57 additions & 55 deletions
112
...p/mydata/components/service-deployment/cancel-deployment/cancel-deployment.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,57 @@ | ||
<main id="main-content" class="col col-lg-3 mx-auto"> | ||
<mat-spinner | ||
*ngIf="loading" | ||
class="mx-auto" | ||
[diameter]="80" | ||
i18n-aria-label="@@loading" | ||
aria-label="Ladataan" | ||
></mat-spinner> | ||
|
||
<ng-container *ngIf="!loading"> | ||
<div class="row pb-4"> | ||
<div class="col text-center"> | ||
<h1 class="h4" i18n="@@cancelServiceDeployment"> | ||
Peruutetaanko palvelun käyttöönotto? | ||
</h1> | ||
</div> | ||
<!-- Icon --> | ||
<i class="col-12 pt-3 h1 primary-color text-center fas fa-undo-alt"></i> | ||
</div> | ||
|
||
<div class="row pb-4 d-flex justify-content-center"> | ||
<div class="col"> | ||
<p> | ||
<ng-container i18n="@@deploymentAbort"> | ||
Käyttöönotto keskeytetään, ja mitään tietoja ei tallenneta. | ||
</ng-container> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class="row pb-3 d-flex justify-content-center"> | ||
<div class="col"> | ||
<app-secondary-button | ||
i18n-content="@@yesCancelDeployment" | ||
content=" Kyllä, peruuta käyttöönotto" | ||
tabindex="-1" | ||
[big]="true" | ||
(click)="cancelDeployment()" | ||
> | ||
</app-secondary-button> | ||
</div> | ||
</div> | ||
<div class="row d-flex justify-content-center"> | ||
<div class="col"> | ||
<app-secondary-button | ||
i18n-content="@@noContinueDeployment" | ||
content="Ei, jatkan käyttöönottoa" | ||
[big]="true" | ||
(click)="continueDeployment()" | ||
> | ||
</app-secondary-button> | ||
</div> | ||
</div> | ||
</ng-container> | ||
</main> | ||
<app-banner-divider></app-banner-divider> | ||
|
||
<main id="main-content" class="col col-lg-3 mx-auto"> | ||
<mat-spinner | ||
*ngIf="loading" | ||
class="mx-auto" | ||
[diameter]="80" | ||
i18n-aria-label="@@loading" | ||
aria-label="Ladataan" | ||
></mat-spinner> | ||
|
||
<ng-container *ngIf="!loading"> | ||
<div class="row pb-4"> | ||
<div class="col text-center"> | ||
<h1 class="h4" i18n="@@cancelServiceDeployment"> | ||
Peruutetaanko palvelun käyttöönotto? | ||
</h1> | ||
</div> | ||
<!-- Icon --> | ||
<i class="col-12 pt-3 h1 primary-color text-center fas fa-undo-alt"></i> | ||
</div> | ||
|
||
<div class="row pb-4 d-flex justify-content-center"> | ||
<div class="col"> | ||
<p> | ||
<ng-container i18n="@@deploymentAbort"> | ||
Käyttöönotto keskeytetään, ja mitään tietoja ei tallenneta. | ||
</ng-container> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class="row pb-3 d-flex justify-content-center"> | ||
<div class="col"> | ||
<app-secondary-button | ||
i18n-content="@@yesCancelDeployment" | ||
content=" Kyllä, peruuta käyttöönotto" | ||
tabindex="-1" | ||
[big]="true" | ||
(click)="cancelDeployment()" | ||
> | ||
</app-secondary-button> | ||
</div> | ||
</div> | ||
<div class="row d-flex justify-content-center"> | ||
<div class="col"> | ||
<app-secondary-button | ||
i18n-content="@@noContinueDeployment" | ||
content="Ei, jatkan käyttöönottoa" | ||
[big]="true" | ||
(click)="continueDeployment()" | ||
> | ||
</app-secondary-button> | ||
</div> | ||
</div> | ||
</ng-container> | ||
</main> |
Oops, something went wrong.