|
9 | 9 | <input class="form-check-input" type="checkbox" id="checkSQL" name="checkSQL"> |
10 | 10 | <!-- <label class="form-check-label" for="checkSQL">SQL</label> --> |
11 | 11 | <div class="input-group mb-3"> |
12 | | - <span class="input-group-text bg-warning">SQL</span> |
| 12 | + <span class="input-group-text bg-secondary bg-opacity-50">SQL</span> |
13 | 13 | <input type="number" class="form-control" id="sizeSQL" name="sizeSQL" value="10" min="1" style="width: 60px;"> |
14 | 14 | <span class="input-group-text bg-light">GB</span> |
15 | 15 | </div> |
|
18 | 18 | <input class="form-check-input" type="checkbox" id="checkCSV" name="checkCSV"> |
19 | 19 | <!-- <label class="form-check-label" for="checkCSV">CSV</label> --> |
20 | 20 | <div class="input-group mb-3"> |
21 | | - <span class="input-group-text bg-success text-light">CSV</span> |
| 21 | + <span class="input-group-text bg-secondary bg-opacity-50">CSV</span> |
22 | 22 | <input type="number" class="form-control" id="sizeCSV" name="sizeCSV" value="10" min="1" style="width: 60px;"> |
23 | 23 | <span class="input-group-text bg-light">GB</span> |
24 | 24 | </div> |
|
31 | 31 | <input class="form-check-input" type="checkbox" id="checkTXT" name="checkTXT"> |
32 | 32 | <!-- <label class="form-check-label" for="checkTXT">TXT</label> --> |
33 | 33 | <div class="input-group mb-3"> |
34 | | - <span class="input-group-text data-txt text-light">TXT</span> |
| 34 | + <span class="input-group-text bg-secondary bg-opacity-50">TXT</span> |
35 | 35 | <input type="number" class="form-control" id="sizeTXT" name="sizeTXT" value="10" min="1" style="width: 60px;"> |
36 | 36 | <span class="input-group-text bg-light">GB</span> |
37 | 37 | </div> |
|
40 | 40 | <input class="form-check-input" type="checkbox" id="checkPNG" name="checkPNG"> |
41 | 41 | <!-- <label class="form-check-label" for="checkPNG">PNG</label> --> |
42 | 42 | <div class="input-group mb-3"> |
43 | | - <span class="input-group-text bg-danger text-light">PNG</span> |
| 43 | + <span class="input-group-text bg-secondary bg-opacity-50">PNG</span> |
44 | 44 | <input type="number" class="form-control" id="sizePNG" name="sizePNG" value="10" min="1" style="width: 60px;"> |
45 | 45 | <span class="input-group-text bg-light">GB</span> |
46 | 46 | </div> |
|
49 | 49 | <input class="form-check-input" type="checkbox" id="checkGIF" name="checkGIF"> |
50 | 50 | <!-- <label class="form-check-label" for="checkGIF">GIF</label> --> |
51 | 51 | <div class="input-group mb-3"> |
52 | | - <span class="input-group-text bg-info">GIF</span> |
| 52 | + <span class="input-group-text bg-secondary bg-opacity-50">GIF</span> |
53 | 53 | <input type="number" class="form-control" id="sizeGIF" name="sizeGIF" value="10" min="1" style="width: 60px;"> |
54 | 54 | <span class="input-group-text bg-light">GB</span> |
55 | 55 | </div> |
|
58 | 58 | <input class="form-check-input" type="checkbox" id="checkZIP" name="checkZIP"> |
59 | 59 | <!-- <label class="form-check-label" for="checkZIP">ZIP</label> --> |
60 | 60 | <div class="input-group mb-3"> |
61 | | - <span class="input-group-text bg-primary text-light">ZIP</span> |
| 61 | + <span class="input-group-text bg-secondary bg-opacity-50">ZIP</span> |
62 | 62 | <input type="number" class="form-control" id="sizeZIP" name="sizeZIP" value="10" min="1" style="width: 60px;"> |
63 | 63 | <span class="input-group-text bg-light">GB</span> |
64 | 64 | </div> |
|
71 | 71 | <!-- <label class="form-check-label" for="checkJSON">JSON</label> --> |
72 | 72 | <input class="form-check-input" type="checkbox" id="checkJSON" name="checkJSON"> |
73 | 73 | <div class="input-group mb-3"> |
74 | | - <span class="input-group-text bg-light">JSON</span> |
| 74 | + <span class="input-group-text bg-secondary bg-opacity-50">JSON</span> |
75 | 75 | <input type="number" class="form-control" id="sizeJSON" name="sizeJSON" value="10" min="1" style="width: 60px;"> |
76 | 76 | <span class="input-group-text bg-light">GB</span> |
77 | 77 | </div> |
|
80 | 80 | <input class="form-check-input" type="checkbox" id="checkXML" name="checkXML"> |
81 | 81 | <!-- <label class="form-check-label" for="checkXML">XML</label> --> |
82 | 82 | <div class="input-group mb-3"> |
83 | | - <span class="input-group-text">XML</span> |
| 83 | + <span class="input-group-text bg-secondary bg-opacity-50">XML</span> |
84 | 84 | <input type="number" class="form-control" id="sizeXML" name="sizeXML" value="10" min="1" style="width: 60px;"> |
85 | 85 | <span class="input-group-text bg-light">GB</span> |
86 | 86 | </div> |
|
94 | 94 | <!-- <label class="form-check-label" for="checkJSON">JSON</label> --> |
95 | 95 | <input class="form-check-input" type="checkbox" id="checkServerJSON" name="checkServerJSON"> |
96 | 96 | <div class="input-group mb-3"> |
97 | | - <span class="input-group-text bg-light">JSON</span> |
| 97 | + <span class="input-group-text bg-secondary bg-opacity-50">JSON</span> |
98 | 98 | <input type="number" class="form-control" id="sizeServerJSON" name="sizeServerJSON" value="1" min="1" style="width: 60px;"> |
99 | 99 | <span class="input-group-text bg-light">Set</span> |
100 | 100 | </div> |
|
103 | 103 | <input class="form-check-input" type="checkbox" id="checkServerSQL" name="checkServerSQL"> |
104 | 104 | <!-- <label class="form-check-label" for="checkXML">XML</label> --> |
105 | 105 | <div class="input-group mb-3"> |
106 | | - <span class="input-group-text bg-warning">SQL</span> |
| 106 | + <span class="input-group-text bg-secondary bg-opacity-50">SQL</span> |
107 | 107 | <input type="number" class="form-control" id="sizeServerSQL" name="sizeServerSQL" value="1" min="1" style="width: 60px;"> |
108 | 108 | <span class="input-group-text bg-light">Set</span> |
109 | 109 | </div> |
|
0 commit comments