gridstack-extra.css 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295
  1. .grid-stack.grid-stack-1 > .grid-stack-item {
  2. min-width: 100%;
  3. }
  4. .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-width='1'] {
  5. width: 100%;
  6. }
  7. .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-x='1'] {
  8. left: 100%;
  9. }
  10. .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-min-width='1'] {
  11. min-width: 100%;
  12. }
  13. .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-max-width='1'] {
  14. max-width: 100%;
  15. }
  16. .grid-stack.grid-stack-2 > .grid-stack-item {
  17. min-width: 50%;
  18. }
  19. .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-width='1'] {
  20. width: 50%;
  21. }
  22. .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-x='1'] {
  23. left: 50%;
  24. }
  25. .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-min-width='1'] {
  26. min-width: 50%;
  27. }
  28. .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-max-width='1'] {
  29. max-width: 50%;
  30. }
  31. .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-width='2'] {
  32. width: 100%;
  33. }
  34. .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-x='2'] {
  35. left: 100%;
  36. }
  37. .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-min-width='2'] {
  38. min-width: 100%;
  39. }
  40. .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-max-width='2'] {
  41. max-width: 100%;
  42. }
  43. .grid-stack.grid-stack-3 > .grid-stack-item {
  44. min-width: 33.3333333333%;
  45. }
  46. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='1'] {
  47. width: 33.3333333333%;
  48. }
  49. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='1'] {
  50. left: 33.3333333333%;
  51. }
  52. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='1'] {
  53. min-width: 33.3333333333%;
  54. }
  55. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='1'] {
  56. max-width: 33.3333333333%;
  57. }
  58. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='2'] {
  59. width: 66.6666666667%;
  60. }
  61. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='2'] {
  62. left: 66.6666666667%;
  63. }
  64. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='2'] {
  65. min-width: 66.6666666667%;
  66. }
  67. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='2'] {
  68. max-width: 66.6666666667%;
  69. }
  70. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='3'] {
  71. width: 100%;
  72. }
  73. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='3'] {
  74. left: 100%;
  75. }
  76. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='3'] {
  77. min-width: 100%;
  78. }
  79. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='3'] {
  80. max-width: 100%;
  81. }
  82. .grid-stack.grid-stack-4 > .grid-stack-item {
  83. min-width: 25%;
  84. }
  85. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='1'] {
  86. width: 25%;
  87. }
  88. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='1'] {
  89. left: 25%;
  90. }
  91. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='1'] {
  92. min-width: 25%;
  93. }
  94. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='1'] {
  95. max-width: 25%;
  96. }
  97. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='2'] {
  98. width: 50%;
  99. }
  100. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='2'] {
  101. left: 50%;
  102. }
  103. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='2'] {
  104. min-width: 50%;
  105. }
  106. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='2'] {
  107. max-width: 50%;
  108. }
  109. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='3'] {
  110. width: 75%;
  111. }
  112. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='3'] {
  113. left: 75%;
  114. }
  115. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='3'] {
  116. min-width: 75%;
  117. }
  118. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='3'] {
  119. max-width: 75%;
  120. }
  121. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='4'] {
  122. width: 100%;
  123. }
  124. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='4'] {
  125. left: 100%;
  126. }
  127. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='4'] {
  128. min-width: 100%;
  129. }
  130. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='4'] {
  131. max-width: 100%;
  132. }
  133. .grid-stack.grid-stack-5 > .grid-stack-item {
  134. min-width: 20%;
  135. }
  136. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='1'] {
  137. width: 20%;
  138. }
  139. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='1'] {
  140. left: 20%;
  141. }
  142. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='1'] {
  143. min-width: 20%;
  144. }
  145. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='1'] {
  146. max-width: 20%;
  147. }
  148. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='2'] {
  149. width: 40%;
  150. }
  151. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='2'] {
  152. left: 40%;
  153. }
  154. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='2'] {
  155. min-width: 40%;
  156. }
  157. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='2'] {
  158. max-width: 40%;
  159. }
  160. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='3'] {
  161. width: 60%;
  162. }
  163. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='3'] {
  164. left: 60%;
  165. }
  166. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='3'] {
  167. min-width: 60%;
  168. }
  169. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='3'] {
  170. max-width: 60%;
  171. }
  172. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='4'] {
  173. width: 80%;
  174. }
  175. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='4'] {
  176. left: 80%;
  177. }
  178. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='4'] {
  179. min-width: 80%;
  180. }
  181. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='4'] {
  182. max-width: 80%;
  183. }
  184. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='5'] {
  185. width: 100%;
  186. }
  187. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='5'] {
  188. left: 100%;
  189. }
  190. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='5'] {
  191. min-width: 100%;
  192. }
  193. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='5'] {
  194. max-width: 100%;
  195. }
  196. .grid-stack.grid-stack-6 > .grid-stack-item {
  197. min-width: 16.6666666667%;
  198. }
  199. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='1'] {
  200. width: 16.6666666667%;
  201. }
  202. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='1'] {
  203. left: 16.6666666667%;
  204. }
  205. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='1'] {
  206. min-width: 16.6666666667%;
  207. }
  208. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='1'] {
  209. max-width: 16.6666666667%;
  210. }
  211. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='2'] {
  212. width: 33.3333333333%;
  213. }
  214. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='2'] {
  215. left: 33.3333333333%;
  216. }
  217. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='2'] {
  218. min-width: 33.3333333333%;
  219. }
  220. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='2'] {
  221. max-width: 33.3333333333%;
  222. }
  223. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='3'] {
  224. width: 50%;
  225. }
  226. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='3'] {
  227. left: 50%;
  228. }
  229. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='3'] {
  230. min-width: 50%;
  231. }
  232. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='3'] {
  233. max-width: 50%;
  234. }
  235. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='4'] {
  236. width: 66.6666666667%;
  237. }
  238. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='4'] {
  239. left: 66.6666666667%;
  240. }
  241. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='4'] {
  242. min-width: 66.6666666667%;
  243. }
  244. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='4'] {
  245. max-width: 66.6666666667%;
  246. }
  247. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='5'] {
  248. width: 83.3333333333%;
  249. }
  250. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='5'] {
  251. left: 83.3333333333%;
  252. }
  253. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='5'] {
  254. min-width: 83.3333333333%;
  255. }
  256. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='5'] {
  257. max-width: 83.3333333333%;
  258. }
  259. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='6'] {
  260. width: 100%;
  261. }
  262. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='6'] {
  263. left: 100%;
  264. }
  265. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='6'] {
  266. min-width: 100%;
  267. }
  268. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='6'] {
  269. max-width: 100%;
  270. }
  271. .grid-stack.grid-stack-7 > .grid-stack-item {
  272. min-width: 14.2857142857%;
  273. }
  274. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='1'] {
  275. width: 14.2857142857%;
  276. }
  277. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='1'] {
  278. left: 14.2857142857%;
  279. }
  280. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='1'] {
  281. min-width: 14.2857142857%;
  282. }
  283. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='1'] {
  284. max-width: 14.2857142857%;
  285. }
  286. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='2'] {
  287. width: 28.5714285714%;
  288. }
  289. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='2'] {
  290. left: 28.5714285714%;
  291. }
  292. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='2'] {
  293. min-width: 28.5714285714%;
  294. }
  295. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='2'] {
  296. max-width: 28.5714285714%;
  297. }
  298. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='3'] {
  299. width: 42.8571428571%;
  300. }
  301. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='3'] {
  302. left: 42.8571428571%;
  303. }
  304. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='3'] {
  305. min-width: 42.8571428571%;
  306. }
  307. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='3'] {
  308. max-width: 42.8571428571%;
  309. }
  310. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='4'] {
  311. width: 57.1428571429%;
  312. }
  313. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='4'] {
  314. left: 57.1428571429%;
  315. }
  316. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='4'] {
  317. min-width: 57.1428571429%;
  318. }
  319. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='4'] {
  320. max-width: 57.1428571429%;
  321. }
  322. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='5'] {
  323. width: 71.4285714286%;
  324. }
  325. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='5'] {
  326. left: 71.4285714286%;
  327. }
  328. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='5'] {
  329. min-width: 71.4285714286%;
  330. }
  331. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='5'] {
  332. max-width: 71.4285714286%;
  333. }
  334. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='6'] {
  335. width: 85.7142857143%;
  336. }
  337. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='6'] {
  338. left: 85.7142857143%;
  339. }
  340. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='6'] {
  341. min-width: 85.7142857143%;
  342. }
  343. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='6'] {
  344. max-width: 85.7142857143%;
  345. }
  346. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='7'] {
  347. width: 100%;
  348. }
  349. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='7'] {
  350. left: 100%;
  351. }
  352. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='7'] {
  353. min-width: 100%;
  354. }
  355. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='7'] {
  356. max-width: 100%;
  357. }
  358. .grid-stack.grid-stack-8 > .grid-stack-item {
  359. min-width: 12.5%;
  360. }
  361. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='1'] {
  362. width: 12.5%;
  363. }
  364. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='1'] {
  365. left: 12.5%;
  366. }
  367. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='1'] {
  368. min-width: 12.5%;
  369. }
  370. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='1'] {
  371. max-width: 12.5%;
  372. }
  373. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='2'] {
  374. width: 25%;
  375. }
  376. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='2'] {
  377. left: 25%;
  378. }
  379. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='2'] {
  380. min-width: 25%;
  381. }
  382. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='2'] {
  383. max-width: 25%;
  384. }
  385. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='3'] {
  386. width: 37.5%;
  387. }
  388. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='3'] {
  389. left: 37.5%;
  390. }
  391. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='3'] {
  392. min-width: 37.5%;
  393. }
  394. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='3'] {
  395. max-width: 37.5%;
  396. }
  397. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='4'] {
  398. width: 50%;
  399. }
  400. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='4'] {
  401. left: 50%;
  402. }
  403. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='4'] {
  404. min-width: 50%;
  405. }
  406. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='4'] {
  407. max-width: 50%;
  408. }
  409. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='5'] {
  410. width: 62.5%;
  411. }
  412. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='5'] {
  413. left: 62.5%;
  414. }
  415. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='5'] {
  416. min-width: 62.5%;
  417. }
  418. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='5'] {
  419. max-width: 62.5%;
  420. }
  421. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='6'] {
  422. width: 75%;
  423. }
  424. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='6'] {
  425. left: 75%;
  426. }
  427. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='6'] {
  428. min-width: 75%;
  429. }
  430. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='6'] {
  431. max-width: 75%;
  432. }
  433. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='7'] {
  434. width: 87.5%;
  435. }
  436. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='7'] {
  437. left: 87.5%;
  438. }
  439. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='7'] {
  440. min-width: 87.5%;
  441. }
  442. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='7'] {
  443. max-width: 87.5%;
  444. }
  445. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='8'] {
  446. width: 100%;
  447. }
  448. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='8'] {
  449. left: 100%;
  450. }
  451. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='8'] {
  452. min-width: 100%;
  453. }
  454. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='8'] {
  455. max-width: 100%;
  456. }
  457. .grid-stack.grid-stack-9 > .grid-stack-item {
  458. min-width: 11.1111111111%;
  459. }
  460. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='1'] {
  461. width: 11.1111111111%;
  462. }
  463. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='1'] {
  464. left: 11.1111111111%;
  465. }
  466. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='1'] {
  467. min-width: 11.1111111111%;
  468. }
  469. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='1'] {
  470. max-width: 11.1111111111%;
  471. }
  472. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='2'] {
  473. width: 22.2222222222%;
  474. }
  475. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='2'] {
  476. left: 22.2222222222%;
  477. }
  478. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='2'] {
  479. min-width: 22.2222222222%;
  480. }
  481. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='2'] {
  482. max-width: 22.2222222222%;
  483. }
  484. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='3'] {
  485. width: 33.3333333333%;
  486. }
  487. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='3'] {
  488. left: 33.3333333333%;
  489. }
  490. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='3'] {
  491. min-width: 33.3333333333%;
  492. }
  493. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='3'] {
  494. max-width: 33.3333333333%;
  495. }
  496. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='4'] {
  497. width: 44.4444444444%;
  498. }
  499. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='4'] {
  500. left: 44.4444444444%;
  501. }
  502. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='4'] {
  503. min-width: 44.4444444444%;
  504. }
  505. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='4'] {
  506. max-width: 44.4444444444%;
  507. }
  508. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='5'] {
  509. width: 55.5555555556%;
  510. }
  511. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='5'] {
  512. left: 55.5555555556%;
  513. }
  514. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='5'] {
  515. min-width: 55.5555555556%;
  516. }
  517. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='5'] {
  518. max-width: 55.5555555556%;
  519. }
  520. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='6'] {
  521. width: 66.6666666667%;
  522. }
  523. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='6'] {
  524. left: 66.6666666667%;
  525. }
  526. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='6'] {
  527. min-width: 66.6666666667%;
  528. }
  529. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='6'] {
  530. max-width: 66.6666666667%;
  531. }
  532. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='7'] {
  533. width: 77.7777777778%;
  534. }
  535. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='7'] {
  536. left: 77.7777777778%;
  537. }
  538. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='7'] {
  539. min-width: 77.7777777778%;
  540. }
  541. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='7'] {
  542. max-width: 77.7777777778%;
  543. }
  544. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='8'] {
  545. width: 88.8888888889%;
  546. }
  547. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='8'] {
  548. left: 88.8888888889%;
  549. }
  550. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='8'] {
  551. min-width: 88.8888888889%;
  552. }
  553. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='8'] {
  554. max-width: 88.8888888889%;
  555. }
  556. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='9'] {
  557. width: 100%;
  558. }
  559. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='9'] {
  560. left: 100%;
  561. }
  562. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='9'] {
  563. min-width: 100%;
  564. }
  565. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='9'] {
  566. max-width: 100%;
  567. }
  568. .grid-stack.grid-stack-10 > .grid-stack-item {
  569. min-width: 10%;
  570. }
  571. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='1'] {
  572. width: 10%;
  573. }
  574. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='1'] {
  575. left: 10%;
  576. }
  577. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='1'] {
  578. min-width: 10%;
  579. }
  580. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='1'] {
  581. max-width: 10%;
  582. }
  583. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='2'] {
  584. width: 20%;
  585. }
  586. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='2'] {
  587. left: 20%;
  588. }
  589. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='2'] {
  590. min-width: 20%;
  591. }
  592. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='2'] {
  593. max-width: 20%;
  594. }
  595. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='3'] {
  596. width: 30%;
  597. }
  598. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='3'] {
  599. left: 30%;
  600. }
  601. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='3'] {
  602. min-width: 30%;
  603. }
  604. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='3'] {
  605. max-width: 30%;
  606. }
  607. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='4'] {
  608. width: 40%;
  609. }
  610. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='4'] {
  611. left: 40%;
  612. }
  613. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='4'] {
  614. min-width: 40%;
  615. }
  616. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='4'] {
  617. max-width: 40%;
  618. }
  619. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='5'] {
  620. width: 50%;
  621. }
  622. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='5'] {
  623. left: 50%;
  624. }
  625. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='5'] {
  626. min-width: 50%;
  627. }
  628. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='5'] {
  629. max-width: 50%;
  630. }
  631. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='6'] {
  632. width: 60%;
  633. }
  634. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='6'] {
  635. left: 60%;
  636. }
  637. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='6'] {
  638. min-width: 60%;
  639. }
  640. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='6'] {
  641. max-width: 60%;
  642. }
  643. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='7'] {
  644. width: 70%;
  645. }
  646. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='7'] {
  647. left: 70%;
  648. }
  649. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='7'] {
  650. min-width: 70%;
  651. }
  652. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='7'] {
  653. max-width: 70%;
  654. }
  655. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='8'] {
  656. width: 80%;
  657. }
  658. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='8'] {
  659. left: 80%;
  660. }
  661. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='8'] {
  662. min-width: 80%;
  663. }
  664. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='8'] {
  665. max-width: 80%;
  666. }
  667. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='9'] {
  668. width: 90%;
  669. }
  670. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='9'] {
  671. left: 90%;
  672. }
  673. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='9'] {
  674. min-width: 90%;
  675. }
  676. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='9'] {
  677. max-width: 90%;
  678. }
  679. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='10'] {
  680. width: 100%;
  681. }
  682. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='10'] {
  683. left: 100%;
  684. }
  685. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='10'] {
  686. min-width: 100%;
  687. }
  688. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='10'] {
  689. max-width: 100%;
  690. }
  691. .grid-stack.grid-stack-11 > .grid-stack-item {
  692. min-width: 9.0909090909%;
  693. }
  694. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='1'] {
  695. width: 9.0909090909%;
  696. }
  697. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='1'] {
  698. left: 9.0909090909%;
  699. }
  700. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='1'] {
  701. min-width: 9.0909090909%;
  702. }
  703. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='1'] {
  704. max-width: 9.0909090909%;
  705. }
  706. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='2'] {
  707. width: 18.1818181818%;
  708. }
  709. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='2'] {
  710. left: 18.1818181818%;
  711. }
  712. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='2'] {
  713. min-width: 18.1818181818%;
  714. }
  715. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='2'] {
  716. max-width: 18.1818181818%;
  717. }
  718. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='3'] {
  719. width: 27.2727272727%;
  720. }
  721. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='3'] {
  722. left: 27.2727272727%;
  723. }
  724. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='3'] {
  725. min-width: 27.2727272727%;
  726. }
  727. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='3'] {
  728. max-width: 27.2727272727%;
  729. }
  730. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='4'] {
  731. width: 36.3636363636%;
  732. }
  733. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='4'] {
  734. left: 36.3636363636%;
  735. }
  736. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='4'] {
  737. min-width: 36.3636363636%;
  738. }
  739. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='4'] {
  740. max-width: 36.3636363636%;
  741. }
  742. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='5'] {
  743. width: 45.4545454545%;
  744. }
  745. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='5'] {
  746. left: 45.4545454545%;
  747. }
  748. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='5'] {
  749. min-width: 45.4545454545%;
  750. }
  751. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='5'] {
  752. max-width: 45.4545454545%;
  753. }
  754. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='6'] {
  755. width: 54.5454545455%;
  756. }
  757. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='6'] {
  758. left: 54.5454545455%;
  759. }
  760. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='6'] {
  761. min-width: 54.5454545455%;
  762. }
  763. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='6'] {
  764. max-width: 54.5454545455%;
  765. }
  766. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='7'] {
  767. width: 63.6363636364%;
  768. }
  769. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='7'] {
  770. left: 63.6363636364%;
  771. }
  772. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='7'] {
  773. min-width: 63.6363636364%;
  774. }
  775. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='7'] {
  776. max-width: 63.6363636364%;
  777. }
  778. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='8'] {
  779. width: 72.7272727273%;
  780. }
  781. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='8'] {
  782. left: 72.7272727273%;
  783. }
  784. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='8'] {
  785. min-width: 72.7272727273%;
  786. }
  787. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='8'] {
  788. max-width: 72.7272727273%;
  789. }
  790. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='9'] {
  791. width: 81.8181818182%;
  792. }
  793. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='9'] {
  794. left: 81.8181818182%;
  795. }
  796. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='9'] {
  797. min-width: 81.8181818182%;
  798. }
  799. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='9'] {
  800. max-width: 81.8181818182%;
  801. }
  802. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='10'] {
  803. width: 90.9090909091%;
  804. }
  805. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='10'] {
  806. left: 90.9090909091%;
  807. }
  808. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='10'] {
  809. min-width: 90.9090909091%;
  810. }
  811. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='10'] {
  812. max-width: 90.9090909091%;
  813. }
  814. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='11'] {
  815. width: 100%;
  816. }
  817. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='11'] {
  818. left: 100%;
  819. }
  820. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='11'] {
  821. min-width: 100%;
  822. }
  823. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='11'] {
  824. max-width: 100%;
  825. }
  826. .grid-stack.grid-stack-12 > .grid-stack-item {
  827. min-width: 8.3333333333%;
  828. }
  829. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='1'] {
  830. width: 8.3333333333%;
  831. }
  832. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='1'] {
  833. left: 8.3333333333%;
  834. }
  835. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='1'] {
  836. min-width: 8.3333333333%;
  837. }
  838. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='1'] {
  839. max-width: 8.3333333333%;
  840. }
  841. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='2'] {
  842. width: 16.6666666667%;
  843. }
  844. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='2'] {
  845. left: 16.6666666667%;
  846. }
  847. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='2'] {
  848. min-width: 16.6666666667%;
  849. }
  850. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='2'] {
  851. max-width: 16.6666666667%;
  852. }
  853. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='3'] {
  854. width: 25%;
  855. }
  856. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='3'] {
  857. left: 25%;
  858. }
  859. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='3'] {
  860. min-width: 25%;
  861. }
  862. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='3'] {
  863. max-width: 25%;
  864. }
  865. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='4'] {
  866. width: 33.3333333333%;
  867. }
  868. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='4'] {
  869. left: 33.3333333333%;
  870. }
  871. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='4'] {
  872. min-width: 33.3333333333%;
  873. }
  874. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='4'] {
  875. max-width: 33.3333333333%;
  876. }
  877. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='5'] {
  878. width: 41.6666666667%;
  879. }
  880. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='5'] {
  881. left: 41.6666666667%;
  882. }
  883. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='5'] {
  884. min-width: 41.6666666667%;
  885. }
  886. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='5'] {
  887. max-width: 41.6666666667%;
  888. }
  889. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='6'] {
  890. width: 50%;
  891. }
  892. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='6'] {
  893. left: 50%;
  894. }
  895. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='6'] {
  896. min-width: 50%;
  897. }
  898. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='6'] {
  899. max-width: 50%;
  900. }
  901. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='7'] {
  902. width: 58.3333333333%;
  903. }
  904. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='7'] {
  905. left: 58.3333333333%;
  906. }
  907. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='7'] {
  908. min-width: 58.3333333333%;
  909. }
  910. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='7'] {
  911. max-width: 58.3333333333%;
  912. }
  913. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='8'] {
  914. width: 66.6666666667%;
  915. }
  916. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='8'] {
  917. left: 66.6666666667%;
  918. }
  919. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='8'] {
  920. min-width: 66.6666666667%;
  921. }
  922. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='8'] {
  923. max-width: 66.6666666667%;
  924. }
  925. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='9'] {
  926. width: 75%;
  927. }
  928. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='9'] {
  929. left: 75%;
  930. }
  931. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='9'] {
  932. min-width: 75%;
  933. }
  934. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='9'] {
  935. max-width: 75%;
  936. }
  937. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='10'] {
  938. width: 83.3333333333%;
  939. }
  940. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='10'] {
  941. left: 83.3333333333%;
  942. }
  943. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='10'] {
  944. min-width: 83.3333333333%;
  945. }
  946. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='10'] {
  947. max-width: 83.3333333333%;
  948. }
  949. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='11'] {
  950. width: 91.6666666667%;
  951. }
  952. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='11'] {
  953. left: 91.6666666667%;
  954. }
  955. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='11'] {
  956. min-width: 91.6666666667%;
  957. }
  958. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='11'] {
  959. max-width: 91.6666666667%;
  960. }
  961. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='12'] {
  962. width: 100%;
  963. }
  964. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='12'] {
  965. left: 100%;
  966. }
  967. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='12'] {
  968. min-width: 100%;
  969. }
  970. .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='12'] {
  971. max-width: 100%;
  972. }