/**
 * @license
 * Copyright Endlessjs. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

@import '../core/functions';
@import '../core/mixins';
@import 'default';

$theme: (
  border-radius: 0.17rem,
  shadow: none,

  button-hero-glow-size: 0 0 20px 0,

  card-border-width: 1px,
  card-border-color: border-basic-color-4,

  context-menu-border-width: 1px,
  context-menu-border-color: border-basic-color-4,

  tabs-selected: color-primary-500,
  tabs-selected-second-color: color-primary-500,

  popover-border-width: 1px,
  popover-border-color: border-basic-color-4,

  tabset-border-radius: border-radius,
  route-tabset-border-radius: border-radius,
  user-rectangle-border-radius: border-radius,
  checkbox-border-radius: border-radius,
  modal-border-radius: border-radius,

  tabset-shadow: none,
  route-tabset-shadow: none,
  button-hero-shadow: none,
  alert-shadow: none,
  accordion-shadow: none,

  select-options-list-border-width: 0.0625rem,
  select-open-outline-border-color: select-options-list-outline-border-color,
);

$el-themes: el-register-theme($theme, corporate, default);
