good
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
font-size: 0.9rem;
|
||||
color: var(--color-text-light);
|
||||
margin-top: -0.75rem; /* Rücken wir näher an den Titel */
|
||||
margin-bottom: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.form-group-content {
|
||||
|
||||
@@ -9,12 +9,6 @@
|
||||
{{ description }}
|
||||
</p>
|
||||
|
||||
<!--
|
||||
HIER IST DIE MAGIE:
|
||||
<ng-content> ist ein Platzhalter. Alles, was Sie in Demo2Component
|
||||
zwischen <app-form-group> und </app-form-group> schreiben,
|
||||
wird genau an dieser Stelle eingefügt.
|
||||
-->
|
||||
<div class="form-group-content">
|
||||
<ng-content></ng-content>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user