GSMEthesis commited on
Commit
90d9e61
·
verified ·
1 Parent(s): f5f09d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -34
app.py CHANGED
@@ -816,39 +816,7 @@ h3 {
816
  border-radius: 7px !important;
817
  }
818
 
819
- /* علامت‌های نقاط (ticks) */
820
- .stSlider::before {
821
- content: '';
822
- position: absolute;
823
- top: 14px;
824
- width: 100%;
825
- height: 14px;
826
- pointer-events: none;
827
- background: repeating-linear-gradient(
828
- to right,
829
- #6a0dad 0,
830
- #6a0dad 4px,
831
- transparent 4px,
832
- transparent 14.28%
833
- );
834
- transform: scaleX(-1) !important; /* معکوس کردن ticks */
835
- }
836
-
837
- /* اعداد زیر نقاط (۷ تا ۱) */
838
- .stSlider::after {
839
- content: '7 6 5 4 3 2 1';
840
- position: absolute;
841
- top: 32px;
842
- width: 100%;
843
- display: flex;
844
- justify-content: space-between;
845
- font-size: 14px !important; /* اعداد بزرگ‌تر */
846
- color: #6a0dad !important; /* رنگ بنفش */
847
- font-family: 'B Nazanin' !important;
848
- font-weight: bold !important;
849
- direction: ltr !important;
850
- transform: scaleX(-1) !important; /* معکوس کردن اعداد */
851
- }
852
 
853
  /* لیبل‌های اسلایدر */
854
  .slider-labels {
@@ -861,7 +829,6 @@ h3 {
861
  font-family: 'B Nazanin' !important;
862
  direction: ltr !important; /* هماهنگی با فلیپ */
863
  width: 100% !important;
864
- transform: scaleX(-1) !important; /* فلیپ کردن لیبل‌ها */
865
  }
866
 
867
  /* استایل برای متن پاسخ انتخاب‌شده */
 
816
  border-radius: 7px !important;
817
  }
818
 
819
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
820
 
821
  /* لیبل‌های اسلایدر */
822
  .slider-labels {
 
829
  font-family: 'B Nazanin' !important;
830
  direction: ltr !important; /* هماهنگی با فلیپ */
831
  width: 100% !important;
 
832
  }
833
 
834
  /* استایل برای متن پاسخ انتخاب‌شده */