welcome screen

This commit is contained in:
2020-04-26 16:38:06 +02:00
committed by smuddy
parent 3b6bebcbac
commit 5d47c0c611
29 changed files with 538 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
<button mat-button>
<span *ngIf="icon"><fa-icon [icon]="icon"></fa-icon><span class="content">&nbsp;</span></span>
<span class="content">
<span class="button-content">
<ng-content></ng-content>
</span>
</button>

View File

@@ -5,7 +5,7 @@ button {
}
}
.content {
.button-content {
@media screen and (max-width: 860px) {
display: none ;
}