Skip to content
Snippets Groups Projects
Commit 230f24ea authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Reposition mat-icon

parent 9dd0c949
No related merge requests found
......@@ -2,6 +2,7 @@
<mat-card>
<mat-card-header>
<h2>{{'statistic.learning-status' | translate}}</h2>
<span class="fill-remaining-space"></span>
<h2 class="help"><mat-icon>help</mat-icon></h2>
</mat-card-header>
<mat-divider></mat-divider>
......
......@@ -4,3 +4,7 @@ mat-card {
min-height: 300px;
background-color: #fff8e1 !important;
}
.help {
margin-top: 0px;
}
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