custom.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. #app {
  2. height: 100vh;
  3. }
  4. .ant-space {
  5. width: 100%;
  6. }
  7. .ant-layout-sider-zero-width-trigger {
  8. display: none;
  9. }
  10. .ant-card {
  11. border-radius: 1.5rem;
  12. }
  13. .ant-card-hoverable {
  14. cursor: auto;
  15. }
  16. .ant-card+.ant-card {
  17. margin-top: 20px;
  18. }
  19. .drawer-handle {
  20. position: absolute;
  21. top: 72px;
  22. width: 41px;
  23. height: 40px;
  24. cursor: pointer;
  25. z-index: 0;
  26. text-align: center;
  27. line-height: 40px;
  28. font-size: 16px;
  29. display: flex;
  30. justify-content: center;
  31. align-items: center;
  32. background: #fff;
  33. right: -40px;
  34. box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  35. border-radius: 0 4px 4px 0;
  36. }
  37. @media (min-width: 769px) {
  38. .drawer-handle {
  39. display: none;
  40. }
  41. }
  42. .fade-in-enter, .fade-in-leave-active, .fade-in-linear-enter, .fade-in-linear-leave, .fade-in-linear-leave-active, .fade-in-linear-enter, .fade-in-linear-leave, .fade-in-linear-leave-active {
  43. opacity: 0
  44. }
  45. .fade-in-linear-enter-active, .fade-in-linear-leave-active {
  46. -webkit-transition: opacity .2s linear;
  47. transition: opacity .2s linear
  48. }
  49. .fade-in-linear-enter-active, .fade-in-linear-leave-active {
  50. -webkit-transition: opacity .2s linear;
  51. transition: opacity .2s linear
  52. }
  53. .fade-in-enter-active, .fade-in-leave-active {
  54. -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
  55. transition: all .3s cubic-bezier(.55, 0, .1, 1)
  56. }
  57. .zoom-in-center-enter-active, .zoom-in-center-leave-active {
  58. -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
  59. transition: all .3s cubic-bezier(.55, 0, .1, 1)
  60. }
  61. .zoom-in-center-enter, .zoom-in-center-leave-active {
  62. opacity: 0;
  63. -webkit-transform: scaleX(0);
  64. transform: scaleX(0)
  65. }
  66. .zoom-in-top-enter-active, .zoom-in-top-leave-active {
  67. opacity: 1;
  68. -webkit-transform: scaleY(1);
  69. transform: scaleY(1);
  70. -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
  71. transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
  72. transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
  73. transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
  74. -webkit-transform-origin: center top;
  75. transform-origin: center top
  76. }
  77. .zoom-in-top-enter, .zoom-in-top-leave-active {
  78. opacity: 0;
  79. -webkit-transform: scaleY(0);
  80. transform: scaleY(0)
  81. }
  82. .zoom-in-bottom-enter-active, .zoom-in-bottom-leave-active {
  83. opacity: 1;
  84. -webkit-transform: scaleY(1);
  85. transform: scaleY(1);
  86. -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
  87. transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
  88. transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
  89. transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
  90. -webkit-transform-origin: center bottom;
  91. transform-origin: center bottom
  92. }
  93. .zoom-in-bottom-enter, .zoom-in-bottom-leave-active {
  94. opacity: 0;
  95. -webkit-transform: scaleY(0);
  96. transform: scaleY(0)
  97. }
  98. .zoom-in-left-enter-active, .zoom-in-left-leave-active {
  99. opacity: 1;
  100. -webkit-transform: scale(1, 1);
  101. transform: scale(1, 1);
  102. -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
  103. transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
  104. transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
  105. transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
  106. -webkit-transform-origin: top left;
  107. transform-origin: top left
  108. }
  109. .zoom-in-left-enter, .zoom-in-left-leave-active {
  110. opacity: 0;
  111. -webkit-transform: scale(.45, .45);
  112. transform: scale(.45, .45)
  113. }
  114. .list-enter-active, .list-leave-active {
  115. -webkit-transition: all .3s;
  116. transition: all .3s
  117. }
  118. .list-enter, .list-leave-active {
  119. opacity: 0;
  120. -webkit-transform: translateY(-30px);
  121. transform: translateY(-30px)
  122. }
  123. .ant-progress-inner {
  124. background-color: #EBEEF5;
  125. }
  126. .deactive-client .ant-collapse-header{
  127. color:rgb(255, 255, 255) !important;
  128. background-color: rgb(255, 127, 127);
  129. }
  130. .ant-table-tbody>tr>td,
  131. .ant-table-thead>tr>th{
  132. padding:16px;
  133. }
  134. .ant-table-expand-icon-th,
  135. .ant-table-row-expand-icon-cell {
  136. width: 30px;
  137. min-width: 30px;
  138. }
  139. .ant-menu-dark,
  140. .ant-menu-dark .ant-menu-sub,
  141. .ant-layout-header,
  142. .ant-layout-sider-dark,
  143. .ant-layout-sider-zero-width-trigger,
  144. .ant-dropdown-menu-dark,.ant-dropdown-menu-dark .ant-dropdown-menu,
  145. .ant-menu-dark.ant-menu-horizontal>.ant-menu-item,.ant-menu-dark.ant-menu-horizontal>.ant-menu-submenu {
  146. background:#1A202B
  147. }
  148. .ant-card-dark {
  149. color: hsla(0,0%,100%,.65);
  150. background-color: #1a212a;
  151. border-color:rgba(0,0,0,.09);
  152. }
  153. .ant-card-dark:hover {
  154. border-color: #e8e8e8;
  155. box-shadow: 0 1px 10px -1px rgb(154 175 238);
  156. }
  157. .ant-card-bordered:hover {
  158. /*box-shadow: 0 3px 12px -0.8px #0000005c;*/
  159. }
  160. .ant-card-dark .ant-table-thead th {
  161. color: hsla(0,0%,100%,.65);
  162. background-color: #161b22;
  163. }
  164. .ant-card-dark .ant-table-tbody tr td,
  165. .ant-card-dark .ant-modal-title {
  166. color: hsla(0,0%,100%,.65);
  167. }
  168. .ant-card-dark .ant-collapse-content,
  169. .ant-card-dark .ant-calendar,
  170. .ant-card-dark .ant-table-placeholder,
  171. .ant-card-dark .ant-input-group-addon {
  172. color: hsla(0,0%,100%,.65);
  173. background-color: #262f3d;
  174. }
  175. .ant-card-dark .ant-list-item-meta-title,
  176. .ant-card-dark .ant-list-item-meta-description,
  177. .ant-card-dark .ant-form-item-label>label,
  178. .ant-card-dark .ant-form-item,
  179. .ant-card-dark .ant-divider-inner-text,
  180. .ant-card-dark .ant-modal-confirm-content,
  181. .ant-card-dark .ant-modal-confirm-title,
  182. .ant-card-dark .ant-progress-text,
  183. .ant-card-dark .ant-modal-close,
  184. .ant-card-dark i,
  185. .ant-card-dark .ant-select-dropdown-menu-item,
  186. .ant-card-dark .ant-calendar-day-select,
  187. .ant-card-dark .ant-calendar-month-select,
  188. .ant-card-dark .ant-calendar-year-select,
  189. .ant-card-dark .ant-calendar-date,
  190. .ant-card-dark .ant-collapse>.ant-collapse-item>.ant-collapse-header,
  191. .ant-card-dark .ant-empty-normal,
  192. .ant-card-dark .ant-checkbox+span {
  193. color: hsla(0,0%,100%,.65);
  194. }
  195. .ant-card-dark .ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td,
  196. .ant-card-dark .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled),
  197. .ant-card-dark .ant-calendar-date:hover,
  198. .ant-card-dark .ant-select-dropdown-menu-item-active,
  199. .ant-card-dark li.ant-calendar-time-picker-select-option-selected {
  200. background-color: #11314d;
  201. }
  202. .ant-card-dark tbody .ant-table-expanded-row,
  203. .ant-card-dark .ant-calendar-time-picker-inner {
  204. color: hsla(0,0%,100%,.65);
  205. background-color: #1a212a;
  206. }
  207. .ant-input-number {
  208. min-width: 100px;
  209. }
  210. .ant-card-dark .ant-input,
  211. .ant-card-dark .ant-input-number,
  212. .ant-card-dark .ant-input-number-handler-wrap,
  213. .ant-card-dark .ant-calendar-input,
  214. .ant-card-dark .ant-select-dropdown-menu-item-selected,
  215. .ant-card-dark .ant-select-selection,
  216. .ant-card-dark .ant-calendar-picker-clear {
  217. color: hsla(0,0%,100%,.65);
  218. background-color: rgb(46 59 82 / 50%);
  219. border: 1px solid rgb(0 150 112 / 0%);
  220. }
  221. .ant-card-dark .ant-select-disabled .ant-select-selection {
  222. border: 1px solid rgba(255, 255, 255, 0.2);
  223. background-color: #242c3a;
  224. }
  225. .ant-card-dark .ant-collapse-item {
  226. color: hsla(0,0%,100%,.65);
  227. background-color: #161b22;
  228. border-radius: 0.5rem 0.5rem 0 0;
  229. }
  230. .ant-dropdown-menu-dark,
  231. .ant-card-dark .ant-modal-content {
  232. border:1px solid rgb(100 100 100 / 20%);
  233. box-shadow: 0 2px 8px rgba(255,255,255,.15);
  234. }
  235. .ant-card-dark .ant-modal-content,
  236. .ant-card-dark .ant-modal-body,
  237. .ant-card-dark .ant-modal-header {
  238. color: hsla(0,0%,100%,.65);
  239. background-color: #222a37;
  240. }
  241. .ant-card-dark .ant-calendar-selected-day .ant-calendar-date {
  242. background-color: rgb(0 150 112);
  243. }
  244. .ant-card-dark .ant-calendar-time-picker-select li:hover {
  245. background: #1668dc;
  246. }
  247. .client-table-header {
  248. background-color: #f0f2f5;
  249. }
  250. .client-table-odd-row {
  251. background-color: #fafafa;
  252. }
  253. .ant-card-dark .client-table-header {
  254. background-color: #1a212a;
  255. color: hsla(0,0%,100%,.65);
  256. }
  257. .ant-card-dark .client-table-odd-row {
  258. color: hsla(0,0%,100%,.65);
  259. background-color: #242c3a;
  260. }
  261. .ant-card-dark .ant-calendar-last-month-cell .ant-calendar-date,
  262. .ant-card-dark .ant-calendar-next-month-btn-day .ant-calendar-date {
  263. color: hsla(0,0%,100%,.30);
  264. }
  265. .ant-drawer-dark {
  266. color: hsla(0,0%,100%,.65);
  267. }
  268. .ant-drawer-dark .ant-drawer-wrapper-body,
  269. .ant-drawer-dark .drawer-handle {
  270. background-color: #1a212a;
  271. border: 1px solid hsla(0,0%,100%,.30);
  272. }
  273. .ant-card-dark .ant-tag {
  274. color: hsla(0,0%,100%,.65);
  275. background: rgba(255,255,255,.04);
  276. border-color: #434343;
  277. }
  278. .ant-card-dark .ant-tag-blue {
  279. color: #3c9ae8;
  280. background: #111d2c;
  281. border-color: #15395b;
  282. }
  283. .ant-card-dark .ant-tag-green {
  284. color: #37b998;
  285. background: #101e1a;
  286. border-color: #144237;
  287. }
  288. .ant-card-dark .ant-tag-cyan {
  289. color: #33bcb7;
  290. background: #112123;
  291. border-color: #144848;
  292. }
  293. .ant-card-dark .ant-tag-red {
  294. color: #e84749;
  295. background: #2a1215;
  296. border-color: #58181c;
  297. }
  298. .ant-card-dark .ant-tag-orange {
  299. color: #e89a3c;
  300. background: #2b1d11;
  301. border-color: #593815;
  302. }
  303. .ant-card-dark .ant-table-row-expand-icon,
  304. .ant-card-dark .ant-checkbox-inner {
  305. background: none;
  306. }
  307. .ant-card-dark .ant-switch-checked {
  308. background-color: #009670;
  309. }
  310. .ant-card-dark .ant-btn,
  311. .ant-card-dark .ant-radio-button-wrapper {
  312. color: hsla(0,0%,100%,.65);
  313. background: none;
  314. border: 1px solid hsla(0,0%,100%,.65);
  315. }
  316. .ant-card-dark .ant-radio-button-wrapper:hover {
  317. color: #177ddc;
  318. }
  319. .ant-card-dark .ant-btn-primary {
  320. color: hsla(0,0%,100%,.65);
  321. background-color: rgb(7 98 75 / 50%);
  322. border-color: #009670;
  323. text-shadow: 0 -1px 0 rgba(255,255,255,.12);
  324. box-shadow: 0 2px 0 rgba(255,255,255,.045);
  325. }
  326. .ant-card-dark .ant-btn-primary:hover {
  327. background-color: #009670;
  328. border-color: #40a9ff00;
  329. }
  330. .ant-dark .ant-popover-content {
  331. border: 1px solid #e8e8e8;
  332. border-radius: 4px;
  333. box-shadow: 0 2px 8px rgba(255,255,255,.15);
  334. }
  335. .ant-dark .ant-popover-inner {
  336. background: #222a37;
  337. }
  338. .ant-dark .ant-popover-title,
  339. .ant-dark .ant-popover-inner-content {
  340. color: hsla(0,0%,100%,.65);
  341. }
  342. .ant-dark .ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow {
  343. border-color: transparent #2e3b52 #2e3b52 transparent;
  344. }
  345. ::-webkit-scrollbar {
  346. width: 0.7em;
  347. }
  348. ::-webkit-scrollbar-track {
  349. background: rgb(50 62 82 / 25%);
  350. }
  351. ::-webkit-scrollbar-thumb {
  352. background: rgb(133 133 133 / 80%);
  353. border-radius: 100vw;
  354. }
  355. ::-webkit-scrollbar-thumb:hover {
  356. background: #919191;
  357. }