[AAE-12784] elements get typography from theme (#8407)

This commit is contained in:
tomasz hanaj
2023-03-22 17:19:13 +01:00
committed by GitHub
parent fd8f9c20e7
commit 739273b459
2 changed files with 2 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
<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>
<h1 class="mat-h1">{{ 'APP.LOGOUT.TITLE' | translate}}</h1>
<h2 class="mat-h2">{{ 'APP.LOGOUT.SUB_TITLE' | translate}}</h2>
</div>
<div class="app-logout-login">

View File

@@ -15,16 +15,10 @@
.app-logout-headline {
h1 {
font-size: 56px;
font-weight: 300;
line-height: 56px;
margin: 15px 5px;
}
h2 {
font-size: 18px;
font-weight: 300;
line-height: 28px;
margin: 15px 0 25px;
}
}