delete old css

This commit is contained in:
m.epshtein 2024-11-05 13:00:07 +03:00
parent 3b1fc85516
commit a67e1cb026
2 changed files with 46 additions and 1370 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,39 +1,17 @@
.webbpm.ervu_dashboard {
--black: #070e1a;
--color-text-primary: #f4fcff;
--color-text-secondary: #b1daea;
--color-text-mute: #6b7e9b;
--color-primary-5: rgba(244, 252, 255, 0.05);
--color-primary-20: rgba(244, 252, 255, 0.2);
--white: #fff;
--color-text-primary: #020c12;
--color-text-mute: rgba(2, 12, 18, 0.58);
--color-link: #015e98;
--color-success: #00db5d;
--color-error: #f91e11;
--color-dark: #070e1a;
--color-dark-20: rgba(7, 14, 26, 0.2);
--color-dark-40: rgba(7, 14, 26, 0.4);
--color-tooltip: rgba(8, 40, 59, 0.8);
--border: rgba(1, 72, 116, 0.1);
--shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.15);
--btn-border: #00f0ff;
--btn-bg: linear-gradient(40deg, rgba(8, 131, 198, 1) 0%, rgba(32, 181, 219, 1) 100%);
--btn-shadow: 0 20px 40px -20px rgba(11, 175, 218, 0.4);
--border-light: rgba(8, 131, 198, 0.6);
--border-dark: rgba(1, 83, 111, 1);
--bg-blur-40: blur(20px);
--bg-blur-20: blur(10px);
--bg-shadow: 4px 4px 2px 0 rgba(3, 20, 36, 0.4);
--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%),
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);
/*conic-gradient(from 90deg at 100% 0%, rgba(0, 240, 255, 0.6) 0%, rgba(0, 191, 255, 0.24) 34%, rgba(0, 191, 255, 1) 100%),*/
/*
linear-gradient(180deg, rgba(8, 131, 198, 0) 0%, rgba(8, 131, 198, 0.4) 100%),
linear-gradient(0deg, rgba(19, 46, 55, 0.08) 0%, rgba(19, 46, 55, 0.16) 100%),
linear-gradient(204deg, rgba(0, 191, 255, 0.5) 0%, rgba(0, 191, 255, 0) 50%);
*/
--bg-brick: rgba(9, 91, 120, 0.6);
--page-bg: rgba(38, 117, 166, 0.025);
--header-bg: rgba(53, 126, 172, 0.05);
--block-bg: rgba(53, 126, 172, 0.1);
--block-active-bg: linear-gradient(155deg, #1497cf 0%, #064f99 100%);
--block-shadow: 0 3px 2px -2px rgba(0, 75, 118, 0.15);
--size-text-title: min(1.6vw, 2rem); /*32px*/
--size-text-subtitle: min(1.2vw, 1.5rem); /*24px*/
@ -52,13 +30,13 @@
--indent-large: min(1.6vw, 2rem); /*32*/
--indent-medium: min(1.2vw, 1.5rem); /*24*/
--indent-xbase: min(1vw, 1.25rem); /*20*/
--indent-base: min(0.8vw, 1rem); /*16*/
--indent-small: min(0.6vw, 0.75rem); /*12px*/
--indent-mini: min(0.4vw, 0.5rem); /*8px*/
--indent-xmini: min(0.2vw, 0.25rem); /*4px*/
--indent-base: 16px;
--indent-small: 12px;
--indent-mini: 8px;
--indent-xmini: min(0.2vw, 0.25rem); /*4px*/
--h-header: min(3.9vw, 4.875rem); /*78*/
--w-screen: min(2vw, 2.5rem); /*40*/
--h-header: min(3.9vw, 4.875rem); /*78*/
--w-screen: min(1vw, 1.25rem); /*20*/
}
.webbpm.ervu_dashboard {
@ -66,19 +44,6 @@
flex-direction: column;
color: var(--color-text-primary);
font-family: 'Gilroy';
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;
}
.webbpm.ervu_dashboard .wrapper {
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%);
}
.webbpm.ervu_dashboard .container {