mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-17 13:55:13 +00:00
21 lines
853 B
HTML
21 lines
853 B
HTML
<mat-toolbar>
|
|
|
|
<div fxLayout="row" fxLayoutAlign="center center" fxLayoutAlign.gt-xs="space-between center" fxFlex>
|
|
|
|
<a href="http://themeforest.net/item/fuse-angularjs-material-design-admin-template/12931855?ref=srcn"
|
|
target="_blank" mat-button class="mat-pink-bg" fxFlex="0 0 auto" fxLayout="row"
|
|
fxLayoutAlign="start center">
|
|
<mat-icon class="s-16 mr-sm-4">shopping_cart</mat-icon>
|
|
<span>Purchase FUSE (Angular 6+)</span>
|
|
</a>
|
|
|
|
<div fxLayout="row" fxLayoutAlign="start center" fxHide fxShow.gt-xs>
|
|
<a mat-button href="http://fusetheme.com/angular/docs" target="_blank">Documentation</a>
|
|
<span>•</span>
|
|
<a mat-button href="http://fusetheme.com/angular/changelog" target="_blank">Changelog</a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</mat-toolbar>
|