/*!
    *
    * Wijmo Library 5.20261.50
    * https://developer.mescius.com/wijmo
    *
    * Copyright(c) MESCIUS inc. All rights reserved.
    *
    * Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
    * us.sales@mescius.com
    * https://developer.mescius.com/wijmo/licensing
    *
    */

////////////////////////////////////////////////////////////////
// cleanlight theme
//

////////////////////////////////////////////////////////////////
// set variables
//
@use "../wijmo" with (
  $wj-bkg: #fff,
  $wj-txt: #555,
  $wj-bdr-rad: 0px,

  $wj-hdr-bkg: #fff,
  $wj-hdr-txt: #555,

  $wj-sel-bkg: #2196f3,
  $wj-sel-txt: #fff,
  $wj-msel-bkg: #e3eff8,
  $wj-msel-txt: #3b76a4,
  $wj-cell-grp-bkg: #eee,
  $wj-cell-grp-txt: #888,
  $wj-cell-frz: #eee,
  $wj-cell-frz-alt: #e1e1e1,
  $wj-cell-frz-bdr: none,
  $wj-cell-bdr: none,

  $wj-btn-bkg: #fff,
  $wj-btn-hvr: #eee,
  $wj-btn-txt: #555,
  $wj-btn-grp-bdr: none,

  $wj-tooltip: #a9a9a9,
  $wj-tooltip-txt: #fff,
  $wj-sort-index-txt: #2196f3
);

////////////////////////////////////////////////////////////////
// apply variables
//
// Handled by @use '../wijmo' above
