-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy paththeme.css
63 lines (47 loc) · 3.46 KB
/
theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/** This file is autogenerated by the script. Do not edit it manually. */
@theme {
/* colors - all */
--color-deep-red-50: rgb(from var(--mantine-color-deep-red-0) r g b / <alpha-value>);
--color-deep-red-100: rgb(from var(--mantine-color-deep-red-1) r g b / <alpha-value>);
--color-deep-red-200: rgb(from var(--mantine-color-deep-red-2) r g b / <alpha-value>);
--color-deep-red-300: rgb(from var(--mantine-color-deep-red-3) r g b / <alpha-value>);
--color-deep-red-400: rgb(from var(--mantine-color-deep-red-4) r g b / <alpha-value>);
--color-deep-red-500: rgb(from var(--mantine-color-deep-red-5) r g b / <alpha-value>);
--color-deep-red-600: rgb(from var(--mantine-color-deep-red-6) r g b / <alpha-value>);
--color-deep-red-700: rgb(from var(--mantine-color-deep-red-7) r g b / <alpha-value>);
--color-deep-red-800: rgb(from var(--mantine-color-deep-red-8) r g b / <alpha-value>);
--color-deep-red-900: rgb(from var(--mantine-color-deep-red-9) r g b / <alpha-value>);
--color-deep-red: rgb(from var(--mantine-color-deep-red-filled) r g b / <alpha-value>);
--color-light-blue-50: rgb(from var(--mantine-color-light-blue-0) r g b / <alpha-value>);
--color-light-blue-100: rgb(from var(--mantine-color-light-blue-1) r g b / <alpha-value>);
--color-light-blue-200: rgb(from var(--mantine-color-light-blue-2) r g b / <alpha-value>);
--color-light-blue-300: rgb(from var(--mantine-color-light-blue-3) r g b / <alpha-value>);
--color-light-blue-400: rgb(from var(--mantine-color-light-blue-4) r g b / <alpha-value>);
--color-light-blue-500: rgb(from var(--mantine-color-light-blue-5) r g b / <alpha-value>);
--color-light-blue-600: rgb(from var(--mantine-color-light-blue-6) r g b / <alpha-value>);
--color-light-blue-700: rgb(from var(--mantine-color-light-blue-7) r g b / <alpha-value>);
--color-light-blue-800: rgb(from var(--mantine-color-light-blue-8) r g b / <alpha-value>);
--color-light-blue-900: rgb(from var(--mantine-color-light-blue-9) r g b / <alpha-value>);
--color-light-blue: rgb(from var(--mantine-color-light-blue-filled) r g b / <alpha-value>);
/* colors - variant specific */
--color-deep-red-filled: rgb(from var(--mantine-color-deep-red-filled) r g b / <alpha-value>);
--color-deep-red-filled-hover: var(--mantine-color-deep-red-filled-hover);
--color-deep-red-light: var(--mantine-color-deep-red-light);
--color-deep-red-light-hover: var(--mantine-color-deep-red-light-hover);
--color-deep-red-light-color: rgb(from var(--mantine-color-deep-red-light-color) r g b / <alpha-value>);
--color-deep-red-outline: rgb(from var(--mantine-color-deep-red-outline) r g b / <alpha-value>);
--color-deep-red-outline-hover: var(--mantine-color-deep-red-outline-hover);
--color-light-blue-filled: rgb(from var(--mantine-color-light-blue-filled) r g b / <alpha-value>);
--color-light-blue-filled-hover: var(--mantine-color-light-blue-filled-hover);
--color-light-blue-light: var(--mantine-color-light-blue-light);
--color-light-blue-light-hover: var(--mantine-color-light-blue-light-hover);
--color-light-blue-light-color: rgb(from var(--mantine-color-light-blue-light-color) r g b / <alpha-value>);
--color-light-blue-outline: rgb(from var(--mantine-color-light-blue-outline) r g b / <alpha-value>);
--color-light-blue-outline-hover: var(--mantine-color-light-blue-outline-hover);
/* breakpoints */
--breakpoint-xs: 360px;
--breakpoint-sm: 480px;
--breakpoint-md: 768px;
--breakpoint-lg: 960px;
--breakpoint-xl: 1200px;
}