Maryam Ilka commited on
Commit
0b4422f
·
verified ·
1 Parent(s): 2b0a98b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -0
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,