Multiple spots transclusion for flo-editor
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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; */
|
||||
|
||||
Reference in New Issue
Block a user