Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +0 -39
static/style.css
CHANGED
@@ -516,45 +516,6 @@ button:hover {
|
|
516 |
user-select: none;
|
517 |
}
|
518 |
|
519 |
-
.insight-tag.selected {
|
520 |
-
background-color: #4CAF50;
|
521 |
-
color: white;
|
522 |
-
border-color: #4CAF50;
|
523 |
-
}
|
524 |
-
|
525 |
-
/* Styles for selectable challenges */
|
526 |
-
.challenge-tag {
|
527 |
-
background-color: #f1f1f1;
|
528 |
-
border: 1px solid #ddd;
|
529 |
-
border-radius: 15px;
|
530 |
-
padding: 4px 12px;
|
531 |
-
font-size: 12px;
|
532 |
-
cursor: pointer;
|
533 |
-
transition: all 0.2s ease;
|
534 |
-
user-select: none;
|
535 |
-
display: inline-block;
|
536 |
-
margin: 4px 4px 4px 0;
|
537 |
-
}
|
538 |
-
|
539 |
-
.challenge-tag:hover {
|
540 |
-
background-color: #e9e9e9;
|
541 |
-
}
|
542 |
-
|
543 |
-
.challenge-tag.selected {
|
544 |
-
background-color: #4CAF50;
|
545 |
-
color: white;
|
546 |
-
border-color: #4CAF50;
|
547 |
-
}
|
548 |
-
|
549 |
-
.key-issue-challenges {
|
550 |
-
list-style-type: none;
|
551 |
-
padding-left: 0;
|
552 |
-
margin-top: 8px;
|
553 |
-
display: flex;
|
554 |
-
flex-wrap: wrap;
|
555 |
-
gap: 6px;
|
556 |
-
}
|
557 |
-
|
558 |
/* Styles for problem refinement functionality */
|
559 |
.problem-history {
|
560 |
position: relative;
|
|
|
516 |
user-select: none;
|
517 |
}
|
518 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
519 |
/* Styles for problem refinement functionality */
|
520 |
.problem-history {
|
521 |
position: relative;
|