mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-2930] general purpose "Empty Page" component (#3296)
* empty content component * fix selector name * style fixes * cleanup code * docs for empty content * update docs * update docs * use typography for icon * layout fixes for Login (ported from ACA)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<div class="adf-empty-content">
|
||||
<mat-icon class="adf-empty-content__icon">{{ icon }}</mat-icon>
|
||||
<p class="adf-empty-content__title">{{ title | translate }}</p>
|
||||
<p class="adf-empty-content__subtitle">{{ subtitle | translate }}</p>
|
||||
<ng-content></ng-content>
|
||||
</div>
|
Reference in New Issue
Block a user