Spaces:
Running
Running
Update static/style.css
Browse files- static/style.css +35 -2
static/style.css
CHANGED
@@ -531,11 +531,44 @@ box-shadow: 0 5px 15px rgba(0,0,0,0.2);
|
|
531 |
}
|
532 |
|
533 |
.action-container {
|
534 |
-
|
535 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
536 |
gap: 200px; /* Espacement entre les éléments */
|
537 |
margin-top: 5px;
|
538 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
539 |
.language-dropdown {
|
540 |
padding: 10px ;
|
541 |
border-radius: 5px;
|
|
|
531 |
}
|
532 |
|
533 |
.action-container {
|
534 |
+
display: flex;
|
535 |
+
border: 4px solid white;
|
536 |
+
align-items: center;
|
537 |
+
justify-content: center;
|
538 |
+
border-radius: 8px;
|
539 |
+
padding: 2.5rem 1rem;
|
540 |
+
text-align: center;
|
541 |
+
margin-bottom: 20px;
|
542 |
+
margin-left: 150px;
|
543 |
+
|
544 |
+
transition: all 0.3s ease;
|
545 |
+
cursor: pointer;
|
546 |
+
|
547 |
gap: 200px; /* Espacement entre les éléments */
|
548 |
margin-top: 5px;
|
549 |
}
|
550 |
+
|
551 |
+
|
552 |
+
display: flex;
|
553 |
+
border: 4px solid white;
|
554 |
+
align-items: center;
|
555 |
+
justify-content: center;
|
556 |
+
border-radius: 8px;
|
557 |
+
padding: 2.5rem 1rem;
|
558 |
+
text-align: center;
|
559 |
+
margin-bottom: 20px;
|
560 |
+
margin-left: 150px;
|
561 |
+
margin-top: 0px;
|
562 |
+
transition: all 0.3s ease;
|
563 |
+
cursor: pointer;
|
564 |
+
gap: 0px;
|
565 |
+
width: 600px;
|
566 |
+
height:100px ;
|
567 |
+
overflow: hidden; /* Coupe le texte qui dépasse */
|
568 |
+
white-space: nowrap; /* Empêche le texte de passer à la ligne */
|
569 |
+
text-overflow: ellipsis; /* Ajoute "..." si le texte est trop long */
|
570 |
+
|
571 |
+
|
572 |
.language-dropdown {
|
573 |
padding: 10px ;
|
574 |
border-radius: 5px;
|