mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-12784] elements get typography from theme (#8407)
This commit is contained in:
@@ -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">
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user