diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 0000000..a263ea8 --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,22 @@ +{ + "env": { + "browser": true + }, + "extends": [ + "eslint:recommended", + "plugin:vue/vue3-essential", + "plugin:@typescript-eslint/recommended" + ], + "overrides": [], + "parser": "vue-eslint-parser", + "parserOptions": { + "ecmaVersion": "latest", + "sourceType": "module", + "parser": "@typescript-eslint/parser" + }, + "plugins": ["vue", "@typescript-eslint"], + "rules": { + "vue/multi-word-component-names": "off" + } +} + diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000..2a46f2a --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,3 @@ +{ + "endOfLine": "crlf" +} \ No newline at end of file diff --git a/package.json b/package.json index ffe175d..77d5d78 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "dev": "vite", "build": "vue-tsc && vite build", - "preview": "vite preview" + "preview": "vite preview", + "fix": "prettier --write src/**/*.{ts,js,vue,css,less} && eslint --fix src/**/*.{ts,js,vue}" }, "dependencies": { "@ant-design/icons-vue": "^6.1.0", @@ -21,9 +22,14 @@ "devDependencies": { "@types/node": "^18.11.18", "@types/nprogress": "^0.2.0", + "@typescript-eslint/eslint-plugin": "^5.48.2", + "@typescript-eslint/parser": "^5.48.2", "@vitejs/plugin-vue": "^4.0.0", "@vueuse/core": "^9.10.0", "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-vue": "^9.9.0", + "prettier": "^2.8.3", "typescript": "^4.9.3", "vite": "^4.0.0", "vue-tsc": "^1.0.11" diff --git a/public/iconfont/demo.css b/public/iconfont/demo.css deleted file mode 100644 index a67054a..0000000 --- a/public/iconfont/demo.css +++ /dev/null @@ -1,539 +0,0 @@ -/* Logo 字体 */ -@font-face { - font-family: "iconfont logo"; - src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834'); - src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'), - url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'), - url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'), - url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg'); -} - -.logo { - font-family: "iconfont logo"; - font-size: 160px; - font-style: normal; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -/* tabs */ -.nav-tabs { - position: relative; -} - -.nav-tabs .nav-more { - position: absolute; - right: 0; - bottom: 0; - height: 42px; - line-height: 42px; - color: #666; -} - -#tabs { - border-bottom: 1px solid #eee; -} - -#tabs li { - cursor: pointer; - width: 100px; - height: 40px; - line-height: 40px; - text-align: center; - font-size: 16px; - border-bottom: 2px solid transparent; - position: relative; - z-index: 1; - margin-bottom: -1px; - color: #666; -} - - -#tabs .active { - border-bottom-color: #f00; - color: #222; -} - -.tab-container .content { - display: none; -} - -/* 页面布局 */ -.main { - padding: 30px 100px; - width: 960px; - margin: 0 auto; -} - -.main .logo { - color: #333; - text-align: left; - margin-bottom: 30px; - line-height: 1; - height: 110px; - margin-top: -50px; - overflow: hidden; - *zoom: 1; -} - -.main .logo a { - font-size: 160px; - color: #333; -} - -.helps { - margin-top: 40px; -} - -.helps pre { - padding: 20px; - margin: 10px 0; - border: solid 1px #e7e1cd; - background-color: #fffdef; - overflow: auto; -} - -.icon_lists { - width: 100% !important; - overflow: hidden; - *zoom: 1; -} - -.icon_lists li { - width: 100px; - margin-bottom: 10px; - margin-right: 20px; - text-align: center; - list-style: none !important; - cursor: default; -} - -.icon_lists li .code-name { - line-height: 1.2; -} - -.icon_lists .icon { - display: block; - height: 100px; - line-height: 100px; - font-size: 42px; - margin: 10px auto; - color: #333; - -webkit-transition: font-size 0.25s linear, width 0.25s linear; - -moz-transition: font-size 0.25s linear, width 0.25s linear; - transition: font-size 0.25s linear, width 0.25s linear; -} - -.icon_lists .icon:hover { - font-size: 100px; -} - -.icon_lists .svg-icon { - /* 通过设置 font-size 来改变图标大小 */ - width: 1em; - /* 图标和文字相邻时,垂直对齐 */ - vertical-align: -0.15em; - /* 通过设置 color 来改变 SVG 的颜色/fill */ - fill: currentColor; - /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示 - normalize.css 中也包含这行 */ - overflow: hidden; -} - -.icon_lists li .name, -.icon_lists li .code-name { - color: #666; -} - -/* markdown 样式 */ -.markdown { - color: #666; - font-size: 14px; - line-height: 1.8; -} - -.highlight { - line-height: 1.5; -} - -.markdown img { - vertical-align: middle; - max-width: 100%; -} - -.markdown h1 { - color: #404040; - font-weight: 500; - line-height: 40px; - margin-bottom: 24px; -} - -.markdown h2, -.markdown h3, -.markdown h4, -.markdown h5, -.markdown h6 { - color: #404040; - margin: 1.6em 0 0.6em 0; - font-weight: 500; - clear: both; -} - -.markdown h1 { - font-size: 28px; -} - -.markdown h2 { - font-size: 22px; -} - -.markdown h3 { - font-size: 16px; -} - -.markdown h4 { - font-size: 14px; -} - -.markdown h5 { - font-size: 12px; -} - -.markdown h6 { - font-size: 12px; -} - -.markdown hr { - height: 1px; - border: 0; - background: #e9e9e9; - margin: 16px 0; - clear: both; -} - -.markdown p { - margin: 1em 0; -} - -.markdown>p, -.markdown>blockquote, -.markdown>.highlight, -.markdown>ol, -.markdown>ul { - width: 80%; -} - -.markdown ul>li { - list-style: circle; -} - -.markdown>ul li, -.markdown blockquote ul>li { - margin-left: 20px; - padding-left: 4px; -} - -.markdown>ul li p, -.markdown>ol li p { - margin: 0.6em 0; -} - -.markdown ol>li { - list-style: decimal; -} - -.markdown>ol li, -.markdown blockquote ol>li { - margin-left: 20px; - padding-left: 4px; -} - -.markdown code { - margin: 0 3px; - padding: 0 5px; - background: #eee; - border-radius: 3px; -} - -.markdown strong, -.markdown b { - font-weight: 600; -} - -.markdown>table { - border-collapse: collapse; - border-spacing: 0px; - empty-cells: show; - border: 1px solid #e9e9e9; - width: 95%; - margin-bottom: 24px; -} - -.markdown>table th { - white-space: nowrap; - color: #333; - font-weight: 600; -} - -.markdown>table th, -.markdown>table td { - border: 1px solid #e9e9e9; - padding: 8px 16px; - text-align: left; -} - -.markdown>table th { - background: #F7F7F7; -} - -.markdown blockquote { - font-size: 90%; - color: #999; - border-left: 4px solid #e9e9e9; - padding-left: 0.8em; - margin: 1em 0; -} - -.markdown blockquote p { - margin: 0; -} - -.markdown .anchor { - opacity: 0; - transition: opacity 0.3s ease; - margin-left: 8px; -} - -.markdown .waiting { - color: #ccc; -} - -.markdown h1:hover .anchor, -.markdown h2:hover .anchor, -.markdown h3:hover .anchor, -.markdown h4:hover .anchor, -.markdown h5:hover .anchor, -.markdown h6:hover .anchor { - opacity: 1; - display: inline-block; -} - -.markdown>br, -.markdown>p>br { - clear: both; -} - - -.hljs { - display: block; - background: white; - padding: 0.5em; - color: #333333; - overflow-x: auto; -} - -.hljs-comment, -.hljs-meta { - color: #969896; -} - -.hljs-string, -.hljs-variable, -.hljs-template-variable, -.hljs-strong, -.hljs-emphasis, -.hljs-quote { - color: #df5000; -} - -.hljs-keyword, -.hljs-selector-tag, -.hljs-type { - color: #a71d5d; -} - -.hljs-literal, -.hljs-symbol, -.hljs-bullet, -.hljs-attribute { - color: #0086b3; -} - -.hljs-section, -.hljs-name { - color: #63a35c; -} - -.hljs-tag { - color: #333333; -} - -.hljs-title, -.hljs-attr, -.hljs-selector-id, -.hljs-selector-class, -.hljs-selector-attr, -.hljs-selector-pseudo { - color: #795da3; -} - -.hljs-addition { - color: #55a532; - background-color: #eaffea; -} - -.hljs-deletion { - color: #bd2c00; - background-color: #ffecec; -} - -.hljs-link { - text-decoration: underline; -} - -/* 代码高亮 */ -/* PrismJS 1.15.0 -https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */ -/** - * prism.js default theme for JavaScript, CSS and HTML - * Based on dabblet (http://dabblet.com) - * @author Lea Verou - */ -code[class*="language-"], -pre[class*="language-"] { - color: black; - background: none; - text-shadow: 0 1px white; - font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; - text-align: left; - white-space: pre; - word-spacing: normal; - word-break: normal; - word-wrap: normal; - line-height: 1.5; - - -moz-tab-size: 4; - -o-tab-size: 4; - tab-size: 4; - - -webkit-hyphens: none; - -moz-hyphens: none; - -ms-hyphens: none; - hyphens: none; -} - -pre[class*="language-"]::-moz-selection, -pre[class*="language-"] ::-moz-selection, -code[class*="language-"]::-moz-selection, -code[class*="language-"] ::-moz-selection { - text-shadow: none; - background: #b3d4fc; -} - -pre[class*="language-"]::selection, -pre[class*="language-"] ::selection, -code[class*="language-"]::selection, -code[class*="language-"] ::selection { - text-shadow: none; - background: #b3d4fc; -} - -@media print { - - code[class*="language-"], - pre[class*="language-"] { - text-shadow: none; - } -} - -/* Code blocks */ -pre[class*="language-"] { - padding: 1em; - margin: .5em 0; - overflow: auto; -} - -:not(pre)>code[class*="language-"], -pre[class*="language-"] { - background: #f5f2f0; -} - -/* Inline code */ -:not(pre)>code[class*="language-"] { - padding: .1em; - border-radius: .3em; - white-space: normal; -} - -.token.comment, -.token.prolog, -.token.doctype, -.token.cdata { - color: slategray; -} - -.token.punctuation { - color: #999; -} - -.namespace { - opacity: .7; -} - -.token.property, -.token.tag, -.token.boolean, -.token.number, -.token.constant, -.token.symbol, -.token.deleted { - color: #905; -} - -.token.selector, -.token.attr-name, -.token.string, -.token.char, -.token.builtin, -.token.inserted { - color: #690; -} - -.token.operator, -.token.entity, -.token.url, -.language-css .token.string, -.style .token.string { - color: #9a6e3a; - background: hsla(0, 0%, 100%, .5); -} - -.token.atrule, -.token.attr-value, -.token.keyword { - color: #07a; -} - -.token.function, -.token.class-name { - color: #DD4A68; -} - -.token.regex, -.token.important, -.token.variable { - color: #e90; -} - -.token.important, -.token.bold { - font-weight: bold; -} - -.token.italic { - font-style: italic; -} - -.token.entity { - cursor: help; -} diff --git a/public/iconfont/demo_index.html b/public/iconfont/demo_index.html deleted file mode 100644 index 142449a..0000000 --- a/public/iconfont/demo_index.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - iconfont Demo - - - - - - - - - - - - - -
-

- - -

- -
-
-
    - -
  • - -
    moon
    -
    
    -
  • - -
  • - -
    sun
    -
    
    -
  • - -
-
-

Unicode 引用

-
- -

Unicode 是字体在网页端最原始的应用方式,特点是:

-
    -
  • 支持按字体的方式去动态调整图标大小,颜色等等。
  • -
  • 默认情况下不支持多色,直接添加多色图标会自动去色。
  • -
-
-

注意:新版 iconfont 支持两种方式引用多色图标:SVG symbol 引用方式和彩色字体图标模式。(使用彩色字体图标需要在「编辑项目」中开启「彩色」选项后并重新生成。)

-
-

Unicode 使用步骤如下:

-

第一步:拷贝项目下面生成的 @font-face

-
@font-face {
-  font-family: 'iconfont';
-  src: url('iconfont.woff2?t=1673203539295') format('woff2'),
-       url('iconfont.woff?t=1673203539295') format('woff'),
-       url('iconfont.ttf?t=1673203539295') format('truetype');
-}
-
-

第二步:定义使用 iconfont 的样式

-
.iconfont {
-  font-family: "iconfont" !important;
-  font-size: 16px;
-  font-style: normal;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-}
-
-

第三步:挑选相应图标并获取字体编码,应用于页面

-
-<span class="iconfont">&#x33;</span>
-
-
-

"iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。

-
-
-
-
-
    - -
  • - -
    - moon -
    -
    .icon-moon -
    -
  • - -
  • - -
    - sun -
    -
    .icon-sun -
    -
  • - -
-
-

font-class 引用

-
- -

font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。

-

与 Unicode 使用方式相比,具有如下特点:

-
    -
  • 相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。
  • -
  • 因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。
  • -
-

使用步骤如下:

-

第一步:引入项目下面生成的 fontclass 代码:

-
<link rel="stylesheet" href="./iconfont.css">
-
-

第二步:挑选相应图标并获取类名,应用于页面:

-
<span class="iconfont icon-xxx"></span>
-
-
-

" - iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。

-
-
-
-
-
    - -
  • - -
    moon
    -
    #icon-moon
    -
  • - -
  • - -
    sun
    -
    #icon-sun
    -
  • - -
-
-

Symbol 引用

-
- -

这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇文章 - 这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:

-
    -
  • 支持多色图标了,不再受单色限制。
  • -
  • 通过一些技巧,支持像字体那样,通过 font-size, color 来调整样式。
  • -
  • 兼容性较差,支持 IE9+,及现代浏览器。
  • -
  • 浏览器渲染 SVG 的性能一般,还不如 png。
  • -
-

使用步骤如下:

-

第一步:引入项目下面生成的 symbol 代码:

-
<script src="./iconfont.js"></script>
-
-

第二步:加入通用 CSS 代码(引入一次就行):

-
<style>
-.icon {
-  width: 1em;
-  height: 1em;
-  vertical-align: -0.15em;
-  fill: currentColor;
-  overflow: hidden;
-}
-</style>
-
-

第三步:挑选相应图标并获取类名,应用于页面:

-
<svg class="icon" aria-hidden="true">
-  <use xlink:href="#icon-xxx"></use>
-</svg>
-
-
-
- -
-
- - - diff --git a/public/iconfont/iconfont.css b/public/iconfont/iconfont.css deleted file mode 100644 index f4d6256..0000000 --- a/public/iconfont/iconfont.css +++ /dev/null @@ -1,23 +0,0 @@ -@font-face { - font-family: "iconfont"; /* Project id 3856022 */ - src: url('iconfont.woff2?t=1673203539295') format('woff2'), - url('iconfont.woff?t=1673203539295') format('woff'), - url('iconfont.ttf?t=1673203539295') format('truetype'); -} - -.iconfont { - font-family: "iconfont" !important; - font-size: 16px; - font-style: normal; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.icon-moon:before { - content: "\e653"; -} - -.icon-sun:before { - content: "\e67c"; -} - diff --git a/public/iconfont/iconfont.js b/public/iconfont/iconfont.js deleted file mode 100644 index 6930fb7..0000000 --- a/public/iconfont/iconfont.js +++ /dev/null @@ -1 +0,0 @@ -window._iconfont_svg_string_3856022='',function(n){var t=(t=document.getElementsByTagName("script"))[t.length-1],e=t.getAttribute("data-injectcss"),t=t.getAttribute("data-disable-injectsvg");if(!t){var o,i,a,d,c,l=function(t,e){e.parentNode.insertBefore(t,e)};if(e&&!n.__iconfont__svg__cssinject__){n.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(t){console&&console.log(t)}}o=function(){var t,e=document.createElement("div");e.innerHTML=n._iconfont_svg_string_3856022,(e=e.getElementsByTagName("svg")[0])&&(e.setAttribute("aria-hidden","true"),e.style.position="absolute",e.style.width=0,e.style.height=0,e.style.overflow="hidden",e=e,(t=document.body).firstChild?l(e,t.firstChild):t.appendChild(e))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(o,0):(i=function(){document.removeEventListener("DOMContentLoaded",i,!1),o()},document.addEventListener("DOMContentLoaded",i,!1)):document.attachEvent&&(a=o,d=n.document,c=!1,r(),d.onreadystatechange=function(){"complete"==d.readyState&&(d.onreadystatechange=null,s())})}function s(){c||(c=!0,a())}function r(){try{d.documentElement.doScroll("left")}catch(t){return void setTimeout(r,50)}s()}}(window); \ No newline at end of file diff --git a/public/iconfont/iconfont.json b/public/iconfont/iconfont.json deleted file mode 100644 index 6b54c41..0000000 --- a/public/iconfont/iconfont.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "id": "3856022", - "name": "fsuser", - "font_family": "iconfont", - "css_prefix_text": "icon-", - "description": "", - "glyphs": [ - { - "icon_id": "7715054", - "name": "moon", - "font_class": "moon", - "unicode": "e653", - "unicode_decimal": 58963 - }, - { - "icon_id": "7715184", - "name": "sun", - "font_class": "sun", - "unicode": "e67c", - "unicode_decimal": 59004 - } - ] -} diff --git a/public/iconfont/iconfont.ttf b/public/iconfont/iconfont.ttf deleted file mode 100644 index 25a4b3a..0000000 Binary files a/public/iconfont/iconfont.ttf and /dev/null differ diff --git a/public/iconfont/iconfont.woff b/public/iconfont/iconfont.woff deleted file mode 100644 index ded2508..0000000 Binary files a/public/iconfont/iconfont.woff and /dev/null differ diff --git a/public/iconfont/iconfont.woff2 b/public/iconfont/iconfont.woff2 deleted file mode 100644 index 174f3cf..0000000 Binary files a/public/iconfont/iconfont.woff2 and /dev/null differ diff --git a/public/theme/antd.dark.css b/public/theme/antd.dark.css index c45cd05..2c31595 100644 --- a/public/theme/antd.dark.css +++ b/public/theme/antd.dark.css @@ -13,12 +13,12 @@ /* stylelint-disable no-duplicate-selectors */ /* stylelint-disable */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ -[class^=ant-]::-ms-clear, -[class*= ant-]::-ms-clear, -[class^=ant-] input::-ms-clear, -[class*= ant-] input::-ms-clear, -[class^=ant-] input::-ms-reveal, -[class*= ant-] input::-ms-reveal { +[class^="ant-"]::-ms-clear, +[class*="ant-"]::-ms-clear, +[class^="ant-"] input::-ms-clear, +[class*="ant-"] input::-ms-clear, +[class^="ant-"] input::-ms-reveal, +[class*="ant-"] input::-ms-reveal { display: none; } /* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */ @@ -48,13 +48,15 @@ body { margin: 0; color: rgba(255, 255, 255, 0.85); font-size: 14px; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, + "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-variant: tabular-nums; line-height: 1.5715; background-color: #000; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; } -[tabindex='-1']:focus { +[tabindex="-1"]:focus { outline: none !important; } hr { @@ -81,7 +83,7 @@ abbr[title], abbr[data-original-title] { text-decoration: underline; -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; + text-decoration: underline dotted; border-bottom: 0; cursor: help; } @@ -90,9 +92,9 @@ address { font-style: normal; line-height: inherit; } -input[type='text'], -input[type='password'], -input[type='number'], +input[type="text"], +input[type="password"], +input[type="number"], textarea { -webkit-appearance: none; } @@ -174,7 +176,8 @@ code, kbd, samp { font-size: 1em; - font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace; + font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, + monospace; } pre { margin-top: 0; @@ -191,8 +194,8 @@ img { a, area, button, -[role='button'], -input:not([type='range']), +[role="button"], +input:not([type="range"]), label, select, summary, @@ -235,21 +238,21 @@ html [type="button"], -webkit-appearance: button; } button::-moz-focus-inner, -[type='button']::-moz-focus-inner, -[type='reset']::-moz-focus-inner, -[type='submit']::-moz-focus-inner { +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { padding: 0; border-style: none; } -input[type='radio'], -input[type='checkbox'] { +input[type="radio"], +input[type="checkbox"] { box-sizing: border-box; padding: 0; } -input[type='date'], -input[type='time'], -input[type='datetime-local'], -input[type='month'] { +input[type="date"], +input[type="time"], +input[type="datetime-local"], +input[type="month"] { -webkit-appearance: listbox; } textarea { @@ -276,16 +279,16 @@ legend { progress { vertical-align: baseline; } -[type='number']::-webkit-inner-spin-button, -[type='number']::-webkit-outer-spin-button { +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { height: auto; } -[type='search'] { +[type="search"] { outline-offset: -2px; -webkit-appearance: none; } -[type='search']::-webkit-search-cancel-button, -[type='search']::-webkit-search-decoration { +[type="search"]::-webkit-search-cancel-button, +[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { @@ -318,12 +321,12 @@ mark { } .clearfix::before { display: table; - content: ''; + content: ""; } .clearfix::after { display: table; clear: both; - content: ''; + content: ""; } .anticon { display: inline-block; @@ -771,15 +774,15 @@ mark { transform: rotate(360deg); } } -[ant-click-animating='true'], -[ant-click-animating-without-extra-node='true'] { +[ant-click-animating="true"], +[ant-click-animating-without-extra-node="true"] { position: relative; } html { --antd-wave-shadow-color: #177ddc; --scroll-bar: 0; } -[ant-click-animating-without-extra-node='true']::after, +[ant-click-animating-without-extra-node="true"]::after, .ant-click-animating-node { position: absolute; top: 0; @@ -791,9 +794,10 @@ html { box-shadow: 0 0 0 0 #177ddc; box-shadow: 0 0 0 0 var(--antd-wave-shadow-color); opacity: 0.2; - animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1); + animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), + waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1); animation-fill-mode: forwards; - content: ''; + content: ""; pointer-events: none; } @keyframes waveEffect { @@ -1741,11 +1745,13 @@ html { overflow: hidden; } .ant-motion-collapse-legacy-active { - transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important; + transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), + opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important; } .ant-motion-collapse { overflow: hidden; - transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important; + transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), + opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important; } /*!**********************************************************************************************************************************************************************************************************************************************************!*\ @@ -1776,7 +1782,7 @@ html { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; display: flex; align-items: center; @@ -1882,7 +1888,11 @@ html { .ant-alert.ant-alert-motion-leave { overflow: hidden; opacity: 1; - transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); + transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), + opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), + padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), + padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), + margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); } .ant-alert.ant-alert-motion-leave-active { max-height: 0; @@ -1936,7 +1946,7 @@ html { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; padding-left: 2px; } @@ -1959,7 +1969,7 @@ html { height: 100%; margin: 0 auto; background-color: #303030; - content: ' '; + content: " "; } .ant-anchor-ink-ball { position: absolute; @@ -2041,7 +2051,7 @@ html { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; } .ant-select-auto-complete .ant-select-clear { right: 13px; @@ -2082,8 +2092,8 @@ html { .ant-select-single .ant-select-selector .ant-select-selection-item { position: relative; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-select-single .ant-select-selector .ant-select-selection-placeholder { transition: none; @@ -2091,11 +2101,13 @@ html { } .ant-select-single .ant-select-selector::after, .ant-select-single .ant-select-selector .ant-select-selection-item::after, -.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after { +.ant-select-single + .ant-select-selector + .ant-select-selection-placeholder::after { display: inline-block; width: 0; visibility: hidden; - content: '\a0'; + content: "\a0"; } .ant-select-single.ant-select-show-arrow .ant-select-selection-search { right: 25px; @@ -2112,65 +2124,104 @@ html { height: 32px; padding: 0 11px; } -.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input { +.ant-select-single:not(.ant-select-customize-input) + .ant-select-selector + .ant-select-selection-search-input { height: 30px; } -.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after { +.ant-select-single:not(.ant-select-customize-input) + .ant-select-selector::after { line-height: 30px; } .ant-select-single.ant-select-customize-input .ant-select-selector::after { display: none; } -.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search { +.ant-select-single.ant-select-customize-input + .ant-select-selector + .ant-select-selection-search { position: static; width: 100%; } -.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder { +.ant-select-single.ant-select-customize-input + .ant-select-selector + .ant-select-selection-placeholder { position: absolute; right: 0; left: 0; padding: 0 11px; } -.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after { +.ant-select-single.ant-select-customize-input + .ant-select-selector + .ant-select-selection-placeholder::after { display: none; } -.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector { +.ant-select-single.ant-select-lg:not(.ant-select-customize-input) + .ant-select-selector { height: 40px; } -.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after, -.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item, -.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder { +.ant-select-single.ant-select-lg:not(.ant-select-customize-input) + .ant-select-selector::after, +.ant-select-single.ant-select-lg:not(.ant-select-customize-input) + .ant-select-selector + .ant-select-selection-item, +.ant-select-single.ant-select-lg:not(.ant-select-customize-input) + .ant-select-selector + .ant-select-selection-placeholder { line-height: 38px; } -.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input { +.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not( + .ant-select-customize-input + ) + .ant-select-selection-search-input { height: 38px; } -.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector { +.ant-select-single.ant-select-sm:not(.ant-select-customize-input) + .ant-select-selector { height: 24px; } -.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after, -.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item, -.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder { +.ant-select-single.ant-select-sm:not(.ant-select-customize-input) + .ant-select-selector::after, +.ant-select-single.ant-select-sm:not(.ant-select-customize-input) + .ant-select-selector + .ant-select-selection-item, +.ant-select-single.ant-select-sm:not(.ant-select-customize-input) + .ant-select-selector + .ant-select-selection-placeholder { line-height: 22px; } -.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input { +.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not( + .ant-select-customize-input + ) + .ant-select-selection-search-input { height: 22px; } -.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search { +.ant-select-single.ant-select-sm:not(.ant-select-customize-input) + .ant-select-selection-search { right: 7px; left: 7px; } -.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector { +.ant-select-single.ant-select-sm:not(.ant-select-customize-input) + .ant-select-selector { padding: 0 7px; } -.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search { +.ant-select-single.ant-select-sm:not( + .ant-select-customize-input + ).ant-select-show-arrow + .ant-select-selection-search { right: 28px; } -.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item, -.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder { +.ant-select-single.ant-select-sm:not( + .ant-select-customize-input + ).ant-select-show-arrow + .ant-select-selection-item, +.ant-select-single.ant-select-sm:not( + .ant-select-customize-input + ).ant-select-show-arrow + .ant-select-selection-placeholder { padding-right: 21px; } -.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector { +.ant-select-single.ant-select-lg:not(.ant-select-customize-input) + .ant-select-selector { padding: 0 11px; } /** @@ -2207,7 +2258,7 @@ html { width: 0; margin: 2px 0; line-height: 24px; - content: '\a0'; + content: "\a0"; } .ant-select-multiple.ant-select-show-arrow .ant-select-selector, .ant-select-multiple.ant-select-allow-clear .ant-select-selector { @@ -2229,14 +2280,14 @@ html { cursor: default; transition: font-size 0.3s, line-height 0.3s, height 0.3s; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; -webkit-margin-end: 4px; - margin-inline-end: 4px; + margin-inline-end: 4px; -webkit-padding-start: 8px; - padding-inline-start: 8px; + padding-inline-start: 8px; -webkit-padding-end: 4px; - padding-inline-end: 4px; + padding-inline-end: 4px; } .ant-select-disabled.ant-select-multiple .ant-select-selection-item { color: #595959; @@ -2276,7 +2327,10 @@ html { .ant-select-multiple .ant-select-selection-item-remove::before { display: none; } -.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon { +.ant-select-multiple + .ant-select-selection-item-remove + .ant-select-multiple + .ant-select-selection-item-remove-icon { display: block; } .ant-select-multiple .ant-select-selection-item-remove > .anticon { @@ -2285,20 +2339,25 @@ html { .ant-select-multiple .ant-select-selection-item-remove:hover { color: rgba(255, 255, 255, 0.75); } -.ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search { +.ant-select-multiple + .ant-select-selection-overflow-item + + .ant-select-selection-overflow-item + .ant-select-selection-search { -webkit-margin-start: 0; - margin-inline-start: 0; + margin-inline-start: 0; } .ant-select-multiple .ant-select-selection-search { position: relative; max-width: 100%; -webkit-margin-start: 7px; - margin-inline-start: 7px; + margin-inline-start: 7px; } .ant-select-multiple .ant-select-selection-search-input, .ant-select-multiple .ant-select-selection-search-mirror { height: 24px; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, + "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; line-height: 24px; transition: all 0.3s; } @@ -2359,7 +2418,7 @@ html { } .ant-select-multiple.ant-select-sm .ant-select-selection-search { -webkit-margin-start: 3px; - margin-inline-start: 3px; + margin-inline-start: 3px; } .ant-select-multiple.ant-select-lg .ant-select-selection-item { height: 32px; @@ -2378,7 +2437,7 @@ html { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; display: inline-block; cursor: pointer; @@ -2393,40 +2452,56 @@ html { .ant-select:not(.ant-select-customize-input) .ant-select-selector input { cursor: pointer; } -.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector { +.ant-select-show-search.ant-select:not(.ant-select-customize-input) + .ant-select-selector { cursor: text; } -.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input { +.ant-select-show-search.ant-select:not(.ant-select-customize-input) + .ant-select-selector + input { cursor: auto; } -.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector { +.ant-select-focused:not(.ant-select-disabled).ant-select:not( + .ant-select-customize-input + ) + .ant-select-selector { border-color: #177ddc; box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2); border-right-width: 1px !important; outline: 0; } -.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector { +.ant-select-disabled.ant-select:not(.ant-select-customize-input) + .ant-select-selector { color: rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.08); cursor: not-allowed; } -.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector { +.ant-select-multiple.ant-select-disabled.ant-select:not( + .ant-select-customize-input + ) + .ant-select-selector { background: #141414; } -.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input { +.ant-select-disabled.ant-select:not(.ant-select-customize-input) + .ant-select-selector + input { cursor: not-allowed; } -.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input { +.ant-select:not(.ant-select-customize-input) + .ant-select-selector + .ant-select-selection-search-input { margin: 0; padding: 0; background: transparent; border: none; outline: none; -webkit-appearance: none; - -moz-appearance: none; - appearance: none; + -moz-appearance: none; + appearance: none; } -.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button { +.ant-select:not(.ant-select-customize-input) + .ant-select-selector + .ant-select-selection-search-input::-webkit-search-cancel-button { display: none; /* stylelint-disable-next-line property-no-vendor-prefix */ -webkit-appearance: none; @@ -2546,7 +2621,7 @@ html { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: absolute; top: -9999px; left: -9999px; @@ -2559,7 +2634,8 @@ html { background-color: #1f1f1f; border-radius: 2px; outline: none; - box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); + box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), + 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); } .ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft, .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft { @@ -2629,7 +2705,8 @@ html { font-weight: 600; background-color: #111b26; } -.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state { +.ant-select-item-option-selected:not(.ant-select-item-option-disabled) + .ant-select-item-option-state { color: #177ddc; } .ant-select-item-option-disabled { @@ -2669,7 +2746,8 @@ html { padding-left: 12px; } .ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector, -.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector { +.ant-select-rtl.ant-select-multiple.ant-select-allow-clear + .ant-select-selector { padding-right: 4px; padding-left: 24px; } @@ -2689,29 +2767,46 @@ html { right: 11px; left: auto; } -.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder { +.ant-select-rtl.ant-select-multiple.ant-select-sm + .ant-select-selection-placeholder { right: 7px; } -.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item, -.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder { +.ant-select-rtl.ant-select-single + .ant-select-selector + .ant-select-selection-item, +.ant-select-rtl.ant-select-single + .ant-select-selector + .ant-select-selection-placeholder { right: 0; left: 9px; text-align: right; } -.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search { +.ant-select-rtl.ant-select-single.ant-select-show-arrow + .ant-select-selection-search { right: 11px; left: 25px; } -.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item, -.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder { +.ant-select-rtl.ant-select-single.ant-select-show-arrow + .ant-select-selection-item, +.ant-select-rtl.ant-select-single.ant-select-show-arrow + .ant-select-selection-placeholder { padding-right: 0; padding-left: 18px; } -.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search { +.ant-select-rtl.ant-select-single.ant-select-sm:not( + .ant-select-customize-input + ).ant-select-show-arrow + .ant-select-selection-search { right: 6px; } -.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item, -.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder { +.ant-select-rtl.ant-select-single.ant-select-sm:not( + .ant-select-customize-input + ).ant-select-show-arrow + .ant-select-selection-item, +.ant-select-rtl.ant-select-single.ant-select-sm:not( + .ant-select-customize-input + ).ant-select-show-arrow + .ant-select-selection-placeholder { padding-right: 0; padding-left: 21px; } @@ -2765,7 +2860,7 @@ html { fill: #262626; } .ant-empty-img-default-path-2 { - fill: url('#linearGradient-1'); + fill: url("#linearGradient-1"); } .ant-empty-img-default-path-3 { fill: #595959; @@ -2810,7 +2905,7 @@ html { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; display: inline-block; overflow: hidden; @@ -2883,7 +2978,7 @@ html { width: 100%; height: 100%; -o-object-fit: cover; - object-fit: cover; + object-fit: cover; } .ant-avatar-group { display: inline-flex; @@ -2922,7 +3017,7 @@ html { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: fixed; right: 100px; bottom: 50px; @@ -2984,7 +3079,7 @@ html { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; display: inline-block; line-height: 1; @@ -3074,7 +3169,7 @@ html { border: 1px solid #177ddc; border-radius: 50%; animation: antStatusProcessing 1.2s infinite ease-in-out; - content: ''; + content: ""; } .ant-badge-status-default { background-color: #d9d9d9; @@ -3251,7 +3346,7 @@ html { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: absolute; top: 8px; height: 22px; @@ -3283,7 +3378,7 @@ html { height: inherit; color: rgba(0, 0, 0, 0.25); border: inherit; - content: ''; + content: ""; } .ant-ribbon-color-pink { color: #cb2b83; @@ -3358,14 +3453,17 @@ html { } .ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count, .ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot, -.ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component { +.ant-badge-rtl + .ant-badge:not(.ant-badge-not-a-wrapper) + .ant-scroll-number-custom-component { right: auto; left: 0; direction: ltr; transform: translate(-50%, -50%); transform-origin: 0% 0%; } -.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component { +.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) + .ant-scroll-number-custom-component { right: auto; left: 0; transform: translate(-50%, -50%); @@ -3422,7 +3520,7 @@ html { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; color: rgba(255, 255, 255, 0.45); font-size: 14px; } @@ -3461,12 +3559,12 @@ html { } .ant-breadcrumb-rtl::before { display: table; - content: ''; + content: ""; } .ant-breadcrumb-rtl::after { display: table; clear: both; - content: ''; + content: ""; } .ant-breadcrumb-rtl > span { float: right; @@ -3505,7 +3603,8 @@ html { .ant-menu-item-danger.ant-menu-item-selected > a:hover { color: #a61d24; } -.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected { +.ant-menu:not(.ant-menu-horizontal) + .ant-menu-item-danger.ant-menu-item-selected { background-color: #2a1215; } .ant-menu-inline .ant-menu-item-danger.ant-menu-item::after { @@ -3516,7 +3615,8 @@ html { .ant-menu-dark .ant-menu-item-danger.ant-menu-item > a { color: #a61d24; } -.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected { +.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) + .ant-menu-item-danger.ant-menu-item-selected { color: #fff; background-color: #a61d24; } @@ -3526,7 +3626,7 @@ html { padding: 0; font-variant: tabular-nums; line-height: 1.5715; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; margin-bottom: 0; padding-left: 0; color: rgba(255, 255, 255, 0.85); @@ -3536,17 +3636,18 @@ html { list-style: none; background: #141414; outline: none; - box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); + box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), + 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s; } .ant-menu::before { display: table; - content: ''; + content: ""; } .ant-menu::after { display: table; clear: both; - content: ''; + content: ""; } .ant-menu.ant-menu-root:focus-visible { box-shadow: 0 0 0 2px #11263c; @@ -3576,11 +3677,14 @@ html { transition: all 0.3s; } .ant-menu-horizontal .ant-menu-submenu { - transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); + transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), + background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } .ant-menu-submenu, .ant-menu-submenu-inline { - transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); + transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), + background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), + padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); } .ant-menu-submenu-selected { color: #177ddc; @@ -3591,7 +3695,8 @@ html { } .ant-menu-submenu .ant-menu-sub { cursor: initial; - transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); + transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), + padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } .ant-menu-title-content { transition: color 0.3s; @@ -3609,7 +3714,7 @@ html { bottom: 0; left: 0; background-color: transparent; - content: ''; + content: ""; } .ant-menu-item > .ant-badge a { color: rgba(255, 255, 255, 0.85); @@ -3663,9 +3768,9 @@ html { overflow: hidden; border-right: 0; } -.ant-menu-vertical.ant-menu-sub:not([class*='-active']), -.ant-menu-vertical-left.ant-menu-sub:not([class*='-active']), -.ant-menu-vertical-right.ant-menu-sub:not([class*='-active']) { +.ant-menu-vertical.ant-menu-sub:not([class*="-active"]), +.ant-menu-vertical-left.ant-menu-sub:not([class*="-active"]), +.ant-menu-vertical-right.ant-menu-sub:not([class*="-active"]) { overflow-x: hidden; overflow-y: auto; } @@ -3704,7 +3809,8 @@ html { padding: 0 20px; white-space: nowrap; cursor: pointer; - transition: border-color 0.3s, background 0.3s, padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); + transition: border-color 0.3s, background 0.3s, + padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } .ant-menu-item .ant-menu-item-icon, .ant-menu-submenu-title .ant-menu-item-icon, @@ -3712,7 +3818,8 @@ html { .ant-menu-submenu-title .anticon { min-width: 14px; font-size: 14px; - transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s; + transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), + margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s; } .ant-menu-item .ant-menu-item-icon + span, .ant-menu-submenu-title .ant-menu-item-icon + span, @@ -3720,7 +3827,8 @@ html { .ant-menu-submenu-title .anticon + span { margin-left: 10px; opacity: 1; - transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s; + transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, + color 0.3s; } .ant-menu-item .ant-menu-item-icon.svg, .ant-menu-submenu-title .ant-menu-item-icon.svg { @@ -3758,7 +3866,7 @@ html { width: 100%; height: 100%; opacity: 0.0001; - content: ' '; + content: " "; } .ant-menu-submenu-placement-rightTop::before { top: 0; @@ -3791,8 +3899,11 @@ html { height: 1.5px; background-color: currentcolor; border-radius: 2px; - transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); - content: ''; + transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), + transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), + top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), + color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); + content: ""; } .ant-menu-submenu-arrow::before { transform: rotate(45deg) translateY(-2.5px); @@ -3800,7 +3911,9 @@ html { .ant-menu-submenu-arrow::after { transform: rotate(-45deg) translateY(2.5px); } -.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon, +.ant-menu-submenu:hover + > .ant-menu-submenu-title + > .ant-menu-submenu-expand-icon, .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow { color: #177ddc; } @@ -3815,13 +3928,19 @@ html { .ant-menu-submenu-horizontal .ant-menu-submenu-arrow { display: none; } -.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow { +.ant-menu-submenu-open.ant-menu-submenu-inline + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow { transform: translateY(-2px); } -.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after { +.ant-menu-submenu-open.ant-menu-submenu-inline + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::after { transform: rotate(-45deg) translateX(-2.5px); } -.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before { +.ant-menu-submenu-open.ant-menu-submenu-inline + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::before { transform: rotate(45deg) translateX(2.5px); } .ant-menu-vertical .ant-menu-submenu-selected, @@ -3876,7 +3995,7 @@ html { left: 20px; border-bottom: 2px solid transparent; transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); - content: ''; + content: ""; } .ant-menu-horizontal > .ant-menu-submenu > .ant-menu-submenu-title { padding: 0; @@ -3897,7 +4016,7 @@ html { display: block; clear: both; height: 0; - content: '\20'; + content: "\20"; } .ant-menu-vertical .ant-menu-item, .ant-menu-vertical-left .ant-menu-item, @@ -3916,8 +4035,9 @@ html { border-right: 3px solid #177ddc; transform: scaleY(0.0001); opacity: 0; - transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); - content: ''; + transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), + opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); + content: ""; } .ant-menu-vertical .ant-menu-item, .ant-menu-vertical-left .ant-menu-item, @@ -3969,7 +4089,8 @@ html { .ant-menu-inline .ant-menu-item-selected::after { transform: scaleY(1); opacity: 1; - transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); + transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), + opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); } .ant-menu-inline .ant-menu-item, .ant-menu-inline .ant-menu-submenu-title { @@ -3983,10 +4104,13 @@ html { .ant-menu-inline.ant-menu-root .ant-menu-submenu-title { display: flex; align-items: center; - transition: border-color 0.3s, background 0.3s, padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1); + transition: border-color 0.3s, background 0.3s, + padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1); } .ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content, -.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content { +.ant-menu-inline.ant-menu-root + .ant-menu-submenu-title + > .ant-menu-title-content { flex: auto; min-width: 0; overflow: hidden; @@ -4000,39 +4124,114 @@ html { width: 80px; } .ant-menu.ant-menu-inline-collapsed > .ant-menu-item, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title { +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-item-group + > .ant-menu-item-group-list + > .ant-menu-item, +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-item-group + > .ant-menu-item-group-list + > .ant-menu-submenu + > .ant-menu-submenu-title, +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-submenu + > .ant-menu-submenu-title { left: 0; padding: 0 calc(50% - 16px / 2); text-overflow: clip; } .ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow { +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-item-group + > .ant-menu-item-group-list + > .ant-menu-item + .ant-menu-submenu-arrow, +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-item-group + > .ant-menu-item-group-list + > .ant-menu-submenu + > .ant-menu-submenu-title + .ant-menu-submenu-arrow, +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-submenu + > .ant-menu-submenu-title + .ant-menu-submenu-arrow { opacity: 0; } .ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon, +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-item-group + > .ant-menu-item-group-list + > .ant-menu-item + .ant-menu-item-icon, +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-item-group + > .ant-menu-item-group-list + > .ant-menu-submenu + > .ant-menu-submenu-title + .ant-menu-item-icon, +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-submenu + > .ant-menu-submenu-title + .ant-menu-item-icon, .ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon { +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-item-group + > .ant-menu-item-group-list + > .ant-menu-item + .anticon, +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-item-group + > .ant-menu-item-group-list + > .ant-menu-submenu + > .ant-menu-submenu-title + .anticon, +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-submenu + > .ant-menu-submenu-title + .anticon { margin: 0; font-size: 16px; line-height: 40px; } .ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon + span, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon + span, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span, +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-item-group + > .ant-menu-item-group-list + > .ant-menu-item + .ant-menu-item-icon + + span, +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-item-group + > .ant-menu-item-group-list + > .ant-menu-submenu + > .ant-menu-submenu-title + .ant-menu-item-icon + + span, +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-submenu + > .ant-menu-submenu-title + .ant-menu-item-icon + + span, .ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon + span, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span, -.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span { +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-item-group + > .ant-menu-item-group-list + > .ant-menu-item + .anticon + + span, +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-item-group + > .ant-menu-item-group-list + > .ant-menu-submenu + > .ant-menu-submenu-title + .anticon + + span, +.ant-menu.ant-menu-inline-collapsed + > .ant-menu-submenu + > .ant-menu-submenu-title + .anticon + + span { display: inline-block; opacity: 0; } @@ -4071,8 +4270,13 @@ html { .ant-menu-root.ant-menu-inline { box-shadow: none; } -.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item > .ant-menu-inline-collapsed-noicon, -.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title > .ant-menu-inline-collapsed-noicon { +.ant-menu-root.ant-menu-inline-collapsed + .ant-menu-item + > .ant-menu-inline-collapsed-noicon, +.ant-menu-root.ant-menu-inline-collapsed + .ant-menu-submenu + .ant-menu-submenu-title + > .ant-menu-inline-collapsed-noicon { font-size: 16px; text-align: center; } @@ -4113,10 +4317,18 @@ html { color: rgba(255, 255, 255, 0.3) !important; cursor: not-allowed; } -.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, -.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after { +.ant-menu-item-disabled + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::before, +.ant-menu-submenu-disabled + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::before, +.ant-menu-item-disabled + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::after, +.ant-menu-submenu-disabled + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::after { background: rgba(255, 255, 255, 0.3) !important; } .ant-layout-header .ant-menu { @@ -4148,16 +4360,31 @@ html { } .ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow, .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow, -.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow { +.ant-menu.ant-menu-dark + .ant-menu-sub + .ant-menu-submenu-title + .ant-menu-submenu-arrow { opacity: 0.45; transition: all 0.3s; } .ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after, -.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after, +.ant-menu-dark + .ant-menu-sub + .ant-menu-submenu-title + .ant-menu-submenu-arrow::after, +.ant-menu.ant-menu-dark + .ant-menu-sub + .ant-menu-submenu-title + .ant-menu-submenu-arrow::after, .ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before, -.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before { +.ant-menu-dark + .ant-menu-sub + .ant-menu-submenu-title + .ant-menu-submenu-arrow::before, +.ant-menu.ant-menu-dark + .ant-menu-sub + .ant-menu-submenu-title + .ant-menu-submenu-arrow::before { background: #fff; } .ant-menu-dark.ant-menu-submenu-popup { @@ -4236,26 +4463,80 @@ html { .ant-menu-dark .ant-menu-submenu-title:hover > span > a { color: #fff; } -.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow { +.ant-menu-dark + .ant-menu-item:hover + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow, +.ant-menu-dark + .ant-menu-item-active + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow, +.ant-menu-dark + .ant-menu-submenu-active + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow, +.ant-menu-dark + .ant-menu-submenu-open + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow, +.ant-menu-dark + .ant-menu-submenu-selected + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow, +.ant-menu-dark + .ant-menu-submenu-title:hover + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow { opacity: 1; } -.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before { +.ant-menu-dark + .ant-menu-item:hover + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::after, +.ant-menu-dark + .ant-menu-item-active + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::after, +.ant-menu-dark + .ant-menu-submenu-active + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::after, +.ant-menu-dark + .ant-menu-submenu-open + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::after, +.ant-menu-dark + .ant-menu-submenu-selected + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::after, +.ant-menu-dark + .ant-menu-submenu-title:hover + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::after, +.ant-menu-dark + .ant-menu-item:hover + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::before, +.ant-menu-dark + .ant-menu-item-active + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::before, +.ant-menu-dark + .ant-menu-submenu-active + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::before, +.ant-menu-dark + .ant-menu-submenu-open + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::before, +.ant-menu-dark + .ant-menu-submenu-selected + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::before, +.ant-menu-dark + .ant-menu-submenu-title:hover + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::before { background: #fff; } .ant-menu-dark .ant-menu-item:hover { @@ -4302,10 +4583,22 @@ html { .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title { color: rgba(255, 255, 255, 0.3) !important; } -.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after { +.ant-menu-dark + .ant-menu-item-disabled + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::before, +.ant-menu-dark + .ant-menu-submenu-disabled + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::before, +.ant-menu-dark + .ant-menu-item-disabled + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::after, +.ant-menu-dark + .ant-menu-submenu-disabled + > .ant-menu-submenu-title + > .ant-menu-submenu-arrow::after { background: rgba(255, 255, 255, 0.3) !important; } .ant-menu.ant-menu-rtl { @@ -4340,7 +4633,9 @@ html { margin-left: 10px; } .ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon, -.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon, +.ant-menu-rtl + .ant-menu-submenu-title.ant-menu-item-only-child + > .ant-menu-item-icon, .ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon, .ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon { margin-left: 0; @@ -4348,21 +4643,51 @@ html { .ant-menu-submenu-rtl.ant-menu-submenu-popup { transform-origin: 100% 0; } -.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow, -.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow, -.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow, -.ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow { +.ant-menu-rtl + .ant-menu-submenu-vertical + > .ant-menu-submenu-title + .ant-menu-submenu-arrow, +.ant-menu-rtl + .ant-menu-submenu-vertical-left + > .ant-menu-submenu-title + .ant-menu-submenu-arrow, +.ant-menu-rtl + .ant-menu-submenu-vertical-right + > .ant-menu-submenu-title + .ant-menu-submenu-arrow, +.ant-menu-rtl + .ant-menu-submenu-inline + > .ant-menu-submenu-title + .ant-menu-submenu-arrow { right: auto; left: 16px; } -.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before, -.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before, -.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before { +.ant-menu-rtl + .ant-menu-submenu-vertical + > .ant-menu-submenu-title + .ant-menu-submenu-arrow::before, +.ant-menu-rtl + .ant-menu-submenu-vertical-left + > .ant-menu-submenu-title + .ant-menu-submenu-arrow::before, +.ant-menu-rtl + .ant-menu-submenu-vertical-right + > .ant-menu-submenu-title + .ant-menu-submenu-arrow::before { transform: rotate(-45deg) translateY(-2px); } -.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after, -.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after, -.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after { +.ant-menu-rtl + .ant-menu-submenu-vertical + > .ant-menu-submenu-title + .ant-menu-submenu-arrow::after, +.ant-menu-rtl + .ant-menu-submenu-vertical-left + > .ant-menu-submenu-title + .ant-menu-submenu-arrow::after, +.ant-menu-rtl + .ant-menu-submenu-vertical-right + > .ant-menu-submenu-title + .ant-menu-submenu-arrow::after { transform: rotate(45deg) translateY(2px); } .ant-menu-rtl.ant-menu-vertical .ant-menu-item::after, @@ -4390,7 +4715,8 @@ html { padding-right: 16px; padding-left: 34px; } -.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title { +.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical + .ant-menu-submenu-title { padding: 0 calc(50% - 16px / 2); } .ant-menu-rtl .ant-menu-item-group-list .ant-menu-item, @@ -4421,7 +4747,7 @@ html { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: absolute; z-index: 1070; display: block; @@ -4463,7 +4789,8 @@ html { word-wrap: break-word; background-color: #434343; border-radius: 2px; - box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); + box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), + 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); } .ant-tooltip-arrow { position: absolute; @@ -4485,7 +4812,7 @@ html { height: 5px; margin: auto; background-color: #434343; - content: ''; + content: ""; pointer-events: auto; } .ant-tooltip-placement-top .ant-tooltip-arrow, @@ -4680,7 +5007,7 @@ html { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: absolute; top: -9999px; left: -9999px; @@ -4695,7 +5022,7 @@ html { left: -7px; z-index: -9999; opacity: 0.0001; - content: ' '; + content: " "; } .ant-dropdown-wrap { position: relative; @@ -4779,7 +5106,8 @@ html { background-clip: padding-box; border-radius: 2px; outline: none; - box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); + box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), + 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); } .ant-dropdown-menu-item-group-title { padding: 5px 12px; @@ -4828,7 +5156,7 @@ html { right: 0; bottom: 0; left: 0; - content: ''; + content: ""; } .ant-dropdown-menu-item, .ant-dropdown-menu-submenu-title { @@ -4879,8 +5207,12 @@ html { position: absolute; right: 8px; } -.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon, -.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon { +.ant-dropdown-menu-item + .ant-dropdown-menu-submenu-expand-icon + .ant-dropdown-menu-submenu-arrow-icon, +.ant-dropdown-menu-submenu-title + .ant-dropdown-menu-submenu-expand-icon + .ant-dropdown-menu-submenu-arrow-icon { margin-right: 0 !important; color: rgba(255, 255, 255, 0.45); font-size: 10px; @@ -4905,8 +5237,11 @@ html { margin-left: 4px; transform-origin: 0 0; } -.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title, -.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon { +.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled + .ant-dropdown-menu-submenu-title, +.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled + .ant-dropdown-menu-submenu-title + .ant-dropdown-menu-submenu-arrow-icon { color: rgba(255, 255, 255, 0.3); background-color: transparent; cursor: not-allowed; @@ -4957,7 +5292,8 @@ html { .ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before { display: block; } -.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) { +.ant-dropdown-button.ant-btn-group + > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) { padding-right: 8px; padding-left: 8px; } @@ -4971,10 +5307,22 @@ html { .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a { color: rgba(255, 255, 255, 0.65); } -.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after, -.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after, -.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after, -.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after { +.ant-dropdown-menu-dark + .ant-dropdown-menu-item + .ant-dropdown-menu-submenu-arrow::after, +.ant-dropdown-menu-dark + .ant-dropdown-menu-submenu-title + .ant-dropdown-menu-submenu-arrow::after, +.ant-dropdown-menu-dark + .ant-dropdown-menu-item + > a + .ant-dropdown-menu-submenu-arrow::after, +.ant-dropdown-menu-dark + .ant-dropdown-menu-item + > .anticon + + span + > a + .ant-dropdown-menu-submenu-arrow::after { color: rgba(255, 255, 255, 0.65); } .ant-dropdown-menu-dark .ant-dropdown-menu-item:hover, @@ -5020,17 +5368,30 @@ html { .ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child, .ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child, .ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child, -.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child { +.ant-dropdown-rtl + .ant-dropdown-menu-submenu-title + > span + > .anticon:first-child { margin-right: 0; margin-left: 8px; } -.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon, -.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon { +.ant-dropdown-rtl + .ant-dropdown-menu-item + .ant-dropdown-menu-submenu-expand-icon, +.ant-dropdown-rtl + .ant-dropdown-menu-submenu-title + .ant-dropdown-menu-submenu-expand-icon { right: auto; left: 8px; } -.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon, -.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon { +.ant-dropdown-rtl + .ant-dropdown-menu-item + .ant-dropdown-menu-submenu-expand-icon + .ant-dropdown-menu-submenu-arrow-icon, +.ant-dropdown-rtl + .ant-dropdown-menu-submenu-title + .ant-dropdown-menu-submenu-expand-icon + .ant-dropdown-menu-submenu-arrow-icon { margin-left: 0 !important; transform: scaleX(-1); } @@ -5065,8 +5426,8 @@ html { cursor: pointer; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; touch-action: manipulation; height: 32px; padding: 4px 15px; @@ -5119,7 +5480,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn:hover, .ant-btn:focus { @@ -5139,7 +5500,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn:active { color: #388ed3; @@ -5156,7 +5517,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn[disabled], .ant-btn[disabled]:hover, @@ -5184,7 +5545,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn:hover, .ant-btn:focus, @@ -5212,7 +5573,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-primary:hover, .ant-btn-primary:focus { @@ -5232,7 +5593,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-primary:active { color: #fff; @@ -5249,7 +5610,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-primary[disabled], .ant-btn-primary[disabled]:hover, @@ -5277,7 +5638,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) { border-right-color: #165996; @@ -5315,7 +5676,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-ghost:hover, .ant-btn-ghost:focus { @@ -5335,7 +5696,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-ghost:active { color: #388ed3; @@ -5352,7 +5713,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-ghost[disabled], .ant-btn-ghost[disabled]:hover, @@ -5380,7 +5741,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dashed { color: rgba(255, 255, 255, 0.85); @@ -5398,7 +5759,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dashed:hover, .ant-btn-dashed:focus { @@ -5418,7 +5779,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dashed:active { color: #388ed3; @@ -5435,7 +5796,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dashed[disabled], .ant-btn-dashed[disabled]:hover, @@ -5463,7 +5824,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-danger { color: #fff; @@ -5482,7 +5843,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-danger:hover, .ant-btn-danger:focus { @@ -5502,7 +5863,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-danger:active { color: #fff; @@ -5519,7 +5880,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-danger[disabled], .ant-btn-danger[disabled]:hover, @@ -5547,7 +5908,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-link { color: #177ddc; @@ -5565,7 +5926,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-link:hover, .ant-btn-link:focus { @@ -5585,7 +5946,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-link:active { color: #388ed3; @@ -5602,7 +5963,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-link[disabled], .ant-btn-link[disabled]:hover, @@ -5630,7 +5991,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-link:hover { background: transparent; @@ -5666,7 +6027,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-text { color: rgba(255, 255, 255, 0.85); @@ -5684,7 +6045,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-text:hover, .ant-btn-text:focus { @@ -5704,7 +6065,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-text:active { color: #388ed3; @@ -5721,7 +6082,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-text[disabled], .ant-btn-text[disabled]:hover, @@ -5749,7 +6110,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-text:hover, .ant-btn-text:focus { @@ -5788,7 +6149,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous { color: #a61d24; @@ -5805,7 +6166,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous:hover, .ant-btn-dangerous:focus { @@ -5825,7 +6186,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous:active { color: #b33b3d; @@ -5842,7 +6203,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous[disabled], .ant-btn-dangerous[disabled]:hover, @@ -5870,7 +6231,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-primary { color: #fff; @@ -5889,7 +6250,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-primary:hover, .ant-btn-dangerous.ant-btn-primary:focus { @@ -5909,7 +6270,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-primary:active { color: #fff; @@ -5926,7 +6287,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-primary[disabled], .ant-btn-dangerous.ant-btn-primary[disabled]:hover, @@ -5954,7 +6315,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-link { color: #a61d24; @@ -5972,7 +6333,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-link:hover, .ant-btn-dangerous.ant-btn-link:focus { @@ -5992,7 +6353,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-link:active { color: #388ed3; @@ -6009,7 +6370,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-link[disabled], .ant-btn-dangerous.ant-btn-link[disabled]:hover, @@ -6037,7 +6398,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-link:hover, .ant-btn-dangerous.ant-btn-link:focus { @@ -6057,7 +6418,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-link:active { color: #b33b3d; @@ -6074,7 +6435,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-link[disabled], .ant-btn-dangerous.ant-btn-link[disabled]:hover, @@ -6102,7 +6463,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-text { color: #a61d24; @@ -6120,7 +6481,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-text:hover, .ant-btn-dangerous.ant-btn-text:focus { @@ -6140,7 +6501,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-text:active { color: #388ed3; @@ -6157,7 +6518,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-text[disabled], .ant-btn-dangerous.ant-btn-text[disabled]:hover, @@ -6185,7 +6546,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-text:hover, .ant-btn-dangerous.ant-btn-text:focus { @@ -6205,7 +6566,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-text:active { color: #b33b3d; @@ -6222,7 +6583,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-dangerous.ant-btn-text[disabled], .ant-btn-dangerous.ant-btn-text[disabled]:hover, @@ -6250,7 +6611,7 @@ html { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-icon-only { width: 32px; @@ -6341,7 +6702,7 @@ a.ant-btn-icon-only > .anticon { border-radius: inherit; opacity: 0.35; transition: opacity 0.2s; - content: ''; + content: ""; pointer-events: none; } .ant-btn .anticon { @@ -6359,7 +6720,8 @@ a.ant-btn-icon-only > .anticon { display: block; } .ant-btn > .ant-btn-loading-icon { - transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); + transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), + opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } .ant-btn > .ant-btn-loading-icon .anticon { padding-right: 8px; @@ -6433,7 +6795,9 @@ a.ant-btn-icon-only > .anticon { .ant-btn-group + .ant-btn-group { margin-left: -1px; } -.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) { +.ant-btn-group + .ant-btn-primary + + .ant-btn:not(.ant-btn-primary):not([disabled]) { border-left-color: transparent; } .ant-btn-group .ant-btn { @@ -6481,12 +6845,16 @@ a.ant-btn-icon-only > .anticon { .ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn { border-radius: 0; } -.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child { +.ant-btn-group + > .ant-btn-group:first-child:not(:last-child) + > .ant-btn:last-child { padding-right: 8px; border-top-right-radius: 0; border-bottom-right-radius: 0; } -.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child { +.ant-btn-group + > .ant-btn-group:last-child:not(:first-child) + > .ant-btn:first-child { padding-left: 8px; border-top-left-radius: 0; border-bottom-left-radius: 0; @@ -6512,19 +6880,27 @@ a.ant-btn-icon-only > .anticon { direction: rtl; } .ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child), -.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn { +.ant-btn-group-rtl.ant-btn-group + > span:first-child:not(:last-child) + > .ant-btn { border-radius: 0 2px 2px 0; } .ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child), -.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn { +.ant-btn-group-rtl.ant-btn-group + > span:last-child:not(:first-child) + > .ant-btn { border-radius: 2px 0 0 2px; } .ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child), -.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn { +.ant-btn-group-rtl.ant-btn-group-sm + > span:first-child:not(:last-child) + > .ant-btn { border-radius: 0 2px 2px 0; } .ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child), -.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn { +.ant-btn-group-rtl.ant-btn-group-sm + > span:last-child:not(:first-child) + > .ant-btn { border-radius: 2px 0 0 2px; } .ant-btn:focus > span, @@ -6574,7 +6950,7 @@ a.ant-btn-icon-only > .anticon { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-background-ghost.ant-btn-primary:hover, .ant-btn-background-ghost.ant-btn-primary:focus { @@ -6593,7 +6969,7 @@ a.ant-btn-icon-only > .anticon { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-background-ghost.ant-btn-primary:active { color: #3c9be8; @@ -6609,7 +6985,7 @@ a.ant-btn-icon-only > .anticon { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-background-ghost.ant-btn-primary[disabled], .ant-btn-background-ghost.ant-btn-primary[disabled]:hover, @@ -6630,14 +7006,15 @@ a.ant-btn-icon-only > .anticon { .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after, .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after { +.ant-btn-background-ghost.ant-btn-primary[disabled]:active + > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-background-ghost.ant-btn-danger { color: #a61d24; @@ -6654,7 +7031,7 @@ a.ant-btn-icon-only > .anticon { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-background-ghost.ant-btn-danger:hover, .ant-btn-background-ghost.ant-btn-danger:focus { @@ -6673,7 +7050,7 @@ a.ant-btn-icon-only > .anticon { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-background-ghost.ant-btn-danger:active { color: #b33b3d; @@ -6689,7 +7066,7 @@ a.ant-btn-icon-only > .anticon { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-background-ghost.ant-btn-danger[disabled], .ant-btn-background-ghost.ant-btn-danger[disabled]:hover, @@ -6710,14 +7087,15 @@ a.ant-btn-icon-only > .anticon { .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after, .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after { +.ant-btn-background-ghost.ant-btn-danger[disabled]:active + > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-background-ghost.ant-btn-dangerous { color: #a61d24; @@ -6734,7 +7112,7 @@ a.ant-btn-icon-only > .anticon { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-background-ghost.ant-btn-dangerous:hover, .ant-btn-background-ghost.ant-btn-dangerous:focus { @@ -6753,7 +7131,7 @@ a.ant-btn-icon-only > .anticon { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-background-ghost.ant-btn-dangerous:active { color: #b33b3d; @@ -6769,7 +7147,7 @@ a.ant-btn-icon-only > .anticon { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-background-ghost.ant-btn-dangerous[disabled], .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover, @@ -6788,16 +7166,19 @@ a.ant-btn-icon-only > .anticon { color: currentcolor; } .ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after, -.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after, -.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after, -.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after { +.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover + > a:only-child::after, +.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus + > a:only-child::after, +.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active + > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link { color: #a61d24; @@ -6814,7 +7195,7 @@ a.ant-btn-icon-only > .anticon { bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus { @@ -6825,15 +7206,17 @@ a.ant-btn-icon-only > .anticon { .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child { color: currentcolor; } -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after, -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after { +.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover + > a:only-child::after, +.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus + > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active { color: #b33b3d; @@ -6842,14 +7225,15 @@ a.ant-btn-icon-only > .anticon { .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child { color: currentcolor; } -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after { +.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active + > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled], .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover, @@ -6861,23 +7245,31 @@ a.ant-btn-icon-only > .anticon { text-shadow: none; box-shadow: none; } -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child, -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child, -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child, -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child { +.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] + > a:only-child, +.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover + > a:only-child, +.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus + > a:only-child, +.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active + > a:only-child { color: currentcolor; } -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after, -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after, -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after, -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after { +.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] + > a:only-child::after, +.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover + > a:only-child::after, +.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus + > a:only-child::after, +.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active + > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; - content: ''; + content: ""; } .ant-btn-two-chinese-chars::first-letter { letter-spacing: 0.34em; @@ -6893,7 +7285,7 @@ a.ant-btn-icon-only > .anticon { display: inline-block; width: 0; visibility: hidden; - content: '\a0'; + content: "\a0"; } a.ant-btn { padding-top: 0.01px !important; @@ -6913,7 +7305,8 @@ a.ant-btn-sm { border-right-color: #165996; border-left-color: #434343; } -.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled], +.ant-btn-group-rtl.ant-btn-group + .ant-btn-primary:last-child:not(:first-child)[disabled], .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] { border-right-color: #434343; border-left-color: #165996; @@ -6948,7 +7341,7 @@ a.ant-btn-sm { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; background: #141414; } .ant-picker-calendar-header { @@ -7019,22 +7412,56 @@ a.ant-btn-sm { .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell::before { display: none; } -.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover .ant-picker-calendar-date { +.ant-picker-calendar-full + .ant-picker-panel + .ant-picker-cell:hover + .ant-picker-calendar-date { background: rgba(255, 255, 255, 0.08); } -.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell .ant-picker-calendar-date-today::before { +.ant-picker-calendar-full + .ant-picker-panel + .ant-picker-cell + .ant-picker-calendar-date-today::before { display: none; } -.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date, -.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date, -.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today, -.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today { +.ant-picker-calendar-full + .ant-picker-panel + .ant-picker-cell-selected + .ant-picker-calendar-date, +.ant-picker-calendar-full + .ant-picker-panel + .ant-picker-cell-selected:hover + .ant-picker-calendar-date, +.ant-picker-calendar-full + .ant-picker-panel + .ant-picker-cell-selected + .ant-picker-calendar-date-today, +.ant-picker-calendar-full + .ant-picker-panel + .ant-picker-cell-selected:hover + .ant-picker-calendar-date-today { background: #111b26; } -.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value, -.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value, -.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today .ant-picker-calendar-date-value, -.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today .ant-picker-calendar-date-value { +.ant-picker-calendar-full + .ant-picker-panel + .ant-picker-cell-selected + .ant-picker-calendar-date + .ant-picker-calendar-date-value, +.ant-picker-calendar-full + .ant-picker-panel + .ant-picker-cell-selected:hover + .ant-picker-calendar-date + .ant-picker-calendar-date-value, +.ant-picker-calendar-full + .ant-picker-panel + .ant-picker-cell-selected + .ant-picker-calendar-date-today + .ant-picker-calendar-date-value, +.ant-picker-calendar-full + .ant-picker-panel + .ant-picker-cell-selected:hover + .ant-picker-calendar-date-today + .ant-picker-calendar-date-value { color: #177ddc; } .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date { @@ -7064,7 +7491,10 @@ a.ant-btn-sm { .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today { border-color: #177ddc; } -.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value { +.ant-picker-calendar-full + .ant-picker-panel + .ant-picker-calendar-date-today + .ant-picker-calendar-date-value { color: rgba(255, 255, 255, 0.85); } @media only screen and (max-width: 480px) { @@ -7090,21 +7520,30 @@ a.ant-btn-sm { .ant-picker-calendar-rtl { direction: rtl; } -.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-month-select { +.ant-picker-calendar-rtl + .ant-picker-calendar-header + .ant-picker-calendar-month-select { margin-right: 8px; margin-left: 0; } -.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-mode-switch { +.ant-picker-calendar-rtl + .ant-picker-calendar-header + .ant-picker-calendar-mode-switch { margin-right: 8px; margin-left: 0; } .ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel { text-align: left; } -.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th { +.ant-picker-calendar-rtl.ant-picker-calendar-full + .ant-picker-panel + .ant-picker-body + th { padding: 0 0 5px 12px; } -.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content { +.ant-picker-calendar-rtl.ant-picker-calendar-full + .ant-picker-panel + .ant-picker-calendar-date-content { text-align: right; } @@ -7124,7 +7563,7 @@ a.ant-btn-sm { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; display: inline-block; font-size: 0; } @@ -7143,7 +7582,7 @@ a.ant-btn-sm { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; display: inline-flex; align-items: baseline; @@ -7157,7 +7596,7 @@ a.ant-btn-sm { display: inline-block; width: 0; overflow: hidden; - content: '\a0'; + content: "\a0"; } .ant-radio { box-sizing: border-box; @@ -7168,7 +7607,7 @@ a.ant-btn-sm { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; top: 0.2em; display: inline-block; @@ -7194,7 +7633,7 @@ a.ant-btn-sm { visibility: hidden; animation: antRadioEffect 0.36s ease-in-out; animation-fill-mode: both; - content: ''; + content: ""; } .ant-radio:hover::after, .ant-radio-wrapper:hover .ant-radio::after { @@ -7230,7 +7669,7 @@ a.ant-btn-sm { transform: scale(0); opacity: 0; transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); - content: ' '; + content: " "; } .ant-radio-input { position: absolute; @@ -7320,7 +7759,7 @@ span.ant-radio + * { padding: 1px 0; background-color: #434343; transition: background-color 0.3s; - content: ''; + content: ""; } .ant-radio-button-wrapper:first-child { border-left: 1px solid #434343; @@ -7340,8 +7779,8 @@ span.ant-radio + * { box-shadow: 0 0 0 3px #111b26; } .ant-radio-button-wrapper .ant-radio-inner, -.ant-radio-button-wrapper input[type='checkbox'], -.ant-radio-button-wrapper input[type='radio'] { +.ant-radio-button-wrapper input[type="checkbox"], +.ant-radio-button-wrapper input[type="radio"] { width: 0; height: 0; opacity: 0; @@ -7353,45 +7792,69 @@ span.ant-radio + * { background: transparent; border-color: #177ddc; } -.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before { +.ant-radio-button-wrapper-checked:not( + .ant-radio-button-wrapper-disabled + )::before { background-color: #177ddc; } -.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child { +.ant-radio-button-wrapper-checked:not( + .ant-radio-button-wrapper-disabled + ):first-child { border-color: #177ddc; } -.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover { +.ant-radio-button-wrapper-checked:not( + .ant-radio-button-wrapper-disabled + ):hover { color: #165996; border-color: #165996; } -.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before { +.ant-radio-button-wrapper-checked:not( + .ant-radio-button-wrapper-disabled + ):hover::before { background-color: #165996; } -.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active { +.ant-radio-button-wrapper-checked:not( + .ant-radio-button-wrapper-disabled + ):active { color: #388ed3; border-color: #388ed3; } -.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before { +.ant-radio-button-wrapper-checked:not( + .ant-radio-button-wrapper-disabled + ):active::before { background-color: #388ed3; } -.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within { +.ant-radio-button-wrapper-checked:not( + .ant-radio-button-wrapper-disabled + ):focus-within { box-shadow: 0 0 0 3px #111b26; } -.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) { +.ant-radio-group-solid + .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) { color: #fff; background: #177ddc; border-color: #177ddc; } -.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover { +.ant-radio-group-solid + .ant-radio-button-wrapper-checked:not( + .ant-radio-button-wrapper-disabled + ):hover { color: #fff; background: #165996; border-color: #165996; } -.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active { +.ant-radio-group-solid + .ant-radio-button-wrapper-checked:not( + .ant-radio-button-wrapper-disabled + ):active { color: #fff; background: #388ed3; border-color: #388ed3; } -.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within { +.ant-radio-group-solid + .ant-radio-button-wrapper-checked:not( + .ant-radio-button-wrapper-disabled + ):focus-within { box-shadow: 0 0 0 3px #111b26; } .ant-radio-button-wrapper-disabled { @@ -7437,7 +7900,9 @@ span.ant-radio + * { border-right-width: 0; border-left-width: 1px; } -.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before { +.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not( + :first-child + )::before { right: -1px; left: 0; } @@ -7445,7 +7910,9 @@ span.ant-radio + * { border-right: 1px solid #434343; border-radius: 0 2px 2px 0; } -.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child { +.ant-radio-button-wrapper-checked:not( + [class*=" ant-radio-button-wrapper-disabled"] + ).ant-radio-button-wrapper:first-child { border-right-color: #165996; } .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child { @@ -7471,7 +7938,7 @@ span.ant-radio + * { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; padding: 4px 11px 4px; position: relative; display: inline-flex; @@ -7539,8 +8006,8 @@ span.ant-radio + * { .ant-picker-input > input::placeholder { color: rgba(255, 255, 255, 0.3); -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-picker-input > input:-moz-placeholder-shown { text-overflow: ellipsis; @@ -7715,7 +8182,7 @@ textarea.ant-picker-input > input { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: absolute; z-index: 1050; } @@ -7803,14 +8270,15 @@ textarea.ant-picker-input > input { height: 10px; border: 5px solid #303030; border-color: #1f1f1f #1f1f1f transparent transparent; - content: ''; + content: ""; } .ant-picker-panel-container { overflow: hidden; vertical-align: top; background: #1f1f1f; border-radius: 2px; - box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); + box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), + 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); transition: margin 0.3s; } .ant-picker-panel-container .ant-picker-panels { @@ -7915,7 +8383,7 @@ textarea.ant-picker-input > input { height: 7px; border: 0 solid currentcolor; border-width: 1.5px 0 0 1.5px; - content: ''; + content: ""; } .ant-picker-super-prev-icon::after, .ant-picker-super-next-icon::after { @@ -7927,7 +8395,7 @@ textarea.ant-picker-input > input { height: 7px; border: 0 solid currentcolor; border-width: 1.5px 0 0 1.5px; - content: ''; + content: ""; } .ant-picker-prev-icon, .ant-picker-super-prev-icon { @@ -7970,7 +8438,7 @@ textarea.ant-picker-input > input { height: 24px; transform: translateY(-50%); transition: all 0.3s; - content: ''; + content: ""; } .ant-picker-cell .ant-picker-cell-inner { position: relative; @@ -7983,7 +8451,12 @@ textarea.ant-picker-input > input { transition: background 0.3s, border 0.3s; } .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner, -.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner { +.ant-picker-cell:hover:not(.ant-picker-cell-selected):not( + .ant-picker-cell-range-start + ):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not( + .ant-picker-cell-range-hover-end + ) + .ant-picker-cell-inner { background: rgba(255, 255, 255, 0.08); } .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before { @@ -7995,7 +8468,7 @@ textarea.ant-picker-input > input { z-index: 1; border: 1px solid #177ddc; border-radius: 2px; - content: ''; + content: ""; } .ant-picker-cell-in-view.ant-picker-cell-in-range { position: relative; @@ -8009,8 +8482,12 @@ textarea.ant-picker-input > input { color: #fff; background: #177ddc; } -.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before, -.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before { +.ant-picker-cell-in-view.ant-picker-cell-range-start:not( + .ant-picker-cell-range-start-single + )::before, +.ant-picker-cell-in-view.ant-picker-cell-range-end:not( + .ant-picker-cell-range-end-single + )::before { background: #111b26; } .ant-picker-cell-in-view.ant-picker-cell-range-start::before { @@ -8019,13 +8496,19 @@ textarea.ant-picker-input > input { .ant-picker-cell-in-view.ant-picker-cell-range-end::before { right: 50%; } -.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after, -.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after, +.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not( + .ant-picker-cell-in-range + ):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after, +.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not( + .ant-picker-cell-in-range + ):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after, -.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after { +.ant-picker-cell-in-view.ant-picker-cell-range-hover:not( + .ant-picker-cell-in-range + )::after { position: absolute; top: 50%; z-index: 0; @@ -8034,7 +8517,7 @@ textarea.ant-picker-input > input { border-bottom: 1px dashed #0e4980; transform: translateY(-50%); transition: all 0.3s; - content: ''; + content: ""; } .ant-picker-cell-range-hover-start::after, .ant-picker-cell-range-hover-end::after, @@ -8045,33 +8528,55 @@ textarea.ant-picker-input > input { .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before, .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before, .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before, -.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before, -.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before, -.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before, -.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before { +.ant-picker-cell-in-view.ant-picker-cell-range-start:not( + .ant-picker-cell-range-start-single + ).ant-picker-cell-range-hover-start::before, +.ant-picker-cell-in-view.ant-picker-cell-range-end:not( + .ant-picker-cell-range-end-single + ).ant-picker-cell-range-hover-end::before, +.ant-picker-panel + > :not(.ant-picker-date-panel) + .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before, +.ant-picker-panel + > :not(.ant-picker-date-panel) + .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before { background: #06213a; } -.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner { +.ant-picker-cell-in-view.ant-picker-cell-range-start:not( + .ant-picker-cell-range-start-single + ):not(.ant-picker-cell-range-end) + .ant-picker-cell-inner { border-radius: 2px 0 0 2px; } -.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner { +.ant-picker-cell-in-view.ant-picker-cell-range-end:not( + .ant-picker-cell-range-end-single + ):not(.ant-picker-cell-range-start) + .ant-picker-cell-inner { border-radius: 0 2px 2px 0; } -.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after, -.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after { +.ant-picker-date-panel + .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start + .ant-picker-cell-inner::after, +.ant-picker-date-panel + .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end + .ant-picker-cell-inner::after { position: absolute; top: 0; bottom: 0; z-index: -1; background: #06213a; transition: all 0.3s; - content: ''; + content: ""; } -.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after { +.ant-picker-date-panel + .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start + .ant-picker-cell-inner::after { right: -6px; left: 0; } -.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after { +.ant-picker-date-panel + .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end + .ant-picker-cell-inner::after { right: 0; left: -6px; } @@ -8082,9 +8587,12 @@ textarea.ant-picker-input > input { left: 50%; } tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after, -tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after, +tr + > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after, .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after, -.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after, +.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not( + .ant-picker-cell-range-hover-edge-start-near-range + )::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after { left: 6px; border-left: 1px dashed #0e4980; @@ -8092,9 +8600,12 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after border-bottom-left-radius: 2px; } tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after, -tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after, +tr + > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after, .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after, -.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after, +.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not( + .ant-picker-cell-range-hover-edge-end-near-range + )::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after { right: 6px; border-right: 1px dashed #0e4980; @@ -8187,9 +8698,15 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte border-left: 1px dashed #0e4980; border-radius: 2px 0 0 2px; } -.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after, -.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after, -.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after { +.ant-picker-panel-rtl + .ant-picker-year-panel + .ant-picker-cell-range-hover-start::after, +.ant-picker-panel-rtl + .ant-picker-quarter-panel + .ant-picker-cell-range-hover-start::after, +.ant-picker-panel-rtl + .ant-picker-month-panel + .ant-picker-cell-range-hover-start::after { right: 14px; border-right: 1px dashed #0e4980; border-radius: 0 2px 2px 0; @@ -8201,9 +8718,15 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte border-right: 1px dashed #0e4980; border-radius: 0 2px 2px 0; } -.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after, -.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after, -.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after { +.ant-picker-panel-rtl + .ant-picker-year-panel + .ant-picker-cell-range-hover-end::after, +.ant-picker-panel-rtl + .ant-picker-quarter-panel + .ant-picker-cell-range-hover-end::after, +.ant-picker-panel-rtl + .ant-picker-month-panel + .ant-picker-cell-range-hover-end::after { left: 14px; border-left: 1px dashed #0e4980; border-radius: 2px 0 0 2px; @@ -8230,8 +8753,12 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte .ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week { color: rgba(255, 255, 255, 0.5); } -.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before, -.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before { +.ant-picker-week-panel-row-selected + td.ant-picker-cell-today + .ant-picker-cell-inner::before, +.ant-picker-week-panel-row-selected:hover + td.ant-picker-cell-today + .ant-picker-cell-inner::before { border-color: #fff; } .ant-picker-week-panel-row-selected td .ant-picker-cell-inner, @@ -8287,7 +8814,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte .ant-picker-time-panel-column::after { display: block; height: 196px; - content: ''; + content: ""; } .ant-picker-datetime-panel .ant-picker-time-panel-column::after { height: 198px; @@ -8305,7 +8832,9 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte margin: 0; padding: 0; } -.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner { +.ant-picker-time-panel-column + > li.ant-picker-time-panel-cell + .ant-picker-time-panel-cell-inner { display: block; width: 100%; height: 28px; @@ -8317,21 +8846,33 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte cursor: pointer; transition: background 0.3s; } -.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover { +.ant-picker-time-panel-column + > li.ant-picker-time-panel-cell + .ant-picker-time-panel-cell-inner:hover { background: rgba(255, 255, 255, 0.08); } -.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner { +.ant-picker-time-panel-column + > li.ant-picker-time-panel-cell-selected + .ant-picker-time-panel-cell-inner { background: #111b26; } -.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner { +.ant-picker-time-panel-column + > li.ant-picker-time-panel-cell-disabled + .ant-picker-time-panel-cell-inner { color: rgba(255, 255, 255, 0.3); background: transparent; cursor: not-allowed; } /* stylelint-disable-next-line selector-type-no-unknown,selector-no-vendor-prefix */ -_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell, +_:-ms-fullscreen + .ant-picker-range-wrapper + .ant-picker-month-panel + .ant-picker-cell, :root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell, -_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell, +_:-ms-fullscreen + .ant-picker-range-wrapper + .ant-picker-year-panel + .ant-picker-cell, :root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell { padding: 21px 0; } @@ -8393,67 +8934,121 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce border-radius: 2px; transition: background 0.3s, border 0.3s; } -.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before { +.ant-picker-panel-rtl + .ant-picker-cell-in-view.ant-picker-cell-range-start::before { right: 50%; left: 0; } -.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before { +.ant-picker-panel-rtl + .ant-picker-cell-in-view.ant-picker-cell-range-end::before { right: 0; left: 50%; } -.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before { +.ant-picker-panel-rtl + .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before { right: 50%; left: 50%; } -.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after { +.ant-picker-panel-rtl + .ant-picker-date-panel + .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start + .ant-picker-cell-inner::after { right: 0; left: -6px; } -.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after { +.ant-picker-panel-rtl + .ant-picker-date-panel + .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end + .ant-picker-cell-inner::after { right: -6px; left: 0; } -.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after { +.ant-picker-panel-rtl + .ant-picker-cell-range-hover.ant-picker-cell-range-start::after { right: 0; left: 50%; } -.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after { +.ant-picker-panel-rtl + .ant-picker-cell-range-hover.ant-picker-cell-range-end::after { right: 50%; left: 0; } -.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner { +.ant-picker-panel-rtl + .ant-picker-cell-in-view.ant-picker-cell-range-start:not( + .ant-picker-cell-range-start-single + ):not(.ant-picker-cell-range-end) + .ant-picker-cell-inner { border-radius: 0 2px 2px 0; } -.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner { +.ant-picker-panel-rtl + .ant-picker-cell-in-view.ant-picker-cell-range-end:not( + .ant-picker-cell-range-end-single + ):not(.ant-picker-cell-range-start) + .ant-picker-cell-inner { border-radius: 2px 0 0 2px; } -.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after, -.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after, -.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after, -.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after { +.ant-picker-panel-rtl + tr + > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not( + .ant-picker-cell-selected + ):first-child::after, +.ant-picker-panel-rtl + .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after, +.ant-picker-panel-rtl + .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not( + .ant-picker-cell-range-hover-edge-start-near-range + )::after, +.ant-picker-panel-rtl + .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after { right: 6px; left: 0; border-right: 1px dashed #0e4980; border-left: none; border-radius: 0 2px 2px 0; } -.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after, -.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after, -.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after, -.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after { +.ant-picker-panel-rtl + tr + > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not( + .ant-picker-cell-selected + ):last-child::after, +.ant-picker-panel-rtl + .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after, +.ant-picker-panel-rtl + .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not( + .ant-picker-cell-range-hover-edge-end-near-range + )::after, +.ant-picker-panel-rtl + .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after { right: 0; left: 6px; border-right: none; border-left: 1px dashed #0e4980; border-radius: 2px 0 0 2px; } -.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after, -.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after, -.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after, -.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after, -.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after, -.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after, -.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after { +.ant-picker-panel-rtl + tr + > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after, +.ant-picker-panel-rtl + tr + > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after, +.ant-picker-panel-rtl + .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not( + .ant-picker-cell-range-hover + )::after, +.ant-picker-panel-rtl + .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not( + .ant-picker-cell-range-hover + )::after, +.ant-picker-panel-rtl + .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not( + .ant-picker-cell-range-hover + )::after, +.ant-picker-panel-rtl + tr + > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after, +.ant-picker-panel-rtl + tr + > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after { right: 6px; left: 6px; border-right: 1px dashed #0e4980; @@ -8484,7 +9079,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; display: inline-block; height: auto; margin-right: 8px; @@ -8735,7 +9330,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; background: #141414; border-radius: 2px; @@ -8749,7 +9344,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce } .ant-card-hoverable:hover { border-color: transparent; - box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.64), 0 3px 6px 0 rgba(0, 0, 0, 0.48), 0 5px 12px 4px rgba(0, 0, 0, 0.36); + box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.64), + 0 3px 6px 0 rgba(0, 0, 0, 0.48), 0 5px 12px 4px rgba(0, 0, 0, 0.36); } .ant-card-bordered { border: 1px solid #303030; @@ -8767,12 +9363,12 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce } .ant-card-head::before { display: table; - content: ''; + content: ""; } .ant-card-head::after { display: table; clear: both; - content: ''; + content: ""; } .ant-card-head-wrapper { display: flex; @@ -8819,12 +9415,12 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce } .ant-card-body::before { display: table; - content: ''; + content: ""; } .ant-card-body::after { display: table; clear: both; - content: ''; + content: ""; } .ant-card-contain-grid:not(.ant-card-loading) .ant-card-body { margin: -1px 0 0 -1px; @@ -8836,7 +9432,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce padding: 24px; border: 0; border-radius: 0; - box-shadow: 1px 0 0 0 #303030, 0 1px 0 0 #303030, 1px 1px 0 0 #303030, 1px 0 0 0 #303030 inset, 0 1px 0 0 #303030 inset; + box-shadow: 1px 0 0 0 #303030, 0 1px 0 0 #303030, 1px 1px 0 0 #303030, + 1px 0 0 0 #303030 inset, 0 1px 0 0 #303030 inset; transition: all 0.3s; } .ant-card-rtl .ant-card-grid { @@ -8845,7 +9442,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-card-grid-hoverable:hover { position: relative; z-index: 1; - box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.64), 0 3px 6px 0 rgba(0, 0, 0, 0.48), 0 5px 12px 4px rgba(0, 0, 0, 0.36); + box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.64), + 0 3px 6px 0 rgba(0, 0, 0, 0.48), 0 5px 12px 4px rgba(0, 0, 0, 0.36); } .ant-card-contain-tabs > .ant-card-head .ant-card-head-title { min-height: 32px; @@ -8875,12 +9473,12 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce } .ant-card-actions::before { display: table; - content: ''; + content: ""; } .ant-card-actions::after { display: table; clear: both; - content: ''; + content: ""; } .ant-card-actions > li { float: left; @@ -8945,12 +9543,12 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce } .ant-card-meta::before { display: table; - content: ''; + content: ""; } .ant-card-meta::after { display: table; clear: both; - content: ''; + content: ""; } .ant-card-meta-avatar { float: left; @@ -8983,8 +9581,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce } .ant-card-loading .ant-card-body { -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-card-loading-content p { margin: 0; @@ -8992,7 +9590,12 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-card-loading-block { height: 14px; margin: 4px 0; - background: linear-gradient(90deg, rgba(48, 48, 48, 0.2), rgba(48, 48, 48, 0.4), rgba(48, 48, 48, 0.2)); + background: linear-gradient( + 90deg, + rgba(48, 48, 48, 0.2), + rgba(48, 48, 48, 0.4), + rgba(48, 48, 48, 0.2) + ); background-size: 600% 600%; border-radius: 2px; animation: card-loading 1.4s ease infinite; @@ -9011,7 +9614,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce padding: 0 12px; font-size: 14px; } -.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title { +.ant-card-small + > .ant-card-head + > .ant-card-head-wrapper + > .ant-card-head-title { padding: 8px 0; } .ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra { @@ -9075,17 +9681,37 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder { order: 1; } -.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, -.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, -.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, -.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab { +.ant-tabs-rtl.ant-tabs-card.ant-tabs-top + > .ant-tabs-nav + .ant-tabs-tab + + .ant-tabs-tab, +.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom + > .ant-tabs-nav + .ant-tabs-tab + + .ant-tabs-tab, +.ant-tabs-rtl.ant-tabs-card.ant-tabs-top + > div + > .ant-tabs-nav + .ant-tabs-tab + + .ant-tabs-tab, +.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom + > div + > .ant-tabs-nav + .ant-tabs-tab + + .ant-tabs-tab { margin-right: 2px; margin-left: 0; } .ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-add, .ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-add, -.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-add, -.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-add { +.ant-tabs-rtl.ant-tabs-card.ant-tabs-top + > div + > .ant-tabs-nav + .ant-tabs-nav-add, +.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom + > div + > .ant-tabs-nav + .ant-tabs-nav-add { margin-right: 2px; margin-left: 0; } @@ -9113,7 +9739,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce right: 0; left: 0; border-bottom: 1px solid #303030; - content: ''; + content: ""; } .ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar, .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar, @@ -9153,16 +9779,36 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce right: 0; box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08); } -.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before, -.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before, -.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before, -.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before { +.ant-tabs-top + > .ant-tabs-nav + .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before, +.ant-tabs-bottom + > .ant-tabs-nav + .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before, +.ant-tabs-top + > div + > .ant-tabs-nav + .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before, +.ant-tabs-bottom + > div + > .ant-tabs-nav + .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before { opacity: 1; } -.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after, -.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after, -.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after, -.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after { +.ant-tabs-top + > .ant-tabs-nav + .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after, +.ant-tabs-bottom + > .ant-tabs-nav + .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after, +.ant-tabs-top + > div + > .ant-tabs-nav + .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after, +.ant-tabs-bottom + > div + > .ant-tabs-nav + .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after { opacity: 1; } .ant-tabs-top > .ant-tabs-nav::before, @@ -9243,16 +9889,36 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce bottom: 0; box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08); } -.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before, -.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before, -.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before, -.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before { +.ant-tabs-left + > .ant-tabs-nav + .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before, +.ant-tabs-right + > .ant-tabs-nav + .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before, +.ant-tabs-left + > div + > .ant-tabs-nav + .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before, +.ant-tabs-right + > div + > .ant-tabs-nav + .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before { opacity: 1; } -.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after, -.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after, -.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after, -.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after { +.ant-tabs-left + > .ant-tabs-nav + .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after, +.ant-tabs-right + > .ant-tabs-nav + .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after, +.ant-tabs-left + > div + > .ant-tabs-nav + .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after, +.ant-tabs-right + > div + > .ant-tabs-nav + .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after { opacity: 1; } .ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar, @@ -9287,8 +9953,15 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce margin-left: -1px; border-left: 1px solid #303030; } -.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane, -.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane { +.ant-tabs-left + > .ant-tabs-content-holder + > .ant-tabs-content + > .ant-tabs-tabpane, +.ant-tabs-left + > div + > .ant-tabs-content-holder + > .ant-tabs-content + > .ant-tabs-tabpane { padding-left: 24px; } .ant-tabs-right > .ant-tabs-nav, @@ -9305,8 +9978,15 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce margin-right: -1px; border-right: 1px solid #303030; } -.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane, -.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane { +.ant-tabs-right + > .ant-tabs-content-holder + > .ant-tabs-content + > .ant-tabs-tabpane, +.ant-tabs-right + > div + > .ant-tabs-content-holder + > .ant-tabs-content + > .ant-tabs-tabpane { padding-right: 24px; } .ant-tabs-dropdown { @@ -9318,7 +9998,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: absolute; top: -9999px; left: -9999px; @@ -9340,7 +10020,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce background-clip: padding-box; border-radius: 2px; outline: none; - box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); + box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), + 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); } .ant-tabs-dropdown-menu-item { display: flex; @@ -9403,7 +10084,11 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, -.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab { +.ant-tabs-card.ant-tabs-bottom + > div + > .ant-tabs-nav + .ant-tabs-tab + + .ant-tabs-tab { margin-left: 2px; } .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab, @@ -9424,8 +10109,16 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce } .ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, -.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, -.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab { +.ant-tabs-card.ant-tabs-left + > div + > .ant-tabs-nav + .ant-tabs-tab + + .ant-tabs-tab, +.ant-tabs-card.ant-tabs-right + > div + > .ant-tabs-nav + .ant-tabs-tab + + .ant-tabs-tab { margin-top: 2px; } .ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab, @@ -9453,7 +10146,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; display: flex; overflow: hidden; } @@ -9483,7 +10176,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce z-index: 1; opacity: 0; transition: opacity 0.3s; - content: ''; + content: ""; pointer-events: none; } .ant-tabs > .ant-tabs-nav .ant-tabs-nav-list, @@ -9518,7 +10211,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce left: 0; height: 5px; transform: translateY(100%); - content: ''; + content: ""; } .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add { @@ -9545,8 +10238,13 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-tabs-extra-content { flex: none; } -.ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']), -.ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) { +.ant-tabs-centered + > .ant-tabs-nav + .ant-tabs-nav-wrap:not([class*="ant-tabs-nav-wrap-ping"]), +.ant-tabs-centered + > div + > .ant-tabs-nav + .ant-tabs-nav-wrap:not([class*="ant-tabs-nav-wrap-ping"]) { justify-content: center; } .ant-tabs-ink-bar { @@ -15569,7 +16267,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; } .ant-carousel .slick-slider { position: relative; @@ -15623,7 +16321,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-carousel .slick-track::before, .ant-carousel .slick-track::after { display: table; - content: ''; + content: ""; } .ant-carousel .slick-track::after { clear: both; @@ -15698,13 +16396,13 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce left: -25px; } .ant-carousel .slick-prev::before { - content: '←'; + content: "←"; } .ant-carousel .slick-next { right: -25px; } .ant-carousel .slick-next::before { - content: '→'; + content: "→"; } .ant-carousel .slick-dots { position: absolute; @@ -15819,14 +16517,14 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce left: auto; } .ant-carousel-rtl .ant-carousel .slick-prev::before { - content: '→'; + content: "→"; } .ant-carousel-rtl .ant-carousel .slick-next { right: auto; left: -25px; } .ant-carousel-rtl .ant-carousel .slick-next::before { - content: '←'; + content: "←"; } .ant-carousel-rtl.ant-carousel .slick-dots { flex-direction: row-reverse; @@ -15861,7 +16559,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; top: 0.2em; line-height: 1; @@ -15885,7 +16583,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce visibility: hidden; animation: antCheckboxEffect 0.36s ease-in-out; animation-fill-mode: backwards; - content: ''; + content: ""; } .ant-cascader-checkbox:hover::after, .ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox::after { @@ -15918,7 +16616,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce transform: rotate(45deg) scale(0) translate(-50%, -50%); opacity: 0; transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s; - content: ' '; + content: " "; } .ant-cascader-checkbox-input { position: absolute; @@ -15941,7 +16639,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce transform: rotate(45deg) scale(1) translate(-50%, -50%); opacity: 1; transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; - content: ' '; + content: " "; } .ant-cascader-checkbox-checked .ant-cascader-checkbox-inner { background-color: #177ddc; @@ -15950,7 +16648,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-cascader-checkbox-disabled { cursor: not-allowed; } -.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after { +.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked + .ant-cascader-checkbox-inner::after { border-color: rgba(255, 255, 255, 0.3); animation-name: none; } @@ -15984,7 +16683,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; display: inline-flex; align-items: baseline; line-height: unset; @@ -15994,7 +16693,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce display: inline-block; width: 0; overflow: hidden; - content: '\a0'; + content: "\a0"; } .ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-disabled { cursor: not-allowed; @@ -16015,7 +16714,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; display: inline-block; } .ant-cascader-checkbox-group-item { @@ -16040,9 +16739,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce border: 0; transform: translate(-50%, -50%) scale(1); opacity: 1; - content: ' '; + content: " "; } -.ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after { +.ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled + .ant-cascader-checkbox-inner::after { background-color: rgba(255, 255, 255, 0.3); border-color: rgba(255, 255, 255, 0.3); } @@ -16115,7 +16815,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce color: rgba(255, 255, 255, 0.45); font-size: 10px; } -.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon, +.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand + .ant-cascader-menu-item-expand-icon, .ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon { color: rgba(255, 255, 255, 0.3); } @@ -16159,7 +16860,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; top: 0.2em; line-height: 1; @@ -16183,7 +16884,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce visibility: hidden; animation: antCheckboxEffect 0.36s ease-in-out; animation-fill-mode: backwards; - content: ''; + content: ""; } .ant-checkbox:hover::after, .ant-checkbox-wrapper:hover .ant-checkbox::after { @@ -16216,7 +16917,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce transform: rotate(45deg) scale(0) translate(-50%, -50%); opacity: 0; transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s; - content: ' '; + content: " "; } .ant-checkbox-input { position: absolute; @@ -16239,7 +16940,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce transform: rotate(45deg) scale(1) translate(-50%, -50%); opacity: 1; transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; - content: ' '; + content: " "; } .ant-checkbox-checked .ant-checkbox-inner { background-color: #177ddc; @@ -16282,7 +16983,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; display: inline-flex; align-items: baseline; line-height: unset; @@ -16292,7 +16993,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce display: inline-block; width: 0; overflow: hidden; - content: '\a0'; + content: "\a0"; } .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled { cursor: not-allowed; @@ -16313,7 +17014,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; display: inline-block; } .ant-checkbox-group-item { @@ -16338,7 +17039,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce border: 0; transform: translate(-50%, -50%) scale(1); opacity: 1; - content: ' '; + content: " "; } .ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after { background-color: rgba(255, 255, 255, 0.3); @@ -16374,7 +17075,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; background-color: rgba(255, 255, 255, 0.04); border: 1px solid #434343; border-bottom: 0; @@ -16404,7 +17105,11 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-size: 12px; vertical-align: -1px; } -.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg { +.ant-collapse + > .ant-collapse-item + > .ant-collapse-header + .ant-collapse-arrow + svg { transition: transform 0.24s; } .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra { @@ -16416,10 +17121,15 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only { cursor: default; } -.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text { +.ant-collapse + > .ant-collapse-item + .ant-collapse-header-collapsible-only + .ant-collapse-header-text { cursor: pointer; } -.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header { +.ant-collapse + > .ant-collapse-item.ant-collapse-no-arrow + > .ant-collapse-header { padding-left: 12px; } .ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header { @@ -16427,7 +17137,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce padding: 12px 16px; padding-right: 40px; } -.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow { +.ant-collapse-icon-position-right + > .ant-collapse-item + > .ant-collapse-header + .ant-collapse-arrow { position: absolute; top: 50%; right: 16px; @@ -16464,7 +17177,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce background-color: transparent; border-top: 0; } -.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box { +.ant-collapse-borderless + > .ant-collapse-item + > .ant-collapse-content + > .ant-collapse-content-box { padding-top: 4px; } .ant-collapse-ghost { @@ -16478,7 +17194,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce background-color: transparent; border-top: 0; } -.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box { +.ant-collapse-ghost + > .ant-collapse-item + > .ant-collapse-content + > .ant-collapse-content-box { padding-top: 12px; padding-bottom: 12px; } @@ -16494,18 +17213,30 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce padding: 12px 16px; padding-right: 40px; } -.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow { +.ant-collapse-rtl.ant-collapse + > .ant-collapse-item + > .ant-collapse-header + .ant-collapse-arrow { margin-right: 0; margin-left: 12px; } -.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg { +.ant-collapse-rtl.ant-collapse + > .ant-collapse-item + > .ant-collapse-header + .ant-collapse-arrow + svg { transform: rotate(180deg); } -.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra { +.ant-collapse-rtl.ant-collapse + > .ant-collapse-item + > .ant-collapse-header + .ant-collapse-extra { margin-right: auto; margin-left: 0; } -.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header { +.ant-collapse-rtl.ant-collapse + > .ant-collapse-item.ant-collapse-no-arrow + > .ant-collapse-header { padding-right: 12px; padding-left: 0; } @@ -16592,8 +17323,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce cursor: pointer; transition: color 0.3s; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-comment-actions > li > span:hover { color: rgba(255, 255, 255, 0.65); @@ -16683,17 +17414,17 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce text-align: start; } .ant-descriptions-item-label::after { - content: ':'; + content: ":"; position: relative; top: -0.5px; margin: 0 8px 0 2px; } .ant-descriptions-item-label.ant-descriptions-item-no-colon::after { - content: ' '; + content: " "; } .ant-descriptions-item-no-label::after { margin: 0; - content: ''; + content: ""; } .ant-descriptions-item-content { display: table-cell; @@ -16753,11 +17484,13 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce border-bottom: none; } .ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label, -.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content { +.ant-descriptions-bordered.ant-descriptions-middle + .ant-descriptions-item-content { padding: 12px 24px; } .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label, -.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content { +.ant-descriptions-bordered.ant-descriptions-small + .ant-descriptions-item-content { padding: 8px 16px; } .ant-descriptions-rtl { @@ -16771,8 +17504,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce border-right: none; border-left: 1px solid #303030; } -.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child, -.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child { +.ant-descriptions-rtl.ant-descriptions-bordered + .ant-descriptions-item-label:last-child, +.ant-descriptions-rtl.ant-descriptions-bordered + .ant-descriptions-item-content:last-child { border-left: none; } @@ -16792,7 +17527,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; border-top: 1px solid rgba(255, 255, 255, 0.12); } .ant-divider-vertical { @@ -16832,7 +17567,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce border-top-color: inherit; border-bottom: 0; transform: translateY(50%); - content: ''; + content: ""; } .ant-divider-horizontal.ant-divider-with-text-left::before { top: 50%; @@ -16878,7 +17613,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after { width: 100%; } -.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text { +.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left + .ant-divider-inner-text { padding-left: 0; } .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before { @@ -16887,7 +17623,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after { width: 0; } -.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text { +.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right + .ant-divider-inner-text { padding-right: 0; } .ant-divider-rtl { @@ -16924,7 +17661,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce position: absolute; width: 100%; height: 100%; - transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1); + transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), + box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1); } .ant-drawer .ant-drawer-content { width: 100%; @@ -16952,7 +17690,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce left: 0; } .ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper { - box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.32), 9px 0 28px 0 rgba(0, 0, 0, 0.2), 12px 0 48px 16px rgba(0, 0, 0, 0.12); + box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.32), + 9px 0 28px 0 rgba(0, 0, 0, 0.2), 12px 0 48px 16px rgba(0, 0, 0, 0.12); } .ant-drawer-right { right: 0; @@ -16961,7 +17700,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce right: 0; } .ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper { - box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03); + box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), + -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03); } .ant-drawer-right.ant-drawer-open.no-mask { right: 1px; @@ -16986,7 +17726,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce top: 0; } .ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper { - box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.32), 0 9px 28px 0 rgba(0, 0, 0, 0.2), 0 12px 48px 16px rgba(0, 0, 0, 0.12); + box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.32), + 0 9px 28px 0 rgba(0, 0, 0, 0.2), 0 12px 48px 16px rgba(0, 0, 0, 0.12); } .ant-drawer-bottom { bottom: 0; @@ -16995,7 +17736,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce bottom: 0; } .ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper { - box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.32), 0 -9px 28px 0 rgba(0, 0, 0, 0.2), 0 -12px 48px 16px rgba(0, 0, 0, 0.12); + box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.32), + 0 -9px 28px 0 rgba(0, 0, 0, 0.2), 0 -12px 48px 16px rgba(0, 0, 0, 0.12); } .ant-drawer-bottom.ant-drawer-open.no-mask { bottom: 1px; @@ -17128,7 +17870,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce background: #1f1f1f; border-bottom: 1px solid #3a3a3a; } -.ant-drawer .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover { +.ant-drawer + .ant-transfer-list-content-item:not( + .ant-transfer-list-content-item-disabled + ):hover { background-color: rgba(255, 255, 255, 0.08); } .ant-drawer tr.ant-table-expanded-row > td, @@ -17172,10 +17917,17 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-drawer .ant-table.ant-table-bordered tfoot > tr > td { border-right: 1px solid #3a3a3a; } -.ant-drawer .ant-table.ant-table-bordered .ant-table-cell-fix-right-first::after { +.ant-drawer + .ant-table.ant-table-bordered + .ant-table-cell-fix-right-first::after { border-right: 1px solid #3a3a3a; } -.ant-drawer .ant-table.ant-table-bordered table thead > tr:not(:last-child) > th { +.ant-drawer + .ant-table.ant-table-bordered + table + thead + > tr:not(:last-child) + > th { border-bottom: 1px solid #303030; } .ant-drawer .ant-table.ant-table-bordered .ant-table-container { @@ -17196,7 +17948,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-drawer .ant-picker-calendar-full .ant-picker-panel { background-color: #1f1f1f; } -.ant-drawer .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date { +.ant-drawer + .ant-picker-calendar-full + .ant-picker-panel + .ant-picker-calendar-date { border-top: 2px solid #3a3a3a; } .ant-drawer .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active { @@ -17223,8 +17978,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-form-item .ant-upload.ant-upload-drag { background: rgba(255, 255, 255, 0.04); } -.ant-form-item input[type='radio'], -.ant-form-item input[type='checkbox'] { +.ant-form-item input[type="radio"], +.ant-form-item input[type="checkbox"] { width: 14px; height: 14px; } @@ -17456,7 +18211,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix { padding-right: 18px; } -.ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix { +.ant-form-item-has-feedback + .ant-input-search:not(.ant-input-search-enter-button) + .ant-input-suffix { right: 28px; } .ant-form-item-has-feedback .ant-switch { @@ -17464,15 +18221,33 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce } .ant-form-item-has-feedback > .ant-select .ant-select-arrow, .ant-form-item-has-feedback > .ant-select .ant-select-clear, -.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow, -.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear, -.ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow, -.ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear { +.ant-form-item-has-feedback + :not(.ant-input-group-addon) + > .ant-select + .ant-select-arrow, +.ant-form-item-has-feedback + :not(.ant-input-group-addon) + > .ant-select + .ant-select-clear, +.ant-form-item-has-feedback + :not(.ant-input-number-group-addon) + > .ant-select + .ant-select-arrow, +.ant-form-item-has-feedback + :not(.ant-input-number-group-addon) + > .ant-select + .ant-select-clear { right: 32px; } .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value, -.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value, -.ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value { +.ant-form-item-has-feedback + :not(.ant-input-group-addon) + > .ant-select + .ant-select-selection-selected-value, +.ant-form-item-has-feedback + :not(.ant-input-number-group-addon) + > .ant-select + .ant-select-selection-selected-value { padding-right: 42px; } .ant-form-item-has-feedback .ant-cascader-picker-arrow { @@ -17490,10 +18265,14 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-form-item-has-feedback .ant-picker-small { padding-right: 25.2px; } -.ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon, -.ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon, -.ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon, -.ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon { +.ant-form-item-has-feedback.ant-form-item-has-success + .ant-form-item-children-icon, +.ant-form-item-has-feedback.ant-form-item-has-warning + .ant-form-item-children-icon, +.ant-form-item-has-feedback.ant-form-item-has-error + .ant-form-item-children-icon, +.ant-form-item-has-feedback.ant-form-item-is-validating + .ant-form-item-children-icon { position: absolute; top: 50%; right: 0; @@ -17508,34 +18287,65 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46); pointer-events: none; } -.ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon { +.ant-form-item-has-success.ant-form-item-has-feedback + .ant-form-item-children-icon { color: #49aa19; animation-name: diffZoomIn1 !important; } .ant-form-item-has-warning .ant-form-item-split { color: #d89614; } -.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input, -.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper, -.ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper, -.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover, -.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover, -.ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover { +.ant-form-item-has-warning + :not(.ant-input-disabled):not(.ant-input-borderless).ant-input, +.ant-form-item-has-warning + :not(.ant-input-affix-wrapper-disabled):not( + .ant-input-affix-wrapper-borderless + ).ant-input-affix-wrapper, +.ant-form-item-has-warning + :not(.ant-input-number-affix-wrapper-disabled):not( + .ant-input-number-affix-wrapper-borderless + ).ant-input-number-affix-wrapper, +.ant-form-item-has-warning + :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover, +.ant-form-item-has-warning + :not(.ant-input-affix-wrapper-disabled):not( + .ant-input-affix-wrapper-borderless + ).ant-input-affix-wrapper:hover, +.ant-form-item-has-warning + :not(.ant-input-number-affix-wrapper-disabled):not( + .ant-input-number-affix-wrapper-borderless + ).ant-input-number-affix-wrapper:hover { background-color: transparent; border-color: #d89614; } -.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, -.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, -.ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus, -.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused, -.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused, -.ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused { +.ant-form-item-has-warning + :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, +.ant-form-item-has-warning + :not(.ant-input-affix-wrapper-disabled):not( + .ant-input-affix-wrapper-borderless + ).ant-input-affix-wrapper:focus, +.ant-form-item-has-warning + :not(.ant-input-number-affix-wrapper-disabled):not( + .ant-input-number-affix-wrapper-borderless + ).ant-input-number-affix-wrapper:focus, +.ant-form-item-has-warning + :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused, +.ant-form-item-has-warning + :not(.ant-input-affix-wrapper-disabled):not( + .ant-input-affix-wrapper-borderless + ).ant-input-affix-wrapper-focused, +.ant-form-item-has-warning + :not(.ant-input-number-affix-wrapper-disabled):not( + .ant-input-number-affix-wrapper-borderless + ).ant-input-number-affix-wrapper-focused { border-color: #d89614; box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2); border-right-width: 1px !important; outline: 0; } -.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input { +.ant-form-item-has-warning + .ant-calendar-picker-open + .ant-calendar-picker-input { border-color: #d89614; box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2); border-right-width: 1px !important; @@ -17553,16 +18363,27 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-form-item-has-warning .has-feedback { color: #d89614; } -.ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon { +.ant-form-item-has-warning.ant-form-item-has-feedback + .ant-form-item-children-icon { color: #d89614; animation-name: diffZoomIn3 !important; } -.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector { +.ant-form-item-has-warning + .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) + .ant-select-selector { background-color: transparent; border-color: #d89614 !important; } -.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector, -.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector { +.ant-form-item-has-warning + .ant-select:not(.ant-select-disabled):not( + .ant-select-customize-input + ).ant-select-open + .ant-select-selector, +.ant-form-item-has-warning + .ant-select:not(.ant-select-disabled):not( + .ant-select-customize-input + ).ant-select-focused + .ant-select-selector { border-color: #d89614; box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2); border-right-width: 1px !important; @@ -17596,21 +18417,49 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-form-item-has-error .ant-form-item-split { color: #a61d24; } -.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input, -.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper, -.ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper, -.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover, -.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover, -.ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover { +.ant-form-item-has-error + :not(.ant-input-disabled):not(.ant-input-borderless).ant-input, +.ant-form-item-has-error + :not(.ant-input-affix-wrapper-disabled):not( + .ant-input-affix-wrapper-borderless + ).ant-input-affix-wrapper, +.ant-form-item-has-error + :not(.ant-input-number-affix-wrapper-disabled):not( + .ant-input-number-affix-wrapper-borderless + ).ant-input-number-affix-wrapper, +.ant-form-item-has-error + :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover, +.ant-form-item-has-error + :not(.ant-input-affix-wrapper-disabled):not( + .ant-input-affix-wrapper-borderless + ).ant-input-affix-wrapper:hover, +.ant-form-item-has-error + :not(.ant-input-number-affix-wrapper-disabled):not( + .ant-input-number-affix-wrapper-borderless + ).ant-input-number-affix-wrapper:hover { background-color: transparent; border-color: #a61d24; } -.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, -.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, -.ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus, -.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused, -.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused, -.ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused { +.ant-form-item-has-error + :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, +.ant-form-item-has-error + :not(.ant-input-affix-wrapper-disabled):not( + .ant-input-affix-wrapper-borderless + ).ant-input-affix-wrapper:focus, +.ant-form-item-has-error + :not(.ant-input-number-affix-wrapper-disabled):not( + .ant-input-number-affix-wrapper-borderless + ).ant-input-number-affix-wrapper:focus, +.ant-form-item-has-error + :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused, +.ant-form-item-has-error + :not(.ant-input-affix-wrapper-disabled):not( + .ant-input-affix-wrapper-borderless + ).ant-input-affix-wrapper-focused, +.ant-form-item-has-error + :not(.ant-input-number-affix-wrapper-disabled):not( + .ant-input-number-affix-wrapper-borderless + ).ant-input-number-affix-wrapper-focused { border-color: #a61d24; box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2); border-right-width: 1px !important; @@ -17634,23 +18483,40 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-form-item-has-error .has-feedback { color: #a61d24; } -.ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon { +.ant-form-item-has-error.ant-form-item-has-feedback + .ant-form-item-children-icon { color: #a61d24; animation-name: diffZoomIn2 !important; } -.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector { +.ant-form-item-has-error + .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) + .ant-select-selector { background-color: transparent; border-color: #a61d24 !important; } -.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector, -.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector { +.ant-form-item-has-error + .ant-select:not(.ant-select-disabled):not( + .ant-select-customize-input + ).ant-select-open + .ant-select-selector, +.ant-form-item-has-error + .ant-select:not(.ant-select-disabled):not( + .ant-select-customize-input + ).ant-select-focused + .ant-select-selector { border-color: #a61d24; box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2); border-right-width: 1px !important; outline: 0; } -.ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector, -.ant-form-item-has-error .ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector { +.ant-form-item-has-error + .ant-input-group-addon + .ant-select.ant-select-single:not(.ant-select-customize-input) + .ant-select-selector, +.ant-form-item-has-error + .ant-input-number-group-addon + .ant-select.ant-select-single:not(.ant-select-customize-input) + .ant-select-selector { background-color: inherit; border: 0; box-shadow: none; @@ -17678,18 +18544,27 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce border-color: #a61d24; } .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor, -.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover { +.ant-form-item-has-error + .ant-mention-wrapper + .ant-mention-editor:not([disabled]):hover { background-color: transparent; border-color: #a61d24; } -.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, -.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus { +.ant-form-item-has-error + .ant-mention-wrapper.ant-mention-active:not([disabled]) + .ant-mention-editor, +.ant-form-item-has-error + .ant-mention-wrapper + .ant-mention-editor:not([disabled]):focus { border-color: #a61d24; box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2); border-right-width: 1px !important; outline: 0; } -.ant-form-item-has-error .ant-cascader-picker:hover .ant-cascader-picker-label:hover + .ant-cascader-input.ant-input { +.ant-form-item-has-error + .ant-cascader-picker:hover + .ant-cascader-picker-label:hover + + .ant-cascader-input.ant-input { border-color: #a61d24; } .ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input { @@ -17731,7 +18606,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce border-right-width: 1px !important; outline: 0; } -.ant-form-item-is-validating.ant-form-item-has-feedback .ant-form-item-children-icon { +.ant-form-item-is-validating.ant-form-item-has-feedback + .ant-form-item-children-icon { display: inline-block; color: #177ddc; } @@ -17744,7 +18620,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; } .ant-form legend { display: block; @@ -17760,17 +18636,17 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-form label { font-size: 14px; } -.ant-form input[type='search'] { +.ant-form input[type="search"] { box-sizing: border-box; } -.ant-form input[type='radio'], -.ant-form input[type='checkbox'] { +.ant-form input[type="radio"], +.ant-form input[type="checkbox"] { line-height: normal; } -.ant-form input[type='file'] { +.ant-form input[type="file"] { display: block; } -.ant-form input[type='range'] { +.ant-form input[type="range"] { display: block; width: 100%; } @@ -17778,9 +18654,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-form select[size] { height: auto; } -.ant-form input[type='file']:focus, -.ant-form input[type='radio']:focus, -.ant-form input[type='checkbox']:focus { +.ant-form input[type="file"]:focus, +.ant-form input[type="radio"]:focus, +.ant-form input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; @@ -17817,7 +18693,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; margin-bottom: 24px; vertical-align: top; } @@ -17858,16 +18734,23 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-size: 14px; vertical-align: top; } -.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before { +.ant-form-item-label + > label.ant-form-item-required:not( + .ant-form-item-required-mark-optional + )::before { display: inline-block; margin-right: 4px; color: #a61d24; font-size: 14px; font-family: SimSun, sans-serif; line-height: 1; - content: '*'; + content: "*"; } -.ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before { +.ant-form-hide-required-mark + .ant-form-item-label + > label.ant-form-item-required:not( + .ant-form-item-required-mark-optional + )::before { display: none; } .ant-form-item-label > label .ant-form-item-optional { @@ -17875,7 +18758,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce margin-left: 4px; color: rgba(255, 255, 255, 0.45); } -.ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional { +.ant-form-hide-required-mark + .ant-form-item-label + > label + .ant-form-item-optional { display: none; } .ant-form-item-label > label .ant-form-item-tooltip { @@ -17883,23 +18769,25 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce cursor: help; writing-mode: horizontal-tb; -webkit-margin-start: 4px; - margin-inline-start: 4px; + margin-inline-start: 4px; } .ant-form-item-label > label::after { - content: ':'; + content: ":"; position: relative; top: -0.5px; margin: 0 8px 0 2px; } .ant-form-item-label > label.ant-form-item-no-colon::after { - content: ' '; + content: " "; } .ant-form-item-control { display: flex; flex-direction: column; flex-grow: 1; } -.ant-form-item-control:first-child:not([class^='ant-col-']):not([class*=' ant-col-']) { +.ant-form-item-control:first-child:not([class^="ant-col-"]):not( + [class*=" ant-col-"] + ) { width: 100%; } .ant-form-item-control-input { @@ -17937,7 +18825,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce opacity: 1; } .ant-show-help { - transition: height 0.3s linear, min-height 0.3s linear, margin-bottom 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); + transition: height 0.3s linear, min-height 0.3s linear, + margin-bottom 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), + opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } .ant-show-help-leave { min-height: 24px; @@ -17947,7 +18837,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce } .ant-show-help-item { overflow: hidden; - transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important; + transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), + opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), + transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important; } .ant-show-help-item-appear, .ant-show-help-item-enter { @@ -18016,17 +18908,26 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce padding-right: 11px; padding-left: 24px; } -.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix { +.ant-form-rtl + .ant-form-item-has-feedback + .ant-input-affix-wrapper + .ant-input-suffix { padding-right: 11px; padding-left: 18px; } .ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input { padding: 0; } -.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number { +.ant-form-rtl + .ant-form-item-has-feedback + .ant-input-number-affix-wrapper + .ant-input-number { padding: 0; } -.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix { +.ant-form-rtl + .ant-form-item-has-feedback + .ant-input-search:not(.ant-input-search-enter-button) + .ant-input-suffix { right: auto; left: 28px; } @@ -18035,16 +18936,43 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce } .ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow, .ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear, -.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow, -.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear, -.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow, -.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear { +.ant-form-rtl + .ant-form-item-has-feedback + :not(.ant-input-group-addon) + > .ant-select + .ant-select-arrow, +.ant-form-rtl + .ant-form-item-has-feedback + :not(.ant-input-group-addon) + > .ant-select + .ant-select-clear, +.ant-form-rtl + .ant-form-item-has-feedback + :not(.ant-input-number-group-addon) + > .ant-select + .ant-select-arrow, +.ant-form-rtl + .ant-form-item-has-feedback + :not(.ant-input-number-group-addon) + > .ant-select + .ant-select-clear { right: auto; left: 32px; } -.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value, -.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value, -.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value { +.ant-form-rtl + .ant-form-item-has-feedback + > .ant-select + .ant-select-selection-selected-value, +.ant-form-rtl + .ant-form-item-has-feedback + :not(.ant-input-group-addon) + > .ant-select + .ant-select-selection-selected-value, +.ant-form-rtl + .ant-form-item-has-feedback + :not(.ant-input-number-group-addon) + > .ant-select + .ant-select-selection-selected-value { padding-right: 0; padding-left: 42px; } @@ -18068,10 +18996,18 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce padding-right: 7px; padding-left: 25.2px; } -.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon, -.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon, -.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon, -.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon { +.ant-form-rtl + .ant-form-item-has-feedback.ant-form-item-has-success + .ant-form-item-children-icon, +.ant-form-rtl + .ant-form-item-has-feedback.ant-form-item-has-warning + .ant-form-item-children-icon, +.ant-form-rtl + .ant-form-item-has-feedback.ant-form-item-has-error + .ant-form-item-children-icon, +.ant-form-rtl + .ant-form-item-has-feedback.ant-form-item-is-validating + .ant-form-item-children-icon { right: auto; left: 0; } @@ -18106,7 +19042,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce } .ant-image-img-placeholder { background-color: #f5f5f5; - background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4='); + background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4="); background-repeat: no-repeat; background-position: center center; background-size: 30%; @@ -18134,7 +19070,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce } .ant-image-mask-info .anticon { -webkit-margin-end: 4px; - margin-inline-end: 4px; + margin-inline-end: 4px; } .ant-image-mask:hover { opacity: 1; @@ -18157,8 +19093,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce opacity: 0; animation-duration: 0.3s; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-image-preview-mask { position: fixed; @@ -18199,8 +19135,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce cursor: grab; transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; pointer-events: auto; } .ant-image-preview-img-wrapper { @@ -18216,7 +19152,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce width: 1px; height: 50%; margin-right: -1px; - content: ''; + content: ""; } .ant-image-preview-moving .ant-image-preview-img { cursor: grabbing; @@ -18234,7 +19170,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce font-size: 14px; font-variant: tabular-nums; line-height: 1.5715; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: absolute; top: 0; right: 0; @@ -18328,7 +19264,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce width: 90px; padding: 0; -webkit-padding-start: 11px; - padding-inline-start: 11px; + padding-inline-start: 11px; } .ant-input-number-affix-wrapper::-moz-placeholder { opacity: 1; @@ -18336,8 +19272,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce .ant-input-number-affix-wrapper::placeholder { color: rgba(255, 255, 255, 0.3); -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-input-number-affix-wrapper:-moz-placeholder-shown { text-overflow: ellipsis; @@ -18405,7 +19341,9 @@ textarea.ant-input-number-affix-wrapper { .ant-input-number-affix-wrapper-sm { padding: 0px 7px; } -.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover { +.ant-input-number-affix-wrapper:not( + .ant-input-number-affix-wrapper-disabled + ):hover { border-color: #165996; border-right-width: 1px !important; z-index: 1; @@ -18422,7 +19360,8 @@ textarea.ant-input-number-affix-wrapper { border: none; outline: none; } -.ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused { +.ant-input-number-affix-wrapper + > div.ant-input-number.ant-input-number-focused { box-shadow: none !important; } .ant-input-number-affix-wrapper input.ant-input-number-input { @@ -18431,14 +19370,14 @@ textarea.ant-input-number-affix-wrapper { .ant-input-number-affix-wrapper::before { width: 0; visibility: hidden; - content: '\a0'; + content: "\a0"; } .ant-input-number-prefix { display: flex; flex: none; align-items: center; -webkit-margin-end: 4px; - margin-inline-end: 4px; + margin-inline-end: 4px; } .ant-input-number-group-wrapper .ant-input-number-affix-wrapper { width: 100%; @@ -18447,7 +19386,7 @@ textarea.ant-input-number-affix-wrapper { box-sizing: border-box; font-variant: tabular-nums; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; width: 100%; min-width: 0; @@ -18472,8 +19411,8 @@ textarea.ant-input-number-affix-wrapper { .ant-input-number::placeholder { color: rgba(255, 255, 255, 0.3); -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-input-number:-moz-placeholder-shown { text-overflow: ellipsis; @@ -18550,22 +19489,22 @@ textarea.ant-input-number { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; display: table; width: 100%; border-collapse: separate; border-spacing: 0; } -.ant-input-number-group[class*='col-'] { +.ant-input-number-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; } -.ant-input-number-group > [class*='col-'] { +.ant-input-number-group > [class*="col-"] { padding-right: 8px; } -.ant-input-number-group > [class*='col-']:last-child { +.ant-input-number-group > [class*="col-"]:last-child { padding-right: 0; } .ant-input-number-group-addon, @@ -18619,7 +19558,9 @@ textarea.ant-input-number { .ant-input-number-group-addon .ant-select { margin: -5px -11px; } -.ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector { +.ant-input-number-group-addon + .ant-select.ant-select-single:not(.ant-select-customize-input) + .ant-select-selector { background-color: inherit; border: 1px solid transparent; box-shadow: none; @@ -18642,16 +19583,23 @@ textarea.ant-input-number { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.ant-input-number-group > .ant-input-number:first-child .ant-select .ant-select-selector, +.ant-input-number-group + > .ant-input-number:first-child + .ant-select + .ant-select-selector, .ant-input-number-group-addon:first-child .ant-select .ant-select-selector { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.ant-input-number-group > .ant-input-number-affix-wrapper:not(:first-child) .ant-input-number { +.ant-input-number-group + > .ant-input-number-affix-wrapper:not(:first-child) + .ant-input-number { border-top-left-radius: 0; border-bottom-left-radius: 0; } -.ant-input-number-group > .ant-input-number-affix-wrapper:not(:last-child) .ant-input-number { +.ant-input-number-group + > .ant-input-number-affix-wrapper:not(:last-child) + .ant-input-number { border-top-right-radius: 0; border-bottom-right-radius: 0; } @@ -18666,7 +19614,10 @@ textarea.ant-input-number { border-top-left-radius: 0; border-bottom-left-radius: 0; } -.ant-input-number-group > .ant-input-number:last-child .ant-select .ant-select-selector, +.ant-input-number-group + > .ant-input-number:last-child + .ant-select + .ant-select-selector, .ant-input-number-group-addon:last-child .ant-select .ant-select-selector { border-top-left-radius: 0; border-bottom-left-radius: 0; @@ -18690,12 +19641,16 @@ textarea.ant-input-number { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) { +.ant-input-search + .ant-input-number-group + .ant-input-number-affix-wrapper:not(:last-child) { border-top-left-radius: 2px; border-bottom-left-radius: 2px; } .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child), -.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) { +.ant-input-search + .ant-input-number-group + .ant-input-number-affix-wrapper:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } @@ -18704,26 +19659,41 @@ textarea.ant-input-number { } .ant-input-number-group.ant-input-number-group-compact::before { display: table; - content: ''; + content: ""; } .ant-input-number-group.ant-input-number-group-compact::after { display: table; clear: both; - content: ''; -} -.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child), -.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child), -.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child) { + content: ""; +} +.ant-input-number-group.ant-input-number-group-compact-addon:not( + :first-child + ):not(:last-child), +.ant-input-number-group.ant-input-number-group-compact-wrap:not( + :first-child + ):not(:last-child), +.ant-input-number-group.ant-input-number-group-compact + > .ant-input-number:not(:first-child):not(:last-child) { border-right-width: 1px; } -.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):hover, -.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover, -.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):hover { +.ant-input-number-group.ant-input-number-group-compact-addon:not( + :first-child + ):not(:last-child):hover, +.ant-input-number-group.ant-input-number-group-compact-wrap:not( + :first-child + ):not(:last-child):hover, +.ant-input-number-group.ant-input-number-group-compact + > .ant-input-number:not(:first-child):not(:last-child):hover { z-index: 1; } -.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):focus, -.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus, -.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):focus { +.ant-input-number-group.ant-input-number-group-compact-addon:not( + :first-child + ):not(:last-child):focus, +.ant-input-number-group.ant-input-number-group-compact-wrap:not( + :first-child + ):not(:last-child):focus, +.ant-input-number-group.ant-input-number-group-compact + > .ant-input-number:not(:first-child):not(:last-child):focus { z-index: 1; } .ant-input-number-group.ant-input-number-group-compact > * { @@ -18732,7 +19702,8 @@ textarea.ant-input-number { vertical-align: top; border-radius: 0; } -.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper { +.ant-input-number-group.ant-input-number-group-compact + > .ant-input-number-affix-wrapper { display: inline-flex; } .ant-input-number-group.ant-input-number-group-compact > .ant-picker-range { @@ -18745,59 +19716,111 @@ textarea.ant-input-number { .ant-input-number-group.ant-input-number-group-compact .ant-input-number { float: none; } -.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector, -.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input, -.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input, -.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input { +.ant-input-number-group.ant-input-number-group-compact + > .ant-select + > .ant-select-selector, +.ant-input-number-group.ant-input-number-group-compact + > .ant-select-auto-complete + .ant-input, +.ant-input-number-group.ant-input-number-group-compact + > .ant-cascader-picker + .ant-input, +.ant-input-number-group.ant-input-number-group-compact + > .ant-input-group-wrapper + .ant-input { border-right-width: 1px; border-radius: 0; } -.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:hover, -.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:hover, -.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:hover, -.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:hover { +.ant-input-number-group.ant-input-number-group-compact + > .ant-select + > .ant-select-selector:hover, +.ant-input-number-group.ant-input-number-group-compact + > .ant-select-auto-complete + .ant-input:hover, +.ant-input-number-group.ant-input-number-group-compact + > .ant-cascader-picker + .ant-input:hover, +.ant-input-number-group.ant-input-number-group-compact + > .ant-input-group-wrapper + .ant-input:hover { z-index: 1; } -.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:focus, -.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:focus, -.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:focus, -.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:focus { +.ant-input-number-group.ant-input-number-group-compact + > .ant-select + > .ant-select-selector:focus, +.ant-input-number-group.ant-input-number-group-compact + > .ant-select-auto-complete + .ant-input:focus, +.ant-input-number-group.ant-input-number-group-compact + > .ant-cascader-picker + .ant-input:focus, +.ant-input-number-group.ant-input-number-group-compact + > .ant-input-group-wrapper + .ant-input:focus { z-index: 1; } .ant-input-number-group.ant-input-number-group-compact > .ant-select-focused { z-index: 1; } -.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-arrow { +.ant-input-number-group.ant-input-number-group-compact + > .ant-select + > .ant-select-arrow { z-index: 1; } .ant-input-number-group.ant-input-number-group-compact > *:first-child, -.ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector, -.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input, -.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input { +.ant-input-number-group.ant-input-number-group-compact + > .ant-select:first-child + > .ant-select-selector, +.ant-input-number-group.ant-input-number-group-compact + > .ant-select-auto-complete:first-child + .ant-input, +.ant-input-number-group.ant-input-number-group-compact + > .ant-cascader-picker:first-child + .ant-input { border-top-left-radius: 2px; border-bottom-left-radius: 2px; } .ant-input-number-group.ant-input-number-group-compact > *:last-child, -.ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector, -.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input, -.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input { +.ant-input-number-group.ant-input-number-group-compact + > .ant-select:last-child + > .ant-select-selector, +.ant-input-number-group.ant-input-number-group-compact + > .ant-cascader-picker:last-child + .ant-input, +.ant-input-number-group.ant-input-number-group-compact + > .ant-cascader-picker-focused:last-child + .ant-input { border-right-width: 1px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; } -.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input { +.ant-input-number-group.ant-input-number-group-compact + > .ant-select-auto-complete + .ant-input { vertical-align: top; } -.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper { +.ant-input-number-group.ant-input-number-group-compact + .ant-input-group-wrapper + + .ant-input-group-wrapper { margin-left: -1px; } -.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper { +.ant-input-number-group.ant-input-number-group-compact + .ant-input-group-wrapper + + .ant-input-group-wrapper + .ant-input-affix-wrapper { border-radius: 0; } -.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button { +.ant-input-number-group.ant-input-number-group-compact + .ant-input-group-wrapper:not(:last-child).ant-input-search + > .ant-input-group + > .ant-input-group-addon + > .ant-input-search-button { border-radius: 0; } -.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input { +.ant-input-number-group.ant-input-number-group-compact + .ant-input-group-wrapper:not(:last-child).ant-input-search + > .ant-input-group + > .ant-input { border-radius: 2px 0 0 2px; } .ant-input-number-group-wrapper { @@ -18845,8 +19868,8 @@ textarea.ant-input-number { line-height: 12px; transition: all 0.1s linear; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-input-number-handler-up-inner > *, .ant-input-number-handler-down-inner > * { @@ -18912,8 +19935,8 @@ textarea.ant-input-number { outline: 0; transition: all 0.3s linear; -webkit-appearance: textfield !important; - -moz-appearance: textfield !important; - appearance: textfield !important; + -moz-appearance: textfield !important; + appearance: textfield !important; /* stylelint-disable-next-line selector-no-vendor-prefix */ } .ant-input-number-input::-moz-placeholder { @@ -18922,8 +19945,8 @@ textarea.ant-input-number { .ant-input-number-input::placeholder { color: rgba(255, 255, 255, 0.3); -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-input-number-input:-moz-placeholder-shown { text-overflow: ellipsis; @@ -18931,8 +19954,8 @@ textarea.ant-input-number { .ant-input-number-input:placeholder-shown { text-overflow: ellipsis; } -.ant-input-number-input[type='number']::-webkit-inner-spin-button, -.ant-input-number-input[type='number']::-webkit-outer-spin-button { +.ant-input-number-input[type="number"]::-webkit-inner-spin-button, +.ant-input-number-input[type="number"]::-webkit-outer-spin-button { margin: 0; /* stylelint-disable-next-line property-no-vendor-prefix */ -webkit-appearance: none; @@ -18963,8 +19986,12 @@ textarea.ant-input-number { opacity: 0; transition: opacity 0.24s linear 0.1s; } -.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner, -.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner { +.ant-input-number-handler-wrap + .ant-input-number-handler + .ant-input-number-handler-up-inner, +.ant-input-number-handler-wrap + .ant-input-number-handler + .ant-input-number-handler-down-inner { display: flex; align-items: center; justify-content: center; @@ -19016,7 +20043,8 @@ textarea.ant-input-number { cursor: not-allowed; } .ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner, -.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner { +.ant-input-number-handler-down-disabled:hover + .ant-input-number-handler-down-inner { color: rgba(255, 255, 255, 0.3); } .ant-input-number-borderless { @@ -19036,7 +20064,8 @@ textarea.ant-input-number { right: auto; left: 0; } -.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap { +.ant-input-number-rtl.ant-input-number-borderless + .ant-input-number-handler-wrap { border-right-width: 0; } .ant-input-number-rtl .ant-input-number-handler-up { @@ -19080,8 +20109,8 @@ textarea.ant-input-number { .ant-input-affix-wrapper::placeholder { color: rgba(255, 255, 255, 0.3); -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-input-affix-wrapper:-moz-placeholder-shown { text-overflow: ellipsis; @@ -19166,11 +20195,13 @@ textarea.ant-input-affix-wrapper { border-right-width: 1px !important; z-index: 1; } -.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover { +.ant-input-rtl + .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover { border-right-width: 0; border-left-width: 1px !important; } -.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover { +.ant-input-search-with-button + .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover { z-index: 0; } .ant-input-affix-wrapper-focused, @@ -19191,7 +20222,7 @@ textarea.ant-input-affix-wrapper { .ant-input-affix-wrapper::before { width: 0; visibility: hidden; - content: '\a0'; + content: "\a0"; } .ant-input-prefix, .ant-input-suffix { @@ -19247,7 +20278,7 @@ textarea.ant-input-affix-wrapper { padding: 0; font-variant: tabular-nums; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; display: inline-block; width: 100%; @@ -19269,8 +20300,8 @@ textarea.ant-input-affix-wrapper { .ant-input::placeholder { color: rgba(255, 255, 255, 0.3); -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-input:-moz-placeholder-shown { text-overflow: ellipsis; @@ -19359,22 +20390,22 @@ textarea.ant-input { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; display: table; width: 100%; border-collapse: separate; border-spacing: 0; } -.ant-input-group[class*='col-'] { +.ant-input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; } -.ant-input-group > [class*='col-'] { +.ant-input-group > [class*="col-"] { padding-right: 8px; } -.ant-input-group > [class*='col-']:last-child { +.ant-input-group > [class*="col-"]:last-child { padding-right: 0; } .ant-input-group-addon, @@ -19428,7 +20459,9 @@ textarea.ant-input { .ant-input-group-addon .ant-select { margin: -5px -11px; } -.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector { +.ant-input-group-addon + .ant-select.ant-select-single:not(.ant-select-customize-input) + .ant-select-selector { background-color: inherit; border: 1px solid transparent; box-shadow: none; @@ -19513,26 +20546,41 @@ textarea.ant-input { } .ant-input-group.ant-input-group-compact::before { display: table; - content: ''; + content: ""; } .ant-input-group.ant-input-group-compact::after { display: table; clear: both; - content: ''; -} -.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child), -.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child), -.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) { + content: ""; +} +.ant-input-group.ant-input-group-compact-addon:not(:first-child):not( + :last-child + ), +.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not( + :last-child + ), +.ant-input-group.ant-input-group-compact + > .ant-input:not(:first-child):not(:last-child) { border-right-width: 1px; } -.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover, -.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover, -.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover { +.ant-input-group.ant-input-group-compact-addon:not(:first-child):not( + :last-child + ):hover, +.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not( + :last-child + ):hover, +.ant-input-group.ant-input-group-compact + > .ant-input:not(:first-child):not(:last-child):hover { z-index: 1; } -.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus, -.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus, -.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus { +.ant-input-group.ant-input-group-compact-addon:not(:first-child):not( + :last-child + ):focus, +.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not( + :last-child + ):focus, +.ant-input-group.ant-input-group-compact + > .ant-input:not(:first-child):not(:last-child):focus { z-index: 1; } .ant-input-group.ant-input-group-compact > * { @@ -19561,16 +20609,32 @@ textarea.ant-input { border-right-width: 1px; border-radius: 0; } -.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:hover, -.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover, -.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover, -.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover { +.ant-input-group.ant-input-group-compact + > .ant-select + > .ant-select-selector:hover, +.ant-input-group.ant-input-group-compact + > .ant-select-auto-complete + .ant-input:hover, +.ant-input-group.ant-input-group-compact + > .ant-cascader-picker + .ant-input:hover, +.ant-input-group.ant-input-group-compact + > .ant-input-group-wrapper + .ant-input:hover { z-index: 1; } -.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:focus, -.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus, -.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus, -.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus { +.ant-input-group.ant-input-group-compact + > .ant-select + > .ant-select-selector:focus, +.ant-input-group.ant-input-group-compact + > .ant-select-auto-complete + .ant-input:focus, +.ant-input-group.ant-input-group-compact + > .ant-cascader-picker + .ant-input:focus, +.ant-input-group.ant-input-group-compact + > .ant-input-group-wrapper + .ant-input:focus { z-index: 1; } .ant-input-group.ant-input-group-compact > .ant-select-focused { @@ -19580,33 +20644,59 @@ textarea.ant-input { z-index: 1; } .ant-input-group.ant-input-group-compact > *:first-child, -.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, -.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, -.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input { +.ant-input-group.ant-input-group-compact + > .ant-select:first-child + > .ant-select-selector, +.ant-input-group.ant-input-group-compact + > .ant-select-auto-complete:first-child + .ant-input, +.ant-input-group.ant-input-group-compact + > .ant-cascader-picker:first-child + .ant-input { border-top-left-radius: 2px; border-bottom-left-radius: 2px; } .ant-input-group.ant-input-group-compact > *:last-child, -.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, -.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, -.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input { +.ant-input-group.ant-input-group-compact + > .ant-select:last-child + > .ant-select-selector, +.ant-input-group.ant-input-group-compact + > .ant-cascader-picker:last-child + .ant-input, +.ant-input-group.ant-input-group-compact + > .ant-cascader-picker-focused:last-child + .ant-input { border-right-width: 1px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; } -.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input { +.ant-input-group.ant-input-group-compact + > .ant-select-auto-complete + .ant-input { vertical-align: top; } -.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper { +.ant-input-group.ant-input-group-compact + .ant-input-group-wrapper + + .ant-input-group-wrapper { margin-left: -1px; } -.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper { +.ant-input-group.ant-input-group-compact + .ant-input-group-wrapper + + .ant-input-group-wrapper + .ant-input-affix-wrapper { border-radius: 0; } -.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button { +.ant-input-group.ant-input-group-compact + .ant-input-group-wrapper:not(:last-child).ant-input-search + > .ant-input-group + > .ant-input-group-addon + > .ant-input-search-button { border-radius: 0; } -.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input { +.ant-input-group.ant-input-group-compact + .ant-input-group-wrapper:not(:last-child).ant-input-search + > .ant-input-group + > .ant-input { border-radius: 2px 0 0 2px; } .ant-input-group > .ant-input-rtl:first-child, @@ -19625,36 +20715,57 @@ textarea.ant-input { .ant-input-group-rtl.ant-input-group-addon:last-child { border-radius: 2px 0 0 2px; } -.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) { +.ant-input-group-rtl.ant-input-group + .ant-input-affix-wrapper:not(:first-child) { border-radius: 2px 0 0 2px; } .ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) { border-radius: 0 2px 2px 0; } -.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:not(:last-child) { +.ant-input-group-rtl.ant-input-group.ant-input-group-compact + > *:not(:last-child) { margin-right: 0; margin-left: -1px; border-left-width: 1px; } .ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:first-child, -.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, -.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, -.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input { +.ant-input-group-rtl.ant-input-group.ant-input-group-compact + > .ant-select:first-child + > .ant-select-selector, +.ant-input-group-rtl.ant-input-group.ant-input-group-compact + > .ant-select-auto-complete:first-child + .ant-input, +.ant-input-group-rtl.ant-input-group.ant-input-group-compact + > .ant-cascader-picker:first-child + .ant-input { border-radius: 0 2px 2px 0; } .ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:last-child, -.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, -.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, -.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, -.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input { +.ant-input-group-rtl.ant-input-group.ant-input-group-compact + > .ant-select:last-child + > .ant-select-selector, +.ant-input-group-rtl.ant-input-group.ant-input-group-compact + > .ant-select-auto-complete:last-child + .ant-input, +.ant-input-group-rtl.ant-input-group.ant-input-group-compact + > .ant-cascader-picker:last-child + .ant-input, +.ant-input-group-rtl.ant-input-group.ant-input-group-compact + > .ant-cascader-picker-focused:last-child + .ant-input { border-left-width: 1px; border-radius: 2px 0 0 2px; } -.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl { +.ant-input-group.ant-input-group-compact + .ant-input-group-wrapper-rtl + + .ant-input-group-wrapper-rtl { margin-right: -1px; margin-left: 0; } -.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input { +.ant-input-group.ant-input-group-compact + .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search + > .ant-input-group + > .ant-input { border-radius: 0 2px 2px 0; } .ant-input-group-wrapper { @@ -19671,13 +20782,13 @@ textarea.ant-input { .ant-input-password-icon:hover { color: rgba(255, 255, 255, 0.85); } -.ant-input[type='color'] { +.ant-input[type="color"] { height: 32px; } -.ant-input[type='color'].ant-input-lg { +.ant-input[type="color"].ant-input-lg { height: 40px; } -.ant-input[type='color'].ant-input-sm { +.ant-input[type="color"].ant-input-sm { height: 24px; padding-top: 3px; padding-bottom: 3px; @@ -19696,8 +20807,14 @@ textarea.ant-input { .ant-input-search .ant-input:focus { border-color: #165996; } -.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary), -.ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) { +.ant-input-search + .ant-input:hover + + .ant-input-group-addon + .ant-input-search-button:not(.ant-btn-primary), +.ant-input-search + .ant-input:focus + + .ant-input-group-addon + .ant-input-search-button:not(.ant-btn-primary) { border-left-color: #165996; } .ant-input-search .ant-input-affix-wrapper { @@ -19711,15 +20828,24 @@ textarea.ant-input { padding: 0; border: 0; } -.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button { +.ant-input-search + > .ant-input-group + > .ant-input-group-addon:last-child + .ant-input-search-button { padding-top: 0; padding-bottom: 0; border-radius: 0 2px 2px 0; } -.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) { +.ant-input-search + > .ant-input-group + > .ant-input-group-addon:last-child + .ant-input-search-button:not(.ant-btn-primary) { color: rgba(255, 255, 255, 0.45); } -.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before { +.ant-input-search + > .ant-input-group + > .ant-input-group-addon:last-child + .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before { top: 0; right: 0; bottom: 0; @@ -19771,8 +20897,14 @@ textarea.ant-input { .ant-input-search-rtl { direction: rtl; } -.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary), -.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) { +.ant-input-search-rtl + .ant-input:hover + + .ant-input-group-addon + .ant-input-search-button:not(.ant-btn-primary), +.ant-input-search-rtl + .ant-input:focus + + .ant-input-group-addon + .ant-input-search-button:not(.ant-btn-primary) { border-right-color: #165996; border-left-color: #434343; } @@ -19784,7 +20916,10 @@ textarea.ant-input { right: -1px; left: auto; } -.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon .ant-input-search-button { +.ant-input-search-rtl + > .ant-input-group + > .ant-input-group-addon + .ant-input-search-button { border-radius: 2px 0 0 2px; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { @@ -19910,7 +21045,7 @@ textarea.ant-input { left: 0; background: transparent; transition: all 0.3s; - content: ''; + content: ""; } .ant-layout-sider-zero-width-trigger:hover::after { background: rgba(255, 255, 255, 0.1); @@ -19953,7 +21088,7 @@ textarea.ant-input { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; } .ant-list * { @@ -20088,7 +21223,10 @@ textarea.ant-input { .ant-list-loading .ant-list-spin-nested-loading { min-height: 32px; } -.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child { +.ant-list-split.ant-list-something-after-last-item + .ant-spin-container + > .ant-list-items + > .ant-list-item:last-child { border-bottom: 1px solid #303030; } .ant-list-lg .ant-list-item { @@ -20235,7 +21373,10 @@ textarea.ant-input { padding-right: 0; padding-left: 16px; } -.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action { +.ant-list-rtl + .ant-list:not(.ant-list-vertical) + .ant-list-item-no-flex + .ant-list-item-action { float: left; } @media screen and (max-width: 768px) { @@ -20274,7 +21415,7 @@ textarea.ant-input { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: absolute; display: none; color: #177ddc; @@ -20352,15 +21493,15 @@ textarea.ant-input { background: #141414; opacity: 0; transition: all 0.3s; - content: ''; + content: ""; pointer-events: none; } .ant-spin-blur { clear: both; opacity: 0.5; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; pointer-events: none; } .ant-spin-blur::after { @@ -20475,7 +21616,7 @@ textarea.ant-input { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; } .ant-pagination ul, .ant-pagination ol { @@ -20489,7 +21630,7 @@ textarea.ant-input { height: 0; overflow: hidden; visibility: hidden; - content: ' '; + content: " "; } .ant-pagination-total-text { display: inline-block; @@ -20503,7 +21644,9 @@ textarea.ant-input { min-width: 32px; height: 32px; margin-right: 8px; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, + "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; line-height: 30px; text-align: center; vertical-align: middle; @@ -20514,8 +21657,8 @@ textarea.ant-input { outline: 0; cursor: pointer; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-pagination-item a { display: block; @@ -20568,24 +21711,36 @@ textarea.ant-input { .ant-pagination-jump-next .ant-pagination-item-container { position: relative; } -.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon, -.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon { +.ant-pagination-jump-prev + .ant-pagination-item-container + .ant-pagination-item-link-icon, +.ant-pagination-jump-next + .ant-pagination-item-container + .ant-pagination-item-link-icon { color: #177ddc; font-size: 12px; letter-spacing: -1px; opacity: 0; transition: all 0.2s; } -.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg, -.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg { +.ant-pagination-jump-prev + .ant-pagination-item-container + .ant-pagination-item-link-icon-svg, +.ant-pagination-jump-next + .ant-pagination-item-container + .ant-pagination-item-link-icon-svg { top: 0; right: 0; bottom: 0; left: 0; margin: auto; } -.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis, -.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis { +.ant-pagination-jump-prev + .ant-pagination-item-container + .ant-pagination-item-ellipsis, +.ant-pagination-jump-next + .ant-pagination-item-container + .ant-pagination-item-ellipsis { position: absolute; top: 0; right: 0; @@ -20630,7 +21785,9 @@ textarea.ant-input { min-width: 32px; height: 32px; color: rgba(255, 255, 255, 0.85); - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, + "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; line-height: 32px; text-align: center; vertical-align: middle; @@ -20649,8 +21806,8 @@ textarea.ant-input { color: rgba(255, 255, 255, 0.85); cursor: pointer; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-pagination-prev:hover button, .ant-pagination-next:hover button { @@ -20748,8 +21905,8 @@ textarea.ant-input { .ant-pagination-options-quick-jumper input::placeholder { color: rgba(255, 255, 255, 0.3); -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-pagination-options-quick-jumper input:-moz-placeholder-shown { text-overflow: ellipsis; @@ -20943,7 +22100,8 @@ textarea.ant-pagination-options-quick-jumper input { border-color: #434343; cursor: not-allowed; } -.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link { +.ant-pagination-simple.ant-pagination.ant-pagination-disabled + .ant-pagination-item-link { background: transparent; } .ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon { @@ -20984,11 +22142,15 @@ textarea.ant-pagination-options-quick-jumper input { margin-right: 16px; margin-left: 0; } -.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select { +.ant-pagination-rtl + .ant-pagination-options + .ant-pagination-options-size-changer.ant-select { margin-right: 0; margin-left: 8px; } -.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper { +.ant-pagination-rtl + .ant-pagination-options + .ant-pagination-options-quick-jumper { margin-left: 0; } .ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager { @@ -21024,7 +22186,7 @@ textarea.ant-pagination-options-quick-jumper input { margin: 0; font-variant: tabular-nums; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; width: 100%; min-width: 0; padding: 4px 11px; @@ -21051,8 +22213,8 @@ textarea.ant-pagination-options-quick-jumper input { .ant-mentions::placeholder { color: rgba(255, 255, 255, 0.3); -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-mentions:-moz-placeholder-shown { text-overflow: ellipsis; @@ -21164,8 +22326,8 @@ textarea.ant-mentions { word-wrap: break-word; word-break: inherit; -moz-tab-size: inherit; - -o-tab-size: inherit; - tab-size: inherit; + -o-tab-size: inherit; + tab-size: inherit; } .ant-mentions > textarea { width: 100%; @@ -21181,8 +22343,8 @@ textarea.ant-mentions { .ant-mentions > textarea::placeholder { color: rgba(255, 255, 255, 0.3); -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-mentions > textarea:-moz-placeholder-shown { text-overflow: ellipsis; @@ -21211,7 +22373,7 @@ textarea.ant-mentions { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: absolute; top: -9999px; left: -9999px; @@ -21222,7 +22384,8 @@ textarea.ant-mentions { background-color: #1f1f1f; border-radius: 2px; outline: none; - box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); + box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), + 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); } .ant-mentions-dropdown-hidden { display: none; @@ -21295,7 +22458,7 @@ textarea.ant-mentions { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: fixed; top: 8px; left: 0; @@ -21312,7 +22475,8 @@ textarea.ant-mentions { padding: 10px 16px; background: #1f1f1f; border-radius: 2px; - box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); + box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), + 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); pointer-events: all; } .ant-message-success .anticon { @@ -21377,7 +22541,7 @@ textarea.ant-mentions { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; pointer-events: none; position: relative; top: 100px; @@ -21392,8 +22556,8 @@ textarea.ant-mentions { opacity: 0; animation-duration: 0.3s; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-modal-mask { position: fixed; @@ -21435,7 +22599,8 @@ textarea.ant-mentions { background-clip: padding-box; border: 0; border-radius: 2px; - box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); + box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), + 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); pointer-events: auto; } .ant-modal-close { @@ -21505,7 +22670,7 @@ textarea.ant-mentions { width: 0; height: 100%; vertical-align: middle; - content: ''; + content: ""; } .ant-modal-centered .ant-modal { top: 0; @@ -21531,12 +22696,12 @@ textarea.ant-mentions { } .ant-modal-confirm-body-wrapper::before { display: table; - content: ''; + content: ""; } .ant-modal-confirm-body-wrapper::after { display: table; clear: both; - content: ''; + content: ""; } .ant-modal-confirm-body .ant-modal-confirm-title { display: block; @@ -21556,7 +22721,10 @@ textarea.ant-mentions { margin-right: 16px; font-size: 22px; } -.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content { +.ant-modal-confirm-body + > .anticon + + .ant-modal-confirm-title + + .ant-modal-confirm-content { margin-left: 38px; } .ant-modal-confirm .ant-modal-confirm-btns { @@ -21602,7 +22770,11 @@ textarea.ant-mentions { margin-right: 0; margin-left: 16px; } -.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content { +.ant-modal-wrap-rtl + .ant-modal-confirm-body + > .anticon + + .ant-modal-confirm-title + + .ant-modal-confirm-content { margin-right: 38px; margin-left: 0; } @@ -21628,7 +22800,10 @@ textarea.ant-mentions { background: #1f1f1f; border-bottom: 1px solid #3a3a3a; } -.ant-modal .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover { +.ant-modal + .ant-transfer-list-content-item:not( + .ant-transfer-list-content-item-disabled + ):hover { background-color: rgba(255, 255, 255, 0.08); } .ant-modal tr.ant-table-expanded-row > td, @@ -21672,10 +22847,17 @@ textarea.ant-mentions { .ant-modal .ant-table.ant-table-bordered tfoot > tr > td { border-right: 1px solid #3a3a3a; } -.ant-modal .ant-table.ant-table-bordered .ant-table-cell-fix-right-first::after { +.ant-modal + .ant-table.ant-table-bordered + .ant-table-cell-fix-right-first::after { border-right: 1px solid #3a3a3a; } -.ant-modal .ant-table.ant-table-bordered table thead > tr:not(:last-child) > th { +.ant-modal + .ant-table.ant-table-bordered + table + thead + > tr:not(:last-child) + > th { border-bottom: 1px solid #303030; } .ant-modal .ant-table.ant-table-bordered .ant-table-container { @@ -21696,7 +22878,10 @@ textarea.ant-mentions { .ant-modal .ant-picker-calendar-full .ant-picker-panel { background-color: #1f1f1f; } -.ant-modal .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date { +.ant-modal + .ant-picker-calendar-full + .ant-picker-panel + .ant-picker-calendar-date { border-top: 2px solid #3a3a3a; } .ant-modal .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active { @@ -21729,7 +22914,10 @@ textarea.ant-mentions { background: #1f1f1f; border-bottom: 1px solid #3a3a3a; } -.ant-notification .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover { +.ant-notification + .ant-transfer-list-content-item:not( + .ant-transfer-list-content-item-disabled + ):hover { background-color: rgba(255, 255, 255, 0.08); } .ant-notification tr.ant-table-expanded-row > td, @@ -21773,16 +22961,25 @@ textarea.ant-mentions { .ant-notification .ant-table.ant-table-bordered tfoot > tr > td { border-right: 1px solid #3a3a3a; } -.ant-notification .ant-table.ant-table-bordered .ant-table-cell-fix-right-first::after { +.ant-notification + .ant-table.ant-table-bordered + .ant-table-cell-fix-right-first::after { border-right: 1px solid #3a3a3a; } -.ant-notification .ant-table.ant-table-bordered table thead > tr:not(:last-child) > th { +.ant-notification + .ant-table.ant-table-bordered + table + thead + > tr:not(:last-child) + > th { border-bottom: 1px solid #303030; } .ant-notification .ant-table.ant-table-bordered .ant-table-container { border: 1px solid #3a3a3a; } -.ant-notification .ant-table.ant-table-bordered .ant-table-expanded-row-fixed::after { +.ant-notification + .ant-table.ant-table-bordered + .ant-table-expanded-row-fixed::after { border-right: 1px solid #3a3a3a; } .ant-notification .ant-table.ant-table-bordered .ant-table-footer { @@ -21797,10 +22994,16 @@ textarea.ant-mentions { .ant-notification .ant-picker-calendar-full .ant-picker-panel { background-color: #1f1f1f; } -.ant-notification .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date { +.ant-notification + .ant-picker-calendar-full + .ant-picker-panel + .ant-picker-calendar-date { border-top: 2px solid #3a3a3a; } -.ant-notification .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active { +.ant-notification + .ant-tabs.ant-tabs-card + .ant-tabs-card-bar + .ant-tabs-tab-active { background-color: #1f1f1f; border-bottom: 1px solid #1f1f1f; } @@ -21819,7 +23022,7 @@ textarea.ant-mentions { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: fixed; z-index: 1010; margin-right: 24px; @@ -21829,10 +23032,14 @@ textarea.ant-mentions { margin-right: 0; margin-left: 24px; } -.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active, -.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active, -.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active, -.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active { +.ant-notification-topLeft + .ant-notification-fade-enter.ant-notification-fade-enter-active, +.ant-notification-bottomLeft + .ant-notification-fade-enter.ant-notification-fade-enter-active, +.ant-notification-topLeft + .ant-notification-fade-appear.ant-notification-fade-appear-active, +.ant-notification-bottomLeft + .ant-notification-fade-appear.ant-notification-fade-appear-active { animation-name: NotificationLeftFadeIn; } .ant-notification-close-icon { @@ -21854,7 +23061,8 @@ textarea.ant-mentions { word-wrap: break-word; background: #1f1f1f; border-radius: 2px; - box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); + box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), + 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); } .ant-notification-topLeft .ant-notification-notice, .ant-notification-bottomLeft .ant-notification-notice { @@ -21876,7 +23084,7 @@ textarea.ant-mentions { } .ant-notification-notice-message-single-line-auto-margin::before { display: block; - content: ''; + content: ""; } .ant-notification-notice-description { font-size: 14px; @@ -21991,15 +23199,21 @@ textarea.ant-mentions { .ant-notification-rtl { direction: rtl; } -.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message { +.ant-notification-rtl + .ant-notification-notice-closable + .ant-notification-notice-message { padding-right: 0; padding-left: 24px; } -.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message { +.ant-notification-rtl + .ant-notification-notice-with-icon + .ant-notification-notice-message { margin-right: 48px; margin-left: 0; } -.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description { +.ant-notification-rtl + .ant-notification-notice-with-icon + .ant-notification-notice-description { margin-right: 48px; margin-left: 0; } @@ -22031,7 +23245,7 @@ textarea.ant-mentions { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; padding: 16px 24px; background-color: #141414; @@ -22191,7 +23405,7 @@ textarea.ant-mentions { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: absolute; top: 0; left: 0; @@ -22201,13 +23415,13 @@ textarea.ant-mentions { text-align: left; cursor: auto; -webkit-user-select: text; - -moz-user-select: text; - user-select: text; + -moz-user-select: text; + user-select: text; } .ant-popover::after { position: absolute; background: rgba(255, 255, 255, 0.01); - content: ''; + content: ""; } .ant-popover-hidden { display: none; @@ -22236,7 +23450,8 @@ textarea.ant-mentions { background-color: #1f1f1f; background-clip: padding-box; border-radius: 2px; - box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); + box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), + 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); box-shadow: 0 0 8px rgba(0, 0, 0, 0.45) \9; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { @@ -22244,7 +23459,8 @@ textarea.ant-mentions { /* IE10+ */ } .ant-popover-inner { - box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); + box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), + 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); } } .ant-popover-title { @@ -22302,7 +23518,7 @@ textarea.ant-mentions { height: 6px; margin: auto; background-color: #1f1f1f; - content: ''; + content: ""; pointer-events: auto; } .ant-popover-placement-top .ant-popover-arrow, @@ -22510,7 +23726,7 @@ textarea.ant-mentions { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; display: inline-block; } .ant-progress-line { @@ -22565,7 +23781,8 @@ textarea.ant-mentions { .ant-progress-circle-path { animation: ant-progress-appear 0.3s; } -.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path { +.ant-progress-inner:not(.ant-progress-circle-gradient) + .ant-progress-circle-path { stroke: #177ddc; } .ant-progress-success-bg, @@ -22606,7 +23823,7 @@ textarea.ant-mentions { border-radius: 10px; opacity: 0; animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite; - content: ''; + content: ""; } .ant-progress-status-exception .ant-progress-bg { background-color: #a61d24; @@ -22614,7 +23831,9 @@ textarea.ant-mentions { .ant-progress-status-exception .ant-progress-text { color: #a61d24; } -.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path { +.ant-progress-status-exception + .ant-progress-inner:not(.ant-progress-circle-gradient) + .ant-progress-circle-path { stroke: #a61d24; } .ant-progress-status-success .ant-progress-bg { @@ -22623,7 +23842,9 @@ textarea.ant-mentions { .ant-progress-status-success .ant-progress-text { color: #49aa19; } -.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path { +.ant-progress-status-success + .ant-progress-inner:not(.ant-progress-circle-gradient) + .ant-progress-circle-path { stroke: #49aa19; } .ant-progress-circle .ant-progress-inner { @@ -22701,7 +23922,7 @@ textarea.ant-mentions { font-size: 14px; font-variant: tabular-nums; line-height: 1.5715; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; display: inline-block; margin: 0; padding: 0; @@ -22744,8 +23965,8 @@ textarea.ant-mentions { color: rgba(255, 255, 255, 0.12); transition: all 0.3s; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { @@ -22925,7 +24146,9 @@ textarea.ant-mentions { background: rgba(190, 190, 190, 0.2); border-radius: 4px; } -.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) { +.ant-skeleton-content + .ant-skeleton-paragraph + > li:last-child:not(:first-child):not(:nth-child(2)) { width: 61%; } .ant-skeleton-content .ant-skeleton-paragraph > li + li { @@ -22934,7 +24157,10 @@ textarea.ant-mentions { .ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title { margin-top: 12px; } -.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph { +.ant-skeleton-with-avatar + .ant-skeleton-content + .ant-skeleton-title + + .ant-skeleton-paragraph { margin-top: 28px; } .ant-skeleton-round .ant-skeleton-content .ant-skeleton-title, @@ -22942,28 +24168,56 @@ textarea.ant-mentions { border-radius: 100px; } .ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title, -.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li { - background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(255, 255, 255, 0.16) 37%, rgba(190, 190, 190, 0.2) 63%); +.ant-skeleton.ant-skeleton-active + .ant-skeleton-content + .ant-skeleton-paragraph + > li { + background: linear-gradient( + 90deg, + rgba(190, 190, 190, 0.2) 25%, + rgba(255, 255, 255, 0.16) 37%, + rgba(190, 190, 190, 0.2) 63% + ); background-size: 400% 100%; animation: ant-skeleton-loading 1.4s ease infinite; } .ant-skeleton.ant-skeleton-active .ant-skeleton-avatar { - background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(255, 255, 255, 0.16) 37%, rgba(190, 190, 190, 0.2) 63%); + background: linear-gradient( + 90deg, + rgba(190, 190, 190, 0.2) 25%, + rgba(255, 255, 255, 0.16) 37%, + rgba(190, 190, 190, 0.2) 63% + ); background-size: 400% 100%; animation: ant-skeleton-loading 1.4s ease infinite; } .ant-skeleton.ant-skeleton-active .ant-skeleton-button { - background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(255, 255, 255, 0.16) 37%, rgba(190, 190, 190, 0.2) 63%); + background: linear-gradient( + 90deg, + rgba(190, 190, 190, 0.2) 25%, + rgba(255, 255, 255, 0.16) 37%, + rgba(190, 190, 190, 0.2) 63% + ); background-size: 400% 100%; animation: ant-skeleton-loading 1.4s ease infinite; } .ant-skeleton.ant-skeleton-active .ant-skeleton-input { - background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(255, 255, 255, 0.16) 37%, rgba(190, 190, 190, 0.2) 63%); + background: linear-gradient( + 90deg, + rgba(190, 190, 190, 0.2) 25%, + rgba(255, 255, 255, 0.16) 37%, + rgba(190, 190, 190, 0.2) 63% + ); background-size: 400% 100%; animation: ant-skeleton-loading 1.4s ease infinite; } .ant-skeleton.ant-skeleton-active .ant-skeleton-image { - background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(255, 255, 255, 0.16) 37%, rgba(190, 190, 190, 0.2) 63%); + background: linear-gradient( + 90deg, + rgba(190, 190, 190, 0.2) 25%, + rgba(255, 255, 255, 0.16) 37%, + rgba(190, 190, 190, 0.2) 63% + ); background-size: 400% 100%; animation: ant-skeleton-loading 1.4s ease infinite; } @@ -23109,8 +24363,13 @@ textarea.ant-mentions { padding-right: 0; padding-left: 16px; } -.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title, -.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li { +.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active + .ant-skeleton-content + .ant-skeleton-title, +.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active + .ant-skeleton-content + .ant-skeleton-paragraph + > li { animation-name: ant-skeleton-loading-rtl; } .ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar { @@ -23141,7 +24400,7 @@ textarea.ant-mentions { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; height: 12px; margin: 10px 6px 10px; @@ -23232,7 +24491,8 @@ textarea.ant-mentions { border-radius: 50%; box-shadow: 0; cursor: pointer; - transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28); + transition: border-color 0.3s, box-shadow 0.6s, + transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28); } .ant-slider-handle-dragging.ant-slider-handle-dragging.ant-slider-handle-dragging { border-color: #4697e3; @@ -23270,8 +24530,8 @@ textarea.ant-mentions { word-break: keep-all; cursor: pointer; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-slider-mark-text-active { color: rgba(255, 255, 255, 0.85); @@ -23390,7 +24650,7 @@ textarea.ant-mentions { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; } .ant-statistic-title { margin-bottom: 4px; @@ -23400,7 +24660,9 @@ textarea.ant-mentions { .ant-statistic-content { color: rgba(255, 255, 255, 0.85); font-size: 24px; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, + "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } .ant-statistic-content-value { display: inline-block; @@ -23444,7 +24706,7 @@ textarea.ant-mentions { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; display: flex; width: 100%; font-size: 0; @@ -23464,7 +24726,10 @@ textarea.ant-mentions { flex: none; } .ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail, -.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after { +.ant-steps-item:last-child + > .ant-steps-item-container + > .ant-steps-item-content + > .ant-steps-item-title::after { display: none; } .ant-steps-item-icon, @@ -23477,7 +24742,9 @@ textarea.ant-mentions { height: 32px; margin: 0 8px 0 0; font-size: 16px; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, + "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; line-height: 32px; text-align: center; border: 1px solid rgba(255, 255, 255, 0.3); @@ -23504,7 +24771,7 @@ textarea.ant-mentions { background: #303030; border-radius: 1px; transition: background 0.3s; - content: ''; + content: ""; } .ant-steps-item-title { position: relative; @@ -23522,7 +24789,7 @@ textarea.ant-mentions { width: 9999px; height: 1px; background: #303030; - content: ''; + content: ""; } .ant-steps-item-subtitle { display: inline; @@ -23542,16 +24809,28 @@ textarea.ant-mentions { .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon { color: rgba(255, 255, 255, 0.3); } -.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot { +.ant-steps-item-wait + .ant-steps-item-icon + > .ant-steps-icon + .ant-steps-icon-dot { background: rgba(255, 255, 255, 0.3); } -.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title { +.ant-steps-item-wait + > .ant-steps-item-container + > .ant-steps-item-content + > .ant-steps-item-title { color: rgba(255, 255, 255, 0.45); } -.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after { +.ant-steps-item-wait + > .ant-steps-item-container + > .ant-steps-item-content + > .ant-steps-item-title::after { background-color: #303030; } -.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description { +.ant-steps-item-wait + > .ant-steps-item-container + > .ant-steps-item-content + > .ant-steps-item-description { color: rgba(255, 255, 255, 0.45); } .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after { @@ -23564,25 +24843,42 @@ textarea.ant-mentions { .ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon { color: #177ddc; } -.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot { +.ant-steps-item-process + .ant-steps-item-icon + > .ant-steps-icon + .ant-steps-icon-dot { background: #177ddc; } -.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title { +.ant-steps-item-process + > .ant-steps-item-container + > .ant-steps-item-content + > .ant-steps-item-title { color: rgba(255, 255, 255, 0.85); } -.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after { +.ant-steps-item-process + > .ant-steps-item-container + > .ant-steps-item-content + > .ant-steps-item-title::after { background-color: #303030; } -.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description { +.ant-steps-item-process + > .ant-steps-item-container + > .ant-steps-item-content + > .ant-steps-item-description { color: rgba(255, 255, 255, 0.85); } -.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after { +.ant-steps-item-process + > .ant-steps-item-container + > .ant-steps-item-tail::after { background-color: #303030; } .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon { background: #177ddc; } -.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon { +.ant-steps-item-process + > .ant-steps-item-container + > .ant-steps-item-icon + .ant-steps-icon { color: #fff; } .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-title { @@ -23595,19 +24891,33 @@ textarea.ant-mentions { .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon { color: #177ddc; } -.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot { +.ant-steps-item-finish + .ant-steps-item-icon + > .ant-steps-icon + .ant-steps-icon-dot { background: #177ddc; } -.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title { +.ant-steps-item-finish + > .ant-steps-item-container + > .ant-steps-item-content + > .ant-steps-item-title { color: rgba(255, 255, 255, 0.85); } -.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after { +.ant-steps-item-finish + > .ant-steps-item-container + > .ant-steps-item-content + > .ant-steps-item-title::after { background-color: #177ddc; } -.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description { +.ant-steps-item-finish + > .ant-steps-item-container + > .ant-steps-item-content + > .ant-steps-item-description { color: rgba(255, 255, 255, 0.45); } -.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after { +.ant-steps-item-finish + > .ant-steps-item-container + > .ant-steps-item-tail::after { background-color: #177ddc; } .ant-steps-item-error .ant-steps-item-icon { @@ -23617,19 +24927,33 @@ textarea.ant-mentions { .ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon { color: #a61d24; } -.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot { +.ant-steps-item-error + .ant-steps-item-icon + > .ant-steps-icon + .ant-steps-icon-dot { background: #a61d24; } -.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title { +.ant-steps-item-error + > .ant-steps-item-container + > .ant-steps-item-content + > .ant-steps-item-title { color: #a61d24; } -.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after { +.ant-steps-item-error + > .ant-steps-item-container + > .ant-steps-item-content + > .ant-steps-item-title::after { background-color: #303030; } -.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description { +.ant-steps-item-error + > .ant-steps-item-container + > .ant-steps-item-content + > .ant-steps-item-description { color: #a61d24; } -.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after { +.ant-steps-item-error + > .ant-steps-item-container + > .ant-steps-item-tail::after { background-color: #303030; } .ant-steps-item.ant-steps-next-error .ant-steps-item-title::after { @@ -23638,40 +24962,75 @@ textarea.ant-mentions { .ant-steps-item-disabled { cursor: not-allowed; } -.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] { +.ant-steps + .ant-steps-item:not(.ant-steps-item-active) + > .ant-steps-item-container[role="button"] { cursor: pointer; } -.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title, -.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-subtitle, -.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description, -.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon { +.ant-steps + .ant-steps-item:not(.ant-steps-item-active) + > .ant-steps-item-container[role="button"] + .ant-steps-item-title, +.ant-steps + .ant-steps-item:not(.ant-steps-item-active) + > .ant-steps-item-container[role="button"] + .ant-steps-item-subtitle, +.ant-steps + .ant-steps-item:not(.ant-steps-item-active) + > .ant-steps-item-container[role="button"] + .ant-steps-item-description, +.ant-steps + .ant-steps-item:not(.ant-steps-item-active) + > .ant-steps-item-container[role="button"] + .ant-steps-item-icon + .ant-steps-icon { transition: color 0.3s; } -.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title, -.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle, -.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description { +.ant-steps + .ant-steps-item:not(.ant-steps-item-active) + > .ant-steps-item-container[role="button"]:hover + .ant-steps-item-title, +.ant-steps + .ant-steps-item:not(.ant-steps-item-active) + > .ant-steps-item-container[role="button"]:hover + .ant-steps-item-subtitle, +.ant-steps + .ant-steps-item:not(.ant-steps-item-active) + > .ant-steps-item-container[role="button"]:hover + .ant-steps-item-description { color: #177ddc; } -.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon { +.ant-steps + .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) + > .ant-steps-item-container[role="button"]:hover + .ant-steps-item-icon { border-color: #177ddc; } -.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon { +.ant-steps + .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) + > .ant-steps-item-container[role="button"]:hover + .ant-steps-item-icon + .ant-steps-icon { color: #177ddc; } .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item { padding-left: 16px; white-space: nowrap; } -.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child { +.ant-steps-horizontal:not(.ant-steps-label-vertical) + .ant-steps-item:first-child { padding-left: 0; } -.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title { +.ant-steps-horizontal:not(.ant-steps-label-vertical) + .ant-steps-item:last-child + .ant-steps-item-title { padding-right: 0; } .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail { display: none; } -.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description { +.ant-steps-horizontal:not(.ant-steps-label-vertical) + .ant-steps-item-description { max-width: 140px; white-space: normal; } @@ -23680,7 +25039,10 @@ textarea.ant-mentions { background: none; border: 0; } -.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon > .ant-steps-icon { +.ant-steps-item-custom + > .ant-steps-item-container + > .ant-steps-item-icon + > .ant-steps-icon { top: 0px; left: 0.5px; width: 32px; @@ -23688,17 +25050,23 @@ textarea.ant-mentions { font-size: 24px; line-height: 32px; } -.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon { +.ant-steps-item-custom.ant-steps-item-process + .ant-steps-item-icon + > .ant-steps-icon { color: #177ddc; } -.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon { +.ant-steps:not(.ant-steps-vertical) + .ant-steps-item-custom + .ant-steps-item-icon { width: auto; background: none; } -.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item { +.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) + .ant-steps-item { padding-left: 12px; } -.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child { +.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) + .ant-steps-item:first-child { padding-left: 0; } .ant-steps-small .ant-steps-item-icon { @@ -23763,7 +25131,10 @@ textarea.ant-mentions { .ant-steps-vertical > .ant-steps-item .ant-steps-item-description { padding-bottom: 12px; } -.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail { +.ant-steps-vertical + > .ant-steps-item + > .ant-steps-item-container + > .ant-steps-item-tail { position: absolute; top: 0; left: 16px; @@ -23771,23 +25142,37 @@ textarea.ant-mentions { height: 100%; padding: 38px 0 6px; } -.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after { +.ant-steps-vertical + > .ant-steps-item + > .ant-steps-item-container + > .ant-steps-item-tail::after { width: 1px; height: 100%; } -.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail { +.ant-steps-vertical + > .ant-steps-item:not(:last-child) + > .ant-steps-item-container + > .ant-steps-item-tail { display: block; } -.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after { +.ant-steps-vertical + > .ant-steps-item + > .ant-steps-item-container + > .ant-steps-item-content + > .ant-steps-item-title::after { display: none; } -.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail { +.ant-steps-vertical.ant-steps-small + .ant-steps-item-container + .ant-steps-item-tail { position: absolute; top: 0; left: 12px; padding: 30px 0 6px; } -.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title { +.ant-steps-vertical.ant-steps-small + .ant-steps-item-container + .ant-steps-item-title { line-height: 24px; } .ant-steps-label-vertical .ant-steps-item { @@ -23820,7 +25205,8 @@ textarea.ant-mentions { margin-left: 0; line-height: 1.5715; } -.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon { +.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) + .ant-steps-item-icon { margin-left: 46px; } .ant-steps-dot .ant-steps-item-title, @@ -23872,7 +25258,7 @@ textarea.ant-mentions { width: 60px; height: 32px; background: rgba(0, 0, 0, 0.001); - content: ''; + content: ""; } .ant-steps-dot .ant-steps-item-content, .ant-steps-dot.ant-steps-small .ant-steps-item-content { @@ -23887,8 +25273,14 @@ textarea.ant-mentions { line-height: 10px; background: none; } -.ant-steps-dot .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot, -.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot { +.ant-steps-dot + .ant-steps-item-process + .ant-steps-icon:first-child + .ant-steps-icon-dot, +.ant-steps-dot.ant-steps-small + .ant-steps-item-process + .ant-steps-icon:first-child + .ant-steps-icon-dot { left: 0; } .ant-steps-vertical.ant-steps-dot .ant-steps-item-icon { @@ -23896,19 +25288,28 @@ textarea.ant-mentions { margin-left: 0; background: none; } -.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail { +.ant-steps-vertical.ant-steps-dot + .ant-steps-item + > .ant-steps-item-container + > .ant-steps-item-tail { top: 6.5px; left: -9px; margin: 0; padding: 22px 0 4px; } -.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot { +.ant-steps-vertical.ant-steps-dot + .ant-steps-item:first-child + .ant-steps-icon-dot { left: 0; } .ant-steps-vertical.ant-steps-dot .ant-steps-item-content { width: inherit; } -.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot { +.ant-steps-vertical.ant-steps-dot + .ant-steps-item-process + .ant-steps-item-container + .ant-steps-item-icon + .ant-steps-icon-dot { top: -1px; left: -1px; } @@ -23943,10 +25344,14 @@ textarea.ant-mentions { .ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after { display: none; } -.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] { +.ant-steps-navigation + .ant-steps-item:not(.ant-steps-item-active) + .ant-steps-item-container[role="button"] { cursor: pointer; } -.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover { +.ant-steps-navigation + .ant-steps-item:not(.ant-steps-item-active) + .ant-steps-item-container[role="button"]:hover { opacity: 0.85; } .ant-steps-navigation .ant-steps-item:last-child { @@ -23968,7 +25373,7 @@ textarea.ant-mentions { border-bottom: none; border-left: none; transform: rotate(45deg); - content: ''; + content: ""; } .ant-steps-navigation .ant-steps-item::before { position: absolute; @@ -23980,7 +25385,7 @@ textarea.ant-mentions { background-color: #177ddc; transition: width 0.3s, left 0.3s; transition-timing-function: ease-out; - content: ''; + content: ""; } .ant-steps-navigation .ant-steps-item.ant-steps-item-active::before { left: 0; @@ -23992,7 +25397,8 @@ textarea.ant-mentions { .ant-steps-navigation.ant-steps-vertical > .ant-steps-item::before { display: none; } -.ant-steps-navigation.ant-steps-vertical > .ant-steps-item.ant-steps-item-active::before { +.ant-steps-navigation.ant-steps-vertical + > .ant-steps-item.ant-steps-item-active::before { top: 0; right: 0; left: unset; @@ -24011,10 +25417,16 @@ textarea.ant-mentions { text-align: center; transform: rotate(135deg); } -.ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail { +.ant-steps-navigation.ant-steps-vertical + > .ant-steps-item + > .ant-steps-item-container + > .ant-steps-item-tail { visibility: hidden; } -.ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail { +.ant-steps-navigation.ant-steps-horizontal + > .ant-steps-item + > .ant-steps-item-container + > .ant-steps-item-tail { visibility: hidden; } .ant-steps-rtl { @@ -24036,14 +25448,18 @@ textarea.ant-mentions { right: 100%; left: auto; } -.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item { +.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) + .ant-steps-item { padding-right: 16px; padding-left: 0; } -.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child { +.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) + .ant-steps-item:first-child { padding-right: 0; } -.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title { +.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) + .ant-steps-item:last-child + .ant-steps-item-title { padding-left: 0; } .ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon { @@ -24059,7 +25475,9 @@ textarea.ant-mentions { margin-left: 0; text-align: right; } -.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title { +.ant-steps-rtl.ant-steps-navigation + .ant-steps-item-container + .ant-steps-item-title { padding-left: 0; } .ant-steps-rtl.ant-steps-navigation .ant-steps-item::after { @@ -24069,11 +25487,17 @@ textarea.ant-mentions { margin-left: 0; transform: rotate(225deg); } -.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item { +.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not( + .ant-steps-label-vertical + ) + .ant-steps-item { padding-right: 12px; padding-left: 0; } -.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child { +.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not( + .ant-steps-label-vertical + ) + .ant-steps-item:first-child { padding-right: 0; } .ant-steps-rtl.ant-steps-small .ant-steps-item-title { @@ -24085,11 +25509,16 @@ textarea.ant-mentions { margin-right: 0; margin-left: 16px; } -.ant-steps-rtl.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail { +.ant-steps-rtl.ant-steps-vertical + > .ant-steps-item + > .ant-steps-item-container + > .ant-steps-item-tail { right: 16px; left: auto; } -.ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail { +.ant-steps-rtl.ant-steps-vertical.ant-steps-small + .ant-steps-item-container + .ant-steps-item-tail { right: 12px; left: auto; } @@ -24106,7 +25535,9 @@ textarea.ant-mentions { margin-left: 0; } .ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot, -.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot { +.ant-steps-rtl.ant-steps-dot.ant-steps-small + .ant-steps-item:first-child + .ant-steps-icon-dot { right: 2px; left: auto; } @@ -24120,11 +25551,15 @@ textarea.ant-mentions { /* expand hover area */ } .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot, -.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot { +.ant-steps-rtl.ant-steps-dot.ant-steps-small + .ant-steps-item-icon + .ant-steps-icon-dot { float: right; } .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after, -.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after { +.ant-steps-rtl.ant-steps-dot.ant-steps-small + .ant-steps-item-icon + .ant-steps-icon-dot::after { right: -26px; left: auto; } @@ -24132,19 +25567,27 @@ textarea.ant-mentions { margin-right: 0; margin-left: 16px; } -.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail { +.ant-steps-rtl.ant-steps-vertical.ant-steps-dot + .ant-steps-item + > .ant-steps-item-container + > .ant-steps-item-tail { right: -9px; left: auto; } -.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot { +.ant-steps-rtl.ant-steps-vertical.ant-steps-dot + .ant-steps-item:first-child + .ant-steps-icon-dot { right: 0; left: auto; } -.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot { +.ant-steps-rtl.ant-steps-vertical.ant-steps-dot + .ant-steps-item-process + .ant-steps-icon-dot { right: -2px; left: auto; } -.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active { +.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal + .ant-steps-item:first-child.ant-steps-item-active { padding-right: 4px; } .ant-steps-with-progress .ant-steps-item { @@ -24183,7 +25626,7 @@ textarea.ant-mentions { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; display: inline-block; box-sizing: border-box; @@ -24197,8 +25640,8 @@ textarea.ant-mentions { cursor: pointer; transition: all 0.2s; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-switch:focus { outline: 0; @@ -24251,7 +25694,7 @@ textarea.ant-mentions { border-radius: 9px; box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2); transition: all 0.2s ease-in-out; - content: ''; + content: ""; } .ant-switch-checked .ant-switch-handle { left: calc(100% - 18px - 2px); @@ -24260,7 +25703,8 @@ textarea.ant-mentions { right: -30%; left: 0; } -.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before { +.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked + .ant-switch-handle::before { right: 0; left: -30%; } @@ -24306,11 +25750,13 @@ textarea.ant-mentions { right: 2px; left: auto; } -.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before { +.ant-switch-rtl:not(.ant-switch-rtl-disabled):active + .ant-switch-handle::before { right: 0; left: -30%; } -.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before { +.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked + .ant-switch-handle::before { right: -30%; left: 0; } @@ -24348,7 +25794,10 @@ textarea.ant-mentions { .ant-table.ant-table-middle .ant-table-expanded-row-fixed { margin: -12px -8px; } -.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table { +.ant-table.ant-table-middle + .ant-table-tbody + .ant-table-wrapper:only-child + .ant-table { margin: -12px -8px -12px 25px; } .ant-table.ant-table-small { @@ -24368,7 +25817,10 @@ textarea.ant-mentions { .ant-table.ant-table-small .ant-table-expanded-row-fixed { margin: -8px -8px; } -.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table { +.ant-table.ant-table-small + .ant-table-tbody + .ant-table-wrapper:only-child + .ant-table { margin: -8px -8px -8px 25px; } .ant-table-small .ant-table-thead > tr > th { @@ -24385,81 +25837,399 @@ textarea.ant-mentions { .ant-table.ant-table-bordered > .ant-table-container { border-left: 1px solid #303030; } -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > th, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td { +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-content + > table + > thead + > tr + > th, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-header + > table + > thead + > tr + > th, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-body + > table + > thead + > tr + > th, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-summary + > table + > thead + > tr + > th, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-content + > table + > tbody + > tr + > td, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-header + > table + > tbody + > tr + > td, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-body + > table + > tbody + > tr + > td, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-summary + > table + > tbody + > tr + > td, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-content + > table + > tfoot + > tr + > th, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-header + > table + > tfoot + > tr + > th, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-body + > table + > tfoot + > tr + > th, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-summary + > table + > tfoot + > tr + > th, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-content + > table + > tfoot + > tr + > td, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-header + > table + > tfoot + > tr + > td, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-body + > table + > tfoot + > tr + > td, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-summary + > table + > tfoot + > tr + > td { border-right: 1px solid #303030; } -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th { +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-content + > table + > thead + > tr:not(:last-child) + > th, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-header + > table + > thead + > tr:not(:last-child) + > th, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-body + > table + > thead + > tr:not(:last-child) + > th, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-summary + > table + > thead + > tr:not(:last-child) + > th { border-bottom: 1px solid #303030; } -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th::before, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th::before, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th::before, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th::before { +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-content + > table + > thead + > tr + > th::before, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-header + > table + > thead + > tr + > th::before, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-body + > table + > thead + > tr + > th::before, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-summary + > table + > thead + > tr + > th::before { background-color: transparent !important; } -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > .ant-table-cell-fix-right-first::after, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > .ant-table-cell-fix-right-first::after, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first::after { +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-content + > table + > thead + > tr + > .ant-table-cell-fix-right-first::after, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-header + > table + > thead + > tr + > .ant-table-cell-fix-right-first::after, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-body + > table + > thead + > tr + > .ant-table-cell-fix-right-first::after, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-summary + > table + > thead + > tr + > .ant-table-cell-fix-right-first::after, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-content + > table + > tbody + > tr + > .ant-table-cell-fix-right-first::after, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-header + > table + > tbody + > tr + > .ant-table-cell-fix-right-first::after, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-body + > table + > tbody + > tr + > .ant-table-cell-fix-right-first::after, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-summary + > table + > tbody + > tr + > .ant-table-cell-fix-right-first::after, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-content + > table + > tfoot + > tr + > .ant-table-cell-fix-right-first::after, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-header + > table + > tfoot + > tr + > .ant-table-cell-fix-right-first::after, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-body + > table + > tfoot + > tr + > .ant-table-cell-fix-right-first::after, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-summary + > table + > tfoot + > tr + > .ant-table-cell-fix-right-first::after { border-right: 1px solid #303030; } -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed { +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-content + > table + > tbody + > tr + > td + > .ant-table-expanded-row-fixed, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-header + > table + > tbody + > tr + > td + > .ant-table-expanded-row-fixed, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-body + > table + > tbody + > tr + > td + > .ant-table-expanded-row-fixed, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-summary + > table + > tbody + > tr + > td + > .ant-table-expanded-row-fixed { margin: -16px -17px; } -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed::after { +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-content + > table + > tbody + > tr + > td + > .ant-table-expanded-row-fixed::after, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-header + > table + > tbody + > tr + > td + > .ant-table-expanded-row-fixed::after, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-body + > table + > tbody + > tr + > td + > .ant-table-expanded-row-fixed::after, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-summary + > table + > tbody + > tr + > td + > .ant-table-expanded-row-fixed::after { position: absolute; top: 0; right: 1px; bottom: 0; border-right: 1px solid #303030; - content: ''; -} -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table, -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table { + content: ""; +} +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-content + > table, +.ant-table.ant-table-bordered + > .ant-table-container + > .ant-table-header + > table { border-top: 1px solid #303030; } -.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td, -.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td { +.ant-table.ant-table-bordered.ant-table-scroll-horizontal + > .ant-table-container + > .ant-table-body + > table + > tbody + > tr.ant-table-expanded-row + > td, +.ant-table.ant-table-bordered.ant-table-scroll-horizontal + > .ant-table-container + > .ant-table-body + > table + > tbody + > tr.ant-table-placeholder + > td { border-right: 0; } -.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed, -.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed { +.ant-table.ant-table-bordered.ant-table-middle + > .ant-table-container + > .ant-table-content + > table + > tbody + > tr + > td + > .ant-table-expanded-row-fixed, +.ant-table.ant-table-bordered.ant-table-middle + > .ant-table-container + > .ant-table-body + > table + > tbody + > tr + > td + > .ant-table-expanded-row-fixed { margin: -12px -9px; } -.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed, -.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed { +.ant-table.ant-table-bordered.ant-table-small + > .ant-table-container + > .ant-table-content + > table + > tbody + > tr + > td + > .ant-table-expanded-row-fixed, +.ant-table.ant-table-bordered.ant-table-small + > .ant-table-container + > .ant-table-body + > table + > tbody + > tr + > td + > .ant-table-expanded-row-fixed { margin: -8px -9px; } .ant-table.ant-table-bordered > .ant-table-footer { @@ -24482,8 +26252,8 @@ textarea.ant-mentions { cursor: col-resize; touch-action: none; -webkit-user-select: auto; - -moz-user-select: auto; - user-select: auto; + -moz-user-select: auto; + user-select: auto; width: 16px; z-index: 1; } @@ -24509,7 +26279,7 @@ textarea.ant-mentions { top: 0; bottom: 0; width: 100%; - content: ' '; + content: " "; width: 200vw; transform: translateX(-50%); opacity: 0; @@ -24520,12 +26290,12 @@ textarea.ant-mentions { } .ant-table-wrapper::before { display: table; - content: ''; + content: ""; } .ant-table-wrapper::after { display: table; clear: both; - content: ''; + content: ""; } .ant-table { box-sizing: border-box; @@ -24535,7 +26305,7 @@ textarea.ant-mentions { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; font-size: 14px; background: #141414; @@ -24567,7 +26337,8 @@ textarea.ant-mentions { overflow: visible; } .ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content, -.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content { +.ant-table-cell-ellipsis.ant-table-cell-fix-right-first + .ant-table-cell-content { display: block; overflow: hidden; text-overflow: ellipsis; @@ -24594,10 +26365,14 @@ textarea.ant-mentions { border-bottom: 1px solid #303030; transition: background 0.3s ease; } -.ant-table-thead > tr > th[colspan]:not([colspan='1']) { +.ant-table-thead > tr > th[colspan]:not([colspan="1"]) { text-align: center; } -.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before { +.ant-table-thead + > tr + > th:not(:last-child):not(.ant-table-selection-column):not( + .ant-table-row-expand-icon-cell + ):not([colspan])::before { position: absolute; top: 50%; right: 0; @@ -24606,7 +26381,7 @@ textarea.ant-mentions { background-color: rgba(255, 255, 255, 0.08); transform: translateY(-50%); transition: background-color 0.3s; - content: ''; + content: ""; } .ant-table-thead > tr:not(:last-child) > th[colspan] { border-bottom: 0; @@ -24616,17 +26391,61 @@ textarea.ant-mentions { transition: background 0.3s; } .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table, -.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table { +.ant-table-tbody + > tr + > td + > .ant-table-expanded-row-fixed + > .ant-table-wrapper:only-child + .ant-table { margin: -16px -16px -16px 33px; } -.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td, -.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td { +.ant-table-tbody + > tr + > td + > .ant-table-wrapper:only-child + .ant-table-tbody + > tr:last-child + > td, +.ant-table-tbody + > tr + > td + > .ant-table-expanded-row-fixed + > .ant-table-wrapper:only-child + .ant-table-tbody + > tr:last-child + > td { border-bottom: 0; } -.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child, -.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child, -.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child, -.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child { +.ant-table-tbody + > tr + > td + > .ant-table-wrapper:only-child + .ant-table-tbody + > tr:last-child + > td:first-child, +.ant-table-tbody + > tr + > td + > .ant-table-expanded-row-fixed + > .ant-table-wrapper:only-child + .ant-table-tbody + > tr:last-child + > td:first-child, +.ant-table-tbody + > tr + > td + > .ant-table-wrapper:only-child + .ant-table-tbody + > tr:last-child + > td:last-child, +.ant-table-tbody + > tr + > td + > .ant-table-expanded-row-fixed + > .ant-table-wrapper:only-child + .ant-table-tbody + > tr:last-child + > td:last-child { border-radius: 0; } .ant-table-tbody > tr.ant-table-row:hover > td, @@ -24683,7 +26502,8 @@ div.ant-table-summary { background-color: transparent !important; } .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover, -.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover { +.ant-table-thead + th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover { background: #222; } .ant-table-thead th.ant-table-column-sort { @@ -24714,7 +26534,7 @@ td.ant-table-column-sort { left: 0; width: 100%; height: 100%; - content: ''; + content: ""; } .ant-table-column-sorter { margin-left: 4px; @@ -24773,11 +26593,12 @@ td.ant-table-column-sort { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; min-width: 120px; background-color: #1f1f1f; border-radius: 2px; - box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); + box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), + 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); } .ant-table-filter-dropdown .ant-dropdown-menu { max-height: 264px; @@ -24791,16 +26612,22 @@ td.ant-table-column-sort { color: rgba(255, 255, 255, 0.3); font-size: 12px; text-align: center; - content: 'Not Found'; + content: "Not Found"; } .ant-table-filter-dropdown-tree { padding: 8px 8px 0; } -.ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover { +.ant-table-filter-dropdown-tree + .ant-tree-treenode + .ant-tree-node-content-wrapper:hover { background-color: rgba(255, 255, 255, 0.08); } -.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper, -.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover { +.ant-table-filter-dropdown-tree + .ant-tree-treenode-checkbox-checked + .ant-tree-node-content-wrapper, +.ant-table-filter-dropdown-tree + .ant-tree-treenode-checkbox-checked + .ant-tree-node-content-wrapper:hover { background-color: #11263c; } .ant-table-filter-dropdown-search { @@ -24869,9 +26696,9 @@ table tr th.ant-table-selection-column::after { cursor: pointer; transition: all 0.3s; -webkit-margin-start: 100%; - margin-inline-start: 100%; + margin-inline-start: 100%; -webkit-padding-start: 4px; - padding-inline-start: 4px; + padding-inline-start: 4px; } .ant-table-selection-extra .anticon { color: #bfbfbf; @@ -24911,8 +26738,8 @@ table tr th.ant-table-selection-column::after { transform: scale(0.94117647); transition: all 0.3s; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-table-row-expand-icon:focus, .ant-table-row-expand-icon:hover { @@ -24931,7 +26758,7 @@ table tr th.ant-table-selection-column::after { position: absolute; background: currentcolor; transition: transform 0.3s ease-out; - content: ''; + content: ""; } .ant-table-row-expand-icon::before { top: 7px; @@ -25006,7 +26833,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { width: 30px; transform: translateX(100%); transition: box-shadow 0.3s; - content: ''; + content: ""; pointer-events: none; } .ant-table-cell-fix-right-first::after, @@ -25018,7 +26845,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { width: 30px; transform: translateX(-100%); transition: box-shadow 0.3s; - content: ''; + content: ""; pointer-events: none; } .ant-table .ant-table-container::before, @@ -25029,7 +26856,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { z-index: 2; width: 30px; transition: box-shadow 0.3s; - content: ''; + content: ""; pointer-events: none; } .ant-table .ant-table-container::before { @@ -25054,7 +26881,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container { position: relative; } -.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after { +.ant-table-ping-right:not(.ant-table-has-fix-right) + .ant-table-container::after { box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.45); } .ant-table-ping-right .ant-table-cell-fix-right-first::after, @@ -25110,10 +26938,20 @@ tr.ant-table-expanded-row .ant-descriptions-view table { border-top-left-radius: 0; border-top-right-radius: 0; } -.ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child { +.ant-table-title + + .ant-table-container + table + > thead + > tr:first-child + th:first-child { border-radius: 0; } -.ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child { +.ant-table-title + + .ant-table-container + table + > thead + > tr:first-child + th:last-child { border-radius: 0; } .ant-table-container { @@ -25138,10 +26976,15 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-table-wrapper-rtl .ant-table table { text-align: right; } -.ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan='1']) { +.ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan="1"]) { text-align: center; } -.ant-table-wrapper-rtl .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before { +.ant-table-wrapper-rtl + .ant-table-thead + > tr + > th:not(:last-child):not(.ant-table-selection-column):not( + .ant-table-row-expand-icon-cell + ):not([colspan])::before { right: auto; left: 0; } @@ -25164,16 +27007,27 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-table-wrapper-rtl .ant-table-filter-column-title { padding: 16px 16px 16px 2.3em; } -.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title { +.ant-table-rtl + .ant-table-thead + tr + th.ant-table-column-has-sorters + .ant-table-filter-column-title { padding: 0 0 0 2.3em; } .ant-table-wrapper-rtl .ant-table-filter-trigger { margin: -4px 4px -4px -8px; } .ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span, -.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span, -.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper + span, -.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span { +.ant-dropdown-rtl + .ant-table-filter-dropdown-submenu + .ant-checkbox-wrapper + + span, +.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown + .ant-checkbox-wrapper + + span, +.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu + .ant-checkbox-wrapper + + span { padding-right: 8px; padding-left: 0; } @@ -25235,7 +27089,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { bottom: 4px; left: 0; transition: background-color 0.3s; - content: ''; + content: ""; pointer-events: none; } .ant-tree.ant-tree-directory .ant-tree-treenode:hover::before { @@ -25250,13 +27104,17 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper { border-radius: 0; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } -.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover { +.ant-tree.ant-tree-directory + .ant-tree-treenode + .ant-tree-node-content-wrapper:hover { background: transparent; } -.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected { +.ant-tree.ant-tree-directory + .ant-tree-treenode + .ant-tree-node-content-wrapper.ant-tree-node-selected { color: #fff; background: transparent; } @@ -25267,7 +27125,9 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher { color: #fff; } -.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper { +.ant-tree.ant-tree-directory + .ant-tree-treenode-selected + .ant-tree-node-content-wrapper { color: #fff; background: transparent; } @@ -25280,7 +27140,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; top: 0.2em; line-height: 1; @@ -25304,7 +27164,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { visibility: hidden; animation: antCheckboxEffect 0.36s ease-in-out; animation-fill-mode: backwards; - content: ''; + content: ""; } .ant-tree-checkbox:hover::after, .ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after { @@ -25337,7 +27197,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { transform: rotate(45deg) scale(0) translate(-50%, -50%); opacity: 0; transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s; - content: ' '; + content: " "; } .ant-tree-checkbox-input { position: absolute; @@ -25360,7 +27220,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { transform: rotate(45deg) scale(1) translate(-50%, -50%); opacity: 1; transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; - content: ' '; + content: " "; } .ant-tree-checkbox-checked .ant-tree-checkbox-inner { background-color: #177ddc; @@ -25369,7 +27229,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-tree-checkbox-disabled { cursor: not-allowed; } -.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after { +.ant-tree-checkbox-disabled.ant-tree-checkbox-checked + .ant-tree-checkbox-inner::after { border-color: rgba(255, 255, 255, 0.3); animation-name: none; } @@ -25403,7 +27264,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; display: inline-flex; align-items: baseline; line-height: unset; @@ -25413,7 +27274,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { display: inline-block; width: 0; overflow: hidden; - content: '\a0'; + content: "\a0"; } .ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled { cursor: not-allowed; @@ -25434,7 +27295,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; display: inline-block; } .ant-tree-checkbox-group-item { @@ -25459,9 +27320,10 @@ tr.ant-table-expanded-row .ant-descriptions-view table { border: 0; transform: translate(-50%, -50%) scale(1); opacity: 1; - content: ' '; + content: " "; } -.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after { +.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled + .ant-tree-checkbox-inner::after { background-color: rgba(255, 255, 255, 0.3); border-color: rgba(255, 255, 255, 0.3); } @@ -25474,7 +27336,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; background: transparent; border-radius: 2px; transition: background-color 0.3s; @@ -25488,13 +27350,19 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-tree.ant-tree-block-node .ant-tree-list-holder-inner { align-items: stretch; } -.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper { +.ant-tree.ant-tree-block-node + .ant-tree-list-holder-inner + .ant-tree-node-content-wrapper { flex: auto; } -.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging { +.ant-tree.ant-tree-block-node + .ant-tree-list-holder-inner + .ant-tree-treenode.dragging { position: relative; } -.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging::after { +.ant-tree.ant-tree-block-node + .ant-tree-list-holder-inner + .ant-tree-treenode.dragging::after { position: absolute; top: 0; right: 0; @@ -25505,7 +27373,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { animation: ant-tree-node-fx-do-not-use 0.3s; animation-play-state: running; animation-fill-mode: forwards; - content: ''; + content: ""; pointer-events: none; } .ant-tree .ant-tree-treenode { @@ -25524,7 +27392,9 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper { background: rgba(255, 255, 255, 0.08); } -.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title { +.ant-tree + .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node + .ant-tree-title { color: inherit; font-weight: 500; } @@ -25532,8 +27402,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table { align-self: stretch; white-space: nowrap; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-tree-indent-unit { display: inline-block; @@ -25559,8 +27429,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table { text-align: center; cursor: pointer; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-tree-switcher .ant-tree-switcher-icon, .ant-tree-switcher .ant-select-tree-switcher-icon { @@ -25595,14 +27465,14 @@ tr.ant-table-expanded-row .ant-descriptions-view table { bottom: -4px; margin-left: -1px; border-right: 1px solid #d9d9d9; - content: ' '; + content: " "; } .ant-tree-switcher-leaf-line::after { position: absolute; width: 10px; height: 14px; border-bottom: 1px solid #d9d9d9; - content: ' '; + content: " "; } .ant-tree-checkbox { top: initial; @@ -25644,8 +27514,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-tree-node-content-wrapper { line-height: 24px; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-tree-node-content-wrapper .ant-tree-drop-indicator { position: absolute; @@ -25664,7 +27534,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { background-color: transparent; border: 2px solid #177ddc; border-radius: 50%; - content: ''; + content: ""; } .ant-tree .ant-tree-treenode.drop-container > [draggable] { box-shadow: 0 0 0 2px #177ddc; @@ -25679,7 +27549,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { right: 12px; bottom: -4px; border-right: 1px solid #434343; - content: ''; + content: ""; } .ant-tree-show-line .ant-tree-indent-unit-end::before { display: none; @@ -25698,7 +27568,9 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-tree-rtl { direction: rtl; } -.ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after { +.ant-tree-rtl + .ant-tree-node-content-wrapper[draggable="true"] + .ant-tree-drop-indicator::after { right: -6px; left: unset; } @@ -25742,7 +27614,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { font-size: 14px; font-variant: tabular-nums; line-height: 1.5715; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; margin: 0; padding: 0; list-style: none; @@ -25839,43 +27711,71 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-timeline.ant-timeline-label .ant-timeline-item-head-custom { margin-left: 1px; } -.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content, -.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content, -.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content { +.ant-timeline.ant-timeline-alternate + .ant-timeline-item-left + .ant-timeline-item-content, +.ant-timeline.ant-timeline-right + .ant-timeline-item-left + .ant-timeline-item-content, +.ant-timeline.ant-timeline-label + .ant-timeline-item-left + .ant-timeline-item-content { left: calc(50% - 4px); width: calc(50% - 14px); text-align: left; } -.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content, -.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content, -.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content { +.ant-timeline.ant-timeline-alternate + .ant-timeline-item-right + .ant-timeline-item-content, +.ant-timeline.ant-timeline-right + .ant-timeline-item-right + .ant-timeline-item-content, +.ant-timeline.ant-timeline-label + .ant-timeline-item-right + .ant-timeline-item-content { width: calc(50% - 12px); margin: 0; text-align: right; } -.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail, -.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head, -.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom { +.ant-timeline.ant-timeline-right + .ant-timeline-item-right + .ant-timeline-item-tail, +.ant-timeline.ant-timeline-right + .ant-timeline-item-right + .ant-timeline-item-head, +.ant-timeline.ant-timeline-right + .ant-timeline-item-right + .ant-timeline-item-head-custom { left: calc(100% - 4px - 2px); } -.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content { +.ant-timeline.ant-timeline-right + .ant-timeline-item-right + .ant-timeline-item-content { width: calc(100% - 18px); } -.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail { +.ant-timeline.ant-timeline-pending + .ant-timeline-item-last + .ant-timeline-item-tail { display: block; height: calc(100% - 14px); border-left: 2px dotted #303030; } -.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail { +.ant-timeline.ant-timeline-reverse + .ant-timeline-item-last + .ant-timeline-item-tail { display: none; } -.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail { +.ant-timeline.ant-timeline-reverse + .ant-timeline-item-pending + .ant-timeline-item-tail { top: 15px; display: block; height: calc(100% - 15px); border-left: 2px dotted #303030; } -.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content { +.ant-timeline.ant-timeline-reverse + .ant-timeline-item-pending + .ant-timeline-item-content { min-height: 48px; } .ant-timeline.ant-timeline-label .ant-timeline-item-label { @@ -25884,7 +27784,9 @@ tr.ant-table-expanded-row .ant-descriptions-view table { width: calc(50% - 12px); text-align: right; } -.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label { +.ant-timeline.ant-timeline-label + .ant-timeline-item-right + .ant-timeline-item-label { left: calc(50% + 14px); width: calc(50% - 14px); text-align: left; @@ -25912,9 +27814,12 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head, .ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head, .ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head, -.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom, -.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom, -.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom { +.ant-timeline-rtl.ant-timeline.ant-timeline-alternate + .ant-timeline-item-head-custom, +.ant-timeline-rtl.ant-timeline.ant-timeline-right + .ant-timeline-item-head-custom, +.ant-timeline-rtl.ant-timeline.ant-timeline-label + .ant-timeline-item-head-custom { right: 50%; left: auto; } @@ -25924,47 +27829,76 @@ tr.ant-table-expanded-row .ant-descriptions-view table { margin-right: -4px; margin-left: 0; } -.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom, -.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom, -.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom { +.ant-timeline-rtl.ant-timeline.ant-timeline-alternate + .ant-timeline-item-head-custom, +.ant-timeline-rtl.ant-timeline.ant-timeline-right + .ant-timeline-item-head-custom, +.ant-timeline-rtl.ant-timeline.ant-timeline-label + .ant-timeline-item-head-custom { margin-right: 1px; margin-left: 0; } -.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content, -.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content, -.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content { +.ant-timeline-rtl.ant-timeline.ant-timeline-alternate + .ant-timeline-item-left + .ant-timeline-item-content, +.ant-timeline-rtl.ant-timeline.ant-timeline-right + .ant-timeline-item-left + .ant-timeline-item-content, +.ant-timeline-rtl.ant-timeline.ant-timeline-label + .ant-timeline-item-left + .ant-timeline-item-content { right: calc(50% - 4px); left: auto; text-align: right; } -.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content, -.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content, -.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content { +.ant-timeline-rtl.ant-timeline.ant-timeline-alternate + .ant-timeline-item-right + .ant-timeline-item-content, +.ant-timeline-rtl.ant-timeline.ant-timeline-right + .ant-timeline-item-right + .ant-timeline-item-content, +.ant-timeline-rtl.ant-timeline.ant-timeline-label + .ant-timeline-item-right + .ant-timeline-item-content { text-align: left; } -.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail, -.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head, -.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom { +.ant-timeline-rtl.ant-timeline.ant-timeline-right + .ant-timeline-item-right + .ant-timeline-item-tail, +.ant-timeline-rtl.ant-timeline.ant-timeline-right + .ant-timeline-item-right + .ant-timeline-item-head, +.ant-timeline-rtl.ant-timeline.ant-timeline-right + .ant-timeline-item-right + .ant-timeline-item-head-custom { right: 0; left: auto; } -.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content { +.ant-timeline-rtl.ant-timeline.ant-timeline-right + .ant-timeline-item-right + .ant-timeline-item-content { width: 100%; margin-right: 18px; text-align: right; } -.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail { +.ant-timeline-rtl.ant-timeline.ant-timeline-pending + .ant-timeline-item-last + .ant-timeline-item-tail { border-right: 2px dotted #303030; border-left: none; } -.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail { +.ant-timeline-rtl.ant-timeline.ant-timeline-reverse + .ant-timeline-item-pending + .ant-timeline-item-tail { border-right: 2px dotted #303030; border-left: none; } .ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label { text-align: left; } -.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label { +.ant-timeline-rtl.ant-timeline.ant-timeline-label + .ant-timeline-item-right + .ant-timeline-item-label { right: calc(50% + 14px); text-align: right; } @@ -25996,20 +27930,41 @@ tr.ant-table-expanded-row .ant-descriptions-view table { border: 0; border-radius: 0; } -.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-selection-column { +.ant-transfer-customize-list + .ant-table-wrapper + .ant-table-small + .ant-table-selection-column { width: 40px; min-width: 40px; } -.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th { +.ant-transfer-customize-list + .ant-table-wrapper + .ant-table-small + > .ant-table-content + > .ant-table-body + > table + > .ant-table-thead + > tr + > th { background: #1d1d1d; } -.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td { +.ant-transfer-customize-list + .ant-table-wrapper + .ant-table-small + > .ant-table-content + .ant-table-row:last-child + td { border-bottom: 1px solid #303030; } -.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body { +.ant-transfer-customize-list + .ant-table-wrapper + .ant-table-small + .ant-table-body { margin: 0; } -.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination { +.ant-transfer-customize-list + .ant-table-wrapper + .ant-table-pagination.ant-pagination { margin: 16px 0 4px; } .ant-transfer-customize-list .ant-input[disabled] { @@ -26024,7 +27979,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; display: flex; align-items: stretch; @@ -26140,19 +28095,26 @@ tr.ant-table-expanded-row .ant-descriptions-view table { right: -50%; bottom: -6px; left: -50%; - content: ''; + content: ""; } .ant-transfer-list-content-item-remove:hover { color: #165996; } -.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover { +.ant-transfer-list-content-item:not( + .ant-transfer-list-content-item-disabled + ):hover { background-color: #262626; cursor: pointer; } -.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover { +.ant-transfer-list-content-item:not( + .ant-transfer-list-content-item-disabled + ).ant-transfer-list-content-item-checked:hover { background-color: #0e161f; } -.ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover { +.ant-transfer-list-content-show-remove + .ant-transfer-list-content-item:not( + .ant-transfer-list-content-item-disabled + ):hover { background: transparent; cursor: default; } @@ -26266,7 +28228,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; position: relative; top: 0.2em; line-height: 1; @@ -26290,7 +28252,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { visibility: hidden; animation: antCheckboxEffect 0.36s ease-in-out; animation-fill-mode: backwards; - content: ''; + content: ""; } .ant-select-tree-checkbox:hover::after, .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after { @@ -26323,7 +28285,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { transform: rotate(45deg) scale(0) translate(-50%, -50%); opacity: 0; transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s; - content: ' '; + content: " "; } .ant-select-tree-checkbox-input { position: absolute; @@ -26346,7 +28308,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { transform: rotate(45deg) scale(1) translate(-50%, -50%); opacity: 1; transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; - content: ' '; + content: " "; } .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner { background-color: #177ddc; @@ -26355,7 +28317,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-select-tree-checkbox-disabled { cursor: not-allowed; } -.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after { +.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked + .ant-select-tree-checkbox-inner::after { border-color: rgba(255, 255, 255, 0.3); animation-name: none; } @@ -26377,7 +28340,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table { cursor: not-allowed; } .ant-select-tree-checkbox-disabled:hover::after, -.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after { +.ant-select-tree-checkbox-wrapper:hover + .ant-select-tree-checkbox-disabled::after { visibility: hidden; } .ant-select-tree-checkbox-wrapper { @@ -26389,7 +28353,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; display: inline-flex; align-items: baseline; line-height: unset; @@ -26399,7 +28363,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { display: inline-block; width: 0; overflow: hidden; - content: '\a0'; + content: "\a0"; } .ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled { cursor: not-allowed; @@ -26420,7 +28384,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; display: inline-block; } .ant-select-tree-checkbox-group-item { @@ -26445,9 +28409,10 @@ tr.ant-table-expanded-row .ant-descriptions-view table { border: 0; transform: translate(-50%, -50%) scale(1); opacity: 1; - content: ' '; + content: " "; } -.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after { +.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled + .ant-select-tree-checkbox-inner::after { background-color: rgba(255, 255, 255, 0.3); border-color: rgba(255, 255, 255, 0.3); } @@ -26463,7 +28428,10 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-tree-select-dropdown .ant-select-tree-list-holder-inner { align-items: stretch; } -.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper { +.ant-tree-select-dropdown + .ant-select-tree-list-holder-inner + .ant-select-tree-treenode + .ant-select-tree-node-content-wrapper { flex: auto; } .ant-select-tree { @@ -26475,7 +28443,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; background: transparent; border-radius: 2px; transition: background-color 0.3s; @@ -26489,13 +28457,19 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner { align-items: stretch; } -.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper { +.ant-select-tree.ant-select-tree-block-node + .ant-select-tree-list-holder-inner + .ant-select-tree-node-content-wrapper { flex: auto; } -.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging { +.ant-select-tree.ant-select-tree-block-node + .ant-select-tree-list-holder-inner + .ant-select-tree-treenode.dragging { position: relative; } -.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging::after { +.ant-select-tree.ant-select-tree-block-node + .ant-select-tree-list-holder-inner + .ant-select-tree-treenode.dragging::after { position: absolute; top: 0; right: 0; @@ -26506,7 +28480,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { animation: ant-tree-node-fx-do-not-use 0.3s; animation-play-state: running; animation-fill-mode: forwards; - content: ''; + content: ""; pointer-events: none; } .ant-select-tree .ant-select-tree-treenode { @@ -26515,17 +28489,27 @@ tr.ant-table-expanded-row .ant-descriptions-view table { padding: 0 0 4px 0; outline: none; } -.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper { +.ant-select-tree + .ant-select-tree-treenode-disabled + .ant-select-tree-node-content-wrapper { color: rgba(255, 255, 255, 0.3); cursor: not-allowed; } -.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover { +.ant-select-tree + .ant-select-tree-treenode-disabled + .ant-select-tree-node-content-wrapper:hover { background: transparent; } -.ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper { +.ant-select-tree + .ant-select-tree-treenode-active + .ant-select-tree-node-content-wrapper { background: rgba(255, 255, 255, 0.08); } -.ant-select-tree .ant-select-tree-treenode:not(.ant-select-tree .ant-select-tree-treenode-disabled).filter-node .ant-select-tree-title { +.ant-select-tree + .ant-select-tree-treenode:not( + .ant-select-tree .ant-select-tree-treenode-disabled + ).filter-node + .ant-select-tree-title { color: inherit; font-weight: 500; } @@ -26533,8 +28517,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table { align-self: stretch; white-space: nowrap; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-select-tree-indent-unit { display: inline-block; @@ -26560,8 +28544,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table { text-align: center; cursor: pointer; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-select-tree-switcher .ant-tree-switcher-icon, .ant-select-tree-switcher .ant-select-tree-switcher-icon { @@ -26596,14 +28580,14 @@ tr.ant-table-expanded-row .ant-descriptions-view table { bottom: -4px; margin-left: -1px; border-right: 1px solid #d9d9d9; - content: ' '; + content: " "; } .ant-select-tree-switcher-leaf-line::after { position: absolute; width: 10px; height: 14px; border-bottom: 1px solid #d9d9d9; - content: ' '; + content: " "; } .ant-select-tree-checkbox { top: initial; @@ -26625,10 +28609,13 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-select-tree .ant-select-tree-node-content-wrapper:hover { background-color: rgba(255, 255, 255, 0.08); } -.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected { +.ant-select-tree + .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected { background-color: #11263c; } -.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle { +.ant-select-tree + .ant-select-tree-node-content-wrapper + .ant-select-tree-iconEle { display: inline-block; width: 24px; height: 24px; @@ -26636,7 +28623,9 @@ tr.ant-table-expanded-row .ant-descriptions-view table { text-align: center; vertical-align: top; } -.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle:empty { +.ant-select-tree + .ant-select-tree-node-content-wrapper + .ant-select-tree-iconEle:empty { display: none; } .ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover { @@ -26645,8 +28634,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-select-tree-node-content-wrapper { line-height: 24px; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } .ant-select-tree-node-content-wrapper .ant-tree-drop-indicator { position: absolute; @@ -26665,7 +28654,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { background-color: transparent; border: 2px solid #177ddc; border-radius: 50%; - content: ''; + content: ""; } .ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] { box-shadow: 0 0 0 2px #177ddc; @@ -26680,7 +28669,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { right: 12px; bottom: -4px; border-right: 1px solid #434343; - content: ''; + content: ""; } .ant-select-tree-show-line .ant-select-tree-indent-unit-end::before { display: none; @@ -26691,15 +28680,23 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-select-tree-show-line .ant-select-tree-switcher-line-icon { vertical-align: -0.15em; } -.ant-select-tree .ant-select-tree-treenode-leaf-last .ant-select-tree-switcher-leaf-line::before { +.ant-select-tree + .ant-select-tree-treenode-leaf-last + .ant-select-tree-switcher-leaf-line::before { top: auto !important; bottom: auto !important; height: 14px !important; } -.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg { +.ant-tree-select-dropdown-rtl + .ant-select-tree + .ant-select-tree-switcher_close + .ant-select-tree-switcher-icon + svg { transform: rotate(90deg); } -.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher-loading-icon { +.ant-tree-select-dropdown-rtl + .ant-select-tree + .ant-select-tree-switcher-loading-icon { transform: scaleY(-1); } @@ -26735,8 +28732,8 @@ a.ant-typography.ant-typography-danger:hover { color: rgba(255, 255, 255, 0.3); cursor: not-allowed; -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -moz-user-select: none; + user-select: none; } div.ant-typography, .ant-typography p { @@ -26913,7 +28910,7 @@ a.ant-typography.ant-typography-disabled:active, .ant-typography ins { text-decoration: underline; -webkit-text-decoration-skip: ink; - text-decoration-skip-ink: auto; + text-decoration-skip-ink: auto; } .ant-typography s, .ant-typography del { @@ -27075,7 +29072,7 @@ div.ant-typography-edit-content.ant-typography-rtl { font-variant: tabular-nums; line-height: 1.5715; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; outline: 0; } .ant-upload p { @@ -27086,7 +29083,7 @@ div.ant-typography-edit-content.ant-typography-rtl { width: 100%; outline: none; } -.ant-upload input[type='file'] { +.ant-upload input[type="file"] { cursor: pointer; } .ant-upload.ant-upload-select { @@ -27185,12 +29182,12 @@ div.ant-typography-edit-content.ant-typography-rtl { } .ant-upload-picture-card-wrapper::before { display: table; - content: ''; + content: ""; } .ant-upload-picture-card-wrapper::after { display: table; clear: both; - content: ''; + content: ""; } .ant-upload-list { box-sizing: border-box; @@ -27200,17 +29197,17 @@ div.ant-typography-edit-content.ant-typography-rtl { font-size: 14px; font-variant: tabular-nums; list-style: none; - font-feature-settings: 'tnum'; + font-feature-settings: "tnum"; line-height: 1.5715; } .ant-upload-list::before { display: table; - content: ''; + content: ""; } .ant-upload-list::after { display: table; clear: both; - content: ''; + content: ""; } .ant-upload-list-item { position: relative; @@ -27243,7 +29240,8 @@ div.ant-typography-edit-content.ant-typography-rtl { line-height: 0; } .ant-upload-list-item-card-actions-btn:focus, -.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn { +.ant-upload-list-item-card-actions.picture + .ant-upload-list-item-card-actions-btn { opacity: 1; } .ant-upload-list-item-card-actions .anticon { @@ -27329,7 +29327,9 @@ div.ant-typography-edit-content.ant-typography-rtl { padding: 0; } .ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info, -.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info { +.ant-upload-list-picture-card + .ant-upload-list-item:hover + .ant-upload-list-item-info { background: transparent; } .ant-upload-list-picture .ant-upload-list-item-uploading, @@ -27348,12 +29348,32 @@ div.ant-typography-edit-content.ant-typography-rtl { .ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon { font-size: 26px; } -.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'], -.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] { +.ant-upload-list-picture + .ant-upload-list-item-error + .ant-upload-list-item-thumbnail + .anticon + svg + path[fill="#e6f7ff"], +.ant-upload-list-picture-card + .ant-upload-list-item-error + .ant-upload-list-item-thumbnail + .anticon + svg + path[fill="#e6f7ff"] { fill: #2a1215; } -.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'], -.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] { +.ant-upload-list-picture + .ant-upload-list-item-error + .ant-upload-list-item-thumbnail + .anticon + svg + path[fill="#1890ff"], +.ant-upload-list-picture-card + .ant-upload-list-item-error + .ant-upload-list-item-thumbnail + .anticon + svg + path[fill="#1890ff"] { fill: #a61d24; } .ant-upload-list-picture .ant-upload-list-item-icon, @@ -27393,8 +29413,12 @@ div.ant-typography-edit-content.ant-typography-rtl { text-overflow: ellipsis; transition: all 0.3s; } -.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name, -.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name { +.ant-upload-list-picture + .ant-upload-list-item-uploading + .ant-upload-list-item-name, +.ant-upload-list-picture-card + .ant-upload-list-item-uploading + .ant-upload-list-item-name { margin-bottom: 12px; } .ant-upload-list-picture .ant-upload-list-item-progress, @@ -27439,9 +29463,11 @@ div.ant-typography-edit-content.ant-typography-rtl { background-color: rgba(0, 0, 0, 0.5); opacity: 0; transition: all 0.3s; - content: ' '; + content: " "; } -.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before { +.ant-upload-list-picture-card + .ant-upload-list-item:hover + .ant-upload-list-item-info::before { opacity: 1; } .ant-upload-list-picture-card .ant-upload-list-item-actions { @@ -27466,11 +29492,17 @@ div.ant-typography-edit-content.ant-typography-rtl { transition: all 0.3s; } .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover, -.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover, -.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover { +.ant-upload-list-picture-card + .ant-upload-list-item-actions + .anticon-download:hover, +.ant-upload-list-picture-card + .ant-upload-list-item-actions + .anticon-delete:hover { color: #fff; } -.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions, +.ant-upload-list-picture-card + .ant-upload-list-item-info:hover + + .ant-upload-list-item-actions, .ant-upload-list-picture-card .ant-upload-list-item-actions:hover { opacity: 1; } @@ -27481,7 +29513,7 @@ div.ant-typography-edit-content.ant-typography-rtl { width: 100%; height: 100%; -o-object-fit: contain; - object-fit: contain; + object-fit: contain; } .ant-upload-list-picture-card .ant-upload-list-item-name { display: none; @@ -27490,20 +29522,33 @@ div.ant-typography-edit-content.ant-typography-rtl { line-height: 1.5715; text-align: center; } -.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name { +.ant-upload-list-picture-card + .ant-upload-list-item-file + + .ant-upload-list-item-name { position: absolute; bottom: 10px; display: block; } -.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item { +.ant-upload-list-picture-card + .ant-upload-list-item-uploading.ant-upload-list-item { background-color: rgba(255, 255, 255, 0.04); } -.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info { +.ant-upload-list-picture-card + .ant-upload-list-item-uploading + .ant-upload-list-item-info { height: auto; } -.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before, -.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye, -.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete { +.ant-upload-list-picture-card + .ant-upload-list-item-uploading + .ant-upload-list-item-info::before, +.ant-upload-list-picture-card + .ant-upload-list-item-uploading + .ant-upload-list-item-info + .anticon-eye, +.ant-upload-list-picture-card + .ant-upload-list-item-uploading + .ant-upload-list-item-info + .anticon-delete { display: none; } .ant-upload-list-picture-card .ant-upload-list-item-progress { @@ -27520,7 +29565,7 @@ div.ant-typography-edit-content.ant-typography-rtl { display: table; width: 0; height: 0; - content: ''; + content: ""; } .ant-upload-list-text-container .ant-upload-span, .ant-upload-list-picture-container .ant-upload-span { @@ -27590,11 +29635,15 @@ div.ant-typography-edit-content.ant-typography-rtl { .ant-upload-list-rtl { direction: rtl; } -.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 { +.ant-upload-list-rtl + .ant-upload-list-item-list-type-text:hover + .ant-upload-list-item-name-icon-count-1 { padding-right: 22px; padding-left: 14px; } -.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 { +.ant-upload-list-rtl + .ant-upload-list-item-list-type-text:hover + .ant-upload-list-item-name-icon-count-2 { padding-right: 22px; padding-left: 28px; } @@ -27620,7 +29669,10 @@ div.ant-typography-edit-content.ant-typography-rtl { right: auto; left: 4px; } -.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon { +.ant-upload-list-rtl + .ant-upload-list-item-error + .ant-upload-list-item-card-actions + .anticon { padding-right: 0; padding-left: 5px; } @@ -27633,7 +29685,8 @@ div.ant-typography-edit-content.ant-typography-rtl { padding: 0; } .ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail, -.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail { +.ant-upload-list-rtl.ant-upload-list-picture-card + .ant-upload-list-item-thumbnail { right: 8px; left: auto; } @@ -27649,18 +29702,23 @@ div.ant-typography-edit-content.ant-typography-rtl { padding-right: 48px; padding-left: 8px; } -.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1, -.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 { +.ant-upload-list-rtl.ant-upload-list-picture + .ant-upload-list-item-name-icon-count-1, +.ant-upload-list-rtl.ant-upload-list-picture-card + .ant-upload-list-item-name-icon-count-1 { padding-right: 48px; padding-left: 18px; } -.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2, -.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 { +.ant-upload-list-rtl.ant-upload-list-picture + .ant-upload-list-item-name-icon-count-2, +.ant-upload-list-rtl.ant-upload-list-picture-card + .ant-upload-list-item-name-icon-count-2 { padding-right: 48px; padding-left: 36px; } .ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress, -.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress { +.ant-upload-list-rtl.ant-upload-list-picture-card + .ant-upload-list-item-progress { padding-right: 0; padding-left: 0; } @@ -27672,15 +29730,17 @@ div.ant-typography-edit-content.ant-typography-rtl { .ant-upload-list-rtl .ant-upload-list-picture-card-container { margin: 0 0 8px 8px; } -.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions { +.ant-upload-list-rtl.ant-upload-list-picture-card + .ant-upload-list-item-actions { right: 50%; left: auto; transform: translate(50%, -50%); } -.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name { +.ant-upload-list-rtl.ant-upload-list-picture-card + .ant-upload-list-item-file + + .ant-upload-list-item-name { margin: 8px 0 0; padding: 0; } - -/*# sourceMappingURL=antd.dark.css.map*/ \ No newline at end of file +/*# sourceMappingURL=antd.dark.css.map*/ diff --git a/src/api/index.ts b/src/api/index.ts index c858e30..6252ff9 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -18,7 +18,7 @@ api.interceptors.request.use( (config: AxiosRequestConfig) => { return config; }, - (error: any) => { + (error) => { console.log(error); return Promise.reject(error); } @@ -27,7 +27,7 @@ api.interceptors.response.use( (response: AxiosResponse) => { return response.data; }, - (error: any) => { + (error) => { if (error.response.status.toString().startsWith(5)) { // 若返回5开头的错误,服务器不一定有返回数据,所以额外判断 message.error(error.response?.data.message || "服务器错误"); @@ -45,18 +45,18 @@ api.interceptors.response.use( } ); -const apiPost = ( +const apiPost = ( url: string, - data?: any, - config?: any + data?: object, + config?: object ): Promise> => { return api.post(url, data, { ...config }); }; -const apiGet = ( +const apiGet = ( url: string, - params?: any, - config?: any + params?: object, + config?: object ): Promise> => { return api.get(url, { params, ...config }); }; diff --git a/src/api/reg.ts b/src/api/reg.ts index d5b862e..0fa833f 100644 --- a/src/api/reg.ts +++ b/src/api/reg.ts @@ -1,8 +1,8 @@ import { apiGet, apiPost } from "@/api/index"; import { MyRes } from "@/models"; import type { - AccountForm, AccountReq, + AccountRes, EmailForm, EmailRes, SerialRes, @@ -21,7 +21,8 @@ const checkExistence = (res: MyRes) => { } }; -const checkMisMatch = (res: MyRes) => { +// eslint-disable-next-line +const checkMisMatch = (res: MyRes) => { if (res.code === 42210) { router.push(res.data.url); throw res; @@ -29,7 +30,7 @@ const checkMisMatch = (res: MyRes) => { }; const getSerial = async (): Promise> => { - const res = await apiGet("reg/flow/0"); + const res = await apiGet("reg/flow/0"); if (res.code !== 20000) { message.error(res.message); return Promise.reject(res.message); @@ -38,7 +39,7 @@ const getSerial = async (): Promise> => { }; const postTosForm = async (tosForm: TosForm): Promise> => { - const res = await apiPost("reg/flow/1", tosForm); + const res = await apiPost("reg/flow/1", tosForm); if (res.code !== 20000) { message.error(res.message); checkExistence(res); @@ -51,7 +52,7 @@ const postTosForm = async (tosForm: TosForm): Promise> => { const postEmailForm = async ( emailForm: EmailForm ): Promise> => { - const res = await apiPost("reg/flow/2", emailForm); + const res = await apiPost("reg/flow/2", emailForm); if (res.code !== 20000) { message.error(res.message); checkExistence(res); @@ -63,8 +64,8 @@ const postEmailForm = async ( const postAccountForm = async ( accountReq: AccountReq -): Promise> => { - const res = await apiPost("reg/flow/3", accountReq); +): Promise> => { + const res = await apiPost("reg/flow/3", accountReq); if (res.code !== 20000) { message.error(res.message); checkExistence(res); diff --git a/src/main.ts b/src/main.ts index 71758c2..d919188 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,8 +1,8 @@ import { createApp } from "vue"; import { createPinia } from "pinia"; -import Antd, { message } from "ant-design-vue"; -import 'ant-design-vue/dist/antd.css'; +import Antd from "ant-design-vue"; +import "ant-design-vue/dist/antd.css"; import App from "@/App.vue"; import router from "@/router"; import i18n from "@/locale"; @@ -15,4 +15,4 @@ app.use(Antd); app.use(i18n); app.mount("#app"); -// app.config.globalProperties.$message = message; \ No newline at end of file +// app.config.globalProperties.$message = message; diff --git a/src/models/email.ts b/src/models/email.ts index 1095ab8..f9abe54 100644 --- a/src/models/email.ts +++ b/src/models/email.ts @@ -4,4 +4,4 @@ export interface CodeForm { export interface CodeRes { data: null; -} \ No newline at end of file +} diff --git a/src/models/index.ts b/src/models/index.ts index 5252a14..01f8f3c 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -1,4 +1,4 @@ -export interface MyRes { +export interface MyRes { code: number; message: string; data: T; @@ -7,4 +7,4 @@ export interface MyRes { export interface RouteLink { path: string; title: string; -} \ No newline at end of file +} diff --git a/src/models/user.ts b/src/models/user.ts index de25123..f63997c 100644 --- a/src/models/user.ts +++ b/src/models/user.ts @@ -1,14 +1,14 @@ export interface UserState { - uid?: number, - username?: string, - nickname?: string, - role?: string, - email?: string, - phone?: string, - avatar?: string, - created_at?: string, - updated_at?: string, - deleted_at?: string, + uid?: number; + username?: string; + nickname?: string; + role?: string; + email?: string; + phone?: string; + avatar?: string; + created_at?: string; + updated_at?: string; + deleted_at?: string; } export interface LoginForm { @@ -31,4 +31,4 @@ export interface UserInfo { created_at: string; updated_at: string; deleted_at: string; -} \ No newline at end of file +} diff --git a/src/store/user.ts b/src/store/user.ts index 1397548..475ebd1 100644 --- a/src/store/user.ts +++ b/src/store/user.ts @@ -1,5 +1,5 @@ import { defineStore } from "pinia"; -import { LoginForm, LoginRes, UserState } from "@/models/user"; +import { LoginForm, UserState } from "@/models/user"; import user from "@/api/user"; import { message } from "ant-design-vue"; const useUserStore = defineStore({ @@ -42,7 +42,7 @@ const useUserStore = defineStore({ this.resetInfo(); localStorage.removeItem("token"); }, - async info(){ + async info() { try { const res = await user.info(); this.setInfo(res.data); @@ -50,7 +50,7 @@ const useUserStore = defineStore({ } catch (error) { return false; } - } + }, }, }); diff --git a/src/utils/useTimer.ts b/src/utils/useTimer.ts index 9600dd3..fc25910 100644 --- a/src/utils/useTimer.ts +++ b/src/utils/useTimer.ts @@ -1,37 +1,38 @@ import { Ref, ref } from "vue"; interface TimerOption { - name: string | undefined; - memory: Boolean | undefined; - immediate: Boolean | undefined; + name: string; + memory: boolean; + immediate: boolean; num: number; type: "up" | "down"; step: number; - init: Function | undefined; - onStart: Function | undefined; - onTick: Function | undefined; - trigger: Function | undefined; - onTrigger: Function | undefined; - onStop: Function | undefined; + init: (timer: Timer) => void; + onStart: (timer: Timer) => void; + onTick: (timer: Timer) => void; + trigger: (timer: Timer) => boolean; + onTrigger: (timer: Timer) => void; + onStop: (timer: Timer) => void; } -class useTimer { +class Timer { name: string; - memory: Boolean; - immediate: Boolean; + memory: boolean; + immediate: boolean; num: Ref; type: Ref<"up" | "down">; step: number; - init: Function | undefined; - onStart: Function | undefined; - onTick: Function | undefined; - trigger: Function | undefined; - onTrigger: Function | undefined; - onStop: Function | undefined; + init: ((timer: Timer) => void) | undefined; + onStart: ((timer: Timer) => void) | undefined; + onTick: ((timer: Timer) => void) | undefined; + trigger: ((timer: Timer) => boolean) | undefined; + onTrigger: ((timer: Timer) => void) | undefined; + onStop: ((timer: Timer) => void) | undefined; initialNum: number; initialType: "up" | "down"; + // eslint-disable-next-line @typescript-eslint/no-explicit-any timerHandler: any; - running: Boolean; + running: boolean; constructor(option: Partial) { this.name = option.name || "timer"; @@ -129,4 +130,4 @@ class useTimer { }; } -export default useTimer; +export default Timer; diff --git a/src/utils/useToggle.ts b/src/utils/useToggle.ts index 7f11325..e24927c 100644 --- a/src/utils/useToggle.ts +++ b/src/utils/useToggle.ts @@ -1,6 +1,6 @@ import { ref } from "vue"; -const useToggle = (initVal: boolean = false) => { +const useToggle = (initVal = false) => { const val = ref(initVal); const toggle = () => { val.value = !val.value; @@ -11,4 +11,4 @@ const useToggle = (initVal: boolean = false) => { return { val, set, toggle }; }; -export default useToggle; \ No newline at end of file +export default useToggle; diff --git a/src/views/Layout.vue b/src/views/Layout.vue index 4c561a3..8869ce7 100644 --- a/src/views/Layout.vue +++ b/src/views/Layout.vue @@ -72,11 +72,10 @@ - + \ No newline at end of file + + diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 2c8249c..61b13d4 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -93,7 +93,6 @@ import { UserOutlined, LockOutlined } from "@ant-design/icons-vue"; import useToggle from "@/utils/useToggle"; import useUserStore from "@/store/user"; import { useRouter } from "vue-router"; -import { message } from "ant-design-vue"; const userStore = useUserStore(); const router = useRouter(); diff --git a/src/views/reg/Step1.vue b/src/views/reg/Step1.vue index 2709c96..e63b0e1 100644 --- a/src/views/reg/Step1.vue +++ b/src/views/reg/Step1.vue @@ -63,7 +63,7 @@ import { TosForm } from "@/models/reg"; import useToggle from "@/utils/useToggle"; import { FileTextOutlined } from "@ant-design/icons-vue"; import { message } from "ant-design-vue"; -import { onMounted, reactive, ref } from "vue"; +import { onMounted, reactive } from "vue"; import { useRouter } from "vue-router"; import reg from "@/api/reg"; const router = useRouter(); @@ -88,6 +88,7 @@ const handleStepTos = async (tosForm: TosForm) => { const res = await reg.postTosForm(tosForm); localStorage.reg_step = 1; router.push(res.data.url); + // eslint-disable-next-line } catch (err: any) { console.log(err.message); } finally { @@ -109,7 +110,7 @@ const data = [ diff --git a/src/views/reg/Step2.vue b/src/views/reg/Step2.vue index 973b946..2cf5a7e 100644 --- a/src/views/reg/Step2.vue +++ b/src/views/reg/Step2.vue @@ -72,7 +72,7 @@ import { onMounted, reactive } from "vue"; import { useRouter } from "vue-router"; import reg from "@/api/reg"; import email from "@/api/email"; -import useTimer from "@/utils/useTimer"; +import Timer from "@/utils/useTimer"; import { MailOutlined, NumberOutlined } from "@ant-design/icons-vue"; import { Rule } from "ant-design-vue/es/form/interface"; @@ -81,7 +81,7 @@ const { val: isLoading, set: setLoading } = useToggle(false); const { val: isGeting, set: setGeting } = useToggle(false); const { val: isCooling, set: setCooling } = useToggle(false); -const timer = new useTimer({ +const timer = new Timer({ name: "email_code", memory: true, immediate: false, @@ -90,10 +90,10 @@ const timer = new useTimer({ onStart: () => { setCooling(true); }, - trigger: (timer: useTimer) => { + trigger: (timer: Timer) => { return timer.num.value === 0; }, - onTrigger: (timer: useTimer) => { + onTrigger: (timer: Timer) => { timer.stop(); setCooling(false); }, @@ -123,6 +123,7 @@ const handleGetCode = async () => { message.success(res.message); timer.reset(); timer.start(); + // eslint-disable-next-line } catch (err: any) { console.log(err.message); } finally { @@ -136,6 +137,7 @@ const handleStepEmail = async (emailForm: EmailForm) => { const res = await reg.postEmailForm(emailForm); localStorage.reg_step = 2; router.push(res.data.url); + // eslint-disable-next-line } catch (err: any) { console.log(err.message); } finally { diff --git a/src/views/reg/Step3.vue b/src/views/reg/Step3.vue index 69ab8fd..1439017 100644 --- a/src/views/reg/Step3.vue +++ b/src/views/reg/Step3.vue @@ -66,7 +66,7 @@ +