Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -216,7 +216,13 @@ html, body, .stApp {
|
|
| 216 |
.warning {
|
| 217 |
color: #FF0000 !important;
|
| 218 |
margin: 0 !important;
|
| 219 |
-
font-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 220 |
}
|
| 221 |
|
| 222 |
/* توضیحات */
|
|
|
|
| 216 |
.warning {
|
| 217 |
color: #FF0000 !important;
|
| 218 |
margin: 0 !important;
|
| 219 |
+
font-weight: bold !important;
|
| 220 |
+
font-size: 14px !important;
|
| 221 |
+
}
|
| 222 |
+
.little {
|
| 223 |
+
color: black !important;
|
| 224 |
+
margin: 0 !important;
|
| 225 |
+
font-size: 14px !important;
|
| 226 |
}
|
| 227 |
|
| 228 |
/* توضیحات */
|