Spaces:
Sleeping
Sleeping
Update static/styles.css
Browse files- static/styles.css +17 -0
static/styles.css
CHANGED
|
@@ -177,6 +177,23 @@ body {
|
|
| 177 |
margin-right: 5px;
|
| 178 |
}
|
| 179 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 180 |
.submit-button {
|
| 181 |
padding: 8px 15px;
|
| 182 |
background-color: #2196f3;
|
|
|
|
| 177 |
margin-right: 5px;
|
| 178 |
}
|
| 179 |
|
| 180 |
+
.selected-item {
|
| 181 |
+
display: flex;
|
| 182 |
+
align-items: center;
|
| 183 |
+
background-color: #e0e0e0;
|
| 184 |
+
padding: 5px 10px;
|
| 185 |
+
border-radius: 5px;
|
| 186 |
+
margin-right: 5px;
|
| 187 |
+
}
|
| 188 |
+
|
| 189 |
+
.selected-item-image {
|
| 190 |
+
width: 30px;
|
| 191 |
+
height: 30px;
|
| 192 |
+
object-fit: cover;
|
| 193 |
+
border-radius: 5px;
|
| 194 |
+
margin-right: 5px;
|
| 195 |
+
}
|
| 196 |
+
|
| 197 |
.submit-button {
|
| 198 |
padding: 8px 15px;
|
| 199 |
background-color: #2196f3;
|