@use 'ej2-base/styles/common/mixin' as *;
@use 'definition' as *;
@use 'ej2-base/styles/definition/fluent2' as *;
@forward 'ej2-base/styles/definition/fluent2';

//layout variables
$diagram-border-stroke-width: 2;
$diagram-lane-border-stroke-width: 2;
$diagram-highlighter-border-stroke-width: 2;
$diagram-symbolpalette-shape-radius: 4px;/* stylelint-disable-line length-zero-no-unit */
$diagram-tooltip: none;

//normal
$diagram-endpoint-handle-color: $primary-text-color;
$diagram-endpoint-handle-connected-border: $primary-text-color;

$diagram-resize-handle-disable-color: $primary-text-disabled;
$diagram-border-stroke-disabled: $content-bg-color-alt5;
$diagram-resize-handle-disable-stroke: $white;
$diagram-rotate-handle-color: $primary;
$diagram-bezier-handle-color: $primary-text-color;

$diagram-symbolpalette-hover: $diagram-palette-hover-background;
$diagram-symbolpalette-selected: $diagram-palette-selected-background;

$diagram-ruler-color: $content-text-color-alt3;
$diagram-ruler-font-size: $text-xxs;
$diagram-ruler-marker-background-color: $content-bg-color-alt1;
$diagram-ruler-label-fill: $content-text-color-alt3;
$diagram-ruler-tick-stroke: $border-dark;

$diagram-editbox-fontcolor: $black;
$diagram-overview-resizer-color:$primary;

//end normal
//primary
$diagram-endpoint-handle-connected-color: $primary;

$diagram-resize-handle-color: $primary;
$diagram-resize-handle-stroke: $primary;
$diagram-background-color: $white;
$diagram-border-stroke: $primary;
$diagram-bezier-line-color: $primary;

$diagram-highlighter-stroke: $primary;
$diagram-selected-region-stroke: $primary;
$diagram-pivot-line-stroke: $primary;
$diagram-ruler-marker-stroke: $primary;

$diagram-helper-stroke: $primary;

$palette-background-color: $diagram-palette-background;

$diagram-text-edit-selection-background: $primary;
$diagram-editbox-background: $grey-white;

$diagram-border-strokes: $primary;
$diagram-lane-border-strokes: $primary;
$diagram-text-edit-selection-color: $grey-white;

$diagram-multiselect-stroke: $diagram-resize-handle-stroke;

//end primary

.e-icons {
  font-family: 'e-icons';
  font-style: normal;
  font-variant: normal;
  font-weight: $font-weight-normal;
  line-height: 1;
  text-transform: none;
}

@include export-module('diagram-tailwind-icons') {

  .e-symbolpalette {
    .e-clear-searchtext::before{ content: '\e7e7'; }
  }
}
