welcome screen
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<button mat-button>
|
||||
<span *ngIf="icon"><fa-icon [icon]="icon"></fa-icon><span class="content"> </span></span>
|
||||
<span class="content">
|
||||
<span class="button-content">
|
||||
<ng-content></ng-content>
|
||||
</span>
|
||||
</button>
|
||||
|
||||
@@ -5,7 +5,7 @@ button {
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
.button-content {
|
||||
@media screen and (max-width: 860px) {
|
||||
display: none ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user