Spaces:
Paused
Paused
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -614,13 +614,15 @@ def attention_check1():
|
|
| 614 |
style="
|
| 615 |
background-color: #28a745 !important;
|
| 616 |
color: white !important;
|
| 617 |
-
border: none;
|
| 618 |
border-radius: 8px !important;
|
| 619 |
padding: 10px 20px !important;
|
| 620 |
font-weight: bold !important;
|
| 621 |
font-family: 'Vazir', sans-serif !important;
|
| 622 |
-
|
|
|
|
| 623 |
direction: rtl !important;
|
|
|
|
| 624 |
"
|
| 625 |
onmouseover="this.style.backgroundColor='#218838'; this.style.boxShadow='0 4px 8px rgba(0,0,0,0.15)';"
|
| 626 |
onmouseout="this.style.backgroundColor='#28a745'; this.style.boxShadow='0 2px 5px rgba(0,0,0,0.1)';">
|
|
|
|
| 614 |
style="
|
| 615 |
background-color: #28a745 !important;
|
| 616 |
color: white !important;
|
| 617 |
+
border: none !important;
|
| 618 |
border-radius: 8px !important;
|
| 619 |
padding: 10px 20px !important;
|
| 620 |
font-weight: bold !important;
|
| 621 |
font-family: 'Vazir', sans-serif !important;
|
| 622 |
+
cursor: pointer !important;
|
| 623 |
+
margin-left: auto; /* این خط برای راستچین کردن مهم است */
|
| 624 |
direction: rtl !important;
|
| 625 |
+
transition: all 0.3s ease !important;
|
| 626 |
"
|
| 627 |
onmouseover="this.style.backgroundColor='#218838'; this.style.boxShadow='0 4px 8px rgba(0,0,0,0.15)';"
|
| 628 |
onmouseout="this.style.backgroundColor='#28a745'; this.style.boxShadow='0 2px 5px rgba(0,0,0,0.1)';">
|