fix css
Browse files
style.css
CHANGED
|
@@ -511,7 +511,7 @@ span.chatbot > p > img{
|
|
| 511 |
border-bottom: 5px solid black;
|
| 512 |
}
|
| 513 |
|
| 514 |
-
|
| 515 |
border: 1px solid #d0d0d0 !important; /* Light grey background */
|
| 516 |
border-top: 1px solid #db3434 !important; /* Blue color */
|
| 517 |
border-right: 1px solid #3498db !important; /* Blue color */
|
|
@@ -521,37 +521,37 @@ span.chatbot > p > img{
|
|
| 521 |
animation: spin 2s linear infinite;
|
| 522 |
display:inline-block;
|
| 523 |
margin-right:10px !important;
|
| 524 |
-
|
| 525 |
|
| 526 |
-
|
| 527 |
color:green !important;
|
| 528 |
font-size:18px;
|
| 529 |
margin-right:10px !important;
|
| 530 |
-
|
| 531 |
|
| 532 |
-
|
| 533 |
0% { transform: rotate(0deg); }
|
| 534 |
100% { transform: rotate(360deg); }
|
| 535 |
-
|
| 536 |
|
| 537 |
|
| 538 |
-
|
| 539 |
margin-top:10px !important;
|
| 540 |
font-size:10px !important;
|
| 541 |
font-style:italic;
|
| 542 |
-
|
| 543 |
|
| 544 |
-
|
| 545 |
color:green !important;
|
| 546 |
-
|
| 547 |
|
| 548 |
-
|
| 549 |
color:orange !important;
|
| 550 |
-
|
| 551 |
|
| 552 |
-
|
| 553 |
color:red !important;
|
| 554 |
-
|
| 555 |
|
| 556 |
/* Additional style for scrollable tab content */
|
| 557 |
div#tab-recommended_content {
|
|
@@ -583,12 +583,7 @@ div#tab-saved-graphs {
|
|
| 583 |
.message-buttons-left.panel.message-buttons.with-avatar {
|
| 584 |
display: none;
|
| 585 |
}
|
| 586 |
-
|
| 587 |
-
color:red !important;
|
| 588 |
-
}
|
| 589 |
-
.message-buttons-left.panel.message-buttons.with-avatar {
|
| 590 |
-
display: none;
|
| 591 |
-
}
|
| 592 |
|
| 593 |
/* Specific fixes for Hugging Face Space iframe */
|
| 594 |
.h-full {
|
|
|
|
| 511 |
border-bottom: 5px solid black;
|
| 512 |
}
|
| 513 |
|
| 514 |
+
.loader {
|
| 515 |
border: 1px solid #d0d0d0 !important; /* Light grey background */
|
| 516 |
border-top: 1px solid #db3434 !important; /* Blue color */
|
| 517 |
border-right: 1px solid #3498db !important; /* Blue color */
|
|
|
|
| 521 |
animation: spin 2s linear infinite;
|
| 522 |
display:inline-block;
|
| 523 |
margin-right:10px !important;
|
| 524 |
+
}
|
| 525 |
|
| 526 |
+
.checkmark{
|
| 527 |
color:green !important;
|
| 528 |
font-size:18px;
|
| 529 |
margin-right:10px !important;
|
| 530 |
+
}
|
| 531 |
|
| 532 |
+
@keyframes spin {
|
| 533 |
0% { transform: rotate(0deg); }
|
| 534 |
100% { transform: rotate(360deg); }
|
| 535 |
+
}
|
| 536 |
|
| 537 |
|
| 538 |
+
.relevancy-score{
|
| 539 |
margin-top:10px !important;
|
| 540 |
font-size:10px !important;
|
| 541 |
font-style:italic;
|
| 542 |
+
}
|
| 543 |
|
| 544 |
+
.score-green{
|
| 545 |
color:green !important;
|
| 546 |
+
}
|
| 547 |
|
| 548 |
+
.score-orange{
|
| 549 |
color:orange !important;
|
| 550 |
+
}
|
| 551 |
|
| 552 |
+
.score-red{
|
| 553 |
color:red !important;
|
| 554 |
+
}
|
| 555 |
|
| 556 |
/* Additional style for scrollable tab content */
|
| 557 |
div#tab-recommended_content {
|
|
|
|
| 583 |
.message-buttons-left.panel.message-buttons.with-avatar {
|
| 584 |
display: none;
|
| 585 |
}
|
| 586 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 587 |
|
| 588 |
/* Specific fixes for Hugging Face Space iframe */
|
| 589 |
.h-full {
|