[ADF-4595] Change demo-shell style classes prefix (#5132)

* [ADF-4595] Change demo-shell style classes prefix

* Change more files

* Trigger e2e tests

* Fix e2e selectors

* Fix e2e tests

* Fix e2e tests
This commit is contained in:
davidcanonieto
2019-10-18 17:35:01 +01:00
committed by Eugenio Romano
parent 83094b43ff
commit f2c1778eda
101 changed files with 576 additions and 562 deletions

View File

@@ -1,16 +1,16 @@
<header class="adf-logout-background">
<div class="adf-logout-section" data-automation-id="adf-logout-section">
<div class="adf-logout-headline">
<header class="app-logout-background">
<div class="app-logout-section" data-automation-id="adf-logout-section">
<div class="app-logout-headline">
<h1>{{ 'APP.LOGOUT.TITLE' | translate}}</h1>
<h2>{{ 'APP.LOGOUT.SUB_TITLE' | translate}}</h2>
</div>
<div class="adf-logout-login">
<a mat-raised-button class="adf-logout-docs-button adf-primary-color"
<div class="app-logout-login">
<a mat-raised-button class="app-logout-docs-button adf-primary-color"
href="/login">{{ 'APP.LOGOUT.LOGIN' | translate}}</a>
</div>
<div class="adf-logout-home">
<a mat-raised-button class="adf-logout-docs-button adf-primary-color"
<div class="app-logout-home">
<a mat-raised-button class="app-logout-docs-button adf-primary-color"
href="/">{{ 'APP.LOGOUT.HOME' | translate}}</a>
</div>
</div>

View File

@@ -4,16 +4,16 @@
align-items: center;
}
.adf-logout-header-background {
.app-logout-header-background {
overflow: hidden;
}
.adf-logout-section {
.app-logout-section {
text-align: center;
padding-top: 60px;
}
.adf-logout-headline {
.app-logout-headline {
h1 {
font-size: 56px;
@@ -30,10 +30,10 @@
}
}
.adf-logout-docs-button {
.app-logout-docs-button {
margin: 30px;
}
.adf-logout-login {
.app-logout-login {
float: left;
}