Spaces:
Running
Running
Update static/styles.css
Browse files- static/styles.css +21 -2
static/styles.css
CHANGED
@@ -157,9 +157,28 @@ body {
|
|
157 |
.option-button.gray { background-color: #9e9e9e; }
|
158 |
.option-button:hover { opacity: 0.9; }
|
159 |
|
160 |
-
.
|
161 |
-
|
|
|
|
|
|
|
162 |
margin: 10px 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
background-color: #2196f3;
|
164 |
color: white;
|
165 |
border: none;
|
|
|
157 |
.option-button.gray { background-color: #9e9e9e; }
|
158 |
.option-button:hover { opacity: 0.9; }
|
159 |
|
160 |
+
.selection-box {
|
161 |
+
background-color: #f0f0f0;
|
162 |
+
padding: 10px;
|
163 |
+
border: 1px solid #ccc;
|
164 |
+
border-radius: 5px;
|
165 |
margin: 10px 0;
|
166 |
+
font-size: 14px;
|
167 |
+
display: flex;
|
168 |
+
flex-wrap: wrap;
|
169 |
+
align-items: center;
|
170 |
+
gap: 10px;
|
171 |
+
}
|
172 |
+
|
173 |
+
.selection-box span {
|
174 |
+
background-color: #e0e0e0;
|
175 |
+
padding: 5px 10px;
|
176 |
+
border-radius: 5px;
|
177 |
+
margin-right: 5px;
|
178 |
+
}
|
179 |
+
|
180 |
+
.submit-button {
|
181 |
+
padding: 8px 15px;
|
182 |
background-color: #2196f3;
|
183 |
color: white;
|
184 |
border: none;
|