Maryam Ilka commited on
Commit
299fe76
·
verified ·
1 Parent(s): c5f90ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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
- text-align: right !important;
 
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)';">