Spaces:
Paused
Paused
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,6 +58,22 @@ st.markdown("""
|
|
| 58 |
font-size: 14px !important;
|
| 59 |
}
|
| 60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
/* باکسهای ورودی */
|
| 62 |
.stTextInput input,
|
| 63 |
.stNumberInput input,
|
|
|
|
| 58 |
font-size: 14px !important;
|
| 59 |
}
|
| 60 |
|
| 61 |
+
/* توضیحات */
|
| 62 |
+
.explanation-title {
|
| 63 |
+
color: var(--primary) !important;
|
| 64 |
+
font-weight: bold !important;
|
| 65 |
+
margin: 20px 0 10px 0 !important;
|
| 66 |
+
font-size: 18px !important;
|
| 67 |
+
}
|
| 68 |
+
|
| 69 |
+
.explanation-item {
|
| 70 |
+
background-color: var(--secondary-bg) !important;
|
| 71 |
+
border-radius: 8px !important;
|
| 72 |
+
padding: 12px 15px !important;
|
| 73 |
+
margin: 8px 0 !important;
|
| 74 |
+
border-right: 3px solid var(--primary) !important;
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
/* باکسهای ورودی */
|
| 78 |
.stTextInput input,
|
| 79 |
.stNumberInput input,
|