gridstack 8.0.0 → 8.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/README.md +14 -11
  2. package/dist/dd-base-impl.d.ts +1 -1
  3. package/dist/dd-base-impl.js +1 -1
  4. package/dist/dd-base-impl.js.map +1 -1
  5. package/dist/dd-draggable.d.ts +3 -2
  6. package/dist/dd-draggable.js +10 -9
  7. package/dist/dd-draggable.js.map +1 -1
  8. package/dist/dd-droppable.d.ts +1 -1
  9. package/dist/dd-droppable.js +1 -1
  10. package/dist/dd-droppable.js.map +1 -1
  11. package/dist/dd-element.d.ts +1 -1
  12. package/dist/dd-element.js +1 -1
  13. package/dist/dd-element.js.map +1 -1
  14. package/dist/dd-gridstack.d.ts +1 -1
  15. package/dist/dd-gridstack.js +1 -1
  16. package/dist/dd-gridstack.js.map +1 -1
  17. package/dist/dd-manager.d.ts +1 -1
  18. package/dist/dd-manager.js +1 -1
  19. package/dist/dd-manager.js.map +1 -1
  20. package/dist/dd-resizable-handle.d.ts +1 -1
  21. package/dist/dd-resizable-handle.js +1 -1
  22. package/dist/dd-resizable-handle.js.map +1 -1
  23. package/dist/dd-resizable.d.ts +1 -1
  24. package/dist/dd-resizable.js +1 -1
  25. package/dist/dd-resizable.js.map +1 -1
  26. package/dist/dd-touch.d.ts +1 -1
  27. package/dist/dd-touch.js +1 -1
  28. package/dist/dd-touch.js.map +1 -1
  29. package/dist/es5/dd-base-impl.d.ts +1 -1
  30. package/dist/es5/dd-base-impl.js +1 -1
  31. package/dist/es5/dd-base-impl.js.map +1 -1
  32. package/dist/es5/dd-draggable.d.ts +3 -2
  33. package/dist/es5/dd-draggable.js +10 -9
  34. package/dist/es5/dd-draggable.js.map +1 -1
  35. package/dist/es5/dd-droppable.d.ts +1 -1
  36. package/dist/es5/dd-droppable.js +1 -1
  37. package/dist/es5/dd-droppable.js.map +1 -1
  38. package/dist/es5/dd-element.d.ts +1 -1
  39. package/dist/es5/dd-element.js +1 -1
  40. package/dist/es5/dd-element.js.map +1 -1
  41. package/dist/es5/dd-gridstack.d.ts +1 -1
  42. package/dist/es5/dd-gridstack.js +1 -1
  43. package/dist/es5/dd-gridstack.js.map +1 -1
  44. package/dist/es5/dd-manager.d.ts +1 -1
  45. package/dist/es5/dd-manager.js +1 -1
  46. package/dist/es5/dd-manager.js.map +1 -1
  47. package/dist/es5/dd-resizable-handle.d.ts +1 -1
  48. package/dist/es5/dd-resizable-handle.js +1 -1
  49. package/dist/es5/dd-resizable-handle.js.map +1 -1
  50. package/dist/es5/dd-resizable.d.ts +1 -1
  51. package/dist/es5/dd-resizable.js +1 -1
  52. package/dist/es5/dd-resizable.js.map +1 -1
  53. package/dist/es5/dd-touch.d.ts +1 -1
  54. package/dist/es5/dd-touch.js +1 -1
  55. package/dist/es5/dd-touch.js.map +1 -1
  56. package/dist/es5/gridstack-all.js +1 -1
  57. package/dist/es5/gridstack-all.js.LICENSE.txt +1 -1
  58. package/dist/es5/gridstack-all.js.map +1 -1
  59. package/dist/es5/gridstack-engine.d.ts +1 -1
  60. package/dist/es5/gridstack-engine.js +1 -1
  61. package/dist/es5/gridstack-engine.js.map +1 -1
  62. package/dist/es5/gridstack-poly.js +1 -1
  63. package/dist/es5/gridstack.d.ts +6 -3
  64. package/dist/es5/gridstack.js +18 -25
  65. package/dist/es5/gridstack.js.map +1 -1
  66. package/dist/es5/types.d.ts +5 -3
  67. package/dist/es5/types.js +1 -1
  68. package/dist/es5/types.js.map +1 -1
  69. package/dist/es5/utils.d.ts +6 -6
  70. package/dist/es5/utils.js +31 -20
  71. package/dist/es5/utils.js.map +1 -1
  72. package/dist/gridstack-all.js +1 -1
  73. package/dist/gridstack-all.js.LICENSE.txt +1 -1
  74. package/dist/gridstack-all.js.map +1 -1
  75. package/dist/gridstack-engine.d.ts +1 -1
  76. package/dist/gridstack-engine.js +1 -1
  77. package/dist/gridstack-engine.js.map +1 -1
  78. package/dist/gridstack-extra.css +180 -240
  79. package/dist/gridstack-extra.min.css +1 -1
  80. package/dist/gridstack.css +99 -106
  81. package/dist/gridstack.d.ts +6 -3
  82. package/dist/gridstack.js +16 -25
  83. package/dist/gridstack.js.map +1 -1
  84. package/dist/gridstack.min.css +1 -1
  85. package/dist/ng/gridstack-item.component.d.ts +1 -1
  86. package/dist/ng/gridstack-item.component.js +1 -1
  87. package/dist/ng/gridstack.component.d.ts +1 -1
  88. package/dist/ng/gridstack.component.js +1 -1
  89. package/dist/src/gridstack-extra.scss +9 -11
  90. package/dist/src/gridstack.scss +108 -89
  91. package/dist/types.d.ts +5 -3
  92. package/dist/types.js +1 -1
  93. package/dist/types.js.map +1 -1
  94. package/dist/utils.d.ts +6 -6
  95. package/dist/utils.js +29 -20
  96. package/dist/utils.js.map +1 -1
  97. package/doc/CHANGES.md +15 -0
  98. package/doc/README.md +8 -14
  99. package/package.json +1 -1
  100. package/dist_save/angular/README.md +0 -94
  101. package/dist_save/angular/gridstack-item.component.ts +0 -72
  102. package/dist_save/angular/gridstack.component.ts +0 -199
  103. package/dist_save/dd-base-impl.d.ts +0 -20
  104. package/dist_save/dd-base-impl.js +0 -36
  105. package/dist_save/dd-base-impl.js.map +0 -1
  106. package/dist_save/dd-draggable.d.ts +0 -28
  107. package/dist_save/dd-draggable.js +0 -343
  108. package/dist_save/dd-draggable.js.map +0 -1
  109. package/dist_save/dd-droppable.d.ts +0 -26
  110. package/dist_save/dd-droppable.js +0 -149
  111. package/dist_save/dd-droppable.js.map +0 -1
  112. package/dist_save/dd-element.d.ts +0 -27
  113. package/dist_save/dd-element.js +0 -95
  114. package/dist_save/dd-element.js.map +0 -1
  115. package/dist_save/dd-gridstack.d.ts +0 -34
  116. package/dist_save/dd-gridstack.js +0 -125
  117. package/dist_save/dd-gridstack.js.map +0 -1
  118. package/dist_save/dd-manager.d.ts +0 -22
  119. package/dist_save/dd-manager.js +0 -14
  120. package/dist_save/dd-manager.js.map +0 -1
  121. package/dist_save/dd-resizable-handle.d.ts +0 -14
  122. package/dist_save/dd-resizable-handle.js +0 -106
  123. package/dist_save/dd-resizable-handle.js.map +0 -1
  124. package/dist_save/dd-resizable.d.ts +0 -28
  125. package/dist_save/dd-resizable.js +0 -294
  126. package/dist_save/dd-resizable.js.map +0 -1
  127. package/dist_save/dd-touch.d.ts +0 -33
  128. package/dist_save/dd-touch.js +0 -183
  129. package/dist_save/dd-touch.js.map +0 -1
  130. package/dist_save/es5/dd-base-impl.d.ts +0 -20
  131. package/dist_save/es5/dd-base-impl.js +0 -41
  132. package/dist_save/es5/dd-base-impl.js.map +0 -1
  133. package/dist_save/es5/dd-draggable.d.ts +0 -28
  134. package/dist_save/es5/dd-draggable.js +0 -366
  135. package/dist_save/es5/dd-draggable.js.map +0 -1
  136. package/dist_save/es5/dd-droppable.d.ts +0 -26
  137. package/dist_save/es5/dd-droppable.js +0 -180
  138. package/dist_save/es5/dd-droppable.js.map +0 -1
  139. package/dist_save/es5/dd-element.d.ts +0 -27
  140. package/dist_save/es5/dd-element.js +0 -96
  141. package/dist_save/es5/dd-element.js.map +0 -1
  142. package/dist_save/es5/dd-gridstack.d.ts +0 -34
  143. package/dist_save/es5/dd-gridstack.js +0 -145
  144. package/dist_save/es5/dd-gridstack.js.map +0 -1
  145. package/dist_save/es5/dd-manager.d.ts +0 -22
  146. package/dist_save/es5/dd-manager.js +0 -17
  147. package/dist_save/es5/dd-manager.js.map +0 -1
  148. package/dist_save/es5/dd-resizable-handle.d.ts +0 -14
  149. package/dist_save/es5/dd-resizable-handle.js +0 -107
  150. package/dist_save/es5/dd-resizable-handle.js.map +0 -1
  151. package/dist_save/es5/dd-resizable.d.ts +0 -28
  152. package/dist_save/es5/dd-resizable.js +0 -316
  153. package/dist_save/es5/dd-resizable.js.map +0 -1
  154. package/dist_save/es5/dd-touch.d.ts +0 -33
  155. package/dist_save/es5/dd-touch.js +0 -186
  156. package/dist_save/es5/dd-touch.js.map +0 -1
  157. package/dist_save/es5/gridstack-all.js +0 -3
  158. package/dist_save/es5/gridstack-all.js.LICENSE.txt +0 -7
  159. package/dist_save/es5/gridstack-all.js.map +0 -1
  160. package/dist_save/es5/gridstack-engine.d.ts +0 -102
  161. package/dist_save/es5/gridstack-engine.js +0 -997
  162. package/dist_save/es5/gridstack-engine.js.map +0 -1
  163. package/dist_save/es5/gridstack-poly.js +0 -356
  164. package/dist_save/es5/gridstack.d.ts +0 -376
  165. package/dist_save/es5/gridstack.js +0 -2238
  166. package/dist_save/es5/gridstack.js.map +0 -1
  167. package/dist_save/es5/types.d.ts +0 -284
  168. package/dist_save/es5/types.js +0 -36
  169. package/dist_save/es5/types.js.map +0 -1
  170. package/dist_save/es5/utils.d.ts +0 -95
  171. package/dist_save/es5/utils.js +0 -590
  172. package/dist_save/es5/utils.js.map +0 -1
  173. package/dist_save/gridstack-all.js +0 -3
  174. package/dist_save/gridstack-all.js.LICENSE.txt +0 -7
  175. package/dist_save/gridstack-all.js.map +0 -1
  176. package/dist_save/gridstack-engine.d.ts +0 -102
  177. package/dist_save/gridstack-engine.js +0 -956
  178. package/dist_save/gridstack-engine.js.map +0 -1
  179. package/dist_save/gridstack-extra.css +0 -433
  180. package/dist_save/gridstack-extra.min.css +0 -1
  181. package/dist_save/gridstack.css +0 -226
  182. package/dist_save/gridstack.d.ts +0 -376
  183. package/dist_save/gridstack.js +0 -2162
  184. package/dist_save/gridstack.js.map +0 -1
  185. package/dist_save/gridstack.min.css +0 -1
  186. package/dist_save/src/gridstack-extra.scss +0 -27
  187. package/dist_save/src/gridstack.scss +0 -131
  188. package/dist_save/types.d.ts +0 -284
  189. package/dist_save/types.js +0 -36
  190. package/dist_save/types.js.map +0 -1
  191. package/dist_save/utils.d.ts +0 -95
  192. package/dist_save/utils.js +0 -548
  193. package/dist_save/utils.js.map +0 -1
@@ -2,432 +2,372 @@
2
2
  * default to generate [2-11] columns as 1 (oneColumnMode) and 12 (default) are in the main css
3
3
  * Copyright (c) 2021 Alain Dumesny - see GridStack root license
4
4
  */
5
- .grid-stack.grid-stack-2 > .grid-stack-item {
5
+ .grid-stack-2 > .grid-stack-item {
6
6
  min-width: 50%;
7
7
  }
8
- .grid-stack.grid-stack-2 > .grid-stack-item[gs-w="1"] {
9
- width: 50%;
10
- }
11
- .grid-stack.grid-stack-2 > .grid-stack-item[gs-x="1"] {
8
+ .grid-stack-2 > .grid-stack-item[gs-x="1"] {
12
9
  left: 50%;
13
10
  }
14
- .grid-stack.grid-stack-2 > .grid-stack-item[gs-w="2"] {
11
+ .grid-stack-2 > .grid-stack-item[gs-w="2"] {
15
12
  width: 100%;
16
13
  }
17
- .grid-stack.grid-stack-2 > .grid-stack-item[gs-x="2"] {
18
- left: 100%;
19
- }
20
14
 
21
- .grid-stack.grid-stack-3 > .grid-stack-item {
22
- min-width: 33.3333333333%;
15
+ .grid-stack-3 > .grid-stack-item {
16
+ min-width: 33.333%;
23
17
  }
24
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-w="1"] {
25
- width: 33.3333333333%;
18
+ .grid-stack-3 > .grid-stack-item[gs-x="1"] {
19
+ left: 33.333%;
26
20
  }
27
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-x="1"] {
28
- left: 33.3333333333%;
21
+ .grid-stack-3 > .grid-stack-item[gs-w="2"] {
22
+ width: 66.667%;
29
23
  }
30
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-w="2"] {
31
- width: 66.6666666667%;
24
+ .grid-stack-3 > .grid-stack-item[gs-x="2"] {
25
+ left: 66.667%;
32
26
  }
33
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-x="2"] {
34
- left: 66.6666666667%;
35
- }
36
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-w="3"] {
27
+ .grid-stack-3 > .grid-stack-item[gs-w="3"] {
37
28
  width: 100%;
38
29
  }
39
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-x="3"] {
40
- left: 100%;
41
- }
42
30
 
43
- .grid-stack.grid-stack-4 > .grid-stack-item {
31
+ .grid-stack-4 > .grid-stack-item {
44
32
  min-width: 25%;
45
33
  }
46
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-w="1"] {
47
- width: 25%;
48
- }
49
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-x="1"] {
34
+ .grid-stack-4 > .grid-stack-item[gs-x="1"] {
50
35
  left: 25%;
51
36
  }
52
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-w="2"] {
37
+ .grid-stack-4 > .grid-stack-item[gs-w="2"] {
53
38
  width: 50%;
54
39
  }
55
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-x="2"] {
40
+ .grid-stack-4 > .grid-stack-item[gs-x="2"] {
56
41
  left: 50%;
57
42
  }
58
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-w="3"] {
43
+ .grid-stack-4 > .grid-stack-item[gs-w="3"] {
59
44
  width: 75%;
60
45
  }
61
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-x="3"] {
46
+ .grid-stack-4 > .grid-stack-item[gs-x="3"] {
62
47
  left: 75%;
63
48
  }
64
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-w="4"] {
49
+ .grid-stack-4 > .grid-stack-item[gs-w="4"] {
65
50
  width: 100%;
66
51
  }
67
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-x="4"] {
68
- left: 100%;
69
- }
70
52
 
71
- .grid-stack.grid-stack-5 > .grid-stack-item {
53
+ .grid-stack-5 > .grid-stack-item {
72
54
  min-width: 20%;
73
55
  }
74
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-w="1"] {
75
- width: 20%;
76
- }
77
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-x="1"] {
56
+ .grid-stack-5 > .grid-stack-item[gs-x="1"] {
78
57
  left: 20%;
79
58
  }
80
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-w="2"] {
59
+ .grid-stack-5 > .grid-stack-item[gs-w="2"] {
81
60
  width: 40%;
82
61
  }
83
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-x="2"] {
62
+ .grid-stack-5 > .grid-stack-item[gs-x="2"] {
84
63
  left: 40%;
85
64
  }
86
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-w="3"] {
65
+ .grid-stack-5 > .grid-stack-item[gs-w="3"] {
87
66
  width: 60%;
88
67
  }
89
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-x="3"] {
68
+ .grid-stack-5 > .grid-stack-item[gs-x="3"] {
90
69
  left: 60%;
91
70
  }
92
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-w="4"] {
71
+ .grid-stack-5 > .grid-stack-item[gs-w="4"] {
93
72
  width: 80%;
94
73
  }
95
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-x="4"] {
74
+ .grid-stack-5 > .grid-stack-item[gs-x="4"] {
96
75
  left: 80%;
97
76
  }
98
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-w="5"] {
77
+ .grid-stack-5 > .grid-stack-item[gs-w="5"] {
99
78
  width: 100%;
100
79
  }
101
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-x="5"] {
102
- left: 100%;
103
- }
104
80
 
105
- .grid-stack.grid-stack-6 > .grid-stack-item {
106
- min-width: 16.6666666667%;
107
- }
108
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="1"] {
109
- width: 16.6666666667%;
81
+ .grid-stack-6 > .grid-stack-item {
82
+ min-width: 16.667%;
110
83
  }
111
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="1"] {
112
- left: 16.6666666667%;
84
+ .grid-stack-6 > .grid-stack-item[gs-x="1"] {
85
+ left: 16.667%;
113
86
  }
114
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="2"] {
115
- width: 33.3333333333%;
87
+ .grid-stack-6 > .grid-stack-item[gs-w="2"] {
88
+ width: 33.333%;
116
89
  }
117
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="2"] {
118
- left: 33.3333333333%;
90
+ .grid-stack-6 > .grid-stack-item[gs-x="2"] {
91
+ left: 33.333%;
119
92
  }
120
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="3"] {
93
+ .grid-stack-6 > .grid-stack-item[gs-w="3"] {
121
94
  width: 50%;
122
95
  }
123
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="3"] {
96
+ .grid-stack-6 > .grid-stack-item[gs-x="3"] {
124
97
  left: 50%;
125
98
  }
126
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="4"] {
127
- width: 66.6666666667%;
99
+ .grid-stack-6 > .grid-stack-item[gs-w="4"] {
100
+ width: 66.667%;
128
101
  }
129
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="4"] {
130
- left: 66.6666666667%;
102
+ .grid-stack-6 > .grid-stack-item[gs-x="4"] {
103
+ left: 66.667%;
131
104
  }
132
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="5"] {
133
- width: 83.3333333333%;
105
+ .grid-stack-6 > .grid-stack-item[gs-w="5"] {
106
+ width: 83.333%;
134
107
  }
135
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="5"] {
136
- left: 83.3333333333%;
108
+ .grid-stack-6 > .grid-stack-item[gs-x="5"] {
109
+ left: 83.333%;
137
110
  }
138
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="6"] {
111
+ .grid-stack-6 > .grid-stack-item[gs-w="6"] {
139
112
  width: 100%;
140
113
  }
141
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="6"] {
142
- left: 100%;
143
- }
144
114
 
145
- .grid-stack.grid-stack-7 > .grid-stack-item {
146
- min-width: 14.2857142857%;
147
- }
148
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="1"] {
149
- width: 14.2857142857%;
115
+ .grid-stack-7 > .grid-stack-item {
116
+ min-width: 14.286%;
150
117
  }
151
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="1"] {
152
- left: 14.2857142857%;
118
+ .grid-stack-7 > .grid-stack-item[gs-x="1"] {
119
+ left: 14.286%;
153
120
  }
154
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="2"] {
155
- width: 28.5714285714%;
121
+ .grid-stack-7 > .grid-stack-item[gs-w="2"] {
122
+ width: 28.571%;
156
123
  }
157
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="2"] {
158
- left: 28.5714285714%;
124
+ .grid-stack-7 > .grid-stack-item[gs-x="2"] {
125
+ left: 28.571%;
159
126
  }
160
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="3"] {
161
- width: 42.8571428571%;
127
+ .grid-stack-7 > .grid-stack-item[gs-w="3"] {
128
+ width: 42.857%;
162
129
  }
163
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="3"] {
164
- left: 42.8571428571%;
130
+ .grid-stack-7 > .grid-stack-item[gs-x="3"] {
131
+ left: 42.857%;
165
132
  }
166
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="4"] {
167
- width: 57.1428571429%;
133
+ .grid-stack-7 > .grid-stack-item[gs-w="4"] {
134
+ width: 57.143%;
168
135
  }
169
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="4"] {
170
- left: 57.1428571429%;
136
+ .grid-stack-7 > .grid-stack-item[gs-x="4"] {
137
+ left: 57.143%;
171
138
  }
172
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="5"] {
173
- width: 71.4285714286%;
139
+ .grid-stack-7 > .grid-stack-item[gs-w="5"] {
140
+ width: 71.429%;
174
141
  }
175
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="5"] {
176
- left: 71.4285714286%;
142
+ .grid-stack-7 > .grid-stack-item[gs-x="5"] {
143
+ left: 71.429%;
177
144
  }
178
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="6"] {
179
- width: 85.7142857143%;
145
+ .grid-stack-7 > .grid-stack-item[gs-w="6"] {
146
+ width: 85.714%;
180
147
  }
181
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="6"] {
182
- left: 85.7142857143%;
148
+ .grid-stack-7 > .grid-stack-item[gs-x="6"] {
149
+ left: 85.714%;
183
150
  }
184
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="7"] {
151
+ .grid-stack-7 > .grid-stack-item[gs-w="7"] {
185
152
  width: 100%;
186
153
  }
187
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="7"] {
188
- left: 100%;
189
- }
190
154
 
191
- .grid-stack.grid-stack-8 > .grid-stack-item {
155
+ .grid-stack-8 > .grid-stack-item {
192
156
  min-width: 12.5%;
193
157
  }
194
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="1"] {
195
- width: 12.5%;
196
- }
197
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="1"] {
158
+ .grid-stack-8 > .grid-stack-item[gs-x="1"] {
198
159
  left: 12.5%;
199
160
  }
200
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="2"] {
161
+ .grid-stack-8 > .grid-stack-item[gs-w="2"] {
201
162
  width: 25%;
202
163
  }
203
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="2"] {
164
+ .grid-stack-8 > .grid-stack-item[gs-x="2"] {
204
165
  left: 25%;
205
166
  }
206
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="3"] {
167
+ .grid-stack-8 > .grid-stack-item[gs-w="3"] {
207
168
  width: 37.5%;
208
169
  }
209
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="3"] {
170
+ .grid-stack-8 > .grid-stack-item[gs-x="3"] {
210
171
  left: 37.5%;
211
172
  }
212
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="4"] {
173
+ .grid-stack-8 > .grid-stack-item[gs-w="4"] {
213
174
  width: 50%;
214
175
  }
215
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="4"] {
176
+ .grid-stack-8 > .grid-stack-item[gs-x="4"] {
216
177
  left: 50%;
217
178
  }
218
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="5"] {
179
+ .grid-stack-8 > .grid-stack-item[gs-w="5"] {
219
180
  width: 62.5%;
220
181
  }
221
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="5"] {
182
+ .grid-stack-8 > .grid-stack-item[gs-x="5"] {
222
183
  left: 62.5%;
223
184
  }
224
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="6"] {
185
+ .grid-stack-8 > .grid-stack-item[gs-w="6"] {
225
186
  width: 75%;
226
187
  }
227
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="6"] {
188
+ .grid-stack-8 > .grid-stack-item[gs-x="6"] {
228
189
  left: 75%;
229
190
  }
230
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="7"] {
191
+ .grid-stack-8 > .grid-stack-item[gs-w="7"] {
231
192
  width: 87.5%;
232
193
  }
233
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="7"] {
194
+ .grid-stack-8 > .grid-stack-item[gs-x="7"] {
234
195
  left: 87.5%;
235
196
  }
236
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="8"] {
197
+ .grid-stack-8 > .grid-stack-item[gs-w="8"] {
237
198
  width: 100%;
238
199
  }
239
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="8"] {
240
- left: 100%;
241
- }
242
200
 
243
- .grid-stack.grid-stack-9 > .grid-stack-item {
244
- min-width: 11.1111111111%;
245
- }
246
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="1"] {
247
- width: 11.1111111111%;
201
+ .grid-stack-9 > .grid-stack-item {
202
+ min-width: 11.111%;
248
203
  }
249
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="1"] {
250
- left: 11.1111111111%;
204
+ .grid-stack-9 > .grid-stack-item[gs-x="1"] {
205
+ left: 11.111%;
251
206
  }
252
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="2"] {
253
- width: 22.2222222222%;
207
+ .grid-stack-9 > .grid-stack-item[gs-w="2"] {
208
+ width: 22.222%;
254
209
  }
255
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="2"] {
256
- left: 22.2222222222%;
210
+ .grid-stack-9 > .grid-stack-item[gs-x="2"] {
211
+ left: 22.222%;
257
212
  }
258
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="3"] {
259
- width: 33.3333333333%;
213
+ .grid-stack-9 > .grid-stack-item[gs-w="3"] {
214
+ width: 33.333%;
260
215
  }
261
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="3"] {
262
- left: 33.3333333333%;
216
+ .grid-stack-9 > .grid-stack-item[gs-x="3"] {
217
+ left: 33.333%;
263
218
  }
264
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="4"] {
265
- width: 44.4444444444%;
219
+ .grid-stack-9 > .grid-stack-item[gs-w="4"] {
220
+ width: 44.444%;
266
221
  }
267
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="4"] {
268
- left: 44.4444444444%;
222
+ .grid-stack-9 > .grid-stack-item[gs-x="4"] {
223
+ left: 44.444%;
269
224
  }
270
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="5"] {
271
- width: 55.5555555556%;
225
+ .grid-stack-9 > .grid-stack-item[gs-w="5"] {
226
+ width: 55.556%;
272
227
  }
273
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="5"] {
274
- left: 55.5555555556%;
228
+ .grid-stack-9 > .grid-stack-item[gs-x="5"] {
229
+ left: 55.556%;
275
230
  }
276
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="6"] {
277
- width: 66.6666666667%;
231
+ .grid-stack-9 > .grid-stack-item[gs-w="6"] {
232
+ width: 66.667%;
278
233
  }
279
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="6"] {
280
- left: 66.6666666667%;
234
+ .grid-stack-9 > .grid-stack-item[gs-x="6"] {
235
+ left: 66.667%;
281
236
  }
282
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="7"] {
283
- width: 77.7777777778%;
237
+ .grid-stack-9 > .grid-stack-item[gs-w="7"] {
238
+ width: 77.778%;
284
239
  }
285
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="7"] {
286
- left: 77.7777777778%;
240
+ .grid-stack-9 > .grid-stack-item[gs-x="7"] {
241
+ left: 77.778%;
287
242
  }
288
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="8"] {
289
- width: 88.8888888889%;
243
+ .grid-stack-9 > .grid-stack-item[gs-w="8"] {
244
+ width: 88.889%;
290
245
  }
291
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="8"] {
292
- left: 88.8888888889%;
246
+ .grid-stack-9 > .grid-stack-item[gs-x="8"] {
247
+ left: 88.889%;
293
248
  }
294
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="9"] {
249
+ .grid-stack-9 > .grid-stack-item[gs-w="9"] {
295
250
  width: 100%;
296
251
  }
297
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="9"] {
298
- left: 100%;
299
- }
300
252
 
301
- .grid-stack.grid-stack-10 > .grid-stack-item {
253
+ .grid-stack-10 > .grid-stack-item {
302
254
  min-width: 10%;
303
255
  }
304
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="1"] {
305
- width: 10%;
306
- }
307
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="1"] {
256
+ .grid-stack-10 > .grid-stack-item[gs-x="1"] {
308
257
  left: 10%;
309
258
  }
310
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="2"] {
259
+ .grid-stack-10 > .grid-stack-item[gs-w="2"] {
311
260
  width: 20%;
312
261
  }
313
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="2"] {
262
+ .grid-stack-10 > .grid-stack-item[gs-x="2"] {
314
263
  left: 20%;
315
264
  }
316
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="3"] {
265
+ .grid-stack-10 > .grid-stack-item[gs-w="3"] {
317
266
  width: 30%;
318
267
  }
319
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="3"] {
268
+ .grid-stack-10 > .grid-stack-item[gs-x="3"] {
320
269
  left: 30%;
321
270
  }
322
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="4"] {
271
+ .grid-stack-10 > .grid-stack-item[gs-w="4"] {
323
272
  width: 40%;
324
273
  }
325
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="4"] {
274
+ .grid-stack-10 > .grid-stack-item[gs-x="4"] {
326
275
  left: 40%;
327
276
  }
328
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="5"] {
277
+ .grid-stack-10 > .grid-stack-item[gs-w="5"] {
329
278
  width: 50%;
330
279
  }
331
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="5"] {
280
+ .grid-stack-10 > .grid-stack-item[gs-x="5"] {
332
281
  left: 50%;
333
282
  }
334
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="6"] {
283
+ .grid-stack-10 > .grid-stack-item[gs-w="6"] {
335
284
  width: 60%;
336
285
  }
337
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="6"] {
286
+ .grid-stack-10 > .grid-stack-item[gs-x="6"] {
338
287
  left: 60%;
339
288
  }
340
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="7"] {
289
+ .grid-stack-10 > .grid-stack-item[gs-w="7"] {
341
290
  width: 70%;
342
291
  }
343
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="7"] {
292
+ .grid-stack-10 > .grid-stack-item[gs-x="7"] {
344
293
  left: 70%;
345
294
  }
346
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="8"] {
295
+ .grid-stack-10 > .grid-stack-item[gs-w="8"] {
347
296
  width: 80%;
348
297
  }
349
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="8"] {
298
+ .grid-stack-10 > .grid-stack-item[gs-x="8"] {
350
299
  left: 80%;
351
300
  }
352
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="9"] {
301
+ .grid-stack-10 > .grid-stack-item[gs-w="9"] {
353
302
  width: 90%;
354
303
  }
355
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="9"] {
304
+ .grid-stack-10 > .grid-stack-item[gs-x="9"] {
356
305
  left: 90%;
357
306
  }
358
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="10"] {
307
+ .grid-stack-10 > .grid-stack-item[gs-w="10"] {
359
308
  width: 100%;
360
309
  }
361
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="10"] {
362
- left: 100%;
363
- }
364
310
 
365
- .grid-stack.grid-stack-11 > .grid-stack-item {
366
- min-width: 9.0909090909%;
311
+ .grid-stack-11 > .grid-stack-item {
312
+ min-width: 9.091%;
367
313
  }
368
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="1"] {
369
- width: 9.0909090909%;
314
+ .grid-stack-11 > .grid-stack-item[gs-x="1"] {
315
+ left: 9.091%;
370
316
  }
371
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="1"] {
372
- left: 9.0909090909%;
317
+ .grid-stack-11 > .grid-stack-item[gs-w="2"] {
318
+ width: 18.182%;
373
319
  }
374
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="2"] {
375
- width: 18.1818181818%;
320
+ .grid-stack-11 > .grid-stack-item[gs-x="2"] {
321
+ left: 18.182%;
376
322
  }
377
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="2"] {
378
- left: 18.1818181818%;
323
+ .grid-stack-11 > .grid-stack-item[gs-w="3"] {
324
+ width: 27.273%;
379
325
  }
380
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="3"] {
381
- width: 27.2727272727%;
326
+ .grid-stack-11 > .grid-stack-item[gs-x="3"] {
327
+ left: 27.273%;
382
328
  }
383
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="3"] {
384
- left: 27.2727272727%;
329
+ .grid-stack-11 > .grid-stack-item[gs-w="4"] {
330
+ width: 36.364%;
385
331
  }
386
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="4"] {
387
- width: 36.3636363636%;
332
+ .grid-stack-11 > .grid-stack-item[gs-x="4"] {
333
+ left: 36.364%;
388
334
  }
389
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="4"] {
390
- left: 36.3636363636%;
335
+ .grid-stack-11 > .grid-stack-item[gs-w="5"] {
336
+ width: 45.455%;
391
337
  }
392
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="5"] {
393
- width: 45.4545454545%;
338
+ .grid-stack-11 > .grid-stack-item[gs-x="5"] {
339
+ left: 45.455%;
394
340
  }
395
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="5"] {
396
- left: 45.4545454545%;
341
+ .grid-stack-11 > .grid-stack-item[gs-w="6"] {
342
+ width: 54.545%;
397
343
  }
398
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="6"] {
399
- width: 54.5454545455%;
344
+ .grid-stack-11 > .grid-stack-item[gs-x="6"] {
345
+ left: 54.545%;
400
346
  }
401
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="6"] {
402
- left: 54.5454545455%;
347
+ .grid-stack-11 > .grid-stack-item[gs-w="7"] {
348
+ width: 63.636%;
403
349
  }
404
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="7"] {
405
- width: 63.6363636364%;
350
+ .grid-stack-11 > .grid-stack-item[gs-x="7"] {
351
+ left: 63.636%;
406
352
  }
407
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="7"] {
408
- left: 63.6363636364%;
353
+ .grid-stack-11 > .grid-stack-item[gs-w="8"] {
354
+ width: 72.727%;
409
355
  }
410
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="8"] {
411
- width: 72.7272727273%;
356
+ .grid-stack-11 > .grid-stack-item[gs-x="8"] {
357
+ left: 72.727%;
412
358
  }
413
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="8"] {
414
- left: 72.7272727273%;
359
+ .grid-stack-11 > .grid-stack-item[gs-w="9"] {
360
+ width: 81.818%;
415
361
  }
416
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="9"] {
417
- width: 81.8181818182%;
362
+ .grid-stack-11 > .grid-stack-item[gs-x="9"] {
363
+ left: 81.818%;
418
364
  }
419
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="9"] {
420
- left: 81.8181818182%;
365
+ .grid-stack-11 > .grid-stack-item[gs-w="10"] {
366
+ width: 90.909%;
421
367
  }
422
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="10"] {
423
- width: 90.9090909091%;
368
+ .grid-stack-11 > .grid-stack-item[gs-x="10"] {
369
+ left: 90.909%;
424
370
  }
425
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="10"] {
426
- left: 90.9090909091%;
427
- }
428
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="11"] {
371
+ .grid-stack-11 > .grid-stack-item[gs-w="11"] {
429
372
  width: 100%;
430
- }
431
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="11"] {
432
- left: 100%;
433
373
  }
@@ -1 +1 @@
1
- .grid-stack.grid-stack-2>.grid-stack-item{min-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[gs-w="1"]{width:50%}.grid-stack.grid-stack-2>.grid-stack-item[gs-x="1"]{left:50%}.grid-stack.grid-stack-2>.grid-stack-item[gs-w="2"]{width:100%}.grid-stack.grid-stack-2>.grid-stack-item[gs-x="2"]{left:100%}.grid-stack.grid-stack-3>.grid-stack-item{min-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[gs-w="1"]{width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[gs-x="1"]{left:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[gs-w="2"]{width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[gs-x="2"]{left:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[gs-w="3"]{width:100%}.grid-stack.grid-stack-3>.grid-stack-item[gs-x="3"]{left:100%}.grid-stack.grid-stack-4>.grid-stack-item{min-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[gs-w="1"]{width:25%}.grid-stack.grid-stack-4>.grid-stack-item[gs-x="1"]{left:25%}.grid-stack.grid-stack-4>.grid-stack-item[gs-w="2"]{width:50%}.grid-stack.grid-stack-4>.grid-stack-item[gs-x="2"]{left:50%}.grid-stack.grid-stack-4>.grid-stack-item[gs-w="3"]{width:75%}.grid-stack.grid-stack-4>.grid-stack-item[gs-x="3"]{left:75%}.grid-stack.grid-stack-4>.grid-stack-item[gs-w="4"]{width:100%}.grid-stack.grid-stack-4>.grid-stack-item[gs-x="4"]{left:100%}.grid-stack.grid-stack-5>.grid-stack-item{min-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[gs-w="1"]{width:20%}.grid-stack.grid-stack-5>.grid-stack-item[gs-x="1"]{left:20%}.grid-stack.grid-stack-5>.grid-stack-item[gs-w="2"]{width:40%}.grid-stack.grid-stack-5>.grid-stack-item[gs-x="2"]{left:40%}.grid-stack.grid-stack-5>.grid-stack-item[gs-w="3"]{width:60%}.grid-stack.grid-stack-5>.grid-stack-item[gs-x="3"]{left:60%}.grid-stack.grid-stack-5>.grid-stack-item[gs-w="4"]{width:80%}.grid-stack.grid-stack-5>.grid-stack-item[gs-x="4"]{left:80%}.grid-stack.grid-stack-5>.grid-stack-item[gs-w="5"]{width:100%}.grid-stack.grid-stack-5>.grid-stack-item[gs-x="5"]{left:100%}.grid-stack.grid-stack-6>.grid-stack-item{min-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[gs-w="1"]{width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[gs-x="1"]{left:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[gs-w="2"]{width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[gs-x="2"]{left:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[gs-w="3"]{width:50%}.grid-stack.grid-stack-6>.grid-stack-item[gs-x="3"]{left:50%}.grid-stack.grid-stack-6>.grid-stack-item[gs-w="4"]{width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[gs-x="4"]{left:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[gs-w="5"]{width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[gs-x="5"]{left:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[gs-w="6"]{width:100%}.grid-stack.grid-stack-6>.grid-stack-item[gs-x="6"]{left:100%}.grid-stack.grid-stack-7>.grid-stack-item{min-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[gs-w="1"]{width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[gs-x="1"]{left:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[gs-w="2"]{width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[gs-x="2"]{left:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[gs-w="3"]{width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[gs-x="3"]{left:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[gs-w="4"]{width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[gs-x="4"]{left:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[gs-w="5"]{width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[gs-x="5"]{left:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[gs-w="6"]{width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[gs-x="6"]{left:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[gs-w="7"]{width:100%}.grid-stack.grid-stack-7>.grid-stack-item[gs-x="7"]{left:100%}.grid-stack.grid-stack-8>.grid-stack-item{min-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-w="1"]{width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-x="1"]{left:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-w="2"]{width:25%}.grid-stack.grid-stack-8>.grid-stack-item[gs-x="2"]{left:25%}.grid-stack.grid-stack-8>.grid-stack-item[gs-w="3"]{width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-x="3"]{left:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-w="4"]{width:50%}.grid-stack.grid-stack-8>.grid-stack-item[gs-x="4"]{left:50%}.grid-stack.grid-stack-8>.grid-stack-item[gs-w="5"]{width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-x="5"]{left:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-w="6"]{width:75%}.grid-stack.grid-stack-8>.grid-stack-item[gs-x="6"]{left:75%}.grid-stack.grid-stack-8>.grid-stack-item[gs-w="7"]{width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-x="7"]{left:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-w="8"]{width:100%}.grid-stack.grid-stack-8>.grid-stack-item[gs-x="8"]{left:100%}.grid-stack.grid-stack-9>.grid-stack-item{min-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w="1"]{width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x="1"]{left:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w="2"]{width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x="2"]{left:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w="3"]{width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x="3"]{left:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w="4"]{width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x="4"]{left:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w="5"]{width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x="5"]{left:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w="6"]{width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x="6"]{left:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w="7"]{width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x="7"]{left:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w="8"]{width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x="8"]{left:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w="9"]{width:100%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x="9"]{left:100%}.grid-stack.grid-stack-10>.grid-stack-item{min-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w="1"]{width:10%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x="1"]{left:10%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w="2"]{width:20%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x="2"]{left:20%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w="3"]{width:30%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x="3"]{left:30%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w="4"]{width:40%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x="4"]{left:40%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w="5"]{width:50%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x="5"]{left:50%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w="6"]{width:60%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x="6"]{left:60%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w="7"]{width:70%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x="7"]{left:70%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w="8"]{width:80%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x="8"]{left:80%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w="9"]{width:90%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x="9"]{left:90%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w="10"]{width:100%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x="10"]{left:100%}.grid-stack.grid-stack-11>.grid-stack-item{min-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w="1"]{width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x="1"]{left:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w="2"]{width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x="2"]{left:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w="3"]{width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x="3"]{left:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w="4"]{width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x="4"]{left:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w="5"]{width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x="5"]{left:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w="6"]{width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x="6"]{left:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w="7"]{width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x="7"]{left:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w="8"]{width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x="8"]{left:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w="9"]{width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x="9"]{left:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w="10"]{width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x="10"]{left:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w="11"]{width:100%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x="11"]{left:100%}
1
+ .grid-stack-2>.grid-stack-item{min-width:50%}.grid-stack-2>.grid-stack-item[gs-x="1"]{left:50%}.grid-stack-2>.grid-stack-item[gs-w="2"]{width:100%}.grid-stack-3>.grid-stack-item{min-width:33.333%}.grid-stack-3>.grid-stack-item[gs-x="1"]{left:33.333%}.grid-stack-3>.grid-stack-item[gs-w="2"]{width:66.667%}.grid-stack-3>.grid-stack-item[gs-x="2"]{left:66.667%}.grid-stack-3>.grid-stack-item[gs-w="3"]{width:100%}.grid-stack-4>.grid-stack-item{min-width:25%}.grid-stack-4>.grid-stack-item[gs-x="1"]{left:25%}.grid-stack-4>.grid-stack-item[gs-w="2"]{width:50%}.grid-stack-4>.grid-stack-item[gs-x="2"]{left:50%}.grid-stack-4>.grid-stack-item[gs-w="3"]{width:75%}.grid-stack-4>.grid-stack-item[gs-x="3"]{left:75%}.grid-stack-4>.grid-stack-item[gs-w="4"]{width:100%}.grid-stack-5>.grid-stack-item{min-width:20%}.grid-stack-5>.grid-stack-item[gs-x="1"]{left:20%}.grid-stack-5>.grid-stack-item[gs-w="2"]{width:40%}.grid-stack-5>.grid-stack-item[gs-x="2"]{left:40%}.grid-stack-5>.grid-stack-item[gs-w="3"]{width:60%}.grid-stack-5>.grid-stack-item[gs-x="3"]{left:60%}.grid-stack-5>.grid-stack-item[gs-w="4"]{width:80%}.grid-stack-5>.grid-stack-item[gs-x="4"]{left:80%}.grid-stack-5>.grid-stack-item[gs-w="5"]{width:100%}.grid-stack-6>.grid-stack-item{min-width:16.667%}.grid-stack-6>.grid-stack-item[gs-x="1"]{left:16.667%}.grid-stack-6>.grid-stack-item[gs-w="2"]{width:33.333%}.grid-stack-6>.grid-stack-item[gs-x="2"]{left:33.333%}.grid-stack-6>.grid-stack-item[gs-w="3"]{width:50%}.grid-stack-6>.grid-stack-item[gs-x="3"]{left:50%}.grid-stack-6>.grid-stack-item[gs-w="4"]{width:66.667%}.grid-stack-6>.grid-stack-item[gs-x="4"]{left:66.667%}.grid-stack-6>.grid-stack-item[gs-w="5"]{width:83.333%}.grid-stack-6>.grid-stack-item[gs-x="5"]{left:83.333%}.grid-stack-6>.grid-stack-item[gs-w="6"]{width:100%}.grid-stack-7>.grid-stack-item{min-width:14.286%}.grid-stack-7>.grid-stack-item[gs-x="1"]{left:14.286%}.grid-stack-7>.grid-stack-item[gs-w="2"]{width:28.571%}.grid-stack-7>.grid-stack-item[gs-x="2"]{left:28.571%}.grid-stack-7>.grid-stack-item[gs-w="3"]{width:42.857%}.grid-stack-7>.grid-stack-item[gs-x="3"]{left:42.857%}.grid-stack-7>.grid-stack-item[gs-w="4"]{width:57.143%}.grid-stack-7>.grid-stack-item[gs-x="4"]{left:57.143%}.grid-stack-7>.grid-stack-item[gs-w="5"]{width:71.429%}.grid-stack-7>.grid-stack-item[gs-x="5"]{left:71.429%}.grid-stack-7>.grid-stack-item[gs-w="6"]{width:85.714%}.grid-stack-7>.grid-stack-item[gs-x="6"]{left:85.714%}.grid-stack-7>.grid-stack-item[gs-w="7"]{width:100%}.grid-stack-8>.grid-stack-item{min-width:12.5%}.grid-stack-8>.grid-stack-item[gs-x="1"]{left:12.5%}.grid-stack-8>.grid-stack-item[gs-w="2"]{width:25%}.grid-stack-8>.grid-stack-item[gs-x="2"]{left:25%}.grid-stack-8>.grid-stack-item[gs-w="3"]{width:37.5%}.grid-stack-8>.grid-stack-item[gs-x="3"]{left:37.5%}.grid-stack-8>.grid-stack-item[gs-w="4"]{width:50%}.grid-stack-8>.grid-stack-item[gs-x="4"]{left:50%}.grid-stack-8>.grid-stack-item[gs-w="5"]{width:62.5%}.grid-stack-8>.grid-stack-item[gs-x="5"]{left:62.5%}.grid-stack-8>.grid-stack-item[gs-w="6"]{width:75%}.grid-stack-8>.grid-stack-item[gs-x="6"]{left:75%}.grid-stack-8>.grid-stack-item[gs-w="7"]{width:87.5%}.grid-stack-8>.grid-stack-item[gs-x="7"]{left:87.5%}.grid-stack-8>.grid-stack-item[gs-w="8"]{width:100%}.grid-stack-9>.grid-stack-item{min-width:11.111%}.grid-stack-9>.grid-stack-item[gs-x="1"]{left:11.111%}.grid-stack-9>.grid-stack-item[gs-w="2"]{width:22.222%}.grid-stack-9>.grid-stack-item[gs-x="2"]{left:22.222%}.grid-stack-9>.grid-stack-item[gs-w="3"]{width:33.333%}.grid-stack-9>.grid-stack-item[gs-x="3"]{left:33.333%}.grid-stack-9>.grid-stack-item[gs-w="4"]{width:44.444%}.grid-stack-9>.grid-stack-item[gs-x="4"]{left:44.444%}.grid-stack-9>.grid-stack-item[gs-w="5"]{width:55.556%}.grid-stack-9>.grid-stack-item[gs-x="5"]{left:55.556%}.grid-stack-9>.grid-stack-item[gs-w="6"]{width:66.667%}.grid-stack-9>.grid-stack-item[gs-x="6"]{left:66.667%}.grid-stack-9>.grid-stack-item[gs-w="7"]{width:77.778%}.grid-stack-9>.grid-stack-item[gs-x="7"]{left:77.778%}.grid-stack-9>.grid-stack-item[gs-w="8"]{width:88.889%}.grid-stack-9>.grid-stack-item[gs-x="8"]{left:88.889%}.grid-stack-9>.grid-stack-item[gs-w="9"]{width:100%}.grid-stack-10>.grid-stack-item{min-width:10%}.grid-stack-10>.grid-stack-item[gs-x="1"]{left:10%}.grid-stack-10>.grid-stack-item[gs-w="2"]{width:20%}.grid-stack-10>.grid-stack-item[gs-x="2"]{left:20%}.grid-stack-10>.grid-stack-item[gs-w="3"]{width:30%}.grid-stack-10>.grid-stack-item[gs-x="3"]{left:30%}.grid-stack-10>.grid-stack-item[gs-w="4"]{width:40%}.grid-stack-10>.grid-stack-item[gs-x="4"]{left:40%}.grid-stack-10>.grid-stack-item[gs-w="5"]{width:50%}.grid-stack-10>.grid-stack-item[gs-x="5"]{left:50%}.grid-stack-10>.grid-stack-item[gs-w="6"]{width:60%}.grid-stack-10>.grid-stack-item[gs-x="6"]{left:60%}.grid-stack-10>.grid-stack-item[gs-w="7"]{width:70%}.grid-stack-10>.grid-stack-item[gs-x="7"]{left:70%}.grid-stack-10>.grid-stack-item[gs-w="8"]{width:80%}.grid-stack-10>.grid-stack-item[gs-x="8"]{left:80%}.grid-stack-10>.grid-stack-item[gs-w="9"]{width:90%}.grid-stack-10>.grid-stack-item[gs-x="9"]{left:90%}.grid-stack-10>.grid-stack-item[gs-w="10"]{width:100%}.grid-stack-11>.grid-stack-item{min-width:9.091%}.grid-stack-11>.grid-stack-item[gs-x="1"]{left:9.091%}.grid-stack-11>.grid-stack-item[gs-w="2"]{width:18.182%}.grid-stack-11>.grid-stack-item[gs-x="2"]{left:18.182%}.grid-stack-11>.grid-stack-item[gs-w="3"]{width:27.273%}.grid-stack-11>.grid-stack-item[gs-x="3"]{left:27.273%}.grid-stack-11>.grid-stack-item[gs-w="4"]{width:36.364%}.grid-stack-11>.grid-stack-item[gs-x="4"]{left:36.364%}.grid-stack-11>.grid-stack-item[gs-w="5"]{width:45.455%}.grid-stack-11>.grid-stack-item[gs-x="5"]{left:45.455%}.grid-stack-11>.grid-stack-item[gs-w="6"]{width:54.545%}.grid-stack-11>.grid-stack-item[gs-x="6"]{left:54.545%}.grid-stack-11>.grid-stack-item[gs-w="7"]{width:63.636%}.grid-stack-11>.grid-stack-item[gs-x="7"]{left:63.636%}.grid-stack-11>.grid-stack-item[gs-w="8"]{width:72.727%}.grid-stack-11>.grid-stack-item[gs-x="8"]{left:72.727%}.grid-stack-11>.grid-stack-item[gs-w="9"]{width:81.818%}.grid-stack-11>.grid-stack-item[gs-x="9"]{left:81.818%}.grid-stack-11>.grid-stack-item[gs-w="10"]{width:90.909%}.grid-stack-11>.grid-stack-item[gs-x="10"]{left:90.909%}.grid-stack-11>.grid-stack-item[gs-w="11"]{width:100%}