@import 'definition.scss';

$skin-name: 'bootstrap-dark';

//layout variables
$diagram-border-stroke-width: 2;
$diagram-lane-border-stroke-width: 2;
$diagram-highlighter-border-stroke-width: 2;
$diagram-symbolpalette-shape-radius: 4px;
$diagram-ruler-font-size: 10px;
$diagram-tooltip: none;

//normal
$diagram-resize-handle-disable-color: $grey-cc;
$diagram-border-stroke-disabled: $grey-cc;
$diagram-resize-handle-disable-stroke: $brand-primary-font;
$diagram-rotate-handle-color: $brand-primary;
$diagram-bezier-handle-color: $brand-primary-font;

$diagram-symbolpalette-hover: lighten($grey-cc, 5%);
$diagram-symbolpalette-selected: $grey-cc;

$diagram-ruler-color: $grey-dark-font;
$diagram-ruler-marker-stroke: $brand-primary;
$diagram-ruler-marker-background-color: $grey;
$diagram-ruler-label-fill: lighten($grey-cc, 10%);
$diagram-ruler-tick-stroke: $grey-f8;

//end normal

//primary
$diagram-endpoint-handle-color: $brand-primary-font;
$diagram-endpoint-handle-connected-border: $brand-primary-font;
$diagram-endpoint-handle-connected-color: $brand-primary;

$diagram-resize-handle-color: $brand-primary;
$diagram-resize-handle-stroke: $brand-primary;
$diagram-border-stroke: $brand-primary-darken-10;

$diagram-bezier-line-color: $brand-primary;

$palette-background-color: lighten($grey-cc, 20%);

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

$diagram-helper-stroke: $brand-primary;

$diagram-text-edit-selection-color: $brand-primary-font;
$diagram-text-edit-selection-background: $brand-primary;

$diagram-background-color: $brand-primary-font;

$diagram-editbox-background: $brand-primary-font;
$diagram-editbox-fontcolor: $gray-base;

$diagram-border-strokes: $brand-primary-darken-10;
$diagram-lane-border-strokes: $brand-primary;

$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;
  line-height: 1;
  text-transform: none;
}

@include export-module('diagram-bootstrap-icons') {
  .e-diagram-menu {
    .e-bringforward::before{ content: '\e5a1'; }
    .e-bringfront::before{ content: '\e5a2'; }
    .e-sendback::before{ content: '\e5a3'; }
    .e-sendbackward::before{ content: '\e5a4'; }
    .e-delete::before{ content: '\e94a'; }
    .e-ungroup::before{ content: '\e5a6'; }
    .e-group::before{ content: '\e5a7'; }
    .e-undo::before{ content: '\e341'; }
    .e-redo::before{ content: '\e354'; }
    .e-copy::before{ content: '\e33d'; }
    .e-cut::before{ content: '\e33b'; }
    .e-save::before{ content: '\ebc2'; }
    .e-paste::before{ content: '\e355'; }
    .e-zoomin::before{ content: '\e349'; }
    .e-italic::before{ content: '\e35a'; }
    .e-close::before{ content: '\ea7b'; }
    .e-pan::before{ content: '\ebcb'; }
    .e-bold::before{ content: '\e339'; }
    .e-underline::before{ content: '\e343'; }
    .e-zoomout::before{ content: '\e351'; }
    .e-export::before{ content: '\e702'; }
    .e-print::before{ content: '\e34b'; }
    .e-order::before{ content: '\e4a4'; }
  }

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