Updates all the paths for CSS. Removes redundant CSS files.

This commit is contained in:
Aaron Louie 2021-08-13 16:08:26 -04:00
parent 011f0a7356
commit 106b225b08
21 changed files with 32 additions and 2784 deletions

View File

@ -33,17 +33,21 @@
"src/assets" "src/assets"
], ],
"styles": [ "styles": [
"node_modules/bpmn-js/dist/assets/diagram-js.css", "node_modules/bpmn-js-properties-panel/dist/assets/bpmn-js-properties-panel.css",
"node_modules/bpmn-js/dist/assets/bpmn-font/css/bpmn-codes.css",
"node_modules/bpmn-js/dist/assets/bpmn-font/css/bpmn-embedded.css",
"node_modules/bpmn-js/dist/assets/bpmn-font/css/bpmn.css", "node_modules/bpmn-js/dist/assets/bpmn-font/css/bpmn.css",
"node_modules/bpmn-js/dist/assets/diagram-js.css",
"node_modules/dmn-js-properties-panel/dist/assets/dmn-js-properties-panel.css",
"node_modules/dmn-js/dist/assets/diagram-js.css", "node_modules/dmn-js/dist/assets/diagram-js.css",
"node_modules/dmn-js/dist/assets/dmn-js-decision-table.css", "node_modules/dmn-js/dist/assets/dmn-font/css/dmn-codes.css",
"node_modules/dmn-js/dist/assets/dmn-font/css/dmn-embedded.css",
"node_modules/dmn-js/dist/assets/dmn-font/css/dmn.css",
"node_modules/dmn-js/dist/assets/dmn-js-decision-table-controls.css", "node_modules/dmn-js/dist/assets/dmn-js-decision-table-controls.css",
"node_modules/dmn-js/dist/assets/dmn-js-decision-table.css",
"node_modules/dmn-js/dist/assets/dmn-js-drd.css", "node_modules/dmn-js/dist/assets/dmn-js-drd.css",
"node_modules/dmn-js/dist/assets/dmn-js-literal-expression.css", "node_modules/dmn-js/dist/assets/dmn-js-literal-expression.css",
"node_modules/dmn-js/dist/assets/dmn-js-shared.css", "node_modules/dmn-js/dist/assets/dmn-js-shared.css",
"node_modules/dmn-js/dist/assets/dmn-font/css/dmn.css",
"node_modules/dmn-js/dist/assets/dmn-font/css/dmn-codes.css",
"node_modules/dmn-js/dist/assets/dmn-font/css/dmn-embedded.css",
"src/styles.scss" "src/styles.scss"
], ],
"scripts": [] "scripts": []

View File

@ -1,6 +1,6 @@
import propertiesPanelModule from 'bpmn-js-properties-panel'; import propertiesPanelModule from 'bpmn-js-properties-panel';
import propertiesProviderModule from 'bpmn-js-properties-panel/lib/provider/camunda'; import propertiesProviderModule from 'bpmn-js-properties-panel/lib/provider/camunda';
import * as bpmnModdleDescriptor from 'camunda-bpmn-moddle/resources/camunda.json'; import * as camundaModdleDescriptor from 'camunda-bpmn-moddle/resources/camunda.json';
import minimapModule from 'diagram-js-minimap'; import minimapModule from 'diagram-js-minimap';
import codeModule from 'diagram-js-code-editor'; import codeModule from 'diagram-js-code-editor';
import {ModelerConfig} from '../_interfaces/modeler-config'; import {ModelerConfig} from '../_interfaces/modeler-config';
@ -13,6 +13,6 @@ export const bpmnModelerConfig: ModelerConfig = {
codeModule, codeModule,
], ],
moddleExtensions: { moddleExtensions: {
camunda: bpmnModdleDescriptor camunda: camundaModdleDescriptor
} }
}; };

View File

@ -1,7 +1,7 @@
import * as camundaModdleDescriptor from 'camunda-dmn-moddle/resources/camunda.json';
import propertiesPanelModule from 'dmn-js-properties-panel'; import propertiesPanelModule from 'dmn-js-properties-panel';
import drdAdapterModule from 'dmn-js-properties-panel/lib/adapter/drd'; import drdAdapterModule from 'dmn-js-properties-panel/lib/adapter/drd';
import propertiesProviderModule from 'dmn-js-properties-panel/lib/provider/camunda'; import propertiesProviderModule from 'dmn-js-properties-panel/lib/provider/camunda';
import * as camundaModdleDescriptor from 'camunda-dmn-moddle/resources/camunda.json';
import {ModelerConfig} from '../_interfaces/modeler-config'; import {ModelerConfig} from '../_interfaces/modeler-config';
export const dmnModelerConfig: ModelerConfig = { export const dmnModelerConfig: ModelerConfig = {

View File

@ -1,60 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_06g9dcb" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.4.1">
<bpmn:process id="Process_1giz8il" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>SequenceFlow_0myefwb</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="SequenceFlow_0myefwb" sourceRef="StartEvent_1" targetRef="StepOne" />
<bpmn:sequenceFlow id="SequenceFlow_00p5po6" sourceRef="StepOne" targetRef="StepTwo" />
<bpmn:endEvent id="EndEvent_1gsujvg">
<bpmn:incoming>SequenceFlow_0huye14</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="SequenceFlow_0huye14" sourceRef="StepTwo" targetRef="EndEvent_1gsujvg" />
<bpmn:userTask id="StepOne" name="Step 1" camunda:formKey="StepOneForm">
<bpmn:extensionElements>
<camunda:formData>
<camunda:formField id="color" label="What is your favorite color?" type="string" />
</camunda:formData>
</bpmn:extensionElements>
<bpmn:incoming>SequenceFlow_0myefwb</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_00p5po6</bpmn:outgoing>
</bpmn:userTask>
<bpmn:userTask id="StepTwo" name="Step 2" camunda:formKey="StepTwoForm">
<bpmn:extensionElements>
<camunda:formData>
<camunda:formField id="capital" label="What is the capital of Assyria?" type="string" />
</camunda:formData>
</bpmn:extensionElements>
<bpmn:incoming>SequenceFlow_00p5po6</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0huye14</bpmn:outgoing>
</bpmn:userTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1giz8il">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0myefwb_di" bpmnElement="SequenceFlow_0myefwb">
<di:waypoint x="215" y="117" />
<di:waypoint x="270" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_00p5po6_di" bpmnElement="SequenceFlow_00p5po6">
<di:waypoint x="370" y="117" />
<di:waypoint x="430" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="EndEvent_1gsujvg_di" bpmnElement="EndEvent_1gsujvg">
<dc:Bounds x="592" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0huye14_di" bpmnElement="SequenceFlow_0huye14">
<di:waypoint x="530" y="117" />
<di:waypoint x="592" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="UserTask_1xakn8i_di" bpmnElement="StepOne">
<dc:Bounds x="270" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="UserTask_0fltcd6_di" bpmnElement="StepTwo">
<dc:Bounds x="430" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

View File

@ -1,732 +0,0 @@
/**
* outline styles
*/
.djs-outline {
fill: none;
visibility: hidden;
}
.djs-element.hover .djs-outline,
.djs-element.selected .djs-outline {
visibility: visible;
shape-rendering: crispEdges;
stroke-dasharray: 3,3;
}
.djs-element.selected .djs-outline {
stroke: #8888FF;
stroke-width: 1px;
}
.djs-element.hover .djs-outline {
stroke: #FF8888;
stroke-width: 1px;
}
.djs-shape.connect-ok .djs-visual > :nth-child(1) {
fill: #DCFECC /* light-green */ !important;
}
.djs-shape.connect-not-ok .djs-visual > :nth-child(1),
.djs-shape.drop-not-ok .djs-visual > :nth-child(1) {
fill: #f9dee5 /* light-red */ !important;
}
.djs-shape.new-parent .djs-visual > :nth-child(1) {
fill: #F7F9FF !important;
}
svg.drop-not-ok {
background: #f9dee5 /* light-red */ !important;
}
svg.new-parent {
background: #F7F9FF /* light-blue */ !important;
}
.djs-connection.connect-ok .djs-visual > :nth-child(1),
.djs-connection.drop-ok .djs-visual > :nth-child(1) {
stroke: #90DD5F /* light-green */ !important;
}
.djs-connection.connect-not-ok .djs-visual > :nth-child(1),
.djs-connection.drop-not-ok .djs-visual > :nth-child(1) {
stroke: #E56283 /* light-red */ !important;
}
.drop-not-ok,
.connect-not-ok {
cursor: not-allowed;
}
.djs-element.attach-ok .djs-visual > :nth-child(1) {
stroke-width: 5px !important;
stroke: rgba(255, 116, 0, 0.7) !important;
}
.djs-frame.connect-not-ok .djs-visual > :nth-child(1),
.djs-frame.drop-not-ok .djs-visual > :nth-child(1) {
stroke-width: 3px !important;
stroke: #E56283 /* light-red */ !important;
fill: none !important;
}
/**
* Selection box style
*
*/
.djs-lasso-overlay {
fill: rgb(255, 116, 0);
fill-opacity: 0.1;
stroke-dasharray: 5 1 3 1;
stroke: rgb(255, 116, 0);
shape-rendering: crispEdges;
pointer-events: none;
}
/**
* Resize styles
*/
.djs-resize-overlay {
fill: none;
stroke-dasharray: 5 1 3 1;
stroke: rgb(255, 116, 0);
pointer-events: none;
}
.djs-resizer-hit {
fill: none;
pointer-events: all;
}
.djs-resizer-visual {
fill: white;
stroke-width: 1px;
stroke: #BBB;
shape-rendering: geometricprecision;
}
.djs-resizer:hover .djs-resizer-visual {
stroke: #555;
}
.djs-cursor-resize-ns,
.djs-resizer-n,
.djs-resizer-s {
cursor: ns-resize;
}
.djs-cursor-resize-ew,
.djs-resizer-e,
.djs-resizer-w {
cursor: ew-resize;
}
.djs-cursor-resize-nwse,
.djs-resizer-nw,
.djs-resizer-se {
cursor: nwse-resize;
}
.djs-cursor-resize-nesw,
.djs-resizer-ne,
.djs-resizer-sw {
cursor: nesw-resize;
}
.djs-shape.djs-resizing > .djs-outline {
visibility: hidden !important;
}
.djs-shape.djs-resizing > .djs-resizer {
visibility: hidden;
}
.djs-dragger > .djs-resizer {
visibility: hidden;
}
/**
* drag styles
*/
.djs-dragger * {
fill: none !important;
stroke: rgb(255, 116, 0) !important;
}
.djs-dragger tspan,
.djs-dragger text {
fill: rgb(255, 116, 0) !important;
stroke: none !important;
}
marker.djs-dragger circle,
marker.djs-dragger path,
marker.djs-dragger polygon,
marker.djs-dragger polyline,
marker.djs-dragger rect {
fill: rgb(255, 116, 0) !important;
stroke: none !important;
}
marker.djs-dragger text,
marker.djs-dragger tspan {
fill: none !important;
stroke: rgb(255, 116, 0) !important;
}
.djs-dragging {
opacity: 0.3;
}
.djs-dragging,
.djs-dragging > * {
pointer-events: none !important;
}
.djs-dragging .djs-context-pad,
.djs-dragging .djs-outline {
display: none !important;
}
/**
* no pointer events for visual
*/
.djs-visual,
.djs-outline {
pointer-events: none;
}
.djs-element.attach-ok .djs-hit {
stroke-width: 60px !important;
}
/**
* all pointer events for hit shape
*/
.djs-element > .djs-hit-all {
pointer-events: all;
}
.djs-element > .djs-hit-stroke,
.djs-element > .djs-hit-click-stroke {
pointer-events: stroke;
}
/**
* all pointer events for hit shape
*/
.djs-drag-active .djs-element > .djs-hit-click-stroke {
pointer-events: all;
}
/**
* shape / connection basic styles
*/
.djs-connection .djs-visual {
stroke-width: 2px;
fill: none;
}
.djs-cursor-grab {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.djs-cursor-grabbing {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
}
.djs-cursor-crosshair {
cursor: crosshair;
}
.djs-cursor-move {
cursor: move;
}
.djs-cursor-resize-ns {
cursor: ns-resize;
}
.djs-cursor-resize-ew {
cursor: ew-resize;
}
/**
* snapping
*/
.djs-snap-line {
stroke: rgb(255, 195, 66);
stroke: rgba(255, 195, 66, 0.50);
stroke-linecap: round;
stroke-width: 2px;
pointer-events: none;
}
/**
* snapping
*/
.djs-crosshair {
stroke: #555;
stroke-linecap: round;
stroke-width: 1px;
pointer-events: none;
shape-rendering: crispEdges;
stroke-dasharray: 5, 5;
}
/**
* palette
*/
.djs-palette {
position: absolute;
left: 20px;
top: 20px;
box-sizing: border-box;
width: 48px;
}
.djs-palette .separator {
margin: 0 5px;
padding-top: 5px;
border: none;
border-bottom: solid 1px #DDD;
clear: both;
}
.djs-palette .entry:before {
vertical-align: text-bottom;
}
.djs-palette .djs-palette-toggle {
cursor: pointer;
}
.djs-palette .entry,
.djs-palette .djs-palette-toggle {
color: #333;
font-size: 30px;
text-align: center;
}
.djs-palette .entry {
float: left;
}
.djs-palette .entry img {
max-width: 100%;
}
.djs-palette .djs-palette-entries:after {
content: '';
display: table;
clear: both;
}
.djs-palette .djs-palette-toggle:hover {
background: #666;
}
.djs-palette .entry:hover {
color: rgb(255, 116, 0);
}
.djs-palette .highlighted-entry {
color: rgb(255, 116, 0) !important;
}
.djs-palette .entry,
.djs-palette .djs-palette-toggle {
width: 46px;
height: 46px;
line-height: 46px;
cursor: default;
}
/**
* Palette open / two-column layout is controlled via
* classes on the palette. Events to hook into palette
* changed life-cycle are available in addition.
*/
.djs-palette.two-column.open {
width: 94px;
}
.djs-palette:not(.open) .djs-palette-entries {
display: none;
}
.djs-palette:not(.open) {
overflow: hidden;
}
.djs-palette.open .djs-palette-toggle {
display: none;
}
/**
* context-pad
*/
.djs-overlay-context-pad {
width: 72px;
}
.djs-context-pad {
position: absolute;
display: none;
pointer-events: none;
}
.djs-context-pad .entry {
width: 22px;
height: 22px;
text-align: center;
display: inline-block;
font-size: 22px;
margin: 0 2px 2px 0;
border-radius: 3px;
cursor: default;
background-color: #FEFEFE;
box-shadow: 0 0 2px 1px #FEFEFE;
pointer-events: all;
}
.djs-context-pad .entry:before {
vertical-align: top;
}
.djs-context-pad .entry:hover {
background: rgb(255, 252, 176);
}
.djs-context-pad.open {
display: block;
}
/**
* popup styles
*/
.djs-popup .entry {
line-height: 20px;
white-space: nowrap;
cursor: default;
}
/* larger font for prefixed icons */
.djs-popup .entry:before {
vertical-align: middle;
font-size: 20px;
}
.djs-popup .entry > span {
vertical-align: middle;
font-size: 14px;
}
.djs-popup .entry:hover,
.djs-popup .entry.active:hover {
background: rgb(255, 252, 176);
}
.djs-popup .entry.disabled {
background: inherit;
}
.djs-popup .djs-popup-header .entry {
display: inline-block;
padding: 2px 3px 2px 3px;
border: solid 1px transparent;
border-radius: 3px;
}
.djs-popup .djs-popup-header .entry.active {
color: rgb(255, 116, 0);
border: solid 1px rgb(255, 116, 0);
background-color: #F6F6F6;
}
.djs-popup-body .entry {
padding: 4px 10px 4px 5px;
}
.djs-popup-body .entry > span {
margin-left: 5px;
}
.djs-popup-body {
background-color: #FEFEFE;
}
.djs-popup-header {
border-bottom: 1px solid #DDD;
}
.djs-popup-header .entry {
margin: 1px;
margin-left: 3px;
}
.djs-popup-header .entry:last-child {
margin-right: 3px;
}
/**
* popup / palette styles
*/
.djs-popup, .djs-palette {
background: #FAFAFA;
border: solid 1px #CCC;
border-radius: 2px;
}
/**
* touch
*/
.djs-shape,
.djs-connection {
touch-action: none;
}
.djs-segment-dragger,
.djs-bendpoint {
display: none;
}
/**
* bendpoints
*/
.djs-segment-dragger .djs-visual {
fill: rgba(255, 255, 121, 0.2);
stroke-width: 1px;
stroke-opacity: 1;
stroke: rgba(255, 255, 121, 0.3);
}
.djs-bendpoint .djs-visual {
fill: rgba(255, 255, 121, 0.8);
stroke-width: 1px;
stroke-opacity: 0.5;
stroke: black;
}
.djs-segment-dragger:hover,
.djs-bendpoints.hover .djs-segment-dragger,
.djs-bendpoints.selected .djs-segment-dragger,
.djs-bendpoint:hover,
.djs-bendpoints.hover .djs-bendpoint,
.djs-bendpoints.selected .djs-bendpoint {
display: block;
}
.djs-drag-active .djs-bendpoints * {
display: none;
}
.djs-bendpoints:not(.hover) .floating {
display: none;
}
.djs-segment-dragger:hover .djs-visual,
.djs-segment-dragger.djs-dragging .djs-visual,
.djs-bendpoint:hover .djs-visual,
.djs-bendpoint.floating .djs-visual {
fill: yellow;
stroke-opacity: 0.5;
stroke: black;
}
.djs-bendpoint.floating .djs-hit {
pointer-events: none;
}
.djs-segment-dragger .djs-hit,
.djs-bendpoint .djs-hit {
pointer-events: all;
fill: none;
}
.djs-segment-dragger.horizontal .djs-hit {
cursor: ns-resize;
}
.djs-segment-dragger.vertical .djs-hit {
cursor: ew-resize;
}
.djs-segment-dragger.djs-dragging .djs-hit {
pointer-events: none;
}
.djs-updating,
.djs-updating > * {
pointer-events: none !important;
}
.djs-updating .djs-context-pad,
.djs-updating .djs-outline,
.djs-updating .djs-bendpoint,
.connect-ok .djs-bendpoint,
.connect-not-ok .djs-bendpoint,
.drop-ok .djs-bendpoint,
.drop-not-ok .djs-bendpoint {
display: none !important;
}
.djs-segment-dragger.djs-dragging,
.djs-bendpoint.djs-dragging {
display: block;
opacity: 1.0;
}
.djs-segment-dragger.djs-dragging .djs-visual,
.djs-bendpoint.djs-dragging .djs-visual {
fill: yellow;
stroke-opacity: 0.5;
}
/**
* tooltips
*/
.djs-tooltip-error {
font-size: 11px;
line-height: 18px;
text-align: left;
padding: 5px;
opacity: 0.7;
}
.djs-tooltip-error > * {
width: 160px;
background: rgb(252, 236, 240);
color: rgb(158, 76, 76);
padding: 3px 7px;
border-radius: 5px;
border-left: solid 5px rgb(174, 73, 73);
}
.djs-tooltip-error:hover {
opacity: 1;
}
/**
* search pad
*/
.djs-search-container {
position: absolute;
top: 20px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 25%;
min-width: 300px;
max-width: 400px;
z-index: 10;
font-size: 1.05em;
opacity: 0.9;
background: #FAFAFA;
border: solid 1px #CCC;
border-radius: 2px;
}
.djs-search-container:not(.open) {
display: none;
}
.djs-search-input input {
font-size: 1.05em;
width: 100%;
padding: 6px 10px;
border: 1px solid #ccc;
}
.djs-search-input input:focus {
outline: none;
border-color: #52B415;
}
.djs-search-results {
position: relative;
overflow-y: auto;
max-height: 200px;
}
.djs-search-results:hover {
/*background: #fffdd7;*/
cursor: pointer;
}
.djs-search-result {
width: 100%;
padding: 6px 10px;
background: white;
border-bottom: solid 1px #AAA;
border-radius: 1px;
}
.djs-search-highlight {
color: black;
}
.djs-search-result-primary {
margin: 0 0 10px;
}
.djs-search-result-secondary {
font-family: monospace;
margin: 0;
}
.djs-search-result:hover {
background: #fdffd6;
}
.djs-search-result-selected {
background: #fffcb0;
}
.djs-search-result-selected:hover {
background: #f7f388;
}
.djs-search-overlay {
background: yellow;
opacity: 0.3;
}
/**
* hidden styles
*/
.djs-element-hidden,
.djs-element-hidden .djs-hit,
.djs-element-hidden .djs-outline,
.djs-label-hidden .djs-label {
display: none !important;
}

View File

@ -1,85 +0,0 @@
/*
Animation example, for spinners
*/
.animate-spin {
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
display: inline-block;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}

View File

@ -1,40 +0,0 @@
.dmn-icon-up:before { content: '\e800'; } /* '' */
.dmn-icon-down:before { content: '\e801'; } /* '' */
.dmn-icon-clear:before { content: '\e802'; } /* '' */
.dmn-icon-plus:before { content: '\e803'; } /* '' */
.dmn-icon-minus:before { content: '\e804'; } /* '' */
.dmn-icon-info:before { content: '\e805'; } /* '' */
.dmn-icon-left:before { content: '\e806'; } /* '' */
.dmn-icon-decision:before { content: '\e807'; } /* '' */
.dmn-icon-right:before { content: '\e808'; } /* '' */
.dmn-icon-input:before { content: '\e809'; } /* '' */
.dmn-icon-output:before { content: '\e80a'; } /* '' */
.dmn-icon-copy:before { content: '\e80b'; } /* '' */
.dmn-icon-keyboard:before { content: '\e80c'; } /* '' */
.dmn-icon-undo:before { content: '\e80d'; } /* '' */
.dmn-icon-redo:before { content: '\e80e'; } /* '' */
.dmn-icon-menu:before { content: '\e80f'; } /* '' */
.dmn-icon-setting:before { content: '\e810'; } /* '' */
.dmn-icon-wrench:before { content: '\e811'; } /* '' */
.dmn-icon-eraser:before { content: '\e812'; } /* '' */
.dmn-icon-attention:before { content: '\e813'; } /* '' */
.dmn-icon-resize-big:before { content: '\e814'; } /* '' */
.dmn-icon-resize-small:before { content: '\e815'; } /* '' */
.dmn-icon-file-code:before { content: '\e816'; } /* '' */
.dmn-icon-business-knowledge:before { content: '\e817'; } /* '' */
.dmn-icon-knowledge-source:before { content: '\e818'; } /* '' */
.dmn-icon-input-data:before { content: '\e819'; } /* '' */
.dmn-icon-text-annotation:before { content: '\e81a'; } /* '' */
.dmn-icon-connection:before { content: '\e81b'; } /* '' */
.dmn-icon-connection-multi:before { content: '\e81c'; } /* '' */
.dmn-icon-drag:before { content: '\e81d'; } /* '' */
.dmn-icon-lasso-tool:before { content: '\e81e'; } /* '' */
.dmn-icon-screw-wrench:before { content: '\e81f'; } /* '' */
.dmn-icon-trash:before { content: '\e820'; } /* '' */
.dmn-icon-bpmn-io:before { content: '\e821'; } /* '' */
.dmn-icon-decision-table:before { content: '\e822'; } /* '' */
.dmn-icon-literal-expression:before { content: '\e823'; } /* '' */
.dmn-icon-edit:before { content: '\e824'; } /* '' */
.dmn-icon-cut:before { content: '\e825'; } /* '' */
.dmn-icon-paste:before { content: '\f0ea'; } /* '' */

File diff suppressed because one or more lines are too long

View File

@ -1,91 +0,0 @@
@font-face {
font-family: 'dmn';
src: url('../font/dmn.eot?37326370');
src: url('../font/dmn.eot?37326370#iefix') format('embedded-opentype'),
url('../font/dmn.woff2?37326370') format('woff2'),
url('../font/dmn.woff?37326370') format('woff'),
url('../font/dmn.ttf?37326370') format('truetype'),
url('../font/dmn.svg?37326370#dmn') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'dmn';
src: url('../font/dmn.svg?37326370#dmn') format('svg');
}
}
*/
[class^="dmn-icon-"]:before, [class*=" dmn-icon-"]:before {
font-family: "dmn";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.dmn-icon-up:before { content: '\e800'; } /* '' */
.dmn-icon-down:before { content: '\e801'; } /* '' */
.dmn-icon-clear:before { content: '\e802'; } /* '' */
.dmn-icon-plus:before { content: '\e803'; } /* '' */
.dmn-icon-minus:before { content: '\e804'; } /* '' */
.dmn-icon-info:before { content: '\e805'; } /* '' */
.dmn-icon-left:before { content: '\e806'; } /* '' */
.dmn-icon-decision:before { content: '\e807'; } /* '' */
.dmn-icon-right:before { content: '\e808'; } /* '' */
.dmn-icon-input:before { content: '\e809'; } /* '' */
.dmn-icon-output:before { content: '\e80a'; } /* '' */
.dmn-icon-copy:before { content: '\e80b'; } /* '' */
.dmn-icon-keyboard:before { content: '\e80c'; } /* '' */
.dmn-icon-undo:before { content: '\e80d'; } /* '' */
.dmn-icon-redo:before { content: '\e80e'; } /* '' */
.dmn-icon-menu:before { content: '\e80f'; } /* '' */
.dmn-icon-setting:before { content: '\e810'; } /* '' */
.dmn-icon-wrench:before { content: '\e811'; } /* '' */
.dmn-icon-eraser:before { content: '\e812'; } /* '' */
.dmn-icon-attention:before { content: '\e813'; } /* '' */
.dmn-icon-resize-big:before { content: '\e814'; } /* '' */
.dmn-icon-resize-small:before { content: '\e815'; } /* '' */
.dmn-icon-file-code:before { content: '\e816'; } /* '' */
.dmn-icon-business-knowledge:before { content: '\e817'; } /* '' */
.dmn-icon-knowledge-source:before { content: '\e818'; } /* '' */
.dmn-icon-input-data:before { content: '\e819'; } /* '' */
.dmn-icon-text-annotation:before { content: '\e81a'; } /* '' */
.dmn-icon-connection:before { content: '\e81b'; } /* '' */
.dmn-icon-connection-multi:before { content: '\e81c'; } /* '' */
.dmn-icon-drag:before { content: '\e81d'; } /* '' */
.dmn-icon-lasso-tool:before { content: '\e81e'; } /* '' */
.dmn-icon-screw-wrench:before { content: '\e81f'; } /* '' */
.dmn-icon-trash:before { content: '\e820'; } /* '' */
.dmn-icon-bpmn-io:before { content: '\e821'; } /* '' */
.dmn-icon-decision-table:before { content: '\e822'; } /* '' */
.dmn-icon-literal-expression:before { content: '\e823'; } /* '' */
.dmn-icon-edit:before { content: '\e824'; } /* '' */
.dmn-icon-cut:before { content: '\e825'; } /* '' */
.dmn-icon-paste:before { content: '\f0ea'; } /* '' */

Binary file not shown.

View File

@ -1,88 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Copyright (C) 2018 by original authors @ fontello.com</metadata>
<defs>
<font id="dmn" horiz-adv-x="1000" >
<font-face font-family="dmn" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
<missing-glyph horiz-adv-x="1000" />
<glyph glyph-name="up" unicode="&#xe800;" d="M564 280q16-16 16-41t-16-41q-38-38-78 0l-196 188-196-188q-40-38-78 0-16 16-16 41t16 41l234 224q16 16 40 16t40-16z" horiz-adv-x="580" />
<glyph glyph-name="down" unicode="&#xe801;" d="M564 422l-234-224q-18-18-40-18t-40 18l-234 224q-16 16-16 41t16 41q38 38 78 0l196-188 196 188q40 38 78 0 16-16 16-41t-16-41z" horiz-adv-x="580" />
<glyph glyph-name="clear" unicode="&#xe802;" d="M452 194q18-18 18-43t-18-43q-18-16-43-16t-43 16l-132 152-132-152q-18-16-43-16t-43 16q-16 18-16 43t16 43l138 156-138 158q-16 18-16 43t16 43q18 16 43 16t43-16l132-152 132 152q18 16 43 16t43-16q18-18 18-43t-18-43l-138-158z" horiz-adv-x="470" />
<glyph glyph-name="plus" unicode="&#xe803;" d="M550 400q30 0 30-50t-30-50l-210 0 0-210q0-30-50-30t-50 30l0 210-210 0q-30 0-30 50t30 50l210 0 0 210q0 30 50 30t50-30l0-210 210 0z" horiz-adv-x="580" />
<glyph glyph-name="minus" unicode="&#xe804;" d="M550 400q30 0 30-50t-30-50l-520 0q-30 0-30 50t30 50l520 0z" horiz-adv-x="580" />
<glyph glyph-name="info" unicode="&#xe805;" d="M352 850q48 0 74-27t26-69q0-50-39-88t-95-38q-48 0-74 26t-24 72q0 46 35 85t97 39z m-206-1000q-100 0-54 178l60 254q14 56 0 56-12 0-54-18t-72-38l-26 44q90 78 189 126t151 48q78 0 36-162l-70-266q-16-64 6-64 44 0 118 60l30-40q-84-86-175-132t-139-46z" horiz-adv-x="460" />
<glyph glyph-name="left" unicode="&#xe806;" d="M242 626q14 16 39 16t41-16q38-36 0-80l-186-196 186-194q38-44 0-80-16-16-40-16t-40 16l-226 236q-16 16-16 38 0 24 16 40 206 214 226 236z" horiz-adv-x="341" />
<glyph glyph-name="decision" unicode="&#xe807;" d="M16 663l0-25 0-601 968 0 0 626-968 0z m51-51l866 0 0-524-866 0 0 524z" horiz-adv-x="1000" />
<glyph glyph-name="right" unicode="&#xe808;" d="M98 626l226-236q16-16 16-40 0-22-16-38l-226-236q-16-16-40-16t-40 16q-36 36 0 80l186 194-186 196q-36 44 0 80 16 16 41 16t39-16z" horiz-adv-x="340" />
<glyph glyph-name="input" unicode="&#xe809;" d="M661 350q0-14-11-25l-303-304q-11-10-26-10t-25 10-10 25v161h-250q-15 0-25 11t-11 25v214q0 15 11 25t25 11h250v161q0 14 10 25t25 10 26-10l303-304q11-10 11-25z m196 196v-392q0-67-47-114t-114-47h-178q-7 0-13 5t-5 13q0 2-1 11t0 15 2 13 5 11 12 3h178q37 0 64 27t26 63v392q0 37-26 64t-64 26h-174t-6 0-6 2-5 3-4 5-1 8q0 2-1 11t0 15 2 13 5 11 12 3h178q67 0 114-47t47-114z" horiz-adv-x="857.1" />
<glyph glyph-name="output" unicode="&#xe80a;" d="M357 46q0-2 1-11t0-14-2-14-5-11-12-3h-178q-67 0-114 47t-47 114v392q0 67 47 114t114 47h178q8 0 13-5t5-13q0-2 1-11t0-15-2-13-5-11-12-3h-178q-37 0-63-26t-27-64v-392q0-37 27-63t63-27h174t6 0 7-2 4-3 4-5 1-8z m518 304q0-14-11-25l-303-304q-11-10-25-10t-25 10-11 25v161h-250q-14 0-25 11t-11 25v214q0 15 11 25t25 11h250v161q0 14 11 25t25 10 25-10l303-304q11-10 11-25z" horiz-adv-x="928.6" />
<glyph glyph-name="copy" unicode="&#xe80b;" d="M970 480q38-10 30-46l-150-556q-4-16-18-23t-30-3l-406 110q-16 4-24 18t-4 28l24 92-180-48q-40-10-50 26l-160 602q-10 36 28 48l454 122q16 4 30-3t18-23l66-244z m-888 190l144-542 392 106-144 540z m702-742l132 492-298 82 76-282q10-34-28-46l-196-52-26-102z" horiz-adv-x="1001" />
<glyph glyph-name="keyboard" unicode="&#xe80c;" d="M930 650q28 0 49-21t21-49l0-460q0-30-21-50t-49-20l-860 0q-28 0-49 20t-21 50l0 460q0 28 21 49t49 21l860 0z m-380-100l0-100 100 0 0 100-100 0z m150-150l-100 0 0-100 100 0 0 100z m-300 150l0-100 100 0 0 100-100 0z m150-150l-100 0 0-100 100 0 0 100z m-300 150l0-100 100 0 0 100-100 0z m150-150l-100 0 0-100 100 0 0 100z m-300 150l0-100 100 0 0 100-100 0z m150-150l-100 0 0-100 100 0 0 100z m-50-250l0 100-100 0 0-100 100 0z m550 0l0 100-500 0 0-100 500 0z m150 0l0 100-100 0 0-100 100 0z m-150 150l100 0 0 100-100 0 0-100z m150 150l0 100-200 0 0-100 200 0z" horiz-adv-x="1000" />
<glyph glyph-name="undo" unicode="&#xe80d;" d="M532 736q170 0 289-120t119-290-119-290-289-120q-142 0-252 88l70 74q84-60 182-60 126 0 216 90t90 218-90 218-216 90q-124 0-214-87t-92-211l142 0-184-204-184 204 124 0q2 166 122 283t286 117z" horiz-adv-x="940" />
<glyph glyph-name="redo" unicode="&#xe80e;" d="M408 760q168 0 287-116t123-282l122 0-184-206-184 206 144 0q-4 124-94 210t-214 86q-126 0-216-90t-90-218q0-126 90-216t216-90q104 0 182 60l70-76q-110-88-252-88-168 0-288 120t-120 290 120 290 288 120z" horiz-adv-x="940" />
<glyph glyph-name="menu" unicode="&#xe80f;" d="M110 460q46 0 78-32t32-78q0-44-32-77t-78-33-78 33-32 77q0 46 32 78t78 32z m350 0q46 0 78-32t32-78q0-44-33-77t-77-33-77 33-33 77q0 46 32 78t78 32z m350 0q46 0 78-32t32-78q0-44-32-77t-78-33-78 33-32 77q0 46 32 78t78 32z" horiz-adv-x="920" />
<glyph glyph-name="setting" unicode="&#xe810;" d="M760 350q0-72 80-122-12-40-34-82-70 18-136-44-54-58-34-136-40-20-84-36-46 82-132 82t-132-82q-44 16-84 36 20 80-34 136-54 54-136 34-14 26-34 82 82 52 82 132 0 72-82 124 20 56 34 82 74-18 136 44 54 56 34 136 42 22 84 34 46-80 132-80t132 80q42-12 84-34-20-78 34-136 66-62 136-44 22-42 34-82-80-50-80-124z m-340-182q76 0 129 53t53 129-53 130-129 54-129-54-53-130 53-129 129-53z" horiz-adv-x="840" />
<glyph glyph-name="wrench" unicode="&#xe811;" d="M214 29q0 14-10 25t-25 10-25-10-11-25 11-25 25-11 25 11 10 25z m360 234l-381-381q-21-20-50-20-29 0-51 20l-59 61q-21 20-21 50 0 29 21 51l380 380q22-55 64-97t97-64z m354 243q0-22-13-59-27-75-92-122t-144-46q-104 0-177 73t-73 177 73 176 177 74q32 0 67-10t60-26q9-6 9-15t-9-16l-163-94v-125l108-60q2 2 44 27t75 45 40 20q8 0 13-5t5-14z" horiz-adv-x="928.6" />
<glyph glyph-name="eraser" unicode="&#xe812;" d="M500 64l188 215h-429l-188-215h429z m565 601q9-19 6-40t-17-36l-500-572q-22-24-54-24h-429q-21 0-38 11t-27 31q-8 19-5 40t17 36l500 572q21 24 53 24h429q21 0 39-11t26-31z" horiz-adv-x="1071.4" />
<glyph glyph-name="attention" unicode="&#xe813;" d="M957-24q10-16 0-34-10-16-30-16l-892 0q-18 0-28 16-13 18-2 34l446 782q8 18 30 18t30-18z m-420 50l0 100-110 0 0-100 110 0z m0 174l0 300-110 0 0-300 110 0z" horiz-adv-x="962" />
<glyph glyph-name="resize-big" unicode="&#xe814;" d="M839 55l72 72 0-224-223 0 72 72-184 185 79 79z m-749 591l-72-72 0 223 223 0-72-72 184-184-79-79z m670 79l-72 72 223 0 0-223-72 72-184-184-79 79z m-407-565l-184-185 72-72-223 0 0 224 72-72 184 184z" horiz-adv-x="928" />
<glyph glyph-name="resize-small" unicode="&#xe815;" d="M648 88l-72-72 0 223 223 0-72-72 184-185-79-79z m-448 447l-182 183 79 79 183-182 73 70-1-222-222-1z m-182-553l184 185-72 72 223 0 0-223-72 72-184-185z m782 480l-224 0 0 225 73-72 183 182 79-79-183-183z" horiz-adv-x="928" />
<glyph glyph-name="file-code" unicode="&#xe816;" d="M819 638q16-16 27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z m-518 500q4 7 12 7t13-3l28-21q7-5 7-12t-3-13l-102-136 102-136q4-6 3-13t-7-12l-28-21q-6-4-13-4t-12 7l-126 168q-8 11 0 22z m447-167q8-11 0-22l-126-168q-4-6-11-7t-14 4l-28 21q-6 5-7 12t3 13l102 136-102 136q-4 6-3 13t7 12l28 21q6 4 14 3t11-7z m-346-258q-7 1-11 8t-3 13l77 464q1 7 7 11t14 3l35-5q7-2 11-8t3-13l-77-464q-1-7-7-11t-13-3z" horiz-adv-x="857.1" />
<glyph glyph-name="business-knowledge" unicode="&#xe817;" d="M202 594l-191-225 0-10 1-252 794 0 183 226 0 261-787 0z m25-54l708 0 0-188-155-192-714 0-1 189 162 191z" horiz-adv-x="1000" />
<glyph glyph-name="knowledge-source" unicode="&#xe818;" d="M13 672l0-24 0-536 10-7c147-97 273-87 378-50 106 38 194 99 274 110l1 0 1 0c109 20 173-14 278-57l32-14 0 384 0 192-974 2z m47-48l880-2 0-144 0-313c-88 37-163 67-272 46-97-13-185-77-283-111-95-34-195-45-325 38l0 486z" horiz-adv-x="1000" />
<glyph glyph-name="input-data" unicode="&#xe819;" d="M203 594c-57 0-107-29-142-74-35-44-56-104-56-170 0-66 21-126 56-170 35-44 85-74 142-74l594 0c57 0 107 30 142 74 35 44 56 104 56 170 0 66-21 126-56 170-35 45-85 74-142 74l-594 0z m0-55l594 0c38 0 73-19 99-53 27-33 44-82 44-136 0-54-17-102-44-136-26-34-61-53-99-53l-594 0c-38 0-73 19-99 53-27 34-44 82-44 136 0 54 17 103 44 136 26 34 61 53 99 53z" horiz-adv-x="1000" />
<glyph glyph-name="text-annotation" unicode="&#xe81a;" d="M677 795l0-25 0-411 0-412 0-24 24 0 224 0 25 0 0 49-25 0-199 0 0 387 0 386 199 0 25 0 0 50-25 0-224 0-24 0z m-81-386l-75-60 60-75 75 60-60 75z m-151-119l-75-60 60-75 75 59-60 76z m-150-120l-76-59 60-76 75 60-59 75z m-151-119l-76-60 60-75 76 59-60 76z" horiz-adv-x="1000" />
<glyph glyph-name="connection" unicode="&#xe81b;" d="M911 749c0 0-285-146-431-214 31-28 60-59 90-89-147-149-295-299-443-448 11-11 22-21 33-31 148 149 295 299 443 448 30-29 60-60 90-90 77 153 218 424 218 424z" horiz-adv-x="1000" />
<glyph glyph-name="connection-multi" unicode="&#xe81c;" d="M916 798l-410-109 64-95-486-327 25-38 486 328 62-92 259 333 0 0z m0-328l-411-109 151-224 260 333 0 0z m-409-245l-63-43 25-37 63 42-25 38z m-126-85l-62-42 25-38 62 43-25 37z m-133-90l-63-43 25-37 63 43-25 37z m-126-85l-38-26 25-37 38 26-25 37z" horiz-adv-x="1000" />
<glyph glyph-name="drag" unicode="&#xe81d;" d="M563 100l187 0 0-188-187 0z m0 313l187 0 0-188-187 0z m-313-313l188 0 0-188-188 0z m0 313l188 0 0-188-188 0z m313 312l187 0 0-187-187 0z m-313 0l188 0 0-187-188 0z" horiz-adv-x="1000" />
<glyph glyph-name="lasso-tool" unicode="&#xe81e;" d="M303 798l0-218 103 0 0 218-103 0z m-248-246l0-103 218 0 0 103-218 0z m379 0l0-103 219 0 0 103-219 0z m349-30l0-40 123 0 0-117 40 0 0 157-163 0z m-480-104l0-218 103 0 0 218-103 0z m603-159l0-77 40 0 0 77-40 0z m0-190l0-116-119 0 0-40 159 0 0 156-40 0z m-570-1l0-157 159 0 0 40-119 0 0 117-40 0z m264-117l0-40 82 0 0 40-82 0z" horiz-adv-x="1000" />
<glyph glyph-name="screw-wrench" unicode="&#xe81f;" d="M756 704c-55 0-108-22-147-61-39-39-61-92-61-147 0-55 22-108 61-147 39-39 92-61 147-61 91 0 171 59 198 146l-149-40-116 77 62 124 79 21 78 21c-39 42-94 67-152 67z m-247-278l-461-316c-14-42 32-111 80-114l451 310c-36 31-61 73-70 120z" horiz-adv-x="1000" />
<glyph glyph-name="trash" unicode="&#xe820;" d="M429 743c-58-4-70 11-71-52l0-9-172-56c-20-5-20-29 0-30l624 0c19 0 19 25 0 30l-168 55 0 10c0 62-7 48-71 52l-71 0z m-215-204c-14 0-25-12-24-26l50-555c1-12 11-22 24-22l457 0c13 0 23 9 25 22l64 554c2 15-9 27-24 27l-143 0-143 0z m27-49l259 0 259 0-59-505-414 0z m120-73c-1 0-2 0-3 0-16-1-28-15-25-31l44-320c2-15 16-26 31-24 15 2 25 17 22 32l-44 319c-2 13-12 23-25 24z m280 0c-13 0-25-10-27-24l-44-319c-3-15 7-30 22-32 16-2 29 9 31 24l44 320c3 16-9 30-26 31z" horiz-adv-x="1000" />
<glyph glyph-name="bpmn-io" unicode="&#xe821;" d="M388-22c-70-71-186-74-258-4-72 71-75 187-3 258 71 73 187 74 259 4 72-70 73-185 2-258z m502 404l0 0 21-77-85-35-41 68 3 1c-30-5-61-7-93 0l-40-68-85 35 20 77 1-1c-25 18-47 39-64 64l0 0-77-20-35 85 67 40 2-2c-5 30-5 61 0 92l-68 40 35 85 77-19 0-4c11 15 22 28 37 41h-443c-31 0-56-26-56-57v-370l52-38-1-1c26 17 53 29 83 35l0 0 11 77 90 1 12-76-3 0c29-6 58-17 84-33l61 47 64-63-46-62-1 1c17-26 29-53 35-82v0l77-10 2-90-77-13 0 3c-7-29-17-58-33-84l42-53h360c31 0 56 24 56 57v445c-14-13-28-26-44-36z m23 142c-39-95-149-139-243-100-95 39-139 148-100 242 39 95 149 139 243 100 95-39 140-147 100-242z" horiz-adv-x="1000" />
<glyph glyph-name="decision-table" unicode="&#xe822;" d="M37 677l0-327 0-71 0-46 0-210 216 0 47 0 663 0 0 327 0 327-926 0z m46-219l170 0 0-179-170 0 0 71 0 108z m217 0l617 0 0-108 0-71-617 0 0 179z m-217-225l170 0 0-164-170 0 0 164z m217 0l617 0 0-164-617 0 0 164z" horiz-adv-x="1000" />
<glyph glyph-name="literal-expression" unicode="&#xe823;" d="M383 834c-52 0-99-12-134-41-34-28-54-73-54-131 0-32-2-160-2-193 0-30-22-66-97-66l-20 0 0-99 20 0c74 0 97-43 97-66 0-32 2-159 2-189 0-63 20-109 55-139 35-29 82-40 133-40l45 0 0 104-41 0c-29 0-46 8-57 21-12 13-18 34-18 63 0 29-1 138-1 168l0 0c0 42-16 76-39 101-11 11-24 20-37 27 13 7 25 16 36 27 24 23 40 57 40 99l0 0c0 31 1 147 1 174 0 28 6 47 16 58 11 11 28 18 59 18l41 0 0 104-45 0z m195 0l0-104 41 0c31 0 47-7 58-18 10-11 16-30 16-58 0-27 1-143 1-174 0-42 16-75 39-99 11-11 23-20 36-27-13-7-25-16-36-27-24-24-39-59-39-101 0-31-1-139-1-167 0-30-7-51-18-64-11-13-28-21-56-21l-41 0 0-103 44 0c51 0 98 11 132 40 35 29 55 76 55 138 0 31 2 157 2 189 0 8 3 19 10 29 6 6 12 12 17 18 15 11 37 19 69 19l20 0 0 99-20 0c-74 0-96 36-96 66 0 33-2 162-2 193 0 58-20 103-54 131-34 29-81 41-133 41l-44 0z m266-504c0 0 0 0 1 0 0 0-1-1-1-1l0 1z" horiz-adv-x="1000" />
<glyph glyph-name="edit" unicode="&#xe824;" d="M203-7l50 51-131 131-51-51v-60h72v-71h60z m291 518q0 12-12 12-5 0-9-4l-303-302q-4-4-4-10 0-12 13-12 5 0 9 4l303 302q3 4 3 10z m-30 107l232-232-464-465h-232v233z m381-54q0-29-20-50l-93-93-232 233 93 92q20 21 50 21 29 0 51-21l131-131q20-22 20-51z" horiz-adv-x="857.1" />
<glyph glyph-name="cut" unicode="&#xe825;" d="M536 350q14 0 25-11t10-25-10-25-25-10-25 10-11 25 11 25 25 11z m167-36l283-222q16-11 14-31-3-20-19-28l-72-36q-7-4-16-4-10 0-17 4l-385 216-62-36q-4-3-7-3 8-28 6-54-4-43-31-83t-74-69q-74-47-154-47-76 0-124 44-51 47-44 116 4 42 31 82t73 69q74 47 155 47 46 0 84-18 5 8 13 13l68 40-68 41q-8 5-13 12-38-17-84-17-81 0-155 47-46 30-73 69t-31 82q-3 33 8 63t36 52q47 44 124 44 80 0 154-47 46-29 74-68t31-83q2-27-6-54 3-1 7-3l62-37 385 216q7 5 17 5 9 0 16-4l72-36q16-9 19-28 2-20-14-32z m-380 145q26 24 12 61t-59 65q-52 33-107 33-42 0-63-20-26-24-12-60t59-66q51-33 107-33 41 0 63 20z m-47-415q45 28 59 65t-12 60q-22 20-63 20-56 0-107-33-45-28-59-65t12-60q21-20 63-20 55 0 107 33z m99 342l54-33v7q0 20 18 31l8 4-44 26-15-14q-1-2-5-6t-7-7q-1-1-2-2t-2-1z m125-125l54-18 410 321-71 36-429-240v-64l-89-53 5-5q1-1 4-3 2-2 6-7t6-6l15-15z m393-232l71 35-290 228-99-77q-1-2-7-4z" horiz-adv-x="1000" />
<glyph glyph-name="paste" unicode="&#xf0ea;" d="M429-79h500v358h-233q-22 0-37 15t-16 38v232h-214v-643z m142 804v36q0 7-5 12t-12 6h-393q-7 0-13-6t-5-12v-36q0-7 5-13t13-5h393q7 0 12 5t5 13z m143-375h167l-167 167v-167z m286-71v-375q0-23-16-38t-38-16h-535q-23 0-38 16t-16 38v89h-303q-23 0-38 16t-16 37v750q0 23 16 38t38 16h607q22 0 38-16t15-38v-183q12-7 20-15l228-228q16-15 27-42t11-49z" horiz-adv-x="1000" />
</font>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

View File

@ -1,192 +0,0 @@
/* simple string edit */
.dmn-decision-table-container .simple-string-edit,
.dmn-decision-table-container .simple-date-edit {
width: 250px;
}
.dmn-decision-table-container .input-expression-edit {
width: 300px;
}
.dmn-decision-table-container .allowed-values-edit .values {
display: flex;
flex-wrap: wrap;
}
.dmn-decision-table-container .allowed-values-edit .placeholder {
color: #ccc;
}
/** create inputs **/
.dmn-decision-table-container .create-inputs {
white-space: normal;
border-color: #AAA;
color: #AAA;
min-width: 50px;
width: 50px;
}
.dmn-decision-table-container .create-inputs .add-input {
margin-left: 0;
margin-top: 15px;
display: inline-block;
}
.dmn-decision-table-container .create-inputs:hover {
border-color: #444;
color: #444;
}
.dmn-decision-table-container th.create-inputs {
vertical-align: top;
}
/** end create inputs **/
/* TODO(nikku): namespace and refactor context menu styles */
.dmn-decision-table-container .context-menu {
position: absolute;
background: #fff;
border: solid 1px #CCC;
border-radius: 2px;
font-size: 14px;
color: #444;
z-index: 10;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.dmn-decision-table-container .context-menu .context-menu-container {
margin: 8px;
}
.dmn-decision-table-container .context-menu p {
margin: 10px 0;
}
.dmn-decision-table-container .context-menu .context-menu-flex {
display: flex;
}
.dmn-decision-table-container .context-menu.vertical .context-menu-flex {
flex-direction: column;
}
.dmn-decision-table-container .context-menu.horizontal .context-menu-flex {
flex-direction: row;
}
.dmn-decision-table-container .context-menu.vertical .context-menu-group {
padding-bottom: 6px;
margin-bottom: 6px;
border-bottom: solid 1px #ccc;
}
.dmn-decision-table-container .context-menu.vertical .context-menu-group:last-child {
border-bottom: none;
margin-bottom: 0;
}
.dmn-decision-table-container .context-menu.horizontal .context-menu-group {
border-right: solid 1px #ccc;
}
.dmn-decision-table-container .context-menu.horizontal .context-menu-group:last-child {
border-right: none;
}
.dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-title {
font-weight: bold;
color: #444;
margin: 6px 9px 6px 9px;
}
.dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry {
display: flex;
flex-direction: row;
align-items: stretch;
width: 100%;
white-space: nowrap;
padding: 4px 9px 4px 9px;
cursor: pointer;
}
.dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry.disabled {
pointer-events: none;
color: #ccc;
}
.dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry:hover {
color: #52b415;
}
.dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry .context-menu-group-entry-icon {
display: inline-block;
text-align: center;
width: 14px;
margin-right: 6px;
}
.dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry .context-menu-group-entry-icon:before {
margin: 0;
}
/* expression language */
.dmn-decision-table-container .context-menu .context-menu-group .context-menu-entry-set-expression-language {
flex-direction: column;
}
.dmn-decision-table-container .context-menu .context-menu-group .context-menu-entry-set-expression-language .expression-language {
margin-top: 8px;
}
.dmn-decision-table-container p.dms-hint {
font-size: 0.85em;
margin-top: 5px;
color: #888;
}
/* drag and drop */
.dmn-icon-drag {
color: transparent;
}
.dmn-decision-table-container th .dmn-icon-drag {
position: absolute;
left: 4px;
top: 50%;
transform: translateY(-50%);
}
.dmn-decision-table-container th:hover .dmn-icon-drag,
.dmn-decision-table-container td:hover .dmn-icon-drag {
color: #999;
}
.dmn-icon-drag.horizontal,
.dmn-icon-drag.vertical {
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
}
.dmn-icon-drag:hover {
color: #444;
}
/* description editor */
.dmn-decision-table-container .context-menu .description-editor {
margin: 0;
padding: 5px 0;
width: 192px;
border-left: solid 3px #444;
}
.dmn-decision-table-container .description-editor .dms-input {
border: none;
min-height: 0;
}
/* end description editor */

View File

@ -1,467 +0,0 @@
.dmn-decision-table-container {
width: 100%;
height: 100%;
position: relative;
}
.dmn-decision-table-container .input-cell .input-label,
.dmn-decision-table-container .input-cell .input-expression,
.dmn-decision-table-container .input-cell .output-label,
.dmn-decision-table-container .input-cell .output-name {
display: block;
}
.dmn-decision-table-container * {
box-sizing: border-box;
}
/** actionable icon */
.dmn-decision-table-container .action-icon {
border-radius: 2px;
color: #52b415;
margin-left: 5px;
}
.dmn-decision-table-container .action-icon:before {
margin-left: .1em;
margin-right: .1em;
}
.dmn-decision-table-container .actionable:hover .action-icon {
background-color: #52b415;
color: white;
}
/** end actionable icon */
/* basic styles */
.dmn-decision-table-container {
color: #444;
max-height: 100%;
}
.dmn-decision-table-container .tjs-table {
min-width: 100%;
}
/* end basic styles */
/* basic table styles */
.dmn-decision-table-container {
font-family: 'Arial', sans-serif;
font-size: 14px;
}
.dmn-decision-table-container .tjs-table {
table-layout: fixed;
border-collapse: collapse;
border: solid 1px #444;
}
.dmn-decision-table-container .tjs-table > tbody:empty {
display: none;
}
.dmn-decision-table-container table thead {
border-bottom: 3px double #444;
}
.dmn-decision-table-container td,
.dmn-decision-table-container th {
border: solid 1px #444;
padding: 4px;
}
.dmn-decision-table-container .tjs-table tr .output-cell {
border-left: 3px double #444;
}
.dmn-decision-table-container .tjs-table tr .output-cell + .output-cell {
border-left: 1px solid #444;
}
.dmn-decision-table-container th {
min-width: 192px;
}
.dmn-decision-table-container th,
.dmn-decision-table-container td {
white-space: pre;
}
.dmn-decision-table-container th.hit-policy {
width: 40px;
min-width: 40px;
vertical-align: top;
}
.dmn-decision-table-container th {
font-weight: normal;
}
.dmn-decision-table-container th.header {
text-align: center;
font-weight: bold;
}
.dmn-decision-table-container th.annotation.header {
vertical-align: bottom;
}
.dmn-decision-table-container td.rule-index {
text-align: right;
padding-right: 8px;
}
.dmn-decision-table-container thead .input-expression,
.dmn-decision-table-container thead .input-variable,
.dmn-decision-table-container thead .output-name,
.dmn-decision-table-container thead .type-ref,
.dmn-decision-table-container .script-editor {
font-family: monospace;
}
.dmn-decision-table-container .tjs-table tbody tr:nth-child(2n) {
background-color: #f8f8f8;
}
/* end basic table styles */
/* selection styles */
.dmn-decision-table-container th,
.dmn-decision-table-container td,
.dmn-decision-table-container h3,
.dmn-decision-table-container h5 {
position: relative;
}
.dmn-decision-table-container .selected:after {
content: '';
display: block;
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
border: solid 2px #4285f4;
z-index: 1;
pointer-events: none;
}
.dmn-decision-table-container th.selected:not(.focussed) {
background: #e9f1ff;
}
/* end selection styles */
/* footer styles */
.dmn-decision-table-container tfoot.add-rule td.add-rule-add {
text-align: right;
}
.dmn-decision-table-container tfoot.add-rule td {
border-color: #AAA;
color: #AAA;
}
.dmn-decision-table-container tfoot.add-rule:hover td {
border-color: #444;
color: #444;
}
/* end footer styles */
/* content editable styles */
.dmn-decision-table-container [contenteditable],
.dmn-decision-table-container [tabindex] {
outline: none;
}
/* end content editable styles */
/* context menu styles */
.dmn-decision-table-container {
overflow: auto;
position: relative;
}
/* decision table properties */
.dmn-decision-table-container .decision-table-properties {
color: #444;
background-color: #fff;
display: inline-block;
border: solid 1px #444;
margin-bottom: -1px;
position: relative;
min-width: 100px;
max-width: 50%;
}
.dmn-decision-table-container .decision-table-name,
.dmn-decision-table-container .decision-table-id {
margin: 0;
padding: 3px 6px;
text-align: center;
white-space: pre;
}
.dmn-decision-table-container .decision-table-id.invalid {
background: #f4cecd;
color: #c9302c;
}
.dmn-decision-table-container .decision-table-name {
font-size: 24px;
line-height: 30px;
padding: .3em;
font-weight: bold;
}
.dmn-decision-table-container .decision-table-id {
border-top: 1px solid #444;
font-family: monospace;
font-size: 18px;
}
/* end decision table properties */
/* view drd */
.dmn-decision-table-container .view-drd {
float: right;
margin-right: 10px;
}
.dmn-decision-table-container .view-drd .view-drd-button {
background: #fff;
padding: 8px;
border: solid 1px #CCC;
border-radius: 2px;
font-size: 14px;
color: #444;
font-weight: bold;
cursor: pointer;
outline: none;
}
.dmn-decision-table-container .view-drd .view-drd-button:hover {
background: #f6f6f6;
}
/* end view drd */
/* powered by */
.dmn-decision-table-container .powered-by-logo {
float: right;
width: 38px;
z-index: 10;
cursor: pointer;
}
.dmn-decision-table-container .powered-by-logo .logo {
width: 100%;
}
.dmn-decision-table-container .powered-by-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.2);
display: flex;
justify-content: center;
align-items: center;
z-index: 10000;
}
.dmn-decision-table-container .powered-by-overlay .powered-by-overlay-content {
background: #fff;
padding: 8px;
border: solid 1px #CCC;
border-radius: 2px;
font-size: 14px;
color: #444;
display: flex;
flex-direction: row;
max-width: 260px;
}
.dmn-decision-table-container .powered-by-overlay .powered-by-overlay-content div:first-child {
margin-right: 8px;
}
/* end powered by */
/* simple mode */
.dmn-decision-table-container .simple-mode-button {
color: #444;
background-color: #f6f6f6;
position: absolute;
background: #fff;
padding: 4px;
border-radius: 2px;
border: solid 1px #CCC;
cursor: pointer;
font-size: 14px;
z-index: 2;
opacity: .8;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.dmn-decision-table-container .simple-mode-button:hover {
opacity: 1;
}
.dmn-decision-table-container .simple-mode-button.disabled,
.dmn-decision-table-container .simple-mode-button.disabled:hover {
color: #CCC;
}
/* end simple mode */
/**
* badges
*/
.dms-badge {
border-radius: 2px;
padding: 3px 6px;
font-size: .8em;
height: 19px;
}
.dms-badge-icon + .dms-badge-label {
margin-left: 3px;
}
.dms-badge.dmn-variable-name {
background: #9e9e9e;
color: white;
}
.dms-badge.dmn-expression-language {
background: rgba(84, 146, 250, 0.3);
color: white;
}
.dms-badge + .dms-badge {
margin-left: 3px;
}
.dmn-decision-table-container .dmn-expression-language .dms-badge-label {
display: none;
}
.dmn-decision-table-container .input-cell:hover .dmn-expression-language .dms-badge-label,
.dmn-decision-table-container .output-cell:hover .dmn-expression-language .dms-badge-label {
display: inline-block;
}
.dmn-decision-table-container .input-editor .dmn-variable-name,
.dmn-decision-table-container .input-editor .dmn-expression-language {
margin-top: 4px;
display: inline-block;
}
.dmn-decision-table-container .cell:hover .dms-badge.dmn-expression-language {
background: #92b9fc;
z-index: 1;
}
.dmn-decision-table-container .cell .dms-badge.dmn-expression-language {
z-index: -1;
}
/* cell expression language */
.dmn-decision-table-container .cell .dmn-expression-language {
display: flex;
align-items: center;
position: absolute;
top: 2px;
right: 2px;
pointer-events: none;
}
/* end cell expression language */
/* drag and drop */
.dmn-decision-table-container .dragover:before {
content: '';
display: block;
position: absolute;
background-color: #666;
border-radius: 5px;
z-index: 2;
pointer-events: none;
}
.dmn-decision-table-container .dragover.top:before {
left: -6px;
right: -6px;
height: 5px;
top: -3px;
}
.dmn-decision-table-container .dragover.right:before {
top: -6px;
bottom: -6px;
width: 5px;
right: -3px;
}
.dmn-decision-table-container .dragover.bottom:before {
left: -6px;
right: -6px;
height: 5px;
bottom: -3px;
}
.dmn-decision-table-container .dragover.left:before {
top: -6px;
bottom: -6px;
width: 5px;
left: -3px;
}
.dmn-decision-table-container .dragged {
color: #999;
}
/* cell description */
.dmn-decision-table-container .description-indicator {
position: absolute;
top: 0;
right: -4px;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid black;
transform: rotate(45deg);
transform-origin: top;
}
/* end cell description */

View File

@ -1,63 +0,0 @@
.dmn-drd-container {
width: 100%;
height: 100%;
position: relative;
}
.dmn-drd-container * {
box-sizing: border-box;
}
.djs-overlay .drill-down-overlay {
font-size: 16px;
background: #52b415;
color: white;
text-align: left;
border-radius: 1px;
padding: 0 2px;
}
.dmn-definitions {
position: absolute;
top: 20px;
left: 20px;
background-color: #FAFAFA;
border: solid 1px #CCC;
border-radius: 2px;
padding: 4px;
}
.dmn-definitions .dmn-definitions-name {
font-size: 1.5em;
padding: 3px;
}
.dmn-definitions .dmn-definitions-name:focus {
outline: none;
}
.dmn-definitions .dmn-definitions-id {
font-family: monospace;
margin-top: 2px;
padding: 3px;
}
.dmn-definitions .dmn-definitions-id:focus {
outline: none;
}
.dmn-definitions > [contenteditable]:hover,
.dmn-definitions > [contenteditable]:focus {
padding: 2px;
background-color: white;
border-radius: 2px;
border: 1px solid #aaaaaa;
}
.djs-container.with-palette .dmn-definitions {
left: 80px;
}
.djs-container.with-palette-two-column .dmn-definitions {
left: 130px;
}

View File

@ -1,189 +0,0 @@
.dmn-literal-expression-container {
font-family: 'Arial', sans-serif;
position: relative;
color: #444;
width: 100%;
height: 100%;
position: relative;
}
.dmn-literal-expression-container * {
box-sizing: border-box;
}
/* decision properties */
.dmn-literal-expression-container .decision-properties {
color: #444;
background-color: #fff;
display: inline-block;
border: 1px solid #444;
border-bottom: none;
position: relative;
min-width: 192px;
max-width: 50%;
}
.dmn-literal-expression-container .decision-name:not(.editor),
.dmn-literal-expression-container .decision-id:not(.editor) {
cursor: default;
}
.dmn-literal-expression-container .decision-name.editor,
.dmn-literal-expression-container .decision-id.editor {
cursor: text;
}
.dmn-literal-expression-container .decision-name,
.dmn-literal-expression-container .decision-id {
margin: 0;
padding: 3px 6px;
text-align: center;
white-space: pre;
}
.dmn-literal-expression-container .decision-name div,
.dmn-literal-expression-container .decision-id div {
outline: none;
}
.dmn-literal-expression-container .decision-name.editor:not(.focussed):hover,
.dmn-literal-expression-container .decision-id.editor:not(.focussed):hover {
cursor: text;
}
.dmn-literal-expression-container .decision-name {
font-size: 24px;
line-height: 30px;
padding: .3em;
font-weight: bold;
}
.dmn-literal-expression-container .decision-id {
border-top: 1px solid #444;
font-family: monospace;
font-size: 18px;
}
/* textarea */
.dmn-literal-expression-container .textarea {
box-sizing: border-box;
width: 100%;
font-family: monospace;
border: 1px solid #444;
border-bottom-width: 1px;
white-space: pre;
font-size: 14px;
color: #444;
height: 250px;
}
.dmn-literal-expression-container .textarea .content,
.dmn-literal-expression-container .textarea .content-editable {
padding: 12px;
}
.dmn-literal-expression-container .textarea .content-editable {
height: 100%;
box-sizing: border-box;
overflow-y: auto;
}
.dmn-literal-expression-container .textarea div:focus {
outline: none;
}
.dmn-literal-expression-container .textarea.editor {
cursor: text;
}
.dmn-literal-expression-container .textarea:not(.editor) {
cursor: default;
}
/* literal expression properties */
.dmn-literal-expression-container .literal-expression-properties {
box-sizing: border-box;
width: 100%;
padding: 0;
border: 1px solid #444;
border-top: none;
font-size: 14px;
color: #444;
}
.dmn-literal-expression-container .literal-expression-properties table {
border-spacing: 8px;
}
.dmn-literal-expression-container .literal-expression-properties table tr td:first-child {
font-weight: bold;
}
.dmn-literal-expression-container .literal-expression-properties table tr td:last-child {
min-width: 100px;
}
/* view drd */
.dmn-literal-expression-container .view-drd {
float: right;
margin-right: 10px;
}
.dmn-literal-expression-container .view-drd .view-drd-button {
background: #fff;
padding: 8px;
border: solid 1px #CCC;
border-radius: 2px;
font-size: 14px;
color: #444;
font-weight: bold;
cursor: pointer;
outline: none;
}
.dmn-literal-expression-container .view-drd .view-drd-button:hover {
background: #f6f6f6;
}
/* powered by */
.dmn-literal-expression-container .powered-by-logo {
float: right;
width: 38px;
z-index: 10;
cursor: pointer;
}
.dmn-literal-expression-container .powered-by-logo .logo {
width: 100%;
}
.dmn-literal-expression-container .powered-by-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.2);
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
}
.dmn-literal-expression-container .powered-by-overlay .powered-by-overlay-content {
background: #fff;
padding: 8px;
border: solid 1px #CCC;
border-radius: 2px;
box-shadow: 0 1px 2px rgba(0,0,0,0.3);
font-size: 14px;
color: #444;
display: flex;
flex-direction: row;
max-width: 260px;
}
.dmn-literal-expression-container .powered-by-overlay .powered-by-overlay-content div:first-child {
margin-right: 8px;
}

File diff suppressed because one or more lines are too long

View File

@ -1,168 +0,0 @@
.dms-list-component .items {
margin: 0;
padding: 0;
list-style: none;
line-height: 1.7em;
}
.dms-list-component .items .item .remove {
float: right;
}
.dms-fill-row {
display: flex;
flex-direction: row;
align-items: center;
}
.dms-fill-row > * {
flex: 0 0 auto;
}
.dms-fill-row > :last-child {
flex: 1 1 auto;
}
.dms-label {
font-weight: bold;
white-space: nowrap;
margin-right: 5px;
}
.dms-hrule {
border: 0;
border-top: dotted 1px #DDD;
margin: 10px auto;
}
.dms-heading {
margin: 12px 0 8px;
font-weight: bold;
}
p.dms-hint button {
color: #3960a2;
text-decoration: none;
display: inline;
border: none;
padding: 0;
margin: 0;
cursor: pointer;
font: inherit;
background: none;
}
p.dms-hint button:hover {
color: #4285f4;
}
/* validated input */
p.dms-validation-warning {
color: #c9302c;
}
h3.dms-heading {
font-size: 16px;
}
h4.dms-heading {
font-size: 14px;
}
.dms-validated-input.dms-block .dms-input,
.dms-block {
display: block;
width: 100%;
}
.dms-input,
.dms-select {
outline: none;
padding: 3px 6px;
border: 1px solid #ccc;
background: none;
font-size: 14px;
color: #444;
min-height: 26px;
}
.dms-input {
min-height: 26px;
white-space: pre-wrap;
}
.dms-select {
height: 26px;
}
.dms-input:focus,
.dms-select:focus {
border-color: #52B415;
}
.dms-select.invalid:focus,
.dms-input.invalid:focus {
border-color: #c9302c;
}
.dms-input.invalid,
.dms-select.invalid {
background: #f4cecd;
border-color: #c9302c;
color: #c9302c;
}
.dms-script-input {
height: 150px;
white-space: pre-wrap;
overflow: auto;
}
.dms-input-select {
display: inline-block;
position: relative;
min-width: 128px;
}
.dms-input-select .dms-input {
padding-right: 24px;
}
.dms-input-select .dms-input-select-icon {
position: absolute;
right: 6px;
top: 50%;
transform: translateY(-50%);
}
.dms-input-select .options {
background: #fff;
}
.dms-select-options {
position: fixed;
background-color: #fff;
border: solid 1px #CCC;
border-radius: 2px;
font-size: 14px;
color: #444;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
z-index: 20;
cursor: pointer;
}
.dms-select-options .option {
padding: 4px 9px 4px 9px;
}
.dms-select-options .option.active {
background: #FAFAF0;
}
.dms-select-options .option:focus,
.dms-select-options .option:hover {
color: #52B415;
}

View File

@ -1,2 +1,22 @@
/* bpmn-js */
@import '/node_modules/bpmn-js-properties-panel/dist/assets/bpmn-js-properties-panel.css';
@import '/node_modules/bpmn-js/dist/assets/bpmn-font/css/bpmn-codes.css';
@import '/node_modules/bpmn-js/dist/assets/bpmn-font/css/bpmn-embedded.css';
@import '/node_modules/bpmn-js/dist/assets/bpmn-font/css/bpmn.css';
@import '/node_modules/bpmn-js/dist/assets/diagram-js.css';
/* dmn-js */
@import '/node_modules/dmn-js-properties-panel/dist/assets/dmn-js-properties-panel.css';
@import '/node_modules/dmn-js/dist/assets/diagram-js.css';
@import '/node_modules/dmn-js/dist/assets/dmn-font/css/dmn-codes.css';
@import '/node_modules/dmn-js/dist/assets/dmn-font/css/dmn-embedded.css';
@import '/node_modules/dmn-js/dist/assets/dmn-font/css/dmn.css';
@import '/node_modules/dmn-js/dist/assets/dmn-js-decision-table-controls.css';
@import '/node_modules/dmn-js/dist/assets/dmn-js-decision-table.css';
@import '/node_modules/dmn-js/dist/assets/dmn-js-drd.css';
@import '/node_modules/dmn-js/dist/assets/dmn-js-literal-expression.css';
@import '/node_modules/dmn-js/dist/assets/dmn-js-shared.css';
/* Angular Material */
@import './material-theme.scss'; @import './material-theme.scss';
@include cr-connect-theme($cr-connect-theme); @include cr-connect-theme($cr-connect-theme);