Skip to content
Snippets Groups Projects
Commit 5ced7d66 authored by Hagen Dreßler's avatar Hagen Dreßler Committed by David Noah Donges
Browse files

Edit style of component comment

parent d50d9bcb
No related merge requests found
<form> <form>
<ul>
<li> <li>
<mat-card> <mat-card>
<mat-card-content> <mat-card-content>
<b>com header</b><br> <b> <!-- insert subject of comment --> </b><br>
<!-- insert comment --> <!-- insert comment -->
</mat-card-content> </mat-card-content>
<mat-card-footer> <mat-card-footer>
<div style="float:left"> <div class="date">
<i>#date + time</i> <i> <!-- insert date of comment --> </i>
</div>
<div style="float:right">
<i>#name of commentator</i>
</div> </div>
</mat-card-footer> </mat-card-footer>
</mat-card><br> </mat-card><br>
</li> </li>
</ul>
<button mat-raised-button color="primary">back</button> <button mat-raised-button color="primary">back</button>
</form> </form>
.date {
text-align: left;
font-size: 80%;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment