PineaFan | e69bd22 | 2022-12-04 22:18:20 +0000 | [diff] [blame^] | 1 | .optionBox { |
2 | display: flex; | ||||
3 | flex-direction: row; | ||||
4 | justify-content: left; | ||||
5 | align-items: center; | ||||
6 | width: 100%; | ||||
7 | } | ||||
8 | |||||
9 | /* .optionBox input { | ||||
10 | position: absolute; | ||||
11 | opacity: 0; | ||||
12 | height: 0; | ||||
13 | width: 0; | ||||
14 | } */ | ||||
15 | |||||
16 | .options { | ||||
17 | display: flex; | ||||
18 | flex-direction: column; | ||||
19 | gap: 10px; | ||||
20 | justify-content: left; | ||||
21 | align-items: center; | ||||
22 | width: fit-content; | ||||
23 | height: 100%; | ||||
24 | } | ||||
25 | |||||
26 | /* .option { | ||||
27 | height: 20px; | ||||
28 | width: 20px; | ||||
29 | position: absolute; | ||||
30 | border: solid 5px red !important; | ||||
31 | background-color: blue; | ||||
32 | } */ |