/*
 * @Description: 可定制主题-css全局变量
 * @Author: huangjj
 * @Date: 2022-12-07 11:16:38
 * @LastEditTime: 2022-12-12 17:49:23
 * @LastEditors: huangjj
 * @FilePath: \public\theme\var.css
 * 
 * This software is the confidential and proprietary information of 
 * OneCloud Co., Ltd. ('Confidential Information'). You shall not 
 * disclose such Confidential Information and shall use it only in 
 * accordance with the terms of the license agreement you entered 
 * into with OneCloud.
 */
 
:root {
  /* 全局主色 */
  --primaryColor:#27b89f;
  /* 全局 hover 主色 */
  --primaryHoverColor:#0f9a80;
  /* 全局 hover 浅色 */
  --primaryHoverLightColor: #d9f6f4;

  /* 登录页-页脚-链接 */
  --footerLinkColor: #fff;
  /* 登录页-页脚-分割线 */
  --footerDividerColor: #fff;
  /* 登录页-页脚-版权 */
  --footerTextColor: #fff;

  /* 侧边栏-域名-背景 */
  --sidebarDomainBgColor: #17bbb0;
  /* 侧边栏-域名-文本 */
  --sidebarDomainColor: #cafee8;
  /* 侧边栏-菜单-按钮-非激活 */
  --sidebarMenuIconColor: #fff;

  /* 消息 */
  --messageColor: #27b89f;

  /* 消息-文件卡片-上传进度条等 */
  --messageFileUploadColor: #e5f8f5;
  
  /* 最近聊天列表-选中项 */
  --recentListActiveColor: #e5f8f5;

  /* 被引用消息-发送框上方 */
  --quoteSectionHoverBgColor: #c0ebe8;
  /* 引用消息模块-背景 */
  --quoteMessageBg: linear-gradient(180deg, #1FD3C4 0%, #10B89A 100%);
  /* 引用消息模块-阴影 */
  --quoteMessageBoxShadow: none;
  /* 引用消息模块-被引用消息 */
  --quoteItemColor: #c2f3ec;
  /* 引用消息模块-被引用消息-下边框 */
  --quoteItemBorderBottom: 1px dashed #dafbf6;
  
  /* 头像-用户信息面板-域名信息 */
  --userInfoPanelHeadText: #e3f1eb;
  /* 头像-用户信息面板-域名信息-分割线 */
  --userInfoPanelHeadDivider: #e3f1eb;

  /* 工作台-主色 */
  --workbenchMainColor: #0aaa8d;
  /* 工作台-logo */
  --workbenchLogoColor: #0dab8e;
}