Skip to content

Commit 67278cc

Browse files
authored
Merge pull request #165 from Preeti9764/merged-label
Added seperate labels for PR made
2 parents 695840d + feb9016 commit 67278cc

File tree

2 files changed

+341
-140
lines changed

2 files changed

+341
-140
lines changed

src/index.css

Lines changed: 120 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,124 +1,149 @@
1-
21
@import "tailwindcss";
32
@tailwind base;
43
@tailwind components;
54
@tailwind utilities;
5+
66
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);
1010
}
11+
1112
* {
12-
box-sizing: border-box;
13+
box-sizing: border-box;
1314
}
15+
1416
.datepicker {
15-
margin-bottom: 5px !important;
17+
margin-bottom: 5px !important;
1618
}
19+
1720
.tabs .tab a:hover,
1821
.tabs .tab a.active {
19-
background-color: transparent;
20-
color: #3f51b5;
22+
background-color: transparent;
23+
color: #3f51b5;
2124
}
25+
2226
.tabs {
23-
background-color: transparent;
27+
background-color: transparent;
2428
}
29+
2530
.tabs .tab a {
26-
color: #3f51b5;
31+
color: #3f51b5;
2732
}
33+
2834
.tabs .indicator {
29-
background-color: #3f51b5;
35+
background-color: #3f51b5;
3036
}
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;
3340
}
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;
3745
}
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;
4150
}
51+
4252
.btn:hover,
4353
.btn-large:hover {
44-
background-color: #3f51b5;
54+
background-color: #3f51b5;
4555
}
56+
4657
a {
47-
color: #3f51b5;
58+
color: #3f51b5;
4859
}
60+
4961
.btn,
5062
.btn-large {
51-
background-color: #3f51b5;
63+
background-color: #3f51b5;
5264
}
65+
5366
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;
5681
}
5782

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;
6087
}
6188

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;
7193
}
7294

7395
.dark-mode input[type="text"],
7496
.dark-mode input[type="date"],
7597
.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;
80102
}
103+
81104
.dark-mode h3,
82105
.dark-mode h4,
83106
.dark-mode p,
84107
.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;
87110
}
88111

89112
.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;
92115
}
116+
93117
#scrumReport {
94-
font-size: 13px !important;
95-
line-height: 1.5 !important;
118+
font-size: 13px !important;
119+
line-height: 1.5 !important;
96120
}
97121

98122
#scrumReport b {
99-
font-size: 13px !important;
123+
font-size: 13px !important;
100124
}
101125

102126
#scrumReport li {
103-
font-size: 13px !important;
104-
margin-bottom: 4px !important;
127+
font-size: 13px !important;
128+
margin-bottom: 4px !important;
105129
}
106130

107131
.dark-mode #scrumReport {
108-
font-size: 13px !important;
132+
font-size: 13px !important;
109133
}
110134

111135
.dark-mode #scrumReport b {
112-
font-size: 13px !important;
136+
font-size: 13px !important;
113137
}
114138

115139
.dark-mode #scrumReport li {
116-
font-size: 13px !important;
140+
font-size: 13px !important;
117141
}
118142

119143
.dark-mode a {
120-
color: #00b7ff !important;
144+
color: #00b7ff !important;
121145
}
146+
122147
#refreshCache {
123148
background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
124149
border: none;
@@ -146,9 +171,15 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
146171
}
147172

148173
@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+
}
151181
}
182+
152183
/* Disabled state styling */
153184
.disabled-content {
154185
opacity: 0.5 !important;
@@ -166,6 +197,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
166197
.dark-mode .disabled-content {
167198
opacity: 0.4 !important;
168199
}
200+
169201
.cache-info {
170202
font-size: 11px;
171203
color: #6b7280;
@@ -183,6 +215,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
183215
.dark-mode .cache-info {
184216
color: #9ca3af;
185217
}
218+
186219
#cacheInput {
187220
transition: border-color 0.2s ease;
188221
}
@@ -198,7 +231,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
198231
transition: all 0.2s ease;
199232
border: none;
200233
cursor: pointer;
201-
background: none !important;
234+
background: none !important;
202235
}
203236

204237
#settingsToggle:hover {
@@ -212,7 +245,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
212245

213246
#settingsToggle img {
214247
transition: transform 0.2s ease;
215-
filter: brightness(0.9);
248+
filter: brightness(0.9);
216249
}
217250

218251
#settingsToggle.active img {
@@ -229,7 +262,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
229262
}
230263

231264
.dark-mode #settingsToggle img {
232-
filter: brightness(0.9);
265+
filter: brightness(0.9);
233266
}
234267

235268
.dark-mode #settingsToggle.active img {
@@ -260,7 +293,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
260293
color: #222;
261294
border-radius: 10px;
262295
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);
264297
padding: 14px 18px;
265298
font-size: 13px;
266299
line-height: 1.5;
@@ -286,7 +319,8 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
286319
.tooltip-bubble::after {
287320
content: "";
288321
position: absolute;
289-
width: 0; height: 0;
322+
width: 0;
323+
height: 0;
290324
border-style: solid;
291325
}
292326

@@ -308,6 +342,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
308342
.dark-mode .tooltip-container.tooltip-right .tooltip-bubble::after {
309343
border-color: transparent #374151 transparent transparent;
310344
}
345+
311346
#toggleTokenVisibility {
312347
background: none;
313348
border: none;
@@ -316,23 +351,35 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
316351
padding: 0;
317352
line-height: 1;
318353
}
354+
319355
#tokenEyeIcon {
320356
font-size: 18px;
321357
vertical-align: middle;
322358
}
359+
323360
@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+
}
327372
}
373+
328374
.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);
330376
}
377+
331378
.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);
336383
}
337384

338385
.dark-mode #githubToken,
@@ -349,6 +396,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
349396
.dark-mode .tooltip-container.tooltip-right .tooltip-bubble::after {
350397
border-color: transparent #374151 transparent transparent;
351398
}
399+
352400
#homeButton {
353401
background: none;
354402
border: none;
@@ -358,12 +406,15 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
358406
align-items: center;
359407
font-size: 1.5rem;
360408
}
409+
361410
#homeButton:active {
362411
background: #e5e7eb;
363412
}
413+
364414
.dark-mode #homeButton:active {
365415
background: #374151;
366416
}
417+
367418
.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

Comments
 (0)