Spaces:
Sleeping
Sleeping
Update frontend/styles.css
Browse files- frontend/styles.css +38 -0
frontend/styles.css
CHANGED
|
@@ -213,6 +213,44 @@ body {
|
|
| 213 |
color: #721c24;
|
| 214 |
}
|
| 215 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 216 |
.status-message {
|
| 217 |
margin-top: 10px;
|
| 218 |
padding: 10px;
|
|
|
|
| 213 |
color: #721c24;
|
| 214 |
}
|
| 215 |
|
| 216 |
+
.error strong {
|
| 217 |
+
display: block;
|
| 218 |
+
margin-bottom: 8px;
|
| 219 |
+
}
|
| 220 |
+
|
| 221 |
+
.error ul {
|
| 222 |
+
margin: 10px 0 0 0;
|
| 223 |
+
padding-left: 20px;
|
| 224 |
+
}
|
| 225 |
+
|
| 226 |
+
.error li {
|
| 227 |
+
margin: 5px 0;
|
| 228 |
+
}
|
| 229 |
+
|
| 230 |
+
.warning-box {
|
| 231 |
+
margin-top: 15px;
|
| 232 |
+
padding: 12px;
|
| 233 |
+
background: #fff3cd;
|
| 234 |
+
border: 1px solid #ffc107;
|
| 235 |
+
border-radius: 6px;
|
| 236 |
+
color: #856404;
|
| 237 |
+
}
|
| 238 |
+
|
| 239 |
+
.warning-box strong {
|
| 240 |
+
display: block;
|
| 241 |
+
margin-bottom: 8px;
|
| 242 |
+
color: #856404;
|
| 243 |
+
}
|
| 244 |
+
|
| 245 |
+
.warning-box ul {
|
| 246 |
+
margin: 5px 0 0 0;
|
| 247 |
+
padding-left: 20px;
|
| 248 |
+
}
|
| 249 |
+
|
| 250 |
+
.warning-box li {
|
| 251 |
+
margin: 5px 0;
|
| 252 |
+
}
|
| 253 |
+
|
| 254 |
.status-message {
|
| 255 |
margin-top: 10px;
|
| 256 |
padding: 10px;
|