2023-03-03 15:54:28 +00:00
|
|
|
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap'); */
|
2023-03-17 15:13:37 +00:00
|
|
|
/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,600,700'); */
|
2023-03-03 15:54:28 +00:00
|
|
|
|
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
|
2023-03-17 15:13:37 +00:00
|
|
|
@import '_checkbox-radio-switch.css';
|
|
|
|
@import '_progress.css';
|
|
|
|
@import '_scrollbars.css';
|
|
|
|
@import '_table.css';
|
|
|
|
|
2023-03-31 12:54:15 +00:00
|
|
|
@import '~leaflet/dist/leaflet.css';
|
2023-03-17 15:13:37 +00:00
|
|
|
@import '@fontsource/inter/index.css';
|
|
|
|
@import '@fontsource/archivo-black/index.css';
|
|
|
|
|
2023-12-21 08:30:21 +00:00
|
|
|
:root {
|
|
|
|
--color-main-background: #ffffff;
|
|
|
|
--color-main-background-rgb: 255,255,255;
|
|
|
|
--color-main-background-translucent: rgba(var(--color-main-background-rgb), .97);
|
|
|
|
--color-main-background-blur: rgba(var(--color-main-background-rgb), .8);
|
|
|
|
--filter-background-blur: blur(25px);
|
|
|
|
--gradient-main-background: var(--color-main-background) 0%, var(--color-main-background-translucent) 85%, transparent 100%;
|
|
|
|
--color-background-hover: #f5f5f5;
|
|
|
|
/** Can be used e.g. to colorize selected table rows */
|
|
|
|
--color-background-dark: #ededed;
|
|
|
|
/** This should only be used for elements, not as a text background! Otherwise it will not work for accessibility. */
|
|
|
|
--color-background-darker: #dbdbdb;
|
|
|
|
--color-placeholder-light: #e6e6e6;
|
|
|
|
--color-placeholder-dark: #cccccc;
|
|
|
|
--color-main-text: #222222;
|
|
|
|
--color-text-maxcontrast: #6b6b6b;
|
|
|
|
--color-text-maxcontrast-default: #6b6b6b;
|
|
|
|
--color-text-maxcontrast-background-blur: #595959;
|
|
|
|
/** @deprecated use ` --color-main-text` instead */
|
|
|
|
--color-text-light: var(--color-main-text);
|
|
|
|
/** @deprecated use `--color-text-maxcontrast` instead */
|
|
|
|
--color-text-lighter: var(--color-text-maxcontrast);
|
|
|
|
--color-scrollbar: rgba(34,34,34, .15);
|
|
|
|
--color-error: #d91812;
|
|
|
|
--color-error-rgb: 217,24,18;
|
|
|
|
--color-error-hover: #dd342f;
|
|
|
|
--color-error-text: #c61610;
|
|
|
|
--color-warning: #b88100;
|
|
|
|
--color-warning-rgb: 184,129,0;
|
|
|
|
--color-warning-hover: #c69a32;
|
|
|
|
--color-warning-text: #855d00;
|
|
|
|
--color-success: #2d7b41;
|
|
|
|
--color-success-rgb: 45,123,65;
|
|
|
|
--color-success-hover: #448955;
|
|
|
|
--color-success-text: #286c39;
|
|
|
|
--color-info: #0071ad;
|
|
|
|
--color-info-rgb: 0,113,173;
|
|
|
|
--color-info-hover: #197fb5;
|
|
|
|
--color-info-text: #006499;
|
|
|
|
--color-loading-light: #cccccc;
|
|
|
|
--color-loading-dark: #444444;
|
|
|
|
--color-box-shadow-rgb: 77,77,77;
|
|
|
|
--color-box-shadow: rgba(var(--color-box-shadow-rgb), 0.5);
|
|
|
|
--color-border: #ededed;
|
|
|
|
--color-border-dark: #dbdbdb;
|
|
|
|
--color-border-maxcontrast: #949494;
|
|
|
|
--font-face: system-ui, -apple-system, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
|
|
--default-font-size: 15px;
|
|
|
|
--animation-quick: 100ms;
|
|
|
|
--animation-slow: 300ms;
|
|
|
|
--border-radius: 3px;
|
|
|
|
--border-radius-large: 10px;
|
|
|
|
--border-radius-rounded: 28px;
|
|
|
|
--border-radius-pill: 100px;
|
|
|
|
--default-clickable-area: 44px;
|
|
|
|
--clickable-area: 44;
|
|
|
|
--default-line-height: 24px;
|
|
|
|
--default-grid-baseline: 4px;
|
|
|
|
--header-height: 50px;
|
|
|
|
--navigation-width: 300px;
|
|
|
|
--sidebar-min-width: 300px;
|
|
|
|
--sidebar-max-width: 500px;
|
|
|
|
--list-min-width: 200px;
|
|
|
|
--list-max-width: 300px;
|
|
|
|
--header-menu-item-height: 44px;
|
|
|
|
--header-menu-profile-item-height: 66px;
|
|
|
|
--breakpoint-mobile: 1024px;
|
|
|
|
--background-invert-if-dark: no;
|
|
|
|
--background-invert-if-bright: invert(100%);
|
|
|
|
--background-image-invert-if-bright: no;
|
|
|
|
--primary-invert-if-bright: no;
|
|
|
|
--primary-invert-if-dark: invert(100%);
|
|
|
|
--color-primary: #00679e;
|
|
|
|
--color-primary-default: #0082c9;
|
|
|
|
--color-primary-text: #ffffff;
|
|
|
|
--color-primary-hover: #3285b1;
|
|
|
|
--color-primary-light: #e5eff5;
|
|
|
|
--color-primary-light-text: #00293f;
|
|
|
|
--color-primary-light-hover: #dbe4ea;
|
|
|
|
/* --color-primary-element: #00679e; */
|
|
|
|
--color-primary-element: #bfce40;
|
|
|
|
/* --color-primary-element-hover: #052E37; */
|
|
|
|
--color-primary-element-hover: rgba(5,46,55,0.7);
|
|
|
|
--color-primary-element-text: #ffffff;
|
|
|
|
--color-primary-element-text-dark: #f5f5f5;
|
|
|
|
--color-primary-element-light: #e5eff5;
|
|
|
|
--color-primary-element-light-hover: #dbe4ea;
|
|
|
|
--color-primary-element-light-text: #00293f;
|
|
|
|
--gradient-primary-background: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
|
|
|
|
/* --image-background-default: url('./img/background/kamil-porembinski-clouds.jpg'); */
|
|
|
|
--color-background-plain: #0082c9;
|
|
|
|
--radius: 15;
|
|
|
|
--pi: 3.14159265358979;
|
|
|
|
}
|
|
|
|
|
2023-03-17 15:13:37 +00:00
|
|
|
/* @layer base {
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
background-color: #f7f8fa;
|
|
|
|
font-family: Inter, system-ui, sans-serif;
|
|
|
|
height: 100vh;
|
|
|
|
color: #46444c;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
} */
|
2023-03-03 15:54:28 +00:00
|
|
|
|
2023-03-17 15:13:37 +00:00
|
|
|
/* html,
|
|
|
|
body {
|
|
|
|
background-color: #f7f8fa;
|
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
height: 100vh;
|
|
|
|
color: #46444c;
|
|
|
|
position: relative;
|
|
|
|
} */
|
2023-03-03 15:54:28 +00:00
|
|
|
.px-6 {
|
2023-03-17 15:13:37 +00:00
|
|
|
padding-left: 0;
|
|
|
|
/* padding-right: 1.5rem; */
|
2023-03-03 15:54:28 +00:00
|
|
|
}
|
|
|
|
|
2023-06-02 14:55:03 +00:00
|
|
|
/* .rounded-md {
|
2023-03-17 15:13:37 +00:00
|
|
|
color: gray;
|
2023-06-02 14:55:03 +00:00
|
|
|
} */
|
2023-03-03 15:54:28 +00:00
|
|
|
|
|
|
|
/* body:before {
|
|
|
|
content: '';
|
|
|
|
background: #5A45FF;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 6px;
|
|
|
|
position: absolute;
|
|
|
|
} */
|
|
|
|
|
|
|
|
/* * {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
} */
|
|
|
|
|
|
|
|
/* a {
|
|
|
|
color: #5A45FF;
|
|
|
|
text-decoration: none;
|
|
|
|
} */
|
|
|
|
|
|
|
|
/* main {
|
|
|
|
max-width: 620px;
|
|
|
|
margin: auto;
|
|
|
|
height: 100vh;
|
|
|
|
padding: 0 30px;
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
} */
|
|
|
|
|
|
|
|
/* .title {
|
|
|
|
font-size: 50px;
|
|
|
|
line-height: 50px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
color: #17161A;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
font-size: 26px;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
} */
|
|
|
|
|
|
|
|
/* main ul {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
main li {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
position: relative;
|
|
|
|
padding-left: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
main li:before {
|
|
|
|
content: '—';
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
} */
|
|
|
|
|
|
|
|
main code {
|
2023-03-17 15:13:37 +00:00
|
|
|
font-size: 16px;
|
|
|
|
background: #e6e2ff;
|
2023-03-03 15:54:28 +00:00
|
|
|
}
|