-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
149 lines (123 loc) · 7.79 KB
/
style.css
File metadata and controls
149 lines (123 loc) · 7.79 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
@import "tailwindcss";
@plugin "@iconify/tailwind4";
@plugin "daisyui" {
themes: all;
}
@theme {
--breakpoint-xs: 24rem;
}
@plugin "daisyui/theme" {
name: "light";
default: false;
}
@plugin "daisyui/theme" {
name: "dark";
default: false;
prefersdark: false; /* set as default dark mode (prefers-color-scheme:dark) */
}
@plugin "daisyui/theme" {
name: "convergence_light";
default: true; /* set as default */
prefersdark: false; /* set as default dark mode (prefers-color-scheme:dark) */
color-scheme: light; /* color of browser-provided UI */
--color-base-100: oklch(0.98 0.009 78.28);
--color-base-200: oklch(0.95 0.009 78.28);
--color-base-300: oklch(0.92 0.0143 60.5);
--color-base-content: oklch(0.37 0.1054 34.69);
--color-primary: oklch(0.46 0.1343 34.68);
--color-primary-content: oklch(0.98 0.009 78.28);
--color-secondary: oklch(0.58 0.1647 35.11);
--color-secondary-content: oklch(0.98 0.009 78.28);
--color-accent: oklch(0.59 0.168676 45.4846);
--color-accent-content: oklch(0.98 0.009 78.28);
--color-neutral: oklch(0.37 0.1054 34.69);
--color-neutral-content: oklch(0.98 0.009 78.28);
--color-info: oklch(0.93 0.0427 70.68);
--color-info-content: oklch(0.37 0.1054 34.69);
--color-success: oklch(64% 0.2 131.684);
--color-success-content: oklch(0.98 0.009 78.28);
--color-warning: oklch(66% 0.179 58.318);
--color-warning-content: oklch(0.98 0.009 78.28);
--color-error: oklch(50% 0.213 27.518);
--color-error-content: oklch(0.98 0.009 78.28);
/* border radius */
--radius-selector: 0.5rem;
--radius-field: 0.25rem;
--radius-box: 0.5rem;
/* base sizes */
--size-selector: 0.25rem;
--size-field: 0.25rem;
/* border size */
--border: 1px;
/* effects */
--depth: 1;
--noise: 0;
}
@plugin "daisyui/theme" {
name: "convergence_dark";
default: true; /* set as default */
prefersdark: false; /* set as default dark mode (prefers-color-scheme:dark) */
color-scheme: dark; /* color of browser-provided UI */
--color-base-100: oklch(21% 0.006 56.043);
--color-base-200: oklch(26% 0.007 34.298);
--color-base-300: oklch(37% 0.01 67.558);
--color-base-content: oklch(0.98 0.009 78.28);
--color-primary: oklch(0.7 0.1359 39.97);
--color-primary-content: oklch(0.37 0.1054 34.69);
--color-secondary: oklch(0.52 0.1686 34.35);
--color-secondary-content: oklch(0.98 0.009 78.28);
--color-accent: oklch(0.59 0.168676 45.4846);
--color-accent-content: oklch(0.98 0.009 78.28);
--color-neutral: oklch(44% 0.011 73.639);
--color-neutral-content: oklch(0.98 0.009 78.28);
--color-info: oklchoklch(0.93 0.0427 70.68);
--color-info-content: oklch(0.37 0.1054 34.69);
--color-success: oklch(76% 0.233 130.85);
--color-success-content: oklch(26% 0.065 152.934);
--color-warning: oklch(66% 0.179 58.318);
--color-warning-content: oklch(0.37 0.1054 34.69);
--color-error: oklch(44% 0.177 26.899);
--color-error-content: oklch(0.98 0.009 78.28);
/* border radius */
--radius-selector: 0.5rem;
--radius-field: 0.25rem;
--radius-box: 0.5rem;
/* base sizes */
--size-selector: 0.25rem;
--size-field: 0.25rem;
/* border size */
--border: 1px;
/* effects */
--depth: 1;
--noise: 0;
}
@utility scrollbar-hidden {
&::-webkit-scrollbar {
display: none;
}
scrollbar-width: none;
}
.sortable-chosen {
cursor: grabbing;
}
@utility mask-d0 {
mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='black' cx='100' cy='100' r='70' fill-rule='evenodd'/%3e%3c/svg%3e");
}
@utility mask-d4 {
mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20180%20180%22%3E%3Cpath%20d%3D%22M50.754%2093.78c13.317-22.74%2026.388-45.202%2040.123-68.807l71.937%20123.659H19.139C29.733%20130.2%2040.12%20112.129%2050.754%2093.78z%22%2F%3E%3C%2Fsvg%3E");
}
@utility mask-d6 {
mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%2220%2020%20140%20140%22%3E%3Cpath%20d%3D%22M41%2049.1c.05-8.09.05-8.098%207.813-8.099%2028.485-.003%2056.97-.007%2085.454.004%206.604.003%206.725.122%206.728%206.692.011%2028.818.01%2057.636%200%2086.453-.002%206.737-.093%206.84-6.576%206.844-28.984.013-57.968.014-86.952-.001-6.306-.003-6.456-.154-6.46-6.457C40.992%20106.218%2041%2077.9%2041%2049.1z%22%2F%3E%3C%2Fsvg%3E");
}
@utility mask-d8 {
mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20180%20180%22%3E%3Cpath%20d%3D%22M30.27%2083.185c.34-7.93.463-15.404%201.163-22.824.178-1.892%201.774-4.225%203.412-5.318%2018.521-12.357%2037.177-24.512%2055.914-36.798%2018.601%2012.098%2037.461%2024.236%2056.112%2036.689%201.925%201.285%203.55%204.382%203.703%206.743%201.262%2019.51%202.067%2039.049%203.197%2058.569.25%204.317-.472%206.95-4.985%209.186-17.922%208.877-35.548%2018.353-53.22%2027.728-3.14%201.666-5.774%201.822-9.032.09-18.213-9.69-36.511-19.22-54.856-28.657-2.563-1.318-3.634-2.793-3.459-5.713.783-13.066%201.382-26.144%202.05-39.695z%22%2F%3E%3C%2Fsvg%3E");
}
@utility mask-d10 {
mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20180%20180%22%3E%3Cpath%20d%3D%22M123.943%2044.074c11.308%208.599%2022.012%2017.463%2033.375%2025.38%204.514%203.146%206.195%206.736%206.457%2011.597.427%207.945.837%2015.895.93%2023.847.019%201.545-1.03%203.67-2.277%204.578-16.004%2011.65-32.126%2023.138-48.234%2034.646-7.616%205.442-15.263%2010.839-23.245%2016.504-9.247-6.592-18.479-13.204-27.742-19.772a16696.61%2016696.61%200%2000-41.97-29.67c-2.603-1.834-4.514-3.614-4.166-7.424.707-7.749.958-15.552%201.068-23.337.074-5.299%202.905-8.62%206.793-11.575a28776.094%2028776.094%200%200062.945-47.989c2.099-1.604%203.715-1.668%205.952.104%209.83%207.786%2019.833%2015.352%2030.114%2023.111z%22%2F%3E%3C%2Fsvg%3E");
}
@utility mask-d12 {
mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20180%20180%22%3E%3Cpath%20d%3D%22M157%2071.387c.004%2012.12.142%2023.785-.094%2035.443-.052%202.606-.868%205.536-2.266%207.717-6.36%209.917-12.994%2019.662-19.691%2029.357-1.046%201.514-2.746%203.005-4.453%203.564-12.247%204.01-24.435%208.37-36.95%2011.306-4.473%201.05-9.869-1.248-14.716-2.51-7.192-1.87-14.204-4.456-21.42-6.207-5.11-1.239-8.643-3.711-11.572-8.185-5.823-8.899-12.633-17.159-18.324-26.134-1.935-3.052-2.166-7.432-2.416-11.255-.605-9.252-.67-18.538-1.14-27.8-.22-4.344.865-7.793%203.776-11.3%205.858-7.055%2011.527-14.372%2016.344-22.157%204.38-7.08%2011.118-9.625%2018.188-12.177%208.467-3.055%2016.896-6.216%2025.384-9.212%201.292-.456%202.957-.723%204.2-.315%2011.512%203.782%2023.019%207.597%2034.408%2011.73%202.65.962%205.38%202.73%207.16%204.882%207.749%209.371%2015.207%2018.986%2022.629%2028.622.79%201.027.658%202.766.953%204.631z%22%2F%3E%3C%2Fsvg%3E");
}
@utility mask-d20 {
mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20180%20180%22%3E%3Cpath%20d%3D%22M130.334%2037.733c7.361%204.67%2014.126%209.712%2021.555%2013.426%206.546%203.273%207.651%207.98%207.173%2014.418-.662%208.908-.768%2017.859-1.076%2026.792-.355%2010.266-.55%2020.54-1.13%2030.792-.09%201.597-1.512%203.63-2.915%204.565-20.013%2013.33-40.092%2026.564-60.296%2039.602-1.514.978-4.693%201.182-6.1.247-19.87-13.204-39.513-26.746-59.37-39.967-2.45-1.63-3.196-3.173-3.228-5.899-.239-20.764-.609-41.527-.961-62.29-.025-1.456-.234-2.91-.373-4.546%2021.56-13.564%2043.183-27.213%2064.902-40.708%201.204-.748%203.623-.895%204.763-.182%2012.332%207.717%2024.52%2015.663%2037.056%2023.75z%22%2F%3E%3C%2Fsvg%3E");
}