You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
2.3 KiB

  1. :root {
  2. --color-main-background: #ffffff;
  3. --color-main-background-rgb: 255,255,255;
  4. --color-main-background-translucent: rgba(var(--color-main-background-rgb), .97);
  5. --gradient-main-background: var(--color-main-background) 0%, var(--color-main-background-translucent) 85%, transparent 100%;
  6. --color-background-hover: #f5f5f5;
  7. --color-background-dark: #ededed;
  8. --color-background-darker: #dbdbdb;
  9. --color-placeholder-light: #e6e6e6;
  10. --color-placeholder-dark: #cccccc;
  11. --color-primary: #0082c9;
  12. --color-primary-text: #ffffff;
  13. --color-primary-hover: #329bd3;
  14. --color-primary-light: #e5f2f9;
  15. --color-primary-light-text: #0082c9;
  16. --color-primary-light-hover: #dbe7ee;
  17. --color-primary-text-dark: #ededed;
  18. --color-primary-element: #0082c9;
  19. --color-primary-element-hover: #198ece;
  20. --color-primary-element-light: #17adff;
  21. --color-primary-element-lighter: #d8ecf6;
  22. --gradient-primary-background: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-element-light) 100%);
  23. --color-main-text: #222222;
  24. --color-text-maxcontrast: #767676;
  25. --color-text-light: #222222;
  26. --color-text-lighter: #767676;
  27. --color-error: #e9322d;
  28. --color-error-hover: #ed5a56;
  29. --color-warning: #eca700;
  30. --color-warning-hover: #efb832;
  31. --color-success: #46ba61;
  32. --color-success-hover: #6ac780;
  33. --color-loading-light: #cccccc;
  34. --color-loading-dark: #444444;
  35. --color-box-shadow-rgb: 77,77,77;
  36. --color-box-shadow: rgba(var(--color-box-shadow-rgb), 0.5);
  37. --color-border: #ededed;
  38. --color-border-dark: #dbdbdb;
  39. --font-face: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', Arial, sans-serif, 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  40. --default-font-size: 15px;
  41. --animation-quick: 100ms;
  42. --animation-slow: 300ms;
  43. --border-radius: 3px;
  44. --border-radius-large: 10px;
  45. --border-radius-pill: 100px;
  46. --default-line-height: 24px;
  47. --header-height: 50px;
  48. --navigation-width: 300px;
  49. --sidebar-min-width: 300px;
  50. --sidebar-max-width: 500px;
  51. --list-min-width: 200px;
  52. --list-max-width: 300px;
  53. --header-menu-item-height: 44px;
  54. --header-menu-profile-item-height: 66px;
  55. --breakpoint-mobile: 1024px;
  56. --primary-invert-if-bright: no;
  57. --background-invert-if-dark: no;
  58. }