Spaces:
Sleeping
Sleeping
Update styles.py
Browse files
styles.py
CHANGED
|
@@ -90,5 +90,29 @@ def get_custom_css():
|
|
| 90 |
margin-top: 10px;
|
| 91 |
box-shadow: 0 2px 5px rgba(61, 137, 184, 0.1);
|
| 92 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
</style>
|
| 94 |
"""
|
|
|
|
| 90 |
margin-top: 10px;
|
| 91 |
box-shadow: 0 2px 5px rgba(61, 137, 184, 0.1);
|
| 92 |
}
|
| 93 |
+
|
| 94 |
+
/* Style for file uploader */
|
| 95 |
+
.stFileUploader > div {
|
| 96 |
+
border: 1px dashed #3D89B8;
|
| 97 |
+
border-radius: 5px;
|
| 98 |
+
padding: 10px;
|
| 99 |
+
}
|
| 100 |
+
|
| 101 |
+
/* Style for selectbox */
|
| 102 |
+
.stSelectbox > div > div {
|
| 103 |
+
border-color: #3D89B8;
|
| 104 |
+
border-radius: 5px;
|
| 105 |
+
}
|
| 106 |
+
|
| 107 |
+
/* Style for slider */
|
| 108 |
+
.stSlider > div {
|
| 109 |
+
color: #1A3A5F;
|
| 110 |
+
}
|
| 111 |
+
|
| 112 |
+
/* Style for headers */
|
| 113 |
+
h1, h2, h3 {
|
| 114 |
+
color: #1A3A5F;
|
| 115 |
+
font-weight: bold;
|
| 116 |
+
}
|
| 117 |
</style>
|
| 118 |
"""
|