Skip to content
Snippets Groups Projects
Commit 0226626e authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6497 Remove unused style import

* Apply new heading styles
parent 6b19e1b2
No related branches found
No related tags found
No related merge requests found
@use '@angular/material' as mat;
@tailwind base;
@tailwind components;
@tailwind utilities;
@import 'libs/design-system/src/lib/tailwind-preset/root.css';
@import 'libs/ui/src/lib/font/font_material';
@include mat.all-component-typographies();
@include mat.core();
.heading-1 {
@apply text-3xl font-medium text-text;
......@@ -11,5 +17,3 @@
.heading-2 {
@apply py-4 text-2xl font-medium text-text;
}
@import '../../alfa/src/styles/main.scss';
<h1 class="mb-10 text-4xl font-bold">Postfach</h1>
<h1 class="heading-1">Postfach</h1>
<postfach-form [postfachStateResource]="postfachStateResource$ | async"></postfach-form>
<form class="form flex-col" [formGroup]="formService.form">
<!--
<h1 class="text-2xl font-bold">Absender</h1>
<h2 class="heading-2">Absender</h1>
<p id="absender-desc" class="p-1">Hinterlegen Sie Absenderinformationen zu Ihrem Postfach.</p>
<div
[formGroupName]="PostfachFormService.ASBSENDER_GROUP"
......
<form [formGroup]="formService.form">
<h3 class="mb-3 font-bold">Signatur</h3>
<h2 class="heading-2">Signatur</h2>
<p id="signatur-desc">
Diese Signatur wird bei allen Nachrichten an den Antragsteller angezeigt.
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment