2024-06-27 06:42:25 +03:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'GilroyL';
|
|
|
|
|
src: url('../fonts/gilroy-light.otf');
|
|
|
|
|
}
|
2024-06-28 05:36:18 +03:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Gilroy';
|
|
|
|
|
src: url('../fonts/gilroy-regular.ttf');
|
|
|
|
|
}
|
2024-06-27 06:42:25 +03:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'GilroyM';
|
2024-06-28 06:01:38 +03:00
|
|
|
src: url('../fonts/gilroy-medium.ttf');
|
2024-06-27 06:42:25 +03:00
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'GilroySB';
|
|
|
|
|
src: url('../fonts/gilroy-semibold.ttf');
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'GilroyEB';
|
|
|
|
|
src: url('../fonts/gilroy-extrabold.otf');
|
|
|
|
|
}
|
|
|
|
|
|
2024-06-27 08:29:12 +03:00
|
|
|
.webbpm.ervu_dashboard {
|
2024-07-18 18:14:09 +03:00
|
|
|
--black: #070e1a;
|
2024-06-27 08:29:12 +03:00
|
|
|
--color-text-primary: #f4fcff;
|
|
|
|
|
--color-text-secondary: #b1daea;
|
|
|
|
|
--color-text-mute: #6b7e9b;
|
2024-07-19 12:26:41 +03:00
|
|
|
--color-primary-5: rgba(244, 252, 255, 0.05);
|
2024-06-28 05:36:18 +03:00
|
|
|
--color-primary-20: rgba(244, 252, 255, 0.2);
|
2024-06-27 08:29:12 +03:00
|
|
|
|
|
|
|
|
--color-success: #00db5d;
|
2024-07-22 13:47:33 +03:00
|
|
|
--color-error: #f91e11;
|
2024-06-27 08:29:12 +03:00
|
|
|
--color-dark: #070e1a;
|
2024-09-02 15:44:27 +03:00
|
|
|
--color-dark-20: rgba(7, 14, 26, 0.2);
|
|
|
|
|
--color-dark-40: rgba(7, 14, 26, 0.4);
|
2025-03-19 17:54:21 +03:00
|
|
|
--color-tooltip: rgba(8, 40, 59, 0.85);
|
2024-06-27 08:29:12 +03:00
|
|
|
|
2024-07-18 17:07:12 +03:00
|
|
|
--btn-border: #00f0ff;
|
2024-07-18 18:14:09 +03:00
|
|
|
--btn-bg: linear-gradient(40deg, rgba(8, 131, 198, 1) 0%, rgba(32, 181, 219, 1) 100%);
|
2024-07-18 17:07:12 +03:00
|
|
|
--btn-shadow: 0 20px 40px -20px rgba(11, 175, 218, 0.4);
|
|
|
|
|
|
2024-06-28 10:35:50 +03:00
|
|
|
--border-light: rgba(8, 131, 198, 0.6);
|
|
|
|
|
--border-dark: rgba(1, 83, 111, 1);
|
2024-07-31 09:50:47 +03:00
|
|
|
--bg-blur-40: blur(20px);
|
2024-07-24 13:06:08 +03:00
|
|
|
--bg-blur-20: blur(10px);
|
2024-06-27 18:11:02 +03:00
|
|
|
--bg-shadow: 4px 4px 2px 0 rgba(3, 20, 36, 0.4);
|
2024-06-27 12:23:27 +03:00
|
|
|
--bg-block:
|
|
|
|
|
linear-gradient(180deg, rgba(8, 131, 198, 0) 0%, rgba(8, 131, 198, 0.07) 33%, rgba(8, 131, 198, 0.2) 100%),
|
|
|
|
|
linear-gradient(180deg, rgba(19, 46, 55, 0.16) 0%, rgba(19, 46, 55, 0.32) 100%),
|
2024-06-28 10:35:50 +03:00
|
|
|
radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
|
|
|
|
|
--bg-group: rgba(8, 131, 198, 0.25);
|
2024-07-25 10:12:09 +03:00
|
|
|
--bg-brick: rgba(9, 91, 120, 0.6);
|
2024-06-27 08:29:12 +03:00
|
|
|
|
2025-02-06 14:00:26 +03:00
|
|
|
--w-content: calc((100vw - 300px)/100);
|
2024-06-27 08:29:12 +03:00
|
|
|
|
2025-06-01 19:56:57 +03:00
|
|
|
--size-text-title: 2rem; /*32px*/
|
|
|
|
|
--size-text-subtitle: 1.5rem; /*24px*/
|
|
|
|
|
--size-text-addprimary: 1.25rem; /*20px*/
|
|
|
|
|
--size-text-primary: 1.125rem; /*18px*/
|
|
|
|
|
--size-text-secondary: 0.875rem; /*14px*/
|
2024-07-30 22:19:04 +03:00
|
|
|
|
2025-06-01 19:56:57 +03:00
|
|
|
--size-num-title: 3.75rem; /*60px*/
|
|
|
|
|
--size-num-subtitle: 3rem; /*48px*/
|
|
|
|
|
--size-num-addtitle: 2.5rem; /*40px*/
|
2025-06-02 14:44:27 +03:00
|
|
|
--size-num-primary: 2rem; /*32px*/
|
2025-06-01 19:56:57 +03:00
|
|
|
--size-num-secondary: 1.5rem; /*24px*/
|
2024-07-25 10:12:09 +03:00
|
|
|
|
2025-06-01 19:56:57 +03:00
|
|
|
--indent-huge: 3rem; /*48*/
|
|
|
|
|
--indent-xlarge: 2.5rem; /*40*/
|
|
|
|
|
--indent-large: 2rem; /*32*/
|
|
|
|
|
--indent-medium: 1.5rem; /*24*/
|
|
|
|
|
--indent-xbase: 1.25rem; /*20*/
|
|
|
|
|
--indent-base: 1rem; /*16*/
|
|
|
|
|
--indent-small: 0.75rem; /*12px*/
|
|
|
|
|
--indent-mini: 0.5rem; /*8px*/
|
|
|
|
|
--indent-xmini: 0.25rem; /*4px*/
|
2025-02-06 10:12:47 +03:00
|
|
|
|
2025-06-01 19:56:57 +03:00
|
|
|
--h-header: 4.875rem; /*78*/
|
|
|
|
|
--w-screen: 2.5rem; /*40*/
|
2025-06-02 13:52:42 +03:00
|
|
|
--b-height: 4.25rem; /*68*/
|
2024-06-27 08:29:12 +03:00
|
|
|
}
|
2025-04-21 21:45:13 +03:00
|
|
|
.webbpm.ervu_dashboard .ag-theme-balham-dark {
|
|
|
|
|
--ag-modal-overlay-background-color: transparent !important;
|
|
|
|
|
}
|
2024-06-27 08:29:12 +03:00
|
|
|
|
2024-06-27 06:42:25 +03:00
|
|
|
body.webbpm.ervu_dashboard {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
color: var(--color-text-primary);
|
2024-06-28 06:01:38 +03:00
|
|
|
font-family: 'Gilroy';
|
2024-06-27 10:16:52 +03:00
|
|
|
background: var(--color-dark) url('../img/bg_image.png') no-repeat center 0 fixed;
|
|
|
|
|
-webkit-background-size: cover;
|
|
|
|
|
-moz-background-size: cover;
|
|
|
|
|
-o-background-size: cover;
|
|
|
|
|
background-size: cover;
|
2024-08-26 16:27:59 +03:00
|
|
|
}
|
|
|
|
|
.webbpm.ervu_dashboard .wrapper {
|
2025-06-01 19:56:57 +03:00
|
|
|
min-width: 980px;
|
2024-06-27 10:16:52 +03:00
|
|
|
background:
|
|
|
|
|
radial-gradient(circle at 0% 0%, rgba(16, 67, 77, 0.35) 0%, rgba(8, 37, 43, 0) 37%),
|
|
|
|
|
radial-gradient(circle at 100% 0%, rgba(16, 67, 77, 0.35) 0%, rgba(8, 37, 43, 0) 37%),
|
|
|
|
|
radial-gradient(circle at 50% 0%, rgba(8, 37, 43, 0.8) 0%, rgba(8, 37, 43, 0.6) 30%, rgba(8, 37, 43, 0) 80%),
|
|
|
|
|
radial-gradient(circle at 50% 0%, rgba(8, 37, 43, 0.8) 0%, rgba(8, 37, 43, 0) 73%),
|
|
|
|
|
radial-gradient(circle at 50% 50%, rgba(8, 37, 43, 0) 47%, rgba(3, 22, 26, 1) 100%);
|
2024-06-27 06:42:25 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.webbpm.ervu_dashboard .container {
|
2024-06-27 08:29:12 +03:00
|
|
|
padding: var(--h-header) 0 0;
|
2024-06-27 10:16:52 +03:00
|
|
|
bottom: 0;
|
2024-08-26 16:27:59 +03:00
|
|
|
}
|
|
|
|
|
.webbpm.ervu_dashboard .container-inside {
|
2024-09-16 11:36:51 +03:00
|
|
|
position: relative;
|
2024-08-26 16:27:59 +03:00
|
|
|
font-family: 'Gilroy';
|
2024-09-16 11:36:51 +03:00
|
|
|
font-size: var(--size-text-primary);
|
2025-06-02 09:50:59 +03:00
|
|
|
height: 100%;
|
2024-08-26 16:27:59 +03:00
|
|
|
padding: 0 var(--w-screen) var(--indent-mini) var(--w-screen);
|
2024-09-16 11:36:51 +03:00
|
|
|
overflow: auto;
|
2024-06-27 06:42:25 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.webbpm.ervu_dashboard .header-logo {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: center;
|
2024-06-27 08:29:12 +03:00
|
|
|
margin-left: var(--w-screen);
|
2024-08-26 16:27:59 +03:00
|
|
|
}
|
2025-06-02 09:50:59 +03:00
|
|
|
.webbpm.ervu_dashboard .header-logo .logo,
|
2024-08-26 16:27:59 +03:00
|
|
|
.webbpm.ervu_dashboard .header-logo .logo a {
|
2025-06-01 19:56:57 +03:00
|
|
|
width: 6.25rem; /*100*/
|
2025-06-02 09:50:59 +03:00
|
|
|
}
|
|
|
|
|
.webbpm.ervu_dashboard .header-logo .logo a {
|
2024-08-26 16:27:59 +03:00
|
|
|
height: var(--h-header);
|
|
|
|
|
background: url('../../../src/resources/img/logo-full.svg') no-repeat 0 50%;
|
|
|
|
|
background-size: auto 100%;
|
|
|
|
|
}
|
|
|
|
|
.webbpm.ervu_dashboard .header-logo .logo-title {
|
|
|
|
|
font-family: 'GilroySB';
|
2025-06-02 09:50:59 +03:00
|
|
|
margin-left: var(--indent-xbase);
|
2024-06-27 06:42:25 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.webbpm.ervu_dashboard .header-menu {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
margin-left: auto;
|
2024-06-27 08:29:12 +03:00
|
|
|
margin-right: var(--w-screen);
|
2024-08-26 16:27:59 +03:00
|
|
|
}
|
|
|
|
|
.webbpm.ervu_dashboard .header-menu process,
|
|
|
|
|
.webbpm.ervu_dashboard .header-menu process + div,
|
|
|
|
|
.webbpm.ervu_dashboard .header-menu admin-menu {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.webbpm.ervu_dashboard .header-menu .update-data {
|
|
|
|
|
color: var(--color-text-primary);
|
|
|
|
|
opacity: 0.4;
|
|
|
|
|
margin-right: 16px;
|
|
|
|
|
}
|
|
|
|
|
.webbpm.ervu_dashboard .header-menu .logout {
|
|
|
|
|
max-width: max-content;
|
|
|
|
|
}
|
|
|
|
|
.webbpm.ervu_dashboard .header-menu .logout > button {
|
|
|
|
|
color: var(--color-text-primary);
|
|
|
|
|
line-height: 1.3;
|
|
|
|
|
padding: var(--indent-mini) var(--indent-xbase);
|
|
|
|
|
border: 1px solid var(--color-success);
|
|
|
|
|
background-color: var(--color-dark-20);
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
.webbpm.ervu_dashboard .header-menu .logout .nav-link {
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
border-radius: var(--indent-medium) 0 0 var(--indent-medium);
|
|
|
|
|
border-right: 0;
|
|
|
|
|
}
|
|
|
|
|
.webbpm.ervu_dashboard .header-menu .logout .exit {
|
|
|
|
|
border-radius: 0 var(--indent-medium) var(--indent-medium) 0;
|
|
|
|
|
border-left: 0;
|
2024-06-27 06:42:25 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.webbpm.ervu_dashboard .header {
|
|
|
|
|
display: flex;
|
2024-06-28 06:01:38 +03:00
|
|
|
font-family: 'Gilroy';
|
2024-06-27 20:39:53 +03:00
|
|
|
font-size: var(--size-text-primary);
|
2024-06-27 06:42:25 +03:00
|
|
|
width: 100%;
|
|
|
|
|
height: auto;
|
2024-06-27 08:29:12 +03:00
|
|
|
min-height: var(--h-header);
|
|
|
|
|
background: transparent;
|
2024-08-26 16:27:59 +03:00
|
|
|
}
|
|
|
|
|
.webbpm.ervu_dashboard .header > div > * {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2024-06-27 06:42:25 +03:00
|
|
|
|
2024-08-26 16:27:59 +03:00
|
|
|
.webbpm.ervu_dashboard .header .dropdown-menu.show {
|
|
|
|
|
top: var(--h-header) !important;
|
|
|
|
|
right: 0px !important;
|
|
|
|
|
left: auto !important;
|
|
|
|
|
transform: none !important;
|
|
|
|
|
margin: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
border-radius: 0 0 10px 10px;
|
|
|
|
|
background-color: var(--white);
|
|
|
|
|
box-shadow: 0 8px 12px rgb(77 72 91 / 5%), 0 6px 10px rgb(77 72 91 / 0%);
|
|
|
|
|
}
|
|
|
|
|
.webbpm.ervu_dashboard .header .dropdown-menu.show .dropdown-menu-inner {
|
|
|
|
|
max-height: calc(100vh - 140px);
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
2024-06-27 06:42:25 +03:00
|
|
|
|
2024-08-26 16:27:59 +03:00
|
|
|
.webbpm.ervu_dashboard .header :is(process, admin-menu) .dropdown-menu.show {
|
|
|
|
|
top: 49px !important;
|
|
|
|
|
}
|
2024-06-27 06:42:25 +03:00
|
|
|
|
2024-08-26 16:27:59 +03:00
|
|
|
.webbpm.ervu_dashboard .header .logout .dropdown-menu.show {
|
|
|
|
|
width: 300px;
|
2024-06-27 06:42:25 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.webbpm.ervu_dashboard .dropdown-menu-inner:hover {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.webbpm.ervu_dashboard .dropdown-item {
|
|
|
|
|
padding: 4px 20px;
|
|
|
|
|
}
|
2024-08-26 16:27:59 +03:00
|
|
|
.webbpm.ervu_dashboard .dropdown-item:hover,
|
|
|
|
|
.webbpm.ervu_dashboard .dropdown-item:focus,
|
|
|
|
|
.webbpm.ervu_dashboard .dropdown-item:active {
|
|
|
|
|
color: var(--color-link);
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
outline: transparent;
|
|
|
|
|
}
|
2024-06-27 06:42:25 +03:00
|
|
|
|
|
|
|
|
/*----------------- Login ---------------- */
|
|
|
|
|
.webbpm.ervu_dashboard :is(.form-signin, .form-signup, .confirm) {
|
|
|
|
|
color: var(--color-text-primary);
|
|
|
|
|
width: 560px;
|
|
|
|
|
padding: 60px 80px;
|
|
|
|
|
margin: 30px auto;
|
|
|
|
|
border: 0;
|
2024-06-27 21:57:25 +03:00
|
|
|
border-radius: 20px;
|
|
|
|
|
border: 1px solid var(--color-text-secondary);
|
|
|
|
|
background-color: var(--color-dark-20);
|
|
|
|
|
box-shadow: var(--bg-shadow);
|
2024-06-28 10:35:50 +03:00
|
|
|
backdrop-filter: var(--bg-blur-40);
|
2024-06-27 06:42:25 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.webbpm.ervu_dashboard :is(.form-signin, .form-signup) .row.title {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.webbpm.ervu_dashboard .form-signin h1,
|
|
|
|
|
.webbpm.ervu_dashboard .form-signin h2,
|
|
|
|
|
.webbpm.ervu_dashboard .form-signup h2,
|
|
|
|
|
.webbpm.ervu_dashboard .confirm h2 {
|
2024-06-27 08:29:12 +03:00
|
|
|
font-family: 'GilroySB';
|
2024-06-27 06:42:25 +03:00
|
|
|
font-size: 32px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.webbpm.ervu_dashboard :is(.form-signin, .form-signup, .confirm) .logo {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -10px;
|
|
|
|
|
right: 0;
|
|
|
|
|
width: 145px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.webbpm.ervu_dashboard .form-signin .row.registration > * + *,
|
|
|
|
|
.webbpm.ervu_dashboard .form-signin .login-btn-box .password,
|
|
|
|
|
.webbpm.ervu_dashboard .form-signin .login-btn-box .btn + .btn {
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
}
|
2024-06-28 19:35:32 +03:00
|
|
|
/*--------------- end Login -------------- */
|
|
|
|
|
|
2025-06-01 19:56:57 +03:00
|
|
|
@media (max-width: 1279px) {
|
2025-06-02 09:50:59 +03:00
|
|
|
.webbpm.ervu_dashboard {
|
2025-06-01 19:56:57 +03:00
|
|
|
--size-text-title: 14px; /*32px*/
|
|
|
|
|
--size-text-subtitle: 12px; /*24px*/
|
|
|
|
|
--size-text-addprimary: 10px; /*20px*/
|
|
|
|
|
--size-text-primary: 8px; /*18px*/
|
|
|
|
|
--size-text-secondary: 7px; /*14px*/
|
|
|
|
|
|
|
|
|
|
--size-num-title: 30px; /*60px*/
|
|
|
|
|
--size-num-subtitle: 24px; /*48px*/
|
|
|
|
|
--size-num-addtitle: 20px; /*40px*/
|
|
|
|
|
--size-num-primary: 16px; /*32px*/
|
|
|
|
|
--size-num-secondary: 12px; /*24px*/
|
|
|
|
|
|
|
|
|
|
--indent-huge: 24px; /*48*/
|
|
|
|
|
--indent-xlarge: 20px; /*40*/
|
|
|
|
|
--indent-large: 14px; /*32*/
|
|
|
|
|
--indent-medium: 12px; /*24*/
|
|
|
|
|
--indent-xbase: 10px; /*20*/
|
|
|
|
|
--indent-base: 8px; /*16*/
|
|
|
|
|
--indent-small: 6px; /*12px*/
|
|
|
|
|
--indent-mini: 4px; /*8px*/
|
|
|
|
|
--indent-xmini: 2px; /*4px*/
|
|
|
|
|
|
|
|
|
|
--h-header: 39px; /*78*/
|
|
|
|
|
--w-screen: 20px; /*40*/
|
2025-06-02 13:52:42 +03:00
|
|
|
--b-height: 34px; /*68*/
|
2025-06-01 19:56:57 +03:00
|
|
|
}
|
2025-06-02 09:50:59 +03:00
|
|
|
.webbpm.ervu_dashboard .header-logo .logo,
|
2025-06-01 19:56:57 +03:00
|
|
|
.webbpm.ervu_dashboard .header-logo .logo a {
|
|
|
|
|
width: 50px; /*100*/
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-06-02 11:21:10 +03:00
|
|
|
@media ((min-width: 1280px) and (max-width: 2299px)) {
|
2025-06-02 09:50:59 +03:00
|
|
|
.webbpm.ervu_dashboard {
|
2025-06-02 10:02:59 +03:00
|
|
|
--size-text-title: calc(1.5*var(--w-content)); /*32px*/
|
|
|
|
|
--size-text-subtitle: calc(1.2*var(--w-content)); /*24px*/
|
|
|
|
|
--size-text-addprimary: calc(1*var(--w-content)); /*20px*/
|
|
|
|
|
--size-text-primary: calc(0.9*var(--w-content)); /*18px*/
|
|
|
|
|
--size-text-secondary: calc(0.7*var(--w-content)); /*14px*/
|
2025-06-02 14:44:27 +03:00
|
|
|
|
|
|
|
|
--size-num-title: calc(3*var(--w-content)); /*60px*/
|
|
|
|
|
--size-num-subtitle: calc(2.4*var(--w-content)); /*48*/
|
|
|
|
|
--size-num-addtitle: calc(2*var(--w-content)); /*40*/
|
2025-06-02 15:01:04 +03:00
|
|
|
--size-num-primary: calc(1.6*var(--w-content)); /*32*/
|
|
|
|
|
--size-num-secondary: calc(1.2*var(--w-content)); /*24px*/
|
2025-06-02 09:50:59 +03:00
|
|
|
|
2025-06-02 14:44:27 +03:00
|
|
|
--indent-huge: calc(2.4*var(--w-content)); /*48*/
|
2025-06-02 10:02:59 +03:00
|
|
|
--indent-xlarge: calc(2*var(--w-content)); /*40*/
|
2025-06-02 15:01:04 +03:00
|
|
|
--indent-large: calc(1.6*var(--w-content)); /*32*/
|
2025-06-02 10:02:59 +03:00
|
|
|
--indent-medium: calc(1.2*var(--w-content)); /*24*/
|
|
|
|
|
--indent-xbase: calc(1*var(--w-content)); /*20*/
|
|
|
|
|
--indent-base: calc(0.8*var(--w-content)); /*16*/
|
|
|
|
|
--indent-small: calc(0.6*var(--w-content)); /*12px*/
|
|
|
|
|
--indent-mini: calc(0.4*var(--w-content)); /*8px*/
|
2025-06-02 14:44:27 +03:00
|
|
|
--indent-xmini: calc(0.2*var(--w-content)); /*4px*/
|
2025-06-02 09:50:59 +03:00
|
|
|
|
2025-06-02 10:02:59 +03:00
|
|
|
--h-header: calc(3.9*var(--w-content)); /*78*/
|
2025-06-04 17:45:44 +03:00
|
|
|
--w-screen: calc(2*var(--w-content)); /*40*/
|
2025-06-02 13:52:42 +03:00
|
|
|
--b-height: calc(3.4*var(--w-content)); /*68*/
|
2025-06-02 09:50:59 +03:00
|
|
|
}
|
|
|
|
|
.webbpm.ervu_dashboard .header-logo .logo,
|
|
|
|
|
.webbpm.ervu_dashboard .header-logo .logo a {
|
2025-06-02 10:02:59 +03:00
|
|
|
width: calc(5*var(--w-content)); /*100*/
|
2025-06-02 09:50:59 +03:00
|
|
|
}
|
|
|
|
|
}
|
2024-09-16 16:26:23 +03:00
|
|
|
@supports not selector(::-webkit-scrollbar) {
|
|
|
|
|
* {
|
|
|
|
|
scrollbar-width: thin;
|
|
|
|
|
scrollbar-color: var(--color-text-primary) transparent;
|
|
|
|
|
}
|
2024-06-28 19:35:32 +03:00
|
|
|
}
|
2024-09-02 10:49:37 +03:00
|
|
|
::-webkit-scrollbar {
|
2024-09-16 16:26:23 +03:00
|
|
|
width: 4px;
|
|
|
|
|
height: 4px;
|
2024-06-28 19:35:32 +03:00
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
2024-09-02 10:49:37 +03:00
|
|
|
::-webkit-scrollbar-thumb {
|
2024-06-28 19:35:32 +03:00
|
|
|
border-radius: 8px;
|
2024-09-16 16:26:23 +03:00
|
|
|
background-color: var(--color-text-primary);
|
2024-06-28 19:35:32 +03:00
|
|
|
}
|
2024-09-02 10:49:37 +03:00
|
|
|
::-webkit-scrollbar-track {
|
2024-09-16 16:26:23 +03:00
|
|
|
height: 4px;
|
2024-06-28 19:35:32 +03:00
|
|
|
background-color: transparent;
|
2024-08-15 16:02:43 +03:00
|
|
|
}
|
|
|
|
|
|
2024-09-18 15:08:58 +03:00
|
|
|
.webbpm.ervu_dashboard .progress {
|
2025-05-30 12:08:58 +03:00
|
|
|
width: 3.2vw;
|
|
|
|
|
height:3.2vw;
|
|
|
|
|
border: 0.25vw dotted var(--color-text-primary);
|
2024-09-18 15:08:58 +03:00
|
|
|
border-radius: 100%;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
|
|
|
|
background: transparent;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
animation: rotation 2.5s linear infinite;
|
|
|
|
|
}
|
|
|
|
|
.webbpm.ervu_dashboard .loader.modal .modal-content {
|
2024-12-26 09:49:53 +03:00
|
|
|
padding: 0;
|
2024-09-18 15:08:58 +03:00
|
|
|
border: 0;
|
|
|
|
|
background: transparent;
|
2024-09-18 15:23:40 +03:00
|
|
|
box-shadow: none;
|
2024-12-26 09:49:53 +03:00
|
|
|
backdrop-filter: none;
|
2024-09-18 15:08:58 +03:00
|
|
|
}
|
|
|
|
|
@keyframes rotation {
|
|
|
|
|
0% {
|
|
|
|
|
transform: rotate(0deg);
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
transform: rotate(360deg);
|
|
|
|
|
}
|
|
|
|
|
}
|