1
-
2
1
@import "tailwindcss" ;
3
2
@tailwind base;
4
3
@tailwind components;
5
4
@tailwind utilities;
5
+
6
6
body {
7
- margin : 0 ;
8
- padding : 0 ;
9
- background-color : rgba (251 , 251 , 251 , 0.6 );
7
+ margin : 0 ;
8
+ padding : 0 ;
9
+ background-color : rgba (251 , 251 , 251 , 0.6 );
10
10
}
11
+
11
12
* {
12
- box-sizing : border-box;
13
+ box-sizing : border-box;
13
14
}
15
+
14
16
.datepicker {
15
- margin-bottom : 5px !important ;
17
+ margin-bottom : 5px !important ;
16
18
}
19
+
17
20
.tabs .tab a : hover ,
18
21
.tabs .tab a .active {
19
- background-color : transparent;
20
- color : # 3f51b5 ;
22
+ background-color : transparent;
23
+ color : # 3f51b5 ;
21
24
}
25
+
22
26
.tabs {
23
- background-color : transparent;
27
+ background-color : transparent;
24
28
}
29
+
25
30
.tabs .tab a {
26
- color : # 3f51b5 ;
31
+ color : # 3f51b5 ;
27
32
}
33
+
28
34
.tabs .indicator {
29
- background-color : # 3f51b5 ;
35
+ background-color : # 3f51b5 ;
30
36
}
31
- .switch label input [type = "checkbox" ]: checked + .lever {
32
- background-color : # 3f51b5 ;
37
+
38
+ .switch label input [type = "checkbox" ]: checked + .lever {
39
+ background-color : # 3f51b5 ;
33
40
}
34
- .switch label input [type = "checkbox" ]: checked + .lever : after {
35
- background-color : # fcfcfc ;
36
- left : 24px ;
41
+
42
+ .switch label input [type = "checkbox" ]: checked + .lever : after {
43
+ background-color : # fcfcfc ;
44
+ left : 24px ;
37
45
}
38
- [type = "checkbox" ].filled-in : checked + label : after {
39
- border : 2px solid # 3f51b5 ;
40
- background-color : # 3f51b5 ;
46
+
47
+ [type = "checkbox" ].filled-in : checked + label : after {
48
+ border : 2px solid # 3f51b5 ;
49
+ background-color : # 3f51b5 ;
41
50
}
51
+
42
52
.btn : hover ,
43
53
.btn-large : hover {
44
- background-color : # 3f51b5 ;
54
+ background-color : # 3f51b5 ;
45
55
}
56
+
46
57
a {
47
- color : # 3f51b5 ;
58
+ color : # 3f51b5 ;
48
59
}
60
+
49
61
.btn ,
50
62
.btn-large {
51
- background-color : # 3f51b5 ;
63
+ background-color : # 3f51b5 ;
52
64
}
65
+
53
66
li {
54
- list-style-type : disc !important ;
55
- margin-left : 1rem ;
67
+ list-style-type : disc !important ;
68
+ margin-left : 1rem ;
69
+ }
70
+
71
+ body ,
72
+ input ,
73
+ div ,
74
+ h3 ,
75
+ h4 ,
76
+ p ,
77
+ label ,
78
+ hr ,
79
+ # scrumReport {
80
+ transition : all 0.3s ease-in-out;
56
81
}
57
82
58
- body , input , div , h3 , h4 , p , label , hr , # scrumReport {
59
- transition : all 0.3s ease-in-out;
83
+ .dark-mode {
84
+ background : # 1a1a1a !important ;
85
+ color : # ffffff !important ;
86
+ transition : background-color 0.3s ease-in-out, color 0.3s ease-in-out;
60
87
}
61
88
62
- .dark-mode {
63
- background : # 1a1a1a !important ;
64
- color : # ffffff !important ;
65
- transition : background-color 0.3s ease-in-out, color 0.3s ease-in-out;
66
- }
67
- .dark-mode .bg-white {
68
- background-color : # 2d2d2d !important ;
69
- border-color : # 404040 !important ;
70
- transition : background-color 0.3s ease-in-out, color 0.3s ease-in-out;
89
+ .dark-mode .bg-white {
90
+ background-color : # 2d2d2d !important ;
91
+ border-color : # 404040 !important ;
92
+ transition : background-color 0.3s ease-in-out, color 0.3s ease-in-out;
71
93
}
72
94
73
95
.dark-mode input [type = "text" ],
74
96
.dark-mode input [type = "date" ],
75
97
.dark-mode # scrumReport {
76
- background-color : # 404040 !important ;
77
- border-color : # 505050 !important ;
78
- color : # ffffff !important ;
79
- transition : background-color 0.3s ease-in-out, color 0.3s ease-in-out;
98
+ background-color : # 404040 !important ;
99
+ border-color : # 505050 !important ;
100
+ color : # ffffff !important ;
101
+ transition : background-color 0.3s ease-in-out, color 0.3s ease-in-out;
80
102
}
103
+
81
104
.dark-mode h3 ,
82
105
.dark-mode h4 ,
83
106
.dark-mode p ,
84
107
.dark-mode label {
85
- color : # ffffff !important ;
86
- transition : color 0.3s ease-in-out;
108
+ color : # ffffff !important ;
109
+ transition : color 0.3s ease-in-out;
87
110
}
88
111
89
112
.dark-mode hr {
90
- border-color : # 505050 !important ;
91
- transition : border-color 0.3s ease-in-out;
113
+ border-color : # 505050 !important ;
114
+ transition : border-color 0.3s ease-in-out;
92
115
}
116
+
93
117
# scrumReport {
94
- font-size : 13px !important ;
95
- line-height : 1.5 !important ;
118
+ font-size : 13px !important ;
119
+ line-height : 1.5 !important ;
96
120
}
97
121
98
122
# scrumReport b {
99
- font-size : 13px !important ;
123
+ font-size : 13px !important ;
100
124
}
101
125
102
126
# scrumReport li {
103
- font-size : 13px !important ;
104
- margin-bottom : 4px !important ;
127
+ font-size : 13px !important ;
128
+ margin-bottom : 4px !important ;
105
129
}
106
130
107
131
.dark-mode # scrumReport {
108
- font-size : 13px !important ;
132
+ font-size : 13px !important ;
109
133
}
110
134
111
135
.dark-mode # scrumReport b {
112
- font-size : 13px !important ;
136
+ font-size : 13px !important ;
113
137
}
114
138
115
139
.dark-mode # scrumReport li {
116
- font-size : 13px !important ;
140
+ font-size : 13px !important ;
117
141
}
118
142
119
143
.dark-mode a {
120
- color : # 00b7ff !important ;
144
+ color : # 00b7ff !important ;
121
145
}
146
+
122
147
# refreshCache {
123
148
background : linear-gradient (135deg , # 3b82f6 0% , # 1d4ed8 100% );
124
149
border : none;
@@ -146,9 +171,15 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
146
171
}
147
172
148
173
@keyframes spin {
149
- from { transform : rotate (0deg ); }
150
- to { transform : rotate (360deg ); }
174
+ from {
175
+ transform : rotate (0deg );
176
+ }
177
+
178
+ to {
179
+ transform : rotate (360deg );
180
+ }
151
181
}
182
+
152
183
/* Disabled state styling */
153
184
.disabled-content {
154
185
opacity : 0.5 !important ;
@@ -166,6 +197,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
166
197
.dark-mode .disabled-content {
167
198
opacity : 0.4 !important ;
168
199
}
200
+
169
201
.cache-info {
170
202
font-size : 11px ;
171
203
color : # 6b7280 ;
@@ -183,6 +215,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
183
215
.dark-mode .cache-info {
184
216
color : # 9ca3af ;
185
217
}
218
+
186
219
# cacheInput {
187
220
transition : border-color 0.2s ease;
188
221
}
@@ -198,7 +231,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
198
231
transition : all 0.2s ease;
199
232
border : none;
200
233
cursor : pointer;
201
- background : none !important ;
234
+ background : none !important ;
202
235
}
203
236
204
237
# settingsToggle : hover {
@@ -212,7 +245,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
212
245
213
246
# settingsToggle img {
214
247
transition : transform 0.2s ease;
215
- filter : brightness (0.9 );
248
+ filter : brightness (0.9 );
216
249
}
217
250
218
251
# settingsToggle .active img {
@@ -229,7 +262,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
229
262
}
230
263
231
264
.dark-mode # settingsToggle img {
232
- filter : brightness (0.9 );
265
+ filter : brightness (0.9 );
233
266
}
234
267
235
268
.dark-mode # settingsToggle .active img {
@@ -260,7 +293,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
260
293
color : # 222 ;
261
294
border-radius : 10px ;
262
295
border : 1px solid # e5e7eb ;
263
- box-shadow : 0 4px 24px 0 rgba (0 , 0 , 0 , 0.12 ), 0 1.5px 4px 0 rgba (0 , 0 , 0 , 0.08 );
296
+ box-shadow : 0 4px 24px 0 rgba (0 , 0 , 0 , 0.12 ), 0 1.5px 4px 0 rgba (0 , 0 , 0 , 0.08 );
264
297
padding : 14px 18px ;
265
298
font-size : 13px ;
266
299
line-height : 1.5 ;
@@ -286,7 +319,8 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
286
319
.tooltip-bubble ::after {
287
320
content : "" ;
288
321
position : absolute;
289
- width : 0 ; height : 0 ;
322
+ width : 0 ;
323
+ height : 0 ;
290
324
border-style : solid;
291
325
}
292
326
@@ -308,6 +342,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
308
342
.dark-mode .tooltip-container .tooltip-right .tooltip-bubble ::after {
309
343
border-color : transparent # 374151 transparent transparent;
310
344
}
345
+
311
346
# toggleTokenVisibility {
312
347
background : none;
313
348
border : none;
@@ -316,23 +351,35 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
316
351
padding : 0 ;
317
352
line-height : 1 ;
318
353
}
354
+
319
355
# tokenEyeIcon {
320
356
font-size : 18px ;
321
357
vertical-align : middle;
322
358
}
359
+
323
360
@keyframes eye-rotate {
324
- 0% { transform : rotate (0deg );}
325
- 60% { transform : rotate (180deg );}
326
- 100% { transform : rotate (180deg );}
361
+ 0% {
362
+ transform : rotate (0deg );
363
+ }
364
+
365
+ 60% {
366
+ transform : rotate (180deg );
367
+ }
368
+
369
+ 100% {
370
+ transform : rotate (180deg );
371
+ }
327
372
}
373
+
328
374
.eye-animating {
329
- animation : eye-rotate 0.4s cubic-bezier (0.4 , 0 , 0.2 , 1 );
375
+ animation : eye-rotate 0.4s cubic-bezier (0.4 , 0 , 0.2 , 1 );
330
376
}
377
+
331
378
.token-animating {
332
- transition : box-shadow 0.3s , background 0.3s , color 0.3s , opacity 0.3s , transform 0.3s ;
333
- box-shadow : 0 0 0 2px # 3b82f6 ;
334
- opacity : 0.7 ;
335
- transform : translateX (8px ) scale (1.03 );
379
+ transition : box-shadow 0.3s , background-color 0.3s , color 0.3s , opacity 0.3s , transform 0.3s ;
380
+ box-shadow : 0 0 0 2px # 3b82f6 ;
381
+ opacity : 0.7 ;
382
+ transform : translateX (8px ) scale (1.03 );
336
383
}
337
384
338
385
.dark-mode # githubToken ,
@@ -349,6 +396,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
349
396
.dark-mode .tooltip-container .tooltip-right .tooltip-bubble ::after {
350
397
border-color : transparent # 374151 transparent transparent;
351
398
}
399
+
352
400
# homeButton {
353
401
background : none;
354
402
border : none;
@@ -358,12 +406,15 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
358
406
align-items : center;
359
407
font-size : 1.5rem ;
360
408
}
409
+
361
410
# homeButton : active {
362
411
background : # e5e7eb ;
363
412
}
413
+
364
414
.dark-mode # homeButton : active {
365
415
background : # 374151 ;
366
416
}
417
+
367
418
.dark-mode .token-preview-char {
368
- box-shadow : 0 1px 4px rgba (0 , 0 , 0 , 0.18 );
369
- }
419
+ box-shadow : 0 1px 4px rgba (0 , 0 , 0 , 0.18 );
420
+ }
0 commit comments