Skip to content
Snippets Groups Projects
Commit 7c13e157 authored by rhenck's avatar rhenck
Browse files

[editor] Improve styling

parent eaaa0730
No related branches found
No related tags found
No related merge requests found
......@@ -54,3 +54,8 @@
.text-text {
background-color: rgba(0,0,0,.04);
}
::ng-deep app-element-properties p {
text-align: center;
font-weight: bold;
}
......@@ -234,5 +234,5 @@
</mat-tab-group>
</ng-container>
<ng-container *ngIf="selectedElements.length === 0">
Kein Element ausgewählt
<p>Kein Element ausgewählt</p>
</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