Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -745,18 +745,11 @@ h3 {
|
|
| 745 |
transform: scaleX(-1) !important; /* فلیپ کردن اسلایدر */
|
| 746 |
}
|
| 747 |
|
| 748 |
-
.stSlider [role="slider"] {
|
| 749 |
-
height: 12px !important;
|
| 750 |
-
border-radius: 6px !important;
|
| 751 |
-
width: 100% !important;
|
| 752 |
-
position: relative !important;
|
| 753 |
-
transform: scaleX(-1) !important; /* معکوس کردن مسیر */
|
| 754 |
-
}
|
| 755 |
/* استایل برای لیبلهای اسلایدر (هماهنگ با فلیپ) */
|
| 756 |
.slider-labels {
|
| 757 |
display: flex !important;
|
| 758 |
justify-content: space-between !important;
|
| 759 |
-
font-size:
|
| 760 |
font-weight: bold !important;
|
| 761 |
margin-bottom: 8px !important;
|
| 762 |
color: #333333 !important;
|
|
@@ -770,7 +763,7 @@ h3 {
|
|
| 770 |
text-align: center !important;
|
| 771 |
color: #6a0dad !important;
|
| 772 |
font-weight: bold !important;
|
| 773 |
-
font-size:
|
| 774 |
margin-top: 12px !important;
|
| 775 |
font-family: 'B Nazanin' !important;
|
| 776 |
direction: rtl !important;
|
|
|
|
| 745 |
transform: scaleX(-1) !important; /* فلیپ کردن اسلایدر */
|
| 746 |
}
|
| 747 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 748 |
/* استایل برای لیبلهای اسلایدر (هماهنگ با فلیپ) */
|
| 749 |
.slider-labels {
|
| 750 |
display: flex !important;
|
| 751 |
justify-content: space-between !important;
|
| 752 |
+
font-size: 12px !important;
|
| 753 |
font-weight: bold !important;
|
| 754 |
margin-bottom: 8px !important;
|
| 755 |
color: #333333 !important;
|
|
|
|
| 763 |
text-align: center !important;
|
| 764 |
color: #6a0dad !important;
|
| 765 |
font-weight: bold !important;
|
| 766 |
+
font-size: 14px !important;
|
| 767 |
margin-top: 12px !important;
|
| 768 |
font-family: 'B Nazanin' !important;
|
| 769 |
direction: rtl !important;
|