Multiple spots transclusion for flo-editor

This commit is contained in:
BoykoAlex
2019-11-26 16:16:20 -05:00
parent 71076bb32e
commit ceb228fedb
3 changed files with 11 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<ng-content></ng-content>
<ng-content select="[flo-editor-header]"></ng-content>
<div id="flow-view" class="flow-view" style="position:relative">
<div id="canvas" class="canvas" style="position:relative; display: block; width: 100%; height: 100%;">
<div *ngIf="!noPalette" id="palette-container" class="palette-container" style="overflow:hidden;">
@@ -47,6 +47,10 @@
</table>
</span>
<ng-content select="[flo-canvas-actions]"></ng-content>
</div>
</div>
</div>
<ng-content select="[flo-editor-footer]"></ng-content>

View File

@@ -35,11 +35,13 @@
.palette-filter {
border: 3px solid #6db33f;
font-size:24px;
background-color: white;
}
.palette-filter-textfield {
width: 100%;
font-size:24px;
border: none;
/* border: 3px solid #6db33f;
*/ font-family: "Varela Round",sans-serif;
/* padding: 2px; */