Spaces:
Running
Running
Add restart tips on frontend
Browse files- static/styles.css +12 -0
static/styles.css
CHANGED
|
@@ -1390,4 +1390,16 @@ input[type="number"]::-webkit-inner-spin-button {
|
|
| 1390 |
.countdown-label {
|
| 1391 |
font-size: 0.75rem;
|
| 1392 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1393 |
}
|
|
|
|
| 1390 |
.countdown-label {
|
| 1391 |
font-size: 0.75rem;
|
| 1392 |
}
|
| 1393 |
+
}
|
| 1394 |
+
|
| 1395 |
+
/* Restart notice text styles */
|
| 1396 |
+
.restart-notice {
|
| 1397 |
+
color: #d32f2f;
|
| 1398 |
+
font-size: 1rem;
|
| 1399 |
+
font-style: italic;
|
| 1400 |
+
font-family: 'Calibri', sans-serif;
|
| 1401 |
+
margin: 8px 0 4px;
|
| 1402 |
+
padding-left: 2px;
|
| 1403 |
+
line-height: 1.4;
|
| 1404 |
+
opacity: 0.9;
|
| 1405 |
}
|