Spaces:
Runtime error
Runtime error
rearcam checkbox css adj
Browse files- public/style.css +14 -0
public/style.css
CHANGED
|
@@ -29,6 +29,20 @@ div#buttons-container {
|
|
| 29 |
gap: 4px;
|
| 30 |
}
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
div#instructions-container {
|
| 33 |
display: flex;
|
| 34 |
flex-direction: row;
|
|
|
|
| 29 |
gap: 4px;
|
| 30 |
}
|
| 31 |
|
| 32 |
+
div#checkbox-rear {
|
| 33 |
+
width: 100%;
|
| 34 |
+
}
|
| 35 |
+
|
| 36 |
+
div#checkbox-rear > div {
|
| 37 |
+
display: flex;
|
| 38 |
+
flex-direction: row;
|
| 39 |
+
justify-content: flex-start;
|
| 40 |
+
width: 100%;
|
| 41 |
+
align-items: center;
|
| 42 |
+
height: 30px;
|
| 43 |
+
font-family: sans-serif;
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
div#instructions-container {
|
| 47 |
display: flex;
|
| 48 |
flex-direction: row;
|