mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix responsiveness issues for empty screen (#4389)
* fix responsiveness issues for empty screen * fix test * fix test
This commit is contained in:
committed by
Eugenio Romano
parent
fc2132e248
commit
94cd14bf71
@@ -1,6 +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>
|
||||
<div class="adf-empty-content__title">{{ title | translate }}</div>
|
||||
<div class="adf-empty-content__subtitle">{{ subtitle | translate }}</div>
|
||||
<ng-content></ng-content>
|
||||
</div>
|
||||
|
@@ -19,6 +19,9 @@
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
line-height: 0;
|
||||
white-space: normal;
|
||||
text-align: center;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
&__subtitle,
|
||||
@@ -26,6 +29,8 @@
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
line-height: inherit;
|
||||
white-space: normal;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user