1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| .info h4 {
| margin: 0;
| font-weight: var(--fw-h);
| font-size: var(--txt-medium);
| }
|
| .field.quantity > label {
| position: absolute;
| left: var(--offScreen);
| }
|
| .menu-item {
| .header {
| flex-wrap:nowrap;
|
| h3, p {
| margin: 0;
| width: max-content;
| }
| }
| }
|
|