gridstack 4.2.7 → 4.4.1

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 (128) hide show
  1. package/README.md +28 -19
  2. package/dist/es5/gridstack-dd.d.ts +35 -0
  3. package/dist/es5/gridstack-dd.js +683 -0
  4. package/dist/es5/gridstack-dd.js.map +1 -0
  5. package/dist/es5/gridstack-ddi.d.ts +17 -0
  6. package/dist/es5/gridstack-ddi.js +31 -0
  7. package/dist/es5/gridstack-ddi.js.map +1 -0
  8. package/dist/es5/gridstack-engine.d.ts +93 -0
  9. package/dist/es5/gridstack-engine.js +955 -0
  10. package/dist/es5/gridstack-engine.js.map +1 -0
  11. package/dist/es5/gridstack-h5.d.ts +10 -0
  12. package/dist/es5/gridstack-h5.js +3 -0
  13. package/dist/es5/gridstack-h5.js.LICENSE.txt +7 -0
  14. package/dist/es5/gridstack-h5.js.map +1 -0
  15. package/dist/es5/gridstack-jq.d.ts +10 -0
  16. package/dist/es5/gridstack-jq.js +3 -0
  17. package/dist/es5/gridstack-jq.js.LICENSE.txt +99 -0
  18. package/dist/es5/gridstack-jq.js.map +1 -0
  19. package/dist/{gridstack-poly.js → es5/gridstack-poly.js} +152 -1
  20. package/dist/es5/gridstack-static.d.ts +9 -0
  21. package/dist/es5/gridstack-static.js +3 -0
  22. package/dist/es5/gridstack-static.js.LICENSE.txt +7 -0
  23. package/dist/es5/gridstack-static.js.map +1 -0
  24. package/dist/es5/gridstack.d.ts +346 -0
  25. package/dist/es5/gridstack.js +1482 -0
  26. package/dist/es5/gridstack.js.map +1 -0
  27. package/dist/es5/h5/dd-base-impl.d.ts +20 -0
  28. package/dist/es5/h5/dd-base-impl.js +43 -0
  29. package/dist/es5/h5/dd-base-impl.js.map +1 -0
  30. package/dist/es5/h5/dd-draggable.d.ts +30 -0
  31. package/dist/es5/h5/dd-draggable.js +319 -0
  32. package/dist/es5/h5/dd-draggable.js.map +1 -0
  33. package/dist/es5/h5/dd-droppable.d.ts +23 -0
  34. package/dist/es5/h5/dd-droppable.js +182 -0
  35. package/dist/es5/h5/dd-droppable.js.map +1 -0
  36. package/dist/es5/h5/dd-element.d.ts +27 -0
  37. package/dist/es5/h5/dd-element.js +96 -0
  38. package/dist/es5/h5/dd-element.js.map +1 -0
  39. package/dist/es5/h5/dd-manager.d.ts +8 -0
  40. package/dist/es5/h5/dd-manager.js +14 -0
  41. package/dist/es5/h5/dd-manager.js.map +1 -0
  42. package/dist/es5/h5/dd-resizable-handle.d.ts +14 -0
  43. package/dist/es5/h5/dd-resizable-handle.js +83 -0
  44. package/dist/es5/h5/dd-resizable-handle.js.map +1 -0
  45. package/dist/es5/h5/dd-resizable.d.ts +29 -0
  46. package/dist/es5/h5/dd-resizable.js +302 -0
  47. package/dist/es5/h5/dd-resizable.js.map +1 -0
  48. package/dist/es5/h5/dd-utils.d.ts +17 -0
  49. package/dist/es5/h5/dd-utils.js +99 -0
  50. package/dist/es5/h5/dd-utils.js.map +1 -0
  51. package/dist/es5/h5/gridstack-dd-native.d.ts +26 -0
  52. package/dist/es5/h5/gridstack-dd-native.js +175 -0
  53. package/dist/es5/h5/gridstack-dd-native.js.map +1 -0
  54. package/dist/es5/jq/gridstack-dd-jqueryui.d.ts +22 -0
  55. package/dist/es5/jq/gridstack-dd-jqueryui.js +162 -0
  56. package/dist/es5/jq/gridstack-dd-jqueryui.js.map +1 -0
  57. package/dist/es5/types.d.ts +258 -0
  58. package/dist/es5/types.js +7 -0
  59. package/dist/es5/types.js.map +1 -0
  60. package/dist/es5/utils.d.ts +73 -0
  61. package/dist/es5/utils.js +444 -0
  62. package/dist/es5/utils.js.map +1 -0
  63. package/dist/gridstack-dd.d.ts +1 -1
  64. package/dist/gridstack-dd.js +15 -7
  65. package/dist/gridstack-dd.js.map +1 -1
  66. package/dist/gridstack-ddi.d.ts +1 -1
  67. package/dist/gridstack-ddi.js +1 -1
  68. package/dist/gridstack-ddi.js.map +1 -1
  69. package/dist/gridstack-engine.d.ts +3 -2
  70. package/dist/gridstack-engine.js +100 -60
  71. package/dist/gridstack-engine.js.map +1 -1
  72. package/dist/gridstack-extra.css +800 -530
  73. package/dist/gridstack-extra.min.css +1 -1
  74. package/dist/gridstack-h5.d.ts +1 -1
  75. package/dist/gridstack-h5.js +1 -1
  76. package/dist/gridstack-h5.js.LICENSE.txt +1 -1
  77. package/dist/gridstack-h5.js.map +1 -1
  78. package/dist/gridstack-jq.d.ts +1 -1
  79. package/dist/gridstack-jq.js +1 -1
  80. package/dist/gridstack-jq.js.LICENSE.txt +1 -1
  81. package/dist/gridstack-jq.js.map +1 -1
  82. package/dist/gridstack-static.d.ts +1 -1
  83. package/dist/gridstack-static.js +1 -1
  84. package/dist/gridstack-static.js.LICENSE.txt +1 -1
  85. package/dist/gridstack-static.js.map +1 -1
  86. package/dist/gridstack.css +305 -228
  87. package/dist/gridstack.d.ts +1 -1
  88. package/dist/gridstack.js +13 -11
  89. package/dist/gridstack.js.map +1 -1
  90. package/dist/gridstack.min.css +1 -1
  91. package/dist/h5/dd-base-impl.d.ts +1 -1
  92. package/dist/h5/dd-base-impl.js +1 -1
  93. package/dist/h5/dd-base-impl.js.map +1 -1
  94. package/dist/h5/dd-draggable.d.ts +1 -1
  95. package/dist/h5/dd-draggable.js +1 -1
  96. package/dist/h5/dd-draggable.js.map +1 -1
  97. package/dist/h5/dd-droppable.d.ts +1 -1
  98. package/dist/h5/dd-droppable.js +1 -1
  99. package/dist/h5/dd-droppable.js.map +1 -1
  100. package/dist/h5/dd-element.d.ts +1 -1
  101. package/dist/h5/dd-element.js +1 -1
  102. package/dist/h5/dd-element.js.map +1 -1
  103. package/dist/h5/dd-manager.d.ts +1 -1
  104. package/dist/h5/dd-manager.js +1 -1
  105. package/dist/h5/dd-manager.js.map +1 -1
  106. package/dist/h5/dd-resizable-handle.d.ts +1 -1
  107. package/dist/h5/dd-resizable-handle.js +1 -1
  108. package/dist/h5/dd-resizable-handle.js.map +1 -1
  109. package/dist/h5/dd-resizable.d.ts +1 -1
  110. package/dist/h5/dd-resizable.js +2 -1
  111. package/dist/h5/dd-resizable.js.map +1 -1
  112. package/dist/h5/dd-utils.d.ts +1 -1
  113. package/dist/h5/dd-utils.js +1 -1
  114. package/dist/h5/dd-utils.js.map +1 -1
  115. package/dist/h5/gridstack-dd-native.d.ts +1 -1
  116. package/dist/h5/gridstack-dd-native.js +1 -1
  117. package/dist/h5/gridstack-dd-native.js.map +1 -1
  118. package/dist/jq/gridstack-dd-jqueryui.js.map +1 -1
  119. package/dist/src/gridstack-extra.scss +7 -5
  120. package/dist/src/gridstack.scss +9 -7
  121. package/dist/types.d.ts +5 -2
  122. package/dist/types.js +1 -1
  123. package/dist/types.js.map +1 -1
  124. package/dist/utils.d.ts +3 -1
  125. package/dist/utils.js +7 -5
  126. package/dist/utils.js.map +1 -1
  127. package/doc/CHANGES.md +22 -0
  128. package/package.json +6 -5
@@ -3,551 +3,821 @@
3
3
  * Copyright (c) 2021 Alain Dumesny - see GridStack root license
4
4
  */
5
5
  .grid-stack.grid-stack-2 > .grid-stack-item {
6
- min-width: 50%; }
7
- .grid-stack.grid-stack-2 > .grid-stack-item[gs-w='1'] {
8
- width: 50%; }
9
- .grid-stack.grid-stack-2 > .grid-stack-item[gs-x='1'] {
10
- left: 50%; }
11
- .grid-stack.grid-stack-2 > .grid-stack-item[gs-min-w='1'] {
12
- min-width: 50%; }
13
- .grid-stack.grid-stack-2 > .grid-stack-item[gs-max-w='1'] {
14
- max-width: 50%; }
15
- .grid-stack.grid-stack-2 > .grid-stack-item[gs-w='2'] {
16
- width: 100%; }
17
- .grid-stack.grid-stack-2 > .grid-stack-item[gs-x='2'] {
18
- left: 100%; }
19
- .grid-stack.grid-stack-2 > .grid-stack-item[gs-min-w='2'] {
20
- min-width: 100%; }
21
- .grid-stack.grid-stack-2 > .grid-stack-item[gs-max-w='2'] {
22
- max-width: 100%; }
6
+ min-width: 50%;
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"] {
12
+ left: 50%;
13
+ }
14
+ .grid-stack.grid-stack-2 > .grid-stack-item[gs-min-w="1"] {
15
+ min-width: 50%;
16
+ }
17
+ .grid-stack.grid-stack-2 > .grid-stack-item[gs-max-w="1"] {
18
+ max-width: 50%;
19
+ }
20
+ .grid-stack.grid-stack-2 > .grid-stack-item[gs-w="2"] {
21
+ width: 100%;
22
+ }
23
+ .grid-stack.grid-stack-2 > .grid-stack-item[gs-x="2"] {
24
+ left: 100%;
25
+ }
26
+ .grid-stack.grid-stack-2 > .grid-stack-item[gs-min-w="2"] {
27
+ min-width: 100%;
28
+ }
29
+ .grid-stack.grid-stack-2 > .grid-stack-item[gs-max-w="2"] {
30
+ max-width: 100%;
31
+ }
23
32
 
24
33
  .grid-stack.grid-stack-3 > .grid-stack-item {
25
- min-width: 33.3333333333%; }
26
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-w='1'] {
27
- width: 33.3333333333%; }
28
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-x='1'] {
29
- left: 33.3333333333%; }
30
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-min-w='1'] {
31
- min-width: 33.3333333333%; }
32
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-max-w='1'] {
33
- max-width: 33.3333333333%; }
34
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-w='2'] {
35
- width: 66.6666666667%; }
36
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-x='2'] {
37
- left: 66.6666666667%; }
38
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-min-w='2'] {
39
- min-width: 66.6666666667%; }
40
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-max-w='2'] {
41
- max-width: 66.6666666667%; }
42
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-w='3'] {
43
- width: 100%; }
44
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-x='3'] {
45
- left: 100%; }
46
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-min-w='3'] {
47
- min-width: 100%; }
48
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-max-w='3'] {
49
- max-width: 100%; }
34
+ min-width: 33.3333333333%;
35
+ }
36
+ .grid-stack.grid-stack-3 > .grid-stack-item[gs-w="1"] {
37
+ width: 33.3333333333%;
38
+ }
39
+ .grid-stack.grid-stack-3 > .grid-stack-item[gs-x="1"] {
40
+ left: 33.3333333333%;
41
+ }
42
+ .grid-stack.grid-stack-3 > .grid-stack-item[gs-min-w="1"] {
43
+ min-width: 33.3333333333%;
44
+ }
45
+ .grid-stack.grid-stack-3 > .grid-stack-item[gs-max-w="1"] {
46
+ max-width: 33.3333333333%;
47
+ }
48
+ .grid-stack.grid-stack-3 > .grid-stack-item[gs-w="2"] {
49
+ width: 66.6666666667%;
50
+ }
51
+ .grid-stack.grid-stack-3 > .grid-stack-item[gs-x="2"] {
52
+ left: 66.6666666667%;
53
+ }
54
+ .grid-stack.grid-stack-3 > .grid-stack-item[gs-min-w="2"] {
55
+ min-width: 66.6666666667%;
56
+ }
57
+ .grid-stack.grid-stack-3 > .grid-stack-item[gs-max-w="2"] {
58
+ max-width: 66.6666666667%;
59
+ }
60
+ .grid-stack.grid-stack-3 > .grid-stack-item[gs-w="3"] {
61
+ width: 100%;
62
+ }
63
+ .grid-stack.grid-stack-3 > .grid-stack-item[gs-x="3"] {
64
+ left: 100%;
65
+ }
66
+ .grid-stack.grid-stack-3 > .grid-stack-item[gs-min-w="3"] {
67
+ min-width: 100%;
68
+ }
69
+ .grid-stack.grid-stack-3 > .grid-stack-item[gs-max-w="3"] {
70
+ max-width: 100%;
71
+ }
50
72
 
51
73
  .grid-stack.grid-stack-4 > .grid-stack-item {
52
- min-width: 25%; }
53
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-w='1'] {
54
- width: 25%; }
55
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-x='1'] {
56
- left: 25%; }
57
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-min-w='1'] {
58
- min-width: 25%; }
59
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-max-w='1'] {
60
- max-width: 25%; }
61
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-w='2'] {
62
- width: 50%; }
63
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-x='2'] {
64
- left: 50%; }
65
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-min-w='2'] {
66
- min-width: 50%; }
67
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-max-w='2'] {
68
- max-width: 50%; }
69
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-w='3'] {
70
- width: 75%; }
71
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-x='3'] {
72
- left: 75%; }
73
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-min-w='3'] {
74
- min-width: 75%; }
75
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-max-w='3'] {
76
- max-width: 75%; }
77
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-w='4'] {
78
- width: 100%; }
79
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-x='4'] {
80
- left: 100%; }
81
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-min-w='4'] {
82
- min-width: 100%; }
83
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-max-w='4'] {
84
- max-width: 100%; }
74
+ min-width: 25%;
75
+ }
76
+ .grid-stack.grid-stack-4 > .grid-stack-item[gs-w="1"] {
77
+ width: 25%;
78
+ }
79
+ .grid-stack.grid-stack-4 > .grid-stack-item[gs-x="1"] {
80
+ left: 25%;
81
+ }
82
+ .grid-stack.grid-stack-4 > .grid-stack-item[gs-min-w="1"] {
83
+ min-width: 25%;
84
+ }
85
+ .grid-stack.grid-stack-4 > .grid-stack-item[gs-max-w="1"] {
86
+ max-width: 25%;
87
+ }
88
+ .grid-stack.grid-stack-4 > .grid-stack-item[gs-w="2"] {
89
+ width: 50%;
90
+ }
91
+ .grid-stack.grid-stack-4 > .grid-stack-item[gs-x="2"] {
92
+ left: 50%;
93
+ }
94
+ .grid-stack.grid-stack-4 > .grid-stack-item[gs-min-w="2"] {
95
+ min-width: 50%;
96
+ }
97
+ .grid-stack.grid-stack-4 > .grid-stack-item[gs-max-w="2"] {
98
+ max-width: 50%;
99
+ }
100
+ .grid-stack.grid-stack-4 > .grid-stack-item[gs-w="3"] {
101
+ width: 75%;
102
+ }
103
+ .grid-stack.grid-stack-4 > .grid-stack-item[gs-x="3"] {
104
+ left: 75%;
105
+ }
106
+ .grid-stack.grid-stack-4 > .grid-stack-item[gs-min-w="3"] {
107
+ min-width: 75%;
108
+ }
109
+ .grid-stack.grid-stack-4 > .grid-stack-item[gs-max-w="3"] {
110
+ max-width: 75%;
111
+ }
112
+ .grid-stack.grid-stack-4 > .grid-stack-item[gs-w="4"] {
113
+ width: 100%;
114
+ }
115
+ .grid-stack.grid-stack-4 > .grid-stack-item[gs-x="4"] {
116
+ left: 100%;
117
+ }
118
+ .grid-stack.grid-stack-4 > .grid-stack-item[gs-min-w="4"] {
119
+ min-width: 100%;
120
+ }
121
+ .grid-stack.grid-stack-4 > .grid-stack-item[gs-max-w="4"] {
122
+ max-width: 100%;
123
+ }
85
124
 
86
125
  .grid-stack.grid-stack-5 > .grid-stack-item {
87
- min-width: 20%; }
88
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-w='1'] {
89
- width: 20%; }
90
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-x='1'] {
91
- left: 20%; }
92
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w='1'] {
93
- min-width: 20%; }
94
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w='1'] {
95
- max-width: 20%; }
96
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-w='2'] {
97
- width: 40%; }
98
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-x='2'] {
99
- left: 40%; }
100
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w='2'] {
101
- min-width: 40%; }
102
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w='2'] {
103
- max-width: 40%; }
104
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-w='3'] {
105
- width: 60%; }
106
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-x='3'] {
107
- left: 60%; }
108
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w='3'] {
109
- min-width: 60%; }
110
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w='3'] {
111
- max-width: 60%; }
112
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-w='4'] {
113
- width: 80%; }
114
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-x='4'] {
115
- left: 80%; }
116
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w='4'] {
117
- min-width: 80%; }
118
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w='4'] {
119
- max-width: 80%; }
120
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-w='5'] {
121
- width: 100%; }
122
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-x='5'] {
123
- left: 100%; }
124
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w='5'] {
125
- min-width: 100%; }
126
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w='5'] {
127
- max-width: 100%; }
126
+ min-width: 20%;
127
+ }
128
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-w="1"] {
129
+ width: 20%;
130
+ }
131
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-x="1"] {
132
+ left: 20%;
133
+ }
134
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w="1"] {
135
+ min-width: 20%;
136
+ }
137
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w="1"] {
138
+ max-width: 20%;
139
+ }
140
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-w="2"] {
141
+ width: 40%;
142
+ }
143
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-x="2"] {
144
+ left: 40%;
145
+ }
146
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w="2"] {
147
+ min-width: 40%;
148
+ }
149
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w="2"] {
150
+ max-width: 40%;
151
+ }
152
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-w="3"] {
153
+ width: 60%;
154
+ }
155
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-x="3"] {
156
+ left: 60%;
157
+ }
158
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w="3"] {
159
+ min-width: 60%;
160
+ }
161
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w="3"] {
162
+ max-width: 60%;
163
+ }
164
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-w="4"] {
165
+ width: 80%;
166
+ }
167
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-x="4"] {
168
+ left: 80%;
169
+ }
170
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w="4"] {
171
+ min-width: 80%;
172
+ }
173
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w="4"] {
174
+ max-width: 80%;
175
+ }
176
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-w="5"] {
177
+ width: 100%;
178
+ }
179
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-x="5"] {
180
+ left: 100%;
181
+ }
182
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w="5"] {
183
+ min-width: 100%;
184
+ }
185
+ .grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w="5"] {
186
+ max-width: 100%;
187
+ }
128
188
 
129
189
  .grid-stack.grid-stack-6 > .grid-stack-item {
130
- min-width: 16.6666666667%; }
131
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-w='1'] {
132
- width: 16.6666666667%; }
133
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-x='1'] {
134
- left: 16.6666666667%; }
135
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w='1'] {
136
- min-width: 16.6666666667%; }
137
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w='1'] {
138
- max-width: 16.6666666667%; }
139
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-w='2'] {
140
- width: 33.3333333333%; }
141
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-x='2'] {
142
- left: 33.3333333333%; }
143
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w='2'] {
144
- min-width: 33.3333333333%; }
145
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w='2'] {
146
- max-width: 33.3333333333%; }
147
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-w='3'] {
148
- width: 50%; }
149
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-x='3'] {
150
- left: 50%; }
151
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w='3'] {
152
- min-width: 50%; }
153
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w='3'] {
154
- max-width: 50%; }
155
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-w='4'] {
156
- width: 66.6666666667%; }
157
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-x='4'] {
158
- left: 66.6666666667%; }
159
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w='4'] {
160
- min-width: 66.6666666667%; }
161
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w='4'] {
162
- max-width: 66.6666666667%; }
163
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-w='5'] {
164
- width: 83.3333333333%; }
165
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-x='5'] {
166
- left: 83.3333333333%; }
167
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w='5'] {
168
- min-width: 83.3333333333%; }
169
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w='5'] {
170
- max-width: 83.3333333333%; }
171
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-w='6'] {
172
- width: 100%; }
173
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-x='6'] {
174
- left: 100%; }
175
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w='6'] {
176
- min-width: 100%; }
177
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w='6'] {
178
- max-width: 100%; }
190
+ min-width: 16.6666666667%;
191
+ }
192
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="1"] {
193
+ width: 16.6666666667%;
194
+ }
195
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="1"] {
196
+ left: 16.6666666667%;
197
+ }
198
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="1"] {
199
+ min-width: 16.6666666667%;
200
+ }
201
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="1"] {
202
+ max-width: 16.6666666667%;
203
+ }
204
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="2"] {
205
+ width: 33.3333333333%;
206
+ }
207
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="2"] {
208
+ left: 33.3333333333%;
209
+ }
210
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="2"] {
211
+ min-width: 33.3333333333%;
212
+ }
213
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="2"] {
214
+ max-width: 33.3333333333%;
215
+ }
216
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="3"] {
217
+ width: 50%;
218
+ }
219
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="3"] {
220
+ left: 50%;
221
+ }
222
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="3"] {
223
+ min-width: 50%;
224
+ }
225
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="3"] {
226
+ max-width: 50%;
227
+ }
228
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="4"] {
229
+ width: 66.6666666667%;
230
+ }
231
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="4"] {
232
+ left: 66.6666666667%;
233
+ }
234
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="4"] {
235
+ min-width: 66.6666666667%;
236
+ }
237
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="4"] {
238
+ max-width: 66.6666666667%;
239
+ }
240
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="5"] {
241
+ width: 83.3333333333%;
242
+ }
243
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="5"] {
244
+ left: 83.3333333333%;
245
+ }
246
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="5"] {
247
+ min-width: 83.3333333333%;
248
+ }
249
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="5"] {
250
+ max-width: 83.3333333333%;
251
+ }
252
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="6"] {
253
+ width: 100%;
254
+ }
255
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="6"] {
256
+ left: 100%;
257
+ }
258
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="6"] {
259
+ min-width: 100%;
260
+ }
261
+ .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="6"] {
262
+ max-width: 100%;
263
+ }
179
264
 
180
265
  .grid-stack.grid-stack-7 > .grid-stack-item {
181
- min-width: 14.2857142857%; }
182
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-w='1'] {
183
- width: 14.2857142857%; }
184
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-x='1'] {
185
- left: 14.2857142857%; }
186
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w='1'] {
187
- min-width: 14.2857142857%; }
188
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w='1'] {
189
- max-width: 14.2857142857%; }
190
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-w='2'] {
191
- width: 28.5714285714%; }
192
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-x='2'] {
193
- left: 28.5714285714%; }
194
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w='2'] {
195
- min-width: 28.5714285714%; }
196
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w='2'] {
197
- max-width: 28.5714285714%; }
198
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-w='3'] {
199
- width: 42.8571428571%; }
200
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-x='3'] {
201
- left: 42.8571428571%; }
202
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w='3'] {
203
- min-width: 42.8571428571%; }
204
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w='3'] {
205
- max-width: 42.8571428571%; }
206
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-w='4'] {
207
- width: 57.1428571429%; }
208
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-x='4'] {
209
- left: 57.1428571429%; }
210
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w='4'] {
211
- min-width: 57.1428571429%; }
212
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w='4'] {
213
- max-width: 57.1428571429%; }
214
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-w='5'] {
215
- width: 71.4285714286%; }
216
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-x='5'] {
217
- left: 71.4285714286%; }
218
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w='5'] {
219
- min-width: 71.4285714286%; }
220
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w='5'] {
221
- max-width: 71.4285714286%; }
222
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-w='6'] {
223
- width: 85.7142857143%; }
224
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-x='6'] {
225
- left: 85.7142857143%; }
226
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w='6'] {
227
- min-width: 85.7142857143%; }
228
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w='6'] {
229
- max-width: 85.7142857143%; }
230
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-w='7'] {
231
- width: 100%; }
232
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-x='7'] {
233
- left: 100%; }
234
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w='7'] {
235
- min-width: 100%; }
236
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w='7'] {
237
- max-width: 100%; }
266
+ min-width: 14.2857142857%;
267
+ }
268
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="1"] {
269
+ width: 14.2857142857%;
270
+ }
271
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="1"] {
272
+ left: 14.2857142857%;
273
+ }
274
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="1"] {
275
+ min-width: 14.2857142857%;
276
+ }
277
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="1"] {
278
+ max-width: 14.2857142857%;
279
+ }
280
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="2"] {
281
+ width: 28.5714285714%;
282
+ }
283
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="2"] {
284
+ left: 28.5714285714%;
285
+ }
286
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="2"] {
287
+ min-width: 28.5714285714%;
288
+ }
289
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="2"] {
290
+ max-width: 28.5714285714%;
291
+ }
292
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="3"] {
293
+ width: 42.8571428571%;
294
+ }
295
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="3"] {
296
+ left: 42.8571428571%;
297
+ }
298
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="3"] {
299
+ min-width: 42.8571428571%;
300
+ }
301
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="3"] {
302
+ max-width: 42.8571428571%;
303
+ }
304
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="4"] {
305
+ width: 57.1428571429%;
306
+ }
307
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="4"] {
308
+ left: 57.1428571429%;
309
+ }
310
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="4"] {
311
+ min-width: 57.1428571429%;
312
+ }
313
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="4"] {
314
+ max-width: 57.1428571429%;
315
+ }
316
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="5"] {
317
+ width: 71.4285714286%;
318
+ }
319
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="5"] {
320
+ left: 71.4285714286%;
321
+ }
322
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="5"] {
323
+ min-width: 71.4285714286%;
324
+ }
325
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="5"] {
326
+ max-width: 71.4285714286%;
327
+ }
328
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="6"] {
329
+ width: 85.7142857143%;
330
+ }
331
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="6"] {
332
+ left: 85.7142857143%;
333
+ }
334
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="6"] {
335
+ min-width: 85.7142857143%;
336
+ }
337
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="6"] {
338
+ max-width: 85.7142857143%;
339
+ }
340
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="7"] {
341
+ width: 100%;
342
+ }
343
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="7"] {
344
+ left: 100%;
345
+ }
346
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="7"] {
347
+ min-width: 100%;
348
+ }
349
+ .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="7"] {
350
+ max-width: 100%;
351
+ }
238
352
 
239
353
  .grid-stack.grid-stack-8 > .grid-stack-item {
240
- min-width: 12.5%; }
241
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-w='1'] {
242
- width: 12.5%; }
243
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-x='1'] {
244
- left: 12.5%; }
245
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w='1'] {
246
- min-width: 12.5%; }
247
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w='1'] {
248
- max-width: 12.5%; }
249
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-w='2'] {
250
- width: 25%; }
251
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-x='2'] {
252
- left: 25%; }
253
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w='2'] {
254
- min-width: 25%; }
255
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w='2'] {
256
- max-width: 25%; }
257
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-w='3'] {
258
- width: 37.5%; }
259
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-x='3'] {
260
- left: 37.5%; }
261
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w='3'] {
262
- min-width: 37.5%; }
263
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w='3'] {
264
- max-width: 37.5%; }
265
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-w='4'] {
266
- width: 50%; }
267
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-x='4'] {
268
- left: 50%; }
269
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w='4'] {
270
- min-width: 50%; }
271
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w='4'] {
272
- max-width: 50%; }
273
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-w='5'] {
274
- width: 62.5%; }
275
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-x='5'] {
276
- left: 62.5%; }
277
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w='5'] {
278
- min-width: 62.5%; }
279
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w='5'] {
280
- max-width: 62.5%; }
281
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-w='6'] {
282
- width: 75%; }
283
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-x='6'] {
284
- left: 75%; }
285
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w='6'] {
286
- min-width: 75%; }
287
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w='6'] {
288
- max-width: 75%; }
289
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-w='7'] {
290
- width: 87.5%; }
291
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-x='7'] {
292
- left: 87.5%; }
293
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w='7'] {
294
- min-width: 87.5%; }
295
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w='7'] {
296
- max-width: 87.5%; }
297
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-w='8'] {
298
- width: 100%; }
299
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-x='8'] {
300
- left: 100%; }
301
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w='8'] {
302
- min-width: 100%; }
303
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w='8'] {
304
- max-width: 100%; }
354
+ min-width: 12.5%;
355
+ }
356
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="1"] {
357
+ width: 12.5%;
358
+ }
359
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="1"] {
360
+ left: 12.5%;
361
+ }
362
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="1"] {
363
+ min-width: 12.5%;
364
+ }
365
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="1"] {
366
+ max-width: 12.5%;
367
+ }
368
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="2"] {
369
+ width: 25%;
370
+ }
371
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="2"] {
372
+ left: 25%;
373
+ }
374
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="2"] {
375
+ min-width: 25%;
376
+ }
377
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="2"] {
378
+ max-width: 25%;
379
+ }
380
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="3"] {
381
+ width: 37.5%;
382
+ }
383
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="3"] {
384
+ left: 37.5%;
385
+ }
386
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="3"] {
387
+ min-width: 37.5%;
388
+ }
389
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="3"] {
390
+ max-width: 37.5%;
391
+ }
392
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="4"] {
393
+ width: 50%;
394
+ }
395
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="4"] {
396
+ left: 50%;
397
+ }
398
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="4"] {
399
+ min-width: 50%;
400
+ }
401
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="4"] {
402
+ max-width: 50%;
403
+ }
404
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="5"] {
405
+ width: 62.5%;
406
+ }
407
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="5"] {
408
+ left: 62.5%;
409
+ }
410
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="5"] {
411
+ min-width: 62.5%;
412
+ }
413
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="5"] {
414
+ max-width: 62.5%;
415
+ }
416
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="6"] {
417
+ width: 75%;
418
+ }
419
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="6"] {
420
+ left: 75%;
421
+ }
422
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="6"] {
423
+ min-width: 75%;
424
+ }
425
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="6"] {
426
+ max-width: 75%;
427
+ }
428
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="7"] {
429
+ width: 87.5%;
430
+ }
431
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="7"] {
432
+ left: 87.5%;
433
+ }
434
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="7"] {
435
+ min-width: 87.5%;
436
+ }
437
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="7"] {
438
+ max-width: 87.5%;
439
+ }
440
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="8"] {
441
+ width: 100%;
442
+ }
443
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="8"] {
444
+ left: 100%;
445
+ }
446
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="8"] {
447
+ min-width: 100%;
448
+ }
449
+ .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="8"] {
450
+ max-width: 100%;
451
+ }
305
452
 
306
453
  .grid-stack.grid-stack-9 > .grid-stack-item {
307
- min-width: 11.1111111111%; }
308
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w='1'] {
309
- width: 11.1111111111%; }
310
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x='1'] {
311
- left: 11.1111111111%; }
312
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w='1'] {
313
- min-width: 11.1111111111%; }
314
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w='1'] {
315
- max-width: 11.1111111111%; }
316
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w='2'] {
317
- width: 22.2222222222%; }
318
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x='2'] {
319
- left: 22.2222222222%; }
320
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w='2'] {
321
- min-width: 22.2222222222%; }
322
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w='2'] {
323
- max-width: 22.2222222222%; }
324
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w='3'] {
325
- width: 33.3333333333%; }
326
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x='3'] {
327
- left: 33.3333333333%; }
328
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w='3'] {
329
- min-width: 33.3333333333%; }
330
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w='3'] {
331
- max-width: 33.3333333333%; }
332
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w='4'] {
333
- width: 44.4444444444%; }
334
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x='4'] {
335
- left: 44.4444444444%; }
336
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w='4'] {
337
- min-width: 44.4444444444%; }
338
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w='4'] {
339
- max-width: 44.4444444444%; }
340
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w='5'] {
341
- width: 55.5555555556%; }
342
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x='5'] {
343
- left: 55.5555555556%; }
344
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w='5'] {
345
- min-width: 55.5555555556%; }
346
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w='5'] {
347
- max-width: 55.5555555556%; }
348
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w='6'] {
349
- width: 66.6666666667%; }
350
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x='6'] {
351
- left: 66.6666666667%; }
352
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w='6'] {
353
- min-width: 66.6666666667%; }
354
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w='6'] {
355
- max-width: 66.6666666667%; }
356
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w='7'] {
357
- width: 77.7777777778%; }
358
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x='7'] {
359
- left: 77.7777777778%; }
360
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w='7'] {
361
- min-width: 77.7777777778%; }
362
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w='7'] {
363
- max-width: 77.7777777778%; }
364
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w='8'] {
365
- width: 88.8888888889%; }
366
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x='8'] {
367
- left: 88.8888888889%; }
368
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w='8'] {
369
- min-width: 88.8888888889%; }
370
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w='8'] {
371
- max-width: 88.8888888889%; }
372
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-w='9'] {
373
- width: 100%; }
374
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-x='9'] {
375
- left: 100%; }
376
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w='9'] {
377
- min-width: 100%; }
378
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w='9'] {
379
- max-width: 100%; }
454
+ min-width: 11.1111111111%;
455
+ }
456
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="1"] {
457
+ width: 11.1111111111%;
458
+ }
459
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="1"] {
460
+ left: 11.1111111111%;
461
+ }
462
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="1"] {
463
+ min-width: 11.1111111111%;
464
+ }
465
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="1"] {
466
+ max-width: 11.1111111111%;
467
+ }
468
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="2"] {
469
+ width: 22.2222222222%;
470
+ }
471
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="2"] {
472
+ left: 22.2222222222%;
473
+ }
474
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="2"] {
475
+ min-width: 22.2222222222%;
476
+ }
477
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="2"] {
478
+ max-width: 22.2222222222%;
479
+ }
480
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="3"] {
481
+ width: 33.3333333333%;
482
+ }
483
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="3"] {
484
+ left: 33.3333333333%;
485
+ }
486
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="3"] {
487
+ min-width: 33.3333333333%;
488
+ }
489
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="3"] {
490
+ max-width: 33.3333333333%;
491
+ }
492
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="4"] {
493
+ width: 44.4444444444%;
494
+ }
495
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="4"] {
496
+ left: 44.4444444444%;
497
+ }
498
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="4"] {
499
+ min-width: 44.4444444444%;
500
+ }
501
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="4"] {
502
+ max-width: 44.4444444444%;
503
+ }
504
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="5"] {
505
+ width: 55.5555555556%;
506
+ }
507
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="5"] {
508
+ left: 55.5555555556%;
509
+ }
510
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="5"] {
511
+ min-width: 55.5555555556%;
512
+ }
513
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="5"] {
514
+ max-width: 55.5555555556%;
515
+ }
516
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="6"] {
517
+ width: 66.6666666667%;
518
+ }
519
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="6"] {
520
+ left: 66.6666666667%;
521
+ }
522
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="6"] {
523
+ min-width: 66.6666666667%;
524
+ }
525
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="6"] {
526
+ max-width: 66.6666666667%;
527
+ }
528
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="7"] {
529
+ width: 77.7777777778%;
530
+ }
531
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="7"] {
532
+ left: 77.7777777778%;
533
+ }
534
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="7"] {
535
+ min-width: 77.7777777778%;
536
+ }
537
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="7"] {
538
+ max-width: 77.7777777778%;
539
+ }
540
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="8"] {
541
+ width: 88.8888888889%;
542
+ }
543
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="8"] {
544
+ left: 88.8888888889%;
545
+ }
546
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="8"] {
547
+ min-width: 88.8888888889%;
548
+ }
549
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="8"] {
550
+ max-width: 88.8888888889%;
551
+ }
552
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="9"] {
553
+ width: 100%;
554
+ }
555
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="9"] {
556
+ left: 100%;
557
+ }
558
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="9"] {
559
+ min-width: 100%;
560
+ }
561
+ .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="9"] {
562
+ max-width: 100%;
563
+ }
380
564
 
381
565
  .grid-stack.grid-stack-10 > .grid-stack-item {
382
- min-width: 10%; }
383
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w='1'] {
384
- width: 10%; }
385
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x='1'] {
386
- left: 10%; }
387
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w='1'] {
388
- min-width: 10%; }
389
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w='1'] {
390
- max-width: 10%; }
391
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w='2'] {
392
- width: 20%; }
393
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x='2'] {
394
- left: 20%; }
395
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w='2'] {
396
- min-width: 20%; }
397
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w='2'] {
398
- max-width: 20%; }
399
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w='3'] {
400
- width: 30%; }
401
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x='3'] {
402
- left: 30%; }
403
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w='3'] {
404
- min-width: 30%; }
405
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w='3'] {
406
- max-width: 30%; }
407
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w='4'] {
408
- width: 40%; }
409
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x='4'] {
410
- left: 40%; }
411
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w='4'] {
412
- min-width: 40%; }
413
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w='4'] {
414
- max-width: 40%; }
415
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w='5'] {
416
- width: 50%; }
417
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x='5'] {
418
- left: 50%; }
419
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w='5'] {
420
- min-width: 50%; }
421
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w='5'] {
422
- max-width: 50%; }
423
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w='6'] {
424
- width: 60%; }
425
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x='6'] {
426
- left: 60%; }
427
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w='6'] {
428
- min-width: 60%; }
429
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w='6'] {
430
- max-width: 60%; }
431
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w='7'] {
432
- width: 70%; }
433
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x='7'] {
434
- left: 70%; }
435
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w='7'] {
436
- min-width: 70%; }
437
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w='7'] {
438
- max-width: 70%; }
439
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w='8'] {
440
- width: 80%; }
441
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x='8'] {
442
- left: 80%; }
443
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w='8'] {
444
- min-width: 80%; }
445
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w='8'] {
446
- max-width: 80%; }
447
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w='9'] {
448
- width: 90%; }
449
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x='9'] {
450
- left: 90%; }
451
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w='9'] {
452
- min-width: 90%; }
453
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w='9'] {
454
- max-width: 90%; }
455
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-w='10'] {
456
- width: 100%; }
457
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-x='10'] {
458
- left: 100%; }
459
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w='10'] {
460
- min-width: 100%; }
461
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w='10'] {
462
- max-width: 100%; }
566
+ min-width: 10%;
567
+ }
568
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="1"] {
569
+ width: 10%;
570
+ }
571
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="1"] {
572
+ left: 10%;
573
+ }
574
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="1"] {
575
+ min-width: 10%;
576
+ }
577
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="1"] {
578
+ max-width: 10%;
579
+ }
580
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="2"] {
581
+ width: 20%;
582
+ }
583
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="2"] {
584
+ left: 20%;
585
+ }
586
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="2"] {
587
+ min-width: 20%;
588
+ }
589
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="2"] {
590
+ max-width: 20%;
591
+ }
592
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="3"] {
593
+ width: 30%;
594
+ }
595
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="3"] {
596
+ left: 30%;
597
+ }
598
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="3"] {
599
+ min-width: 30%;
600
+ }
601
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="3"] {
602
+ max-width: 30%;
603
+ }
604
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="4"] {
605
+ width: 40%;
606
+ }
607
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="4"] {
608
+ left: 40%;
609
+ }
610
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="4"] {
611
+ min-width: 40%;
612
+ }
613
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="4"] {
614
+ max-width: 40%;
615
+ }
616
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="5"] {
617
+ width: 50%;
618
+ }
619
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="5"] {
620
+ left: 50%;
621
+ }
622
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="5"] {
623
+ min-width: 50%;
624
+ }
625
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="5"] {
626
+ max-width: 50%;
627
+ }
628
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="6"] {
629
+ width: 60%;
630
+ }
631
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="6"] {
632
+ left: 60%;
633
+ }
634
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="6"] {
635
+ min-width: 60%;
636
+ }
637
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="6"] {
638
+ max-width: 60%;
639
+ }
640
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="7"] {
641
+ width: 70%;
642
+ }
643
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="7"] {
644
+ left: 70%;
645
+ }
646
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="7"] {
647
+ min-width: 70%;
648
+ }
649
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="7"] {
650
+ max-width: 70%;
651
+ }
652
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="8"] {
653
+ width: 80%;
654
+ }
655
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="8"] {
656
+ left: 80%;
657
+ }
658
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="8"] {
659
+ min-width: 80%;
660
+ }
661
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="8"] {
662
+ max-width: 80%;
663
+ }
664
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="9"] {
665
+ width: 90%;
666
+ }
667
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="9"] {
668
+ left: 90%;
669
+ }
670
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="9"] {
671
+ min-width: 90%;
672
+ }
673
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="9"] {
674
+ max-width: 90%;
675
+ }
676
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="10"] {
677
+ width: 100%;
678
+ }
679
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="10"] {
680
+ left: 100%;
681
+ }
682
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="10"] {
683
+ min-width: 100%;
684
+ }
685
+ .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="10"] {
686
+ max-width: 100%;
687
+ }
463
688
 
464
689
  .grid-stack.grid-stack-11 > .grid-stack-item {
465
- min-width: 9.0909090909%; }
466
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w='1'] {
467
- width: 9.0909090909%; }
468
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x='1'] {
469
- left: 9.0909090909%; }
470
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w='1'] {
471
- min-width: 9.0909090909%; }
472
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w='1'] {
473
- max-width: 9.0909090909%; }
474
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w='2'] {
475
- width: 18.1818181818%; }
476
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x='2'] {
477
- left: 18.1818181818%; }
478
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w='2'] {
479
- min-width: 18.1818181818%; }
480
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w='2'] {
481
- max-width: 18.1818181818%; }
482
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w='3'] {
483
- width: 27.2727272727%; }
484
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x='3'] {
485
- left: 27.2727272727%; }
486
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w='3'] {
487
- min-width: 27.2727272727%; }
488
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w='3'] {
489
- max-width: 27.2727272727%; }
490
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w='4'] {
491
- width: 36.3636363636%; }
492
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x='4'] {
493
- left: 36.3636363636%; }
494
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w='4'] {
495
- min-width: 36.3636363636%; }
496
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w='4'] {
497
- max-width: 36.3636363636%; }
498
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w='5'] {
499
- width: 45.4545454545%; }
500
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x='5'] {
501
- left: 45.4545454545%; }
502
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w='5'] {
503
- min-width: 45.4545454545%; }
504
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w='5'] {
505
- max-width: 45.4545454545%; }
506
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w='6'] {
507
- width: 54.5454545455%; }
508
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x='6'] {
509
- left: 54.5454545455%; }
510
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w='6'] {
511
- min-width: 54.5454545455%; }
512
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w='6'] {
513
- max-width: 54.5454545455%; }
514
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w='7'] {
515
- width: 63.6363636364%; }
516
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x='7'] {
517
- left: 63.6363636364%; }
518
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w='7'] {
519
- min-width: 63.6363636364%; }
520
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w='7'] {
521
- max-width: 63.6363636364%; }
522
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w='8'] {
523
- width: 72.7272727273%; }
524
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x='8'] {
525
- left: 72.7272727273%; }
526
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w='8'] {
527
- min-width: 72.7272727273%; }
528
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w='8'] {
529
- max-width: 72.7272727273%; }
530
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w='9'] {
531
- width: 81.8181818182%; }
532
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x='9'] {
533
- left: 81.8181818182%; }
534
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w='9'] {
535
- min-width: 81.8181818182%; }
536
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w='9'] {
537
- max-width: 81.8181818182%; }
538
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w='10'] {
539
- width: 90.9090909091%; }
540
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x='10'] {
541
- left: 90.9090909091%; }
542
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w='10'] {
543
- min-width: 90.9090909091%; }
544
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w='10'] {
545
- max-width: 90.9090909091%; }
546
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-w='11'] {
547
- width: 100%; }
548
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-x='11'] {
549
- left: 100%; }
550
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w='11'] {
551
- min-width: 100%; }
552
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w='11'] {
553
- max-width: 100%; }
690
+ min-width: 9.0909090909%;
691
+ }
692
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="1"] {
693
+ width: 9.0909090909%;
694
+ }
695
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="1"] {
696
+ left: 9.0909090909%;
697
+ }
698
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="1"] {
699
+ min-width: 9.0909090909%;
700
+ }
701
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="1"] {
702
+ max-width: 9.0909090909%;
703
+ }
704
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="2"] {
705
+ width: 18.1818181818%;
706
+ }
707
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="2"] {
708
+ left: 18.1818181818%;
709
+ }
710
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="2"] {
711
+ min-width: 18.1818181818%;
712
+ }
713
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="2"] {
714
+ max-width: 18.1818181818%;
715
+ }
716
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="3"] {
717
+ width: 27.2727272727%;
718
+ }
719
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="3"] {
720
+ left: 27.2727272727%;
721
+ }
722
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="3"] {
723
+ min-width: 27.2727272727%;
724
+ }
725
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="3"] {
726
+ max-width: 27.2727272727%;
727
+ }
728
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="4"] {
729
+ width: 36.3636363636%;
730
+ }
731
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="4"] {
732
+ left: 36.3636363636%;
733
+ }
734
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="4"] {
735
+ min-width: 36.3636363636%;
736
+ }
737
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="4"] {
738
+ max-width: 36.3636363636%;
739
+ }
740
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="5"] {
741
+ width: 45.4545454545%;
742
+ }
743
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="5"] {
744
+ left: 45.4545454545%;
745
+ }
746
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="5"] {
747
+ min-width: 45.4545454545%;
748
+ }
749
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="5"] {
750
+ max-width: 45.4545454545%;
751
+ }
752
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="6"] {
753
+ width: 54.5454545455%;
754
+ }
755
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="6"] {
756
+ left: 54.5454545455%;
757
+ }
758
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="6"] {
759
+ min-width: 54.5454545455%;
760
+ }
761
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="6"] {
762
+ max-width: 54.5454545455%;
763
+ }
764
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="7"] {
765
+ width: 63.6363636364%;
766
+ }
767
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="7"] {
768
+ left: 63.6363636364%;
769
+ }
770
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="7"] {
771
+ min-width: 63.6363636364%;
772
+ }
773
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="7"] {
774
+ max-width: 63.6363636364%;
775
+ }
776
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="8"] {
777
+ width: 72.7272727273%;
778
+ }
779
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="8"] {
780
+ left: 72.7272727273%;
781
+ }
782
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="8"] {
783
+ min-width: 72.7272727273%;
784
+ }
785
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="8"] {
786
+ max-width: 72.7272727273%;
787
+ }
788
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="9"] {
789
+ width: 81.8181818182%;
790
+ }
791
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="9"] {
792
+ left: 81.8181818182%;
793
+ }
794
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="9"] {
795
+ min-width: 81.8181818182%;
796
+ }
797
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="9"] {
798
+ max-width: 81.8181818182%;
799
+ }
800
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="10"] {
801
+ width: 90.9090909091%;
802
+ }
803
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="10"] {
804
+ left: 90.9090909091%;
805
+ }
806
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="10"] {
807
+ min-width: 90.9090909091%;
808
+ }
809
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="10"] {
810
+ max-width: 90.9090909091%;
811
+ }
812
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="11"] {
813
+ width: 100%;
814
+ }
815
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="11"] {
816
+ left: 100%;
817
+ }
818
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="11"] {
819
+ min-width: 100%;
820
+ }
821
+ .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="11"] {
822
+ max-width: 100%;
823
+ }