update css
Browse files
index.css
CHANGED
|
@@ -505,6 +505,12 @@ select.input {
|
|
| 505 |
max-width: 500px;
|
| 506 |
width: 100%;
|
| 507 |
margin-bottom: 0; /* Override card margin */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 508 |
}
|
| 509 |
.modal-close-button {
|
| 510 |
background: none;
|
|
@@ -513,6 +519,30 @@ select.input {
|
|
| 513 |
color: inherit;
|
| 514 |
}
|
| 515 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 516 |
/* Showcase for multiple images */
|
| 517 |
.showcase-container {
|
| 518 |
display: flex;
|
|
@@ -627,4 +657,4 @@ select.input {
|
|
| 627 |
.info-tooltip-container:hover .info-tooltip {
|
| 628 |
opacity: 1;
|
| 629 |
visibility: visible;
|
| 630 |
-
}
|
|
|
|
| 505 |
max-width: 500px;
|
| 506 |
width: 100%;
|
| 507 |
margin-bottom: 0; /* Override card margin */
|
| 508 |
+
translate: 0 0;
|
| 509 |
+
box-shadow: 12px 12px 0 var(--color-border);
|
| 510 |
+
}
|
| 511 |
+
.modal-card:hover {
|
| 512 |
+
translate: 0 0;
|
| 513 |
+
box-shadow: 12px 12px 0 var(--color-border);
|
| 514 |
}
|
| 515 |
.modal-close-button {
|
| 516 |
background: none;
|
|
|
|
| 519 |
color: inherit;
|
| 520 |
}
|
| 521 |
|
| 522 |
+
/* API Key Modal Specific Styles */
|
| 523 |
+
.api-key-modal .content {
|
| 524 |
+
display: flex;
|
| 525 |
+
flex-direction: column;
|
| 526 |
+
gap: 1.5rem;
|
| 527 |
+
}
|
| 528 |
+
|
| 529 |
+
.api-key-info {
|
| 530 |
+
font-size: 13px;
|
| 531 |
+
line-height: 1.6;
|
| 532 |
+
opacity: 0.9;
|
| 533 |
+
margin: 0;
|
| 534 |
+
}
|
| 535 |
+
|
| 536 |
+
.api-key-form {
|
| 537 |
+
display: flex;
|
| 538 |
+
flex-direction: column;
|
| 539 |
+
gap: 1rem;
|
| 540 |
+
}
|
| 541 |
+
|
| 542 |
+
.api-key-form .button {
|
| 543 |
+
justify-content: center;
|
| 544 |
+
}
|
| 545 |
+
|
| 546 |
/* Showcase for multiple images */
|
| 547 |
.showcase-container {
|
| 548 |
display: flex;
|
|
|
|
| 657 |
.info-tooltip-container:hover .info-tooltip {
|
| 658 |
opacity: 1;
|
| 659 |
visibility: visible;
|
| 660 |
+
}
|