Skip to content
Snippets Groups Projects
Commit 0bcd3b5b authored by rhenck's avatar rhenck
Browse files

[editor-ui] Improve no-selection text

parent 99778967
No related branches found
No related tags found
No related merge requests found
...@@ -55,3 +55,9 @@ mat-tab-group { ...@@ -55,3 +55,9 @@ mat-tab-group {
.button-group { .button-group {
border: 3px groove; border: 3px groove;
} }
.no-selection {
text-align: center;
padding-top: 10%;
font-size: large;
}
...@@ -59,5 +59,5 @@ ...@@ -59,5 +59,5 @@
</div> </div>
</div> </div>
<ng-container *ngIf="selectedElements.length === 0"> <ng-container *ngIf="selectedElements.length === 0">
<p>{{'propertiesPanel.noElementSelected' | translate }}</p> <p class="no-selection">{{'propertiesPanel.noElementSelected' | translate }}</p>
</ng-container> </ng-container>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment