@sdata/web-vue 1.5.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (644) hide show
  1. package/README.md +5 -6
  2. package/dist/sd.css +13859 -13697
  3. package/dist/sd.min.css +1 -1
  4. package/dist/sd.scss +2 -0
  5. package/es/_components/auto-tooltip/style/index.css +1 -1
  6. package/es/_components/auto-tooltip/style/index.d.ts +1 -1
  7. package/es/_components/auto-tooltip/style/index.js +1 -1
  8. package/es/_components/auto-tooltip/style/index.scss +11 -0
  9. package/es/_components/input-label/style/index.css +18 -21
  10. package/es/_components/input-label/style/index.d.ts +1 -1
  11. package/es/_components/input-label/style/index.js +1 -1
  12. package/es/_components/input-label/style/index.scss +9 -0
  13. package/es/_components/input-label/style/input-label.scss +127 -0
  14. package/es/_components/input-label/style/token.scss +1 -0
  15. package/es/_components/picker/style/index.scss +197 -0
  16. package/es/_components/picker/style/token.scss +70 -0
  17. package/es/_components/select-view/style/index.css +160 -217
  18. package/es/_components/select-view/style/index.d.ts +1 -1
  19. package/es/_components/select-view/style/index.js +1 -1
  20. package/es/_components/select-view/style/index.scss +60 -0
  21. package/es/_components/select-view/style/token.scss +10 -0
  22. package/es/affix/style/index.css +1 -1
  23. package/es/affix/style/index.d.ts +2 -2
  24. package/es/affix/style/index.js +2 -2
  25. package/es/affix/style/index.scss +9 -0
  26. package/es/alert/style/index.css +1 -1
  27. package/es/alert/style/index.d.ts +2 -2
  28. package/es/alert/style/index.js +2 -2
  29. package/es/alert/style/index.scss +199 -0
  30. package/es/alert/style/token.scss +82 -0
  31. package/es/anchor/style/index.css +2 -2
  32. package/es/anchor/style/index.d.ts +2 -2
  33. package/es/anchor/style/index.js +2 -2
  34. package/es/anchor/style/index.scss +103 -0
  35. package/es/anchor/style/token.scss +36 -0
  36. package/es/auto-complete/style/index.css +3 -1
  37. package/es/auto-complete/style/index.d.ts +2 -2
  38. package/es/auto-complete/style/index.js +2 -2
  39. package/es/auto-complete/style/index.scss +78 -0
  40. package/es/auto-complete/style/token.scss +64 -0
  41. package/es/avatar/style/index.css +2 -2
  42. package/es/avatar/style/index.d.ts +2 -2
  43. package/es/avatar/style/index.js +2 -2
  44. package/es/avatar/style/index.scss +161 -0
  45. package/es/avatar/style/token.scss +57 -0
  46. package/es/back-top/style/index.css +1 -1
  47. package/es/back-top/style/index.d.ts +2 -2
  48. package/es/back-top/style/index.js +2 -2
  49. package/es/back-top/style/index.scss +34 -0
  50. package/es/back-top/style/token.scss +25 -0
  51. package/es/badge/style/index.css +9 -14
  52. package/es/badge/style/index.d.ts +2 -2
  53. package/es/badge/style/index.js +2 -2
  54. package/es/badge/style/index.scss +230 -0
  55. package/es/badge/style/token.scss +64 -0
  56. package/es/breadcrumb/style/index.css +1 -1
  57. package/es/breadcrumb/style/index.d.ts +2 -2
  58. package/es/breadcrumb/style/index.js +2 -2
  59. package/es/breadcrumb/style/index.scss +78 -0
  60. package/es/breadcrumb/style/token.scss +43 -0
  61. package/es/button/style/index.css +110 -69
  62. package/es/button/style/index.d.ts +2 -2
  63. package/es/button/style/index.js +2 -2
  64. package/es/button/style/index.scss +600 -0
  65. package/es/button/style/token.scss +469 -0
  66. package/es/calendar/style/index.css +8 -10
  67. package/es/calendar/style/index.d.ts +2 -2
  68. package/es/calendar/style/index.js +2 -2
  69. package/es/calendar/style/{index.less → index.scss} +77 -74
  70. package/es/calendar/style/token.scss +65 -0
  71. package/es/card/style/index.css +9 -8
  72. package/es/card/style/index.d.ts +2 -2
  73. package/es/card/style/index.js +2 -2
  74. package/es/card/style/index.scss +270 -0
  75. package/es/card/style/token.scss +75 -0
  76. package/es/carousel/style/index.css +19 -24
  77. package/es/carousel/style/index.d.ts +2 -2
  78. package/es/carousel/style/index.js +2 -2
  79. package/es/carousel/style/index.scss +412 -0
  80. package/es/carousel/style/{slide.less → slide.scss} +19 -16
  81. package/es/carousel/style/token.scss +44 -0
  82. package/es/cascader/style/index.css +38 -56
  83. package/es/cascader/style/index.d.ts +2 -2
  84. package/es/cascader/style/index.js +2 -2
  85. package/es/cascader/style/index.scss +242 -0
  86. package/es/cascader/style/token.scss +51 -0
  87. package/es/checkbox/style/index.css +13 -15
  88. package/es/checkbox/style/index.d.ts +2 -2
  89. package/es/checkbox/style/index.js +2 -2
  90. package/es/checkbox/style/index.scss +186 -0
  91. package/es/checkbox/style/token.scss +70 -0
  92. package/es/collapse/style/index.css +6 -2
  93. package/es/collapse/style/index.d.ts +2 -2
  94. package/es/collapse/style/index.js +2 -2
  95. package/es/collapse/style/index.scss +183 -0
  96. package/es/collapse/style/token.scss +67 -0
  97. package/es/color-picker/style/index.css +7 -4
  98. package/es/color-picker/style/index.d.ts +2 -2
  99. package/es/color-picker/style/index.js +2 -2
  100. package/es/color-picker/style/index.scss +411 -0
  101. package/es/color-picker/style/token.scss +102 -0
  102. package/es/comment/style/index.css +2 -3
  103. package/es/comment/style/index.d.ts +2 -2
  104. package/es/comment/style/index.js +2 -2
  105. package/es/comment/style/index.scss +69 -0
  106. package/es/comment/style/token.scss +35 -0
  107. package/es/config-provider/config-provider.js +14 -2
  108. package/es/config-provider/config-provider.vue.d.ts +62 -2
  109. package/es/config-provider/config-provider.vue_vue_type_script_lang.js +17 -4
  110. package/es/config-provider/context.d.ts +2 -0
  111. package/es/config-provider/index.d.ts +116 -4
  112. package/es/config-provider/theme-provider.js +7 -0
  113. package/es/config-provider/theme-provider.vue.d.ts +26 -0
  114. package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +108 -0
  115. package/es/config-provider/theme.d.ts +27 -0
  116. package/es/config-provider/theme.js +90 -0
  117. package/es/date-picker/style/date.scss +133 -0
  118. package/es/date-picker/style/index.css +206 -46
  119. package/es/date-picker/style/index.d.ts +3 -3
  120. package/es/date-picker/style/index.js +3 -3
  121. package/es/date-picker/style/index.scss +318 -0
  122. package/es/date-picker/style/month.scss +34 -0
  123. package/es/date-picker/style/quarter.scss +12 -0
  124. package/es/date-picker/style/range.scss +12 -0
  125. package/es/date-picker/style/shortcuts.scss +29 -0
  126. package/es/date-picker/style/token.scss +86 -0
  127. package/es/date-picker/style/week.scss +72 -0
  128. package/es/date-picker/style/year.scss +12 -0
  129. package/es/descriptions/style/index.css +13 -27
  130. package/es/descriptions/style/index.d.ts +2 -2
  131. package/es/descriptions/style/index.js +2 -2
  132. package/es/descriptions/style/index.scss +217 -0
  133. package/es/descriptions/style/token.scss +83 -0
  134. package/es/divider/style/index.css +1 -1
  135. package/es/divider/style/index.d.ts +2 -2
  136. package/es/divider/style/index.js +2 -2
  137. package/es/divider/style/index.scss +58 -0
  138. package/es/divider/style/token.scss +31 -0
  139. package/es/drawer/style/index.css +35 -1
  140. package/es/drawer/style/index.d.ts +2 -2
  141. package/es/drawer/style/index.js +2 -2
  142. package/es/drawer/style/{index.less → index.scss} +40 -37
  143. package/es/drawer/style/token.scss +31 -0
  144. package/es/dropdown/style/index.css +2 -3
  145. package/es/dropdown/style/index.d.ts +2 -2
  146. package/es/dropdown/style/index.js +2 -2
  147. package/es/dropdown/style/index.scss +109 -0
  148. package/es/dropdown/style/token.scss +45 -0
  149. package/es/ellipsis/style/index.css +2 -2
  150. package/es/ellipsis/style/index.d.ts +2 -2
  151. package/es/ellipsis/style/index.js +2 -2
  152. package/es/ellipsis/style/{index.less → index.scss} +6 -5
  153. package/es/ellipsis/style/token.scss +5 -0
  154. package/es/empty/style/index.css +1 -1
  155. package/es/empty/style/index.d.ts +2 -2
  156. package/es/empty/style/index.js +2 -2
  157. package/es/empty/style/index.scss +28 -0
  158. package/es/empty/style/token.scss +21 -0
  159. package/es/form/style/index.css +36 -21
  160. package/es/form/style/index.d.ts +2 -2
  161. package/es/form/style/index.js +2 -2
  162. package/es/form/style/index.scss +257 -0
  163. package/es/form/style/status.scss +210 -0
  164. package/es/form/style/token.scss +139 -0
  165. package/es/grid/style/col.scss +112 -0
  166. package/es/grid/style/grid.scss +8 -0
  167. package/es/grid/style/index.css +291 -526
  168. package/es/grid/style/index.d.ts +2 -2
  169. package/es/grid/style/index.js +2 -2
  170. package/es/grid/style/index.scss +3 -0
  171. package/es/grid/style/{row.less → row.scss} +4 -3
  172. package/es/image/style/image.scss +161 -0
  173. package/es/image/style/index.css +15 -14
  174. package/es/image/style/index.d.ts +2 -2
  175. package/es/image/style/index.js +2 -2
  176. package/es/image/style/index.scss +5 -0
  177. package/es/image/style/preview.scss +231 -0
  178. package/es/image/style/token.scss +139 -0
  179. package/es/image/style/trigger.scss +17 -0
  180. package/es/index.css +13859 -13697
  181. package/es/index.d.ts +2 -0
  182. package/es/index.js +2 -1
  183. package/es/index.scss +77 -0
  184. package/es/input/style/group.scss +66 -0
  185. package/es/input/style/index.css +140 -37
  186. package/es/input/style/index.d.ts +2 -2
  187. package/es/input/style/index.js +2 -2
  188. package/es/input/style/index.scss +114 -0
  189. package/es/input/style/input.scss +258 -0
  190. package/es/input/style/password.scss +15 -0
  191. package/es/input/style/search.scss +22 -0
  192. package/es/input/style/size.scss +166 -0
  193. package/es/input/style/textarea.scss +42 -0
  194. package/es/input/style/token.scss +139 -0
  195. package/es/input-number/style/index.css +9 -14
  196. package/es/input-number/style/index.d.ts +2 -2
  197. package/es/input-number/style/index.js +2 -2
  198. package/es/input-number/style/index.scss +167 -0
  199. package/es/input-number/style/token.scss +53 -0
  200. package/es/input-tag/style/index.css +132 -177
  201. package/es/input-tag/style/index.d.ts +2 -2
  202. package/es/input-tag/style/index.js +2 -2
  203. package/es/input-tag/style/index.scss +42 -0
  204. package/es/input-tag/style/input-tag.scss +306 -0
  205. package/es/input-tag/style/token.scss +97 -0
  206. package/es/layout/index.d.ts +1 -1
  207. package/es/layout/sider.vue.d.ts +1 -1
  208. package/es/layout/style/index.css +2 -1
  209. package/es/layout/style/index.d.ts +2 -2
  210. package/es/layout/style/index.js +2 -2
  211. package/es/layout/style/{index.less → index.scss} +19 -17
  212. package/es/layout/style/token.scss +21 -0
  213. package/es/link/style/index.css +2 -3
  214. package/es/link/style/index.d.ts +2 -2
  215. package/es/link/style/index.js +2 -2
  216. package/es/link/style/index.scss +123 -0
  217. package/es/link/style/token.scss +77 -0
  218. package/es/list/style/index.css +3 -4
  219. package/es/list/style/index.d.ts +2 -2
  220. package/es/list/style/index.js +2 -2
  221. package/es/list/style/index.scss +228 -0
  222. package/es/list/style/token.scss +61 -0
  223. package/es/mention/style/index.css +1 -1
  224. package/es/mention/style/index.d.ts +2 -2
  225. package/es/mention/style/index.js +2 -2
  226. package/es/mention/style/{index.less → index.scss} +5 -3
  227. package/es/mention/style/token.scss +14 -0
  228. package/es/menu/base-menu.vue.d.ts +1 -1
  229. package/es/menu/menu.d.ts +1 -1
  230. package/es/menu/style/index.css +48 -48
  231. package/es/menu/style/index.d.ts +2 -2
  232. package/es/menu/style/index.js +2 -2
  233. package/es/menu/style/index.scss +726 -0
  234. package/es/menu/style/token.scss +145 -0
  235. package/es/menu/sub-menu-pop.vue.d.ts +1 -1
  236. package/es/message/style/index.css +10 -1
  237. package/es/message/style/index.d.ts +2 -2
  238. package/es/message/style/index.js +2 -2
  239. package/es/message/style/index.scss +196 -0
  240. package/es/message/style/token.scss +89 -0
  241. package/es/modal/style/index.css +19 -2
  242. package/es/modal/style/index.d.ts +2 -2
  243. package/es/modal/style/index.js +2 -2
  244. package/es/modal/style/index.scss +276 -0
  245. package/es/modal/style/token.scss +57 -0
  246. package/es/notification/style/index.css +14 -1
  247. package/es/notification/style/index.d.ts +2 -2
  248. package/es/notification/style/index.js +2 -2
  249. package/es/notification/style/index.scss +249 -0
  250. package/es/notification/style/token.scss +133 -0
  251. package/es/overflow-list/style/index.css +1 -1
  252. package/es/overflow-list/style/index.d.ts +2 -2
  253. package/es/overflow-list/style/index.js +2 -2
  254. package/es/overflow-list/style/{index.less → index.scss} +4 -3
  255. package/es/page-header/style/index.css +1 -1
  256. package/es/page-header/style/index.d.ts +2 -2
  257. package/es/page-header/style/index.js +2 -2
  258. package/es/page-header/style/index.scss +128 -0
  259. package/es/page-header/style/token.scss +63 -0
  260. package/es/pagination/style/index.css +22 -34
  261. package/es/pagination/style/index.d.ts +2 -2
  262. package/es/pagination/style/index.js +2 -2
  263. package/es/pagination/style/index.scss +371 -0
  264. package/es/pagination/style/token.scss +97 -0
  265. package/es/popconfirm/style/index.css +1 -1
  266. package/es/popconfirm/style/index.d.ts +2 -2
  267. package/es/popconfirm/style/index.js +2 -2
  268. package/es/popconfirm/style/index.scss +73 -0
  269. package/es/popconfirm/style/token.scss +26 -0
  270. package/es/popover/style/index.css +1 -1
  271. package/es/popover/style/index.d.ts +2 -2
  272. package/es/popover/style/index.js +2 -2
  273. package/es/popover/style/index.scss +41 -0
  274. package/es/popover/style/token.scss +33 -0
  275. package/es/progress/style/index.css +8 -10
  276. package/es/progress/style/index.d.ts +2 -2
  277. package/es/progress/style/index.js +2 -2
  278. package/es/progress/style/index.scss +380 -0
  279. package/es/progress/style/token.scss +119 -0
  280. package/es/radio/style/index.css +21 -18
  281. package/es/radio/style/index.d.ts +2 -2
  282. package/es/radio/style/index.js +2 -2
  283. package/es/radio/style/index.scss +271 -0
  284. package/es/radio/style/token.scss +108 -0
  285. package/es/rate/style/index.css +5 -7
  286. package/es/rate/style/index.d.ts +2 -2
  287. package/es/rate/style/index.js +2 -2
  288. package/es/rate/style/{index.less → index.scss} +18 -15
  289. package/es/rate/style/token.scss +24 -0
  290. package/es/resize-box/style/index.css +3 -5
  291. package/es/resize-box/style/index.d.ts +2 -2
  292. package/es/resize-box/style/index.js +2 -2
  293. package/es/resize-box/style/{index.less → index.scss} +11 -9
  294. package/es/resize-box/style/token.scss +14 -0
  295. package/es/result/style/index.css +3 -7
  296. package/es/result/style/index.d.ts +2 -2
  297. package/es/result/style/index.js +2 -2
  298. package/es/result/style/index.scss +130 -0
  299. package/es/result/style/token.scss +65 -0
  300. package/es/scrollbar/style/index.css +6 -5
  301. package/es/scrollbar/style/index.d.ts +2 -2
  302. package/es/scrollbar/style/index.js +2 -2
  303. package/es/scrollbar/style/index.scss +133 -0
  304. package/es/scrollbar/style/token.scss +25 -0
  305. package/es/sd-vue.js +2 -0
  306. package/es/select/style/index.css +2 -3
  307. package/es/select/style/index.d.ts +2 -2
  308. package/es/select/style/index.js +2 -2
  309. package/es/select/style/index.scss +135 -0
  310. package/es/select/style/token.scss +67 -0
  311. package/es/skeleton/style/index.css +2 -1
  312. package/es/skeleton/style/index.d.ts +2 -2
  313. package/es/skeleton/style/index.js +2 -2
  314. package/es/skeleton/style/index.scss +68 -0
  315. package/es/skeleton/style/token.scss +27 -0
  316. package/es/slider/style/index.css +5 -6
  317. package/es/slider/style/index.d.ts +2 -2
  318. package/es/slider/style/index.js +2 -2
  319. package/es/slider/style/index.scss +282 -0
  320. package/es/slider/style/token.scss +60 -0
  321. package/es/space/style/index.css +1 -1
  322. package/es/space/style/index.d.ts +2 -2
  323. package/es/space/style/index.js +2 -2
  324. package/es/space/style/{index.less → index.scss} +6 -5
  325. package/es/spin/style/dot-loading.scss +64 -0
  326. package/es/spin/style/index.css +66 -67
  327. package/es/spin/style/index.d.ts +2 -2
  328. package/es/spin/style/index.js +2 -2
  329. package/es/spin/style/index.scss +55 -0
  330. package/es/spin/style/token.scss +32 -0
  331. package/es/split/style/index.css +2 -1
  332. package/es/split/style/index.d.ts +2 -2
  333. package/es/split/style/index.js +2 -2
  334. package/es/split/style/index.scss +56 -0
  335. package/es/split/style/token.scss +21 -0
  336. package/es/statistic/style/index.css +1 -1
  337. package/es/statistic/style/index.d.ts +2 -2
  338. package/es/statistic/style/index.js +2 -2
  339. package/es/statistic/style/index.scss +49 -0
  340. package/es/statistic/style/token.scss +33 -0
  341. package/es/steps/style/arrow.scss +207 -0
  342. package/es/steps/style/circle.scss +268 -0
  343. package/es/steps/style/dot.scss +206 -0
  344. package/es/steps/style/index.css +16 -9
  345. package/es/steps/style/index.d.ts +2 -2
  346. package/es/steps/style/index.js +2 -2
  347. package/es/steps/style/index.scss +77 -0
  348. package/es/steps/style/navigation.scss +61 -0
  349. package/es/steps/style/token.scss +207 -0
  350. package/es/style/animation/{fade.less → fade.scss} +5 -5
  351. package/es/style/animation/index.scss +3 -0
  352. package/es/style/animation/{slide.less → slide.scss} +13 -13
  353. package/es/style/animation/{zoom.less → zoom.scss} +25 -25
  354. package/es/style/base.scss +18 -0
  355. package/es/style/color/colors.scss +405 -0
  356. package/es/style/color/css-variables.scss +405 -0
  357. package/es/style/icon.scss +89 -0
  358. package/es/style/index.scss +11 -0
  359. package/es/style/mixins/icon-hover.scss +14 -0
  360. package/es/style/mixins/index.scss +15 -0
  361. package/es/style/normalize.scss +227 -0
  362. package/es/style/theme/_functions.scss +15 -0
  363. package/es/style/theme/_legacy-token-aliases.scss +23 -0
  364. package/es/style/theme/_mixins.scss +9 -0
  365. package/es/style/theme/_tokens.scss +18 -0
  366. package/es/style/theme/component.scss +21 -0
  367. package/es/style/theme/css-variables.scss +146 -0
  368. package/es/style/theme/global.scss +390 -0
  369. package/es/style/theme/index.scss +66 -0
  370. package/es/style/theme/legacy-less-var.scss +15 -0
  371. package/es/style/theme.scss +1 -0
  372. package/es/switch/style/index.css +12 -4
  373. package/es/switch/style/index.d.ts +2 -2
  374. package/es/switch/style/index.js +2 -2
  375. package/es/switch/style/index.scss +327 -0
  376. package/es/switch/style/token.scss +68 -0
  377. package/es/table/style/{filters-popup.less → filters-popup.scss} +13 -9
  378. package/es/table/style/index.css +46 -56
  379. package/es/table/style/index.d.ts +2 -2
  380. package/es/table/style/index.js +2 -2
  381. package/es/table/style/index.scss +973 -0
  382. package/es/table/style/token.scss +142 -0
  383. package/es/tabs/style/index.css +125 -76
  384. package/es/tabs/style/index.d.ts +2 -2
  385. package/es/tabs/style/index.js +2 -2
  386. package/es/tabs/style/index.scss +843 -0
  387. package/es/tabs/style/rtl.scss +107 -0
  388. package/es/tabs/style/token.scss +241 -0
  389. package/es/tabs/style/vertical.scss +160 -0
  390. package/es/tag/style/index.css +117 -170
  391. package/es/tag/style/index.d.ts +2 -2
  392. package/es/tag/style/index.js +2 -2
  393. package/es/tag/style/index.scss +324 -0
  394. package/es/tag/style/token.scss +181 -0
  395. package/es/textarea/style/index.css +25 -19
  396. package/es/textarea/style/index.d.ts +2 -2
  397. package/es/textarea/style/index.js +2 -2
  398. package/es/textarea/style/index.scss +66 -0
  399. package/es/theme-provider/index.d.ts +53 -0
  400. package/es/theme-provider/index.js +10 -0
  401. package/es/time-picker/style/index.css +2 -2
  402. package/es/time-picker/style/index.d.ts +3 -3
  403. package/es/time-picker/style/index.js +3 -3
  404. package/es/time-picker/style/index.scss +96 -0
  405. package/es/time-picker/style/token.scss +33 -0
  406. package/es/timeline/style/horizontal.scss +92 -0
  407. package/es/timeline/style/index.css +39 -1
  408. package/es/timeline/style/index.d.ts +2 -2
  409. package/es/timeline/style/index.js +2 -2
  410. package/es/timeline/style/index.scss +275 -0
  411. package/es/timeline/style/token.scss +45 -0
  412. package/es/tooltip/style/index.css +1 -1
  413. package/es/tooltip/style/index.d.ts +2 -2
  414. package/es/tooltip/style/index.js +2 -2
  415. package/es/tooltip/style/index.scss +25 -0
  416. package/es/tooltip/style/token.scss +25 -0
  417. package/es/transfer/style/index.css +3 -2
  418. package/es/transfer/style/index.d.ts +2 -2
  419. package/es/transfer/style/index.js +2 -2
  420. package/es/transfer/style/index.scss +298 -0
  421. package/es/transfer/style/token.scss +91 -0
  422. package/es/tree/style/index.css +18 -18
  423. package/es/tree/style/index.d.ts +2 -2
  424. package/es/tree/style/index.js +2 -2
  425. package/es/tree/style/index.scss +433 -0
  426. package/es/tree/style/token.scss +99 -0
  427. package/es/tree-select/style/index.css +1 -1
  428. package/es/tree-select/style/index.d.ts +3 -3
  429. package/es/tree-select/style/index.js +3 -3
  430. package/es/tree-select/style/index.scss +53 -0
  431. package/es/tree-select/style/token.scss +16 -0
  432. package/es/trigger/style/index.css +6 -14
  433. package/es/trigger/style/index.d.ts +2 -2
  434. package/es/trigger/style/index.js +2 -2
  435. package/es/trigger/style/{index.less → index.scss} +13 -11
  436. package/es/trigger/style/token.scss +13 -0
  437. package/es/typography/style/index.css +19 -21
  438. package/es/typography/style/index.d.ts +2 -2
  439. package/es/typography/style/index.js +2 -2
  440. package/es/typography/style/index.scss +208 -0
  441. package/es/typography/style/token.scss +73 -0
  442. package/es/upload/style/index.css +28 -19
  443. package/es/upload/style/index.d.ts +2 -2
  444. package/es/upload/style/index.js +2 -2
  445. package/es/upload/style/index.scss +503 -0
  446. package/es/upload/style/token.scss +212 -0
  447. package/es/verification-code/style/index.css +2 -1
  448. package/es/verification-code/style/index.d.ts +2 -2
  449. package/es/verification-code/style/index.js +2 -2
  450. package/es/verification-code/style/index.scss +34 -0
  451. package/es/verification-code/style/token.scss +1 -0
  452. package/es/watermark/style/index.d.ts +1 -1
  453. package/es/watermark/style/index.js +1 -1
  454. package/es/web-vue.css +5 -0
  455. package/json/vetur-attributes.json +6 -0
  456. package/json/vetur-tags.json +6 -1
  457. package/json/web-types.json +23 -1
  458. package/package.json +7 -8
  459. package/dist/sd.less +0 -2
  460. package/es/_components/auto-tooltip/style/index.less +0 -10
  461. package/es/_components/input-label/style/index.less +0 -7
  462. package/es/_components/input-label/style/input-label.less +0 -70
  463. package/es/_components/input-label/style/token.less +0 -0
  464. package/es/_components/picker/style/index.css +0 -186
  465. package/es/_components/picker/style/index.less +0 -190
  466. package/es/_components/picker/style/token.less +0 -51
  467. package/es/_components/select-view/style/index.less +0 -58
  468. package/es/_components/select-view/style/token.less +0 -5
  469. package/es/affix/style/index.less +0 -8
  470. package/es/alert/style/index.less +0 -197
  471. package/es/alert/style/token.less +0 -66
  472. package/es/anchor/style/index.less +0 -101
  473. package/es/anchor/style/token.less +0 -30
  474. package/es/auto-complete/style/index.less +0 -44
  475. package/es/auto-complete/style/token.less +0 -42
  476. package/es/avatar/style/index.less +0 -153
  477. package/es/avatar/style/token.less +0 -47
  478. package/es/back-top/style/index.less +0 -32
  479. package/es/back-top/style/token.less +0 -19
  480. package/es/badge/style/index.less +0 -178
  481. package/es/badge/style/token.less +0 -55
  482. package/es/breadcrumb/style/index.less +0 -76
  483. package/es/breadcrumb/style/token.less +0 -37
  484. package/es/button/style/index.less +0 -303
  485. package/es/button/style/token.less +0 -335
  486. package/es/calendar/style/token.less +0 -39
  487. package/es/card/style/index.less +0 -216
  488. package/es/card/style/token.less +0 -69
  489. package/es/carousel/style/index.less +0 -399
  490. package/es/carousel/style/token.less +0 -33
  491. package/es/cascader/style/index.less +0 -234
  492. package/es/cascader/style/token.less +0 -39
  493. package/es/checkbox/style/index.less +0 -178
  494. package/es/checkbox/style/token.less +0 -57
  495. package/es/collapse/style/index.less +0 -177
  496. package/es/collapse/style/token.less +0 -57
  497. package/es/color-picker/style/index.less +0 -310
  498. package/es/color-picker/style/token.less +0 -93
  499. package/es/comment/style/index.less +0 -66
  500. package/es/comment/style/token.less +0 -29
  501. package/es/date-picker/style/date.less +0 -128
  502. package/es/date-picker/style/index.less +0 -313
  503. package/es/date-picker/style/month.less +0 -30
  504. package/es/date-picker/style/quarter.less +0 -8
  505. package/es/date-picker/style/range.less +0 -9
  506. package/es/date-picker/style/shortcuts.less +0 -25
  507. package/es/date-picker/style/token.less +0 -56
  508. package/es/date-picker/style/week.less +0 -70
  509. package/es/date-picker/style/year.less +0 -8
  510. package/es/descriptions/style/index.less +0 -158
  511. package/es/descriptions/style/token.less +0 -75
  512. package/es/divider/style/index.less +0 -56
  513. package/es/divider/style/token.less +0 -25
  514. package/es/drawer/style/token.less +0 -25
  515. package/es/dropdown/style/index.less +0 -106
  516. package/es/dropdown/style/token.less +0 -40
  517. package/es/ellipsis/style/token.less +0 -5
  518. package/es/empty/style/index.less +0 -26
  519. package/es/empty/style/token.less +0 -15
  520. package/es/form/style/index.less +0 -256
  521. package/es/form/style/status.less +0 -157
  522. package/es/form/style/token.less +0 -121
  523. package/es/grid/style/col.less +0 -95
  524. package/es/grid/style/grid.less +0 -5
  525. package/es/grid/style/index.less +0 -3
  526. package/es/image/style/image.less +0 -157
  527. package/es/image/style/index.less +0 -5
  528. package/es/image/style/preview.less +0 -224
  529. package/es/image/style/token.less +0 -119
  530. package/es/image/style/trigger.less +0 -13
  531. package/es/index.less +0 -77
  532. package/es/input/style/group.less +0 -62
  533. package/es/input/style/index.less +0 -119
  534. package/es/input/style/input.less +0 -184
  535. package/es/input/style/password.less +0 -11
  536. package/es/input/style/search.less +0 -18
  537. package/es/input/style/size.less +0 -149
  538. package/es/input/style/textarea.less +0 -37
  539. package/es/input/style/token.less +0 -125
  540. package/es/input-number/style/index.less +0 -162
  541. package/es/input-number/style/token.less +0 -31
  542. package/es/input-tag/style/index.less +0 -40
  543. package/es/input-tag/style/input-tag.less +0 -129
  544. package/es/input-tag/style/token.less +0 -83
  545. package/es/layout/style/token.less +0 -13
  546. package/es/link/style/index.less +0 -120
  547. package/es/link/style/token.less +0 -59
  548. package/es/list/style/index.less +0 -181
  549. package/es/list/style/token.less +0 -55
  550. package/es/mention/style/token.less +0 -9
  551. package/es/menu/style/index.less +0 -618
  552. package/es/menu/style/token.less +0 -117
  553. package/es/message/style/index.less +0 -190
  554. package/es/message/style/token.less +0 -83
  555. package/es/modal/style/index.less +0 -269
  556. package/es/modal/style/token.less +0 -51
  557. package/es/notification/style/index.less +0 -245
  558. package/es/notification/style/token.less +0 -97
  559. package/es/page-header/style/index.less +0 -123
  560. package/es/page-header/style/token.less +0 -53
  561. package/es/pagination/style/index.less +0 -298
  562. package/es/pagination/style/token.less +0 -73
  563. package/es/popconfirm/style/index.less +0 -70
  564. package/es/popconfirm/style/token.less +0 -20
  565. package/es/popover/style/index.less +0 -38
  566. package/es/popover/style/token.less +0 -27
  567. package/es/progress/style/index.less +0 -379
  568. package/es/progress/style/token.less +0 -105
  569. package/es/radio/style/index.less +0 -266
  570. package/es/radio/style/token.less +0 -93
  571. package/es/rate/style/token.less +0 -18
  572. package/es/resize-box/style/token.less +0 -6
  573. package/es/result/style/index.less +0 -93
  574. package/es/result/style/token.less +0 -51
  575. package/es/scrollbar/style/index.less +0 -131
  576. package/es/scrollbar/style/token.less +0 -17
  577. package/es/select/style/index.less +0 -132
  578. package/es/select/style/token.less +0 -43
  579. package/es/skeleton/style/index.less +0 -65
  580. package/es/skeleton/style/token.less +0 -21
  581. package/es/slider/style/index.less +0 -277
  582. package/es/slider/style/token.less +0 -50
  583. package/es/spin/style/dot-loading.less +0 -63
  584. package/es/spin/style/index.less +0 -52
  585. package/es/spin/style/token.less +0 -27
  586. package/es/split/style/index.less +0 -53
  587. package/es/split/style/token.less +0 -10
  588. package/es/statistic/style/index.less +0 -47
  589. package/es/statistic/style/token.less +0 -27
  590. package/es/steps/style/arrow.less +0 -201
  591. package/es/steps/style/circle.less +0 -263
  592. package/es/steps/style/dot.less +0 -202
  593. package/es/steps/style/index.less +0 -74
  594. package/es/steps/style/navigation.less +0 -56
  595. package/es/steps/style/token.less +0 -143
  596. package/es/style/animation/index.css +0 -328
  597. package/es/style/animation/index.less +0 -3
  598. package/es/style/color/colors.less +0 -427
  599. package/es/style/color/css-variables.less +0 -389
  600. package/es/style/color/get-rgb-str.d.ts +0 -1
  601. package/es/style/color/get-rgb-str.js +0 -17
  602. package/es/style/icon.less +0 -86
  603. package/es/style/index.css +0 -1236
  604. package/es/style/index.less +0 -10
  605. package/es/style/mixins/icon-hover.less +0 -14
  606. package/es/style/mixins/index.css +0 -17
  607. package/es/style/mixins/index.less +0 -13
  608. package/es/style/normalize.less +0 -353
  609. package/es/style/theme/component.less +0 -21
  610. package/es/style/theme/css-variables.less +0 -126
  611. package/es/style/theme/global.less +0 -382
  612. package/es/style/theme/index.css +0 -17
  613. package/es/style/theme/index.less +0 -43
  614. package/es/switch/style/index.less +0 -322
  615. package/es/switch/style/token.less +0 -48
  616. package/es/table/style/index.less +0 -875
  617. package/es/table/style/token.less +0 -115
  618. package/es/tabs/style/index.less +0 -700
  619. package/es/tabs/style/rtl.less +0 -103
  620. package/es/tabs/style/token.less +0 -223
  621. package/es/tabs/style/vertical.less +0 -156
  622. package/es/tag/style/index.less +0 -170
  623. package/es/tag/style/token.less +0 -153
  624. package/es/textarea/style/index.less +0 -64
  625. package/es/time-picker/style/index.less +0 -93
  626. package/es/time-picker/style/token.less +0 -25
  627. package/es/timeline/style/horizontal.less +0 -87
  628. package/es/timeline/style/index.less +0 -271
  629. package/es/timeline/style/token.less +0 -39
  630. package/es/tooltip/style/index.less +0 -24
  631. package/es/tooltip/style/token.less +0 -19
  632. package/es/transfer/style/index.less +0 -294
  633. package/es/transfer/style/token.less +0 -79
  634. package/es/tree/style/index.less +0 -379
  635. package/es/tree/style/token.less +0 -89
  636. package/es/tree-select/style/index.less +0 -49
  637. package/es/tree-select/style/token.less +0 -9
  638. package/es/trigger/style/token.less +0 -7
  639. package/es/typography/style/index.less +0 -204
  640. package/es/typography/style/token.less +0 -55
  641. package/es/upload/style/index.less +0 -500
  642. package/es/upload/style/token.less +0 -181
  643. package/es/verification-code/style/index.less +0 -32
  644. package/es/verification-code/style/token.less +0 -1
@@ -46,410 +46,174 @@
46
46
  .sd-row-justify-space-between {
47
47
  justify-content: space-between;
48
48
  }
49
+
49
50
  .sd-col {
50
51
  box-sizing: border-box;
51
52
  }
52
- .sd-col-1 {
53
- flex: 0 0 4.16666667%;
54
- width: 4.16666667%;
55
- }
56
- .sd-col-2 {
57
- flex: 0 0 8.33333333%;
58
- width: 8.33333333%;
59
- }
60
- .sd-col-3 {
61
- flex: 0 0 12.5%;
62
- width: 12.5%;
63
- }
64
- .sd-col-4 {
65
- flex: 0 0 16.66666667%;
66
- width: 16.66666667%;
67
- }
68
- .sd-col-5 {
69
- flex: 0 0 20.83333333%;
70
- width: 20.83333333%;
71
- }
72
- .sd-col-6 {
73
- flex: 0 0 25%;
74
- width: 25%;
75
- }
76
- .sd-col-7 {
77
- flex: 0 0 29.16666667%;
78
- width: 29.16666667%;
79
- }
80
- .sd-col-8 {
81
- flex: 0 0 33.33333333%;
82
- width: 33.33333333%;
83
- }
84
- .sd-col-9 {
85
- flex: 0 0 37.5%;
86
- width: 37.5%;
87
- }
88
- .sd-col-10 {
89
- flex: 0 0 41.66666667%;
90
- width: 41.66666667%;
91
- }
92
- .sd-col-11 {
93
- flex: 0 0 45.83333333%;
94
- width: 45.83333333%;
95
- }
96
- .sd-col-12 {
97
- flex: 0 0 50%;
98
- width: 50%;
99
- }
100
- .sd-col-13 {
101
- flex: 0 0 54.16666667%;
102
- width: 54.16666667%;
103
- }
104
- .sd-col-14 {
105
- flex: 0 0 58.33333333%;
106
- width: 58.33333333%;
107
- }
108
- .sd-col-15 {
109
- flex: 0 0 62.5%;
110
- width: 62.5%;
111
- }
112
- .sd-col-16 {
113
- flex: 0 0 66.66666667%;
114
- width: 66.66666667%;
115
- }
116
- .sd-col-17 {
117
- flex: 0 0 70.83333333%;
118
- width: 70.83333333%;
119
- }
120
- .sd-col-18 {
121
- flex: 0 0 75%;
122
- width: 75%;
123
- }
124
- .sd-col-19 {
125
- flex: 0 0 79.16666667%;
126
- width: 79.16666667%;
127
- }
128
- .sd-col-20 {
129
- flex: 0 0 83.33333333%;
130
- width: 83.33333333%;
131
- }
132
- .sd-col-21 {
133
- flex: 0 0 87.5%;
134
- width: 87.5%;
135
- }
136
- .sd-col-22 {
137
- flex: 0 0 91.66666667%;
138
- width: 91.66666667%;
139
- }
140
- .sd-col-23 {
141
- flex: 0 0 95.83333333%;
142
- width: 95.83333333%;
143
- }
144
- .sd-col-24 {
145
- flex: 0 0 100%;
146
- width: 100%;
147
- }
148
- .sd-col-offset-1 {
149
- margin-left: 4.16666667%;
150
- }
151
- .sd-col-offset-2 {
152
- margin-left: 8.33333333%;
153
- }
154
- .sd-col-offset-3 {
155
- margin-left: 12.5%;
156
- }
157
- .sd-col-offset-4 {
158
- margin-left: 16.66666667%;
159
- }
160
- .sd-col-offset-5 {
161
- margin-left: 20.83333333%;
162
- }
163
- .sd-col-offset-6 {
164
- margin-left: 25%;
165
- }
166
- .sd-col-offset-7 {
167
- margin-left: 29.16666667%;
168
- }
169
- .sd-col-offset-8 {
170
- margin-left: 33.33333333%;
171
- }
172
- .sd-col-offset-9 {
173
- margin-left: 37.5%;
174
- }
175
- .sd-col-offset-10 {
176
- margin-left: 41.66666667%;
177
- }
178
- .sd-col-offset-11 {
179
- margin-left: 45.83333333%;
180
- }
181
- .sd-col-offset-12 {
182
- margin-left: 50%;
183
- }
184
- .sd-col-offset-13 {
185
- margin-left: 54.16666667%;
186
- }
187
- .sd-col-offset-14 {
188
- margin-left: 58.33333333%;
189
- }
190
- .sd-col-offset-15 {
191
- margin-left: 62.5%;
192
- }
193
- .sd-col-offset-16 {
194
- margin-left: 66.66666667%;
195
- }
196
- .sd-col-offset-17 {
197
- margin-left: 70.83333333%;
198
- }
199
- .sd-col-offset-18 {
200
- margin-left: 75%;
201
- }
202
- .sd-col-offset-19 {
203
- margin-left: 79.16666667%;
204
- }
205
- .sd-col-offset-20 {
206
- margin-left: 83.33333333%;
207
- }
208
- .sd-col-offset-21 {
209
- margin-left: 87.5%;
210
- }
211
- .sd-col-offset-22 {
212
- margin-left: 91.66666667%;
213
- }
214
- .sd-col-offset-23 {
215
- margin-left: 95.83333333%;
216
- }
217
- .sd-col-order-1 {
218
- order: 1;
219
- }
220
- .sd-col-order-2 {
221
- order: 2;
222
- }
223
- .sd-col-order-3 {
224
- order: 3;
225
- }
226
- .sd-col-order-4 {
227
- order: 4;
228
- }
229
- .sd-col-order-5 {
230
- order: 5;
231
- }
232
- .sd-col-order-6 {
233
- order: 6;
234
- }
235
- .sd-col-order-7 {
236
- order: 7;
237
- }
238
- .sd-col-order-8 {
239
- order: 8;
240
- }
241
- .sd-col-order-9 {
242
- order: 9;
243
- }
244
- .sd-col-order-10 {
245
- order: 10;
246
- }
247
- .sd-col-order-11 {
248
- order: 11;
249
- }
250
- .sd-col-order-12 {
251
- order: 12;
252
- }
253
- .sd-col-order-13 {
254
- order: 13;
255
- }
256
- .sd-col-order-14 {
257
- order: 14;
258
- }
259
- .sd-col-order-15 {
260
- order: 15;
261
- }
262
- .sd-col-order-16 {
263
- order: 16;
264
- }
265
- .sd-col-order-17 {
266
- order: 17;
267
- }
268
- .sd-col-order-18 {
269
- order: 18;
270
- }
271
- .sd-col-order-19 {
272
- order: 19;
273
- }
274
- .sd-col-order-20 {
275
- order: 20;
276
- }
277
- .sd-col-order-21 {
278
- order: 21;
279
- }
280
- .sd-col-order-22 {
281
- order: 22;
282
- }
283
- .sd-col-order-23 {
284
- order: 23;
285
- }
286
- .sd-col-order-24 {
287
- order: 24;
288
- }
289
53
  .sd-col-xs-1 {
290
- flex: 0 0 4.16666667%;
291
- width: 4.16666667%;
54
+ flex: 0 0 4.1666666667%;
55
+ width: 4.1666666667%;
292
56
  }
293
57
  .sd-col-xs-2 {
294
- flex: 0 0 8.33333333%;
295
- width: 8.33333333%;
58
+ flex: 0 0 8.3333333333%;
59
+ width: 8.3333333333%;
296
60
  }
297
61
  .sd-col-xs-3 {
298
62
  flex: 0 0 12.5%;
299
63
  width: 12.5%;
300
64
  }
301
65
  .sd-col-xs-4 {
302
- flex: 0 0 16.66666667%;
303
- width: 16.66666667%;
66
+ flex: 0 0 16.6666666667%;
67
+ width: 16.6666666667%;
304
68
  }
305
69
  .sd-col-xs-5 {
306
- flex: 0 0 20.83333333%;
307
- width: 20.83333333%;
70
+ flex: 0 0 20.8333333333%;
71
+ width: 20.8333333333%;
308
72
  }
309
73
  .sd-col-xs-6 {
310
74
  flex: 0 0 25%;
311
75
  width: 25%;
312
76
  }
313
77
  .sd-col-xs-7 {
314
- flex: 0 0 29.16666667%;
315
- width: 29.16666667%;
78
+ flex: 0 0 29.1666666667%;
79
+ width: 29.1666666667%;
316
80
  }
317
81
  .sd-col-xs-8 {
318
- flex: 0 0 33.33333333%;
319
- width: 33.33333333%;
82
+ flex: 0 0 33.3333333333%;
83
+ width: 33.3333333333%;
320
84
  }
321
85
  .sd-col-xs-9 {
322
86
  flex: 0 0 37.5%;
323
87
  width: 37.5%;
324
88
  }
325
89
  .sd-col-xs-10 {
326
- flex: 0 0 41.66666667%;
327
- width: 41.66666667%;
90
+ flex: 0 0 41.6666666667%;
91
+ width: 41.6666666667%;
328
92
  }
329
93
  .sd-col-xs-11 {
330
- flex: 0 0 45.83333333%;
331
- width: 45.83333333%;
94
+ flex: 0 0 45.8333333333%;
95
+ width: 45.8333333333%;
332
96
  }
333
97
  .sd-col-xs-12 {
334
98
  flex: 0 0 50%;
335
99
  width: 50%;
336
100
  }
337
101
  .sd-col-xs-13 {
338
- flex: 0 0 54.16666667%;
339
- width: 54.16666667%;
102
+ flex: 0 0 54.1666666667%;
103
+ width: 54.1666666667%;
340
104
  }
341
105
  .sd-col-xs-14 {
342
- flex: 0 0 58.33333333%;
343
- width: 58.33333333%;
106
+ flex: 0 0 58.3333333333%;
107
+ width: 58.3333333333%;
344
108
  }
345
109
  .sd-col-xs-15 {
346
110
  flex: 0 0 62.5%;
347
111
  width: 62.5%;
348
112
  }
349
113
  .sd-col-xs-16 {
350
- flex: 0 0 66.66666667%;
351
- width: 66.66666667%;
114
+ flex: 0 0 66.6666666667%;
115
+ width: 66.6666666667%;
352
116
  }
353
117
  .sd-col-xs-17 {
354
- flex: 0 0 70.83333333%;
355
- width: 70.83333333%;
118
+ flex: 0 0 70.8333333333%;
119
+ width: 70.8333333333%;
356
120
  }
357
121
  .sd-col-xs-18 {
358
122
  flex: 0 0 75%;
359
123
  width: 75%;
360
124
  }
361
125
  .sd-col-xs-19 {
362
- flex: 0 0 79.16666667%;
363
- width: 79.16666667%;
126
+ flex: 0 0 79.1666666667%;
127
+ width: 79.1666666667%;
364
128
  }
365
129
  .sd-col-xs-20 {
366
- flex: 0 0 83.33333333%;
367
- width: 83.33333333%;
130
+ flex: 0 0 83.3333333333%;
131
+ width: 83.3333333333%;
368
132
  }
369
133
  .sd-col-xs-21 {
370
134
  flex: 0 0 87.5%;
371
135
  width: 87.5%;
372
136
  }
373
137
  .sd-col-xs-22 {
374
- flex: 0 0 91.66666667%;
375
- width: 91.66666667%;
138
+ flex: 0 0 91.6666666667%;
139
+ width: 91.6666666667%;
376
140
  }
377
141
  .sd-col-xs-23 {
378
- flex: 0 0 95.83333333%;
379
- width: 95.83333333%;
142
+ flex: 0 0 95.8333333333%;
143
+ width: 95.8333333333%;
380
144
  }
381
145
  .sd-col-xs-24 {
382
146
  flex: 0 0 100%;
383
147
  width: 100%;
384
148
  }
385
149
  .sd-col-xs-offset-1 {
386
- margin-left: 4.16666667%;
150
+ margin-left: 4.1666666667%;
387
151
  }
388
152
  .sd-col-xs-offset-2 {
389
- margin-left: 8.33333333%;
153
+ margin-left: 8.3333333333%;
390
154
  }
391
155
  .sd-col-xs-offset-3 {
392
156
  margin-left: 12.5%;
393
157
  }
394
158
  .sd-col-xs-offset-4 {
395
- margin-left: 16.66666667%;
159
+ margin-left: 16.6666666667%;
396
160
  }
397
161
  .sd-col-xs-offset-5 {
398
- margin-left: 20.83333333%;
162
+ margin-left: 20.8333333333%;
399
163
  }
400
164
  .sd-col-xs-offset-6 {
401
165
  margin-left: 25%;
402
166
  }
403
167
  .sd-col-xs-offset-7 {
404
- margin-left: 29.16666667%;
168
+ margin-left: 29.1666666667%;
405
169
  }
406
170
  .sd-col-xs-offset-8 {
407
- margin-left: 33.33333333%;
171
+ margin-left: 33.3333333333%;
408
172
  }
409
173
  .sd-col-xs-offset-9 {
410
174
  margin-left: 37.5%;
411
175
  }
412
176
  .sd-col-xs-offset-10 {
413
- margin-left: 41.66666667%;
177
+ margin-left: 41.6666666667%;
414
178
  }
415
179
  .sd-col-xs-offset-11 {
416
- margin-left: 45.83333333%;
180
+ margin-left: 45.8333333333%;
417
181
  }
418
182
  .sd-col-xs-offset-12 {
419
183
  margin-left: 50%;
420
184
  }
421
185
  .sd-col-xs-offset-13 {
422
- margin-left: 54.16666667%;
186
+ margin-left: 54.1666666667%;
423
187
  }
424
188
  .sd-col-xs-offset-14 {
425
- margin-left: 58.33333333%;
189
+ margin-left: 58.3333333333%;
426
190
  }
427
191
  .sd-col-xs-offset-15 {
428
192
  margin-left: 62.5%;
429
193
  }
430
194
  .sd-col-xs-offset-16 {
431
- margin-left: 66.66666667%;
195
+ margin-left: 66.6666666667%;
432
196
  }
433
197
  .sd-col-xs-offset-17 {
434
- margin-left: 70.83333333%;
198
+ margin-left: 70.8333333333%;
435
199
  }
436
200
  .sd-col-xs-offset-18 {
437
201
  margin-left: 75%;
438
202
  }
439
203
  .sd-col-xs-offset-19 {
440
- margin-left: 79.16666667%;
204
+ margin-left: 79.1666666667%;
441
205
  }
442
206
  .sd-col-xs-offset-20 {
443
- margin-left: 83.33333333%;
207
+ margin-left: 83.3333333333%;
444
208
  }
445
209
  .sd-col-xs-offset-21 {
446
210
  margin-left: 87.5%;
447
211
  }
448
212
  .sd-col-xs-offset-22 {
449
- margin-left: 91.66666667%;
213
+ margin-left: 91.6666666667%;
450
214
  }
451
215
  .sd-col-xs-offset-23 {
452
- margin-left: 95.83333333%;
216
+ margin-left: 95.8333333333%;
453
217
  }
454
218
  .sd-col-xs-order-1 {
455
219
  order: 1;
@@ -525,169 +289,169 @@
525
289
  }
526
290
  @media (width >= 576px) {
527
291
  .sd-col-sm-1 {
528
- flex: 0 0 4.16666667%;
529
- width: 4.16666667%;
292
+ flex: 0 0 4.1666666667%;
293
+ width: 4.1666666667%;
530
294
  }
531
295
  .sd-col-sm-2 {
532
- flex: 0 0 8.33333333%;
533
- width: 8.33333333%;
296
+ flex: 0 0 8.3333333333%;
297
+ width: 8.3333333333%;
534
298
  }
535
299
  .sd-col-sm-3 {
536
300
  flex: 0 0 12.5%;
537
301
  width: 12.5%;
538
302
  }
539
303
  .sd-col-sm-4 {
540
- flex: 0 0 16.66666667%;
541
- width: 16.66666667%;
304
+ flex: 0 0 16.6666666667%;
305
+ width: 16.6666666667%;
542
306
  }
543
307
  .sd-col-sm-5 {
544
- flex: 0 0 20.83333333%;
545
- width: 20.83333333%;
308
+ flex: 0 0 20.8333333333%;
309
+ width: 20.8333333333%;
546
310
  }
547
311
  .sd-col-sm-6 {
548
312
  flex: 0 0 25%;
549
313
  width: 25%;
550
314
  }
551
315
  .sd-col-sm-7 {
552
- flex: 0 0 29.16666667%;
553
- width: 29.16666667%;
316
+ flex: 0 0 29.1666666667%;
317
+ width: 29.1666666667%;
554
318
  }
555
319
  .sd-col-sm-8 {
556
- flex: 0 0 33.33333333%;
557
- width: 33.33333333%;
320
+ flex: 0 0 33.3333333333%;
321
+ width: 33.3333333333%;
558
322
  }
559
323
  .sd-col-sm-9 {
560
324
  flex: 0 0 37.5%;
561
325
  width: 37.5%;
562
326
  }
563
327
  .sd-col-sm-10 {
564
- flex: 0 0 41.66666667%;
565
- width: 41.66666667%;
328
+ flex: 0 0 41.6666666667%;
329
+ width: 41.6666666667%;
566
330
  }
567
331
  .sd-col-sm-11 {
568
- flex: 0 0 45.83333333%;
569
- width: 45.83333333%;
332
+ flex: 0 0 45.8333333333%;
333
+ width: 45.8333333333%;
570
334
  }
571
335
  .sd-col-sm-12 {
572
336
  flex: 0 0 50%;
573
337
  width: 50%;
574
338
  }
575
339
  .sd-col-sm-13 {
576
- flex: 0 0 54.16666667%;
577
- width: 54.16666667%;
340
+ flex: 0 0 54.1666666667%;
341
+ width: 54.1666666667%;
578
342
  }
579
343
  .sd-col-sm-14 {
580
- flex: 0 0 58.33333333%;
581
- width: 58.33333333%;
344
+ flex: 0 0 58.3333333333%;
345
+ width: 58.3333333333%;
582
346
  }
583
347
  .sd-col-sm-15 {
584
348
  flex: 0 0 62.5%;
585
349
  width: 62.5%;
586
350
  }
587
351
  .sd-col-sm-16 {
588
- flex: 0 0 66.66666667%;
589
- width: 66.66666667%;
352
+ flex: 0 0 66.6666666667%;
353
+ width: 66.6666666667%;
590
354
  }
591
355
  .sd-col-sm-17 {
592
- flex: 0 0 70.83333333%;
593
- width: 70.83333333%;
356
+ flex: 0 0 70.8333333333%;
357
+ width: 70.8333333333%;
594
358
  }
595
359
  .sd-col-sm-18 {
596
360
  flex: 0 0 75%;
597
361
  width: 75%;
598
362
  }
599
363
  .sd-col-sm-19 {
600
- flex: 0 0 79.16666667%;
601
- width: 79.16666667%;
364
+ flex: 0 0 79.1666666667%;
365
+ width: 79.1666666667%;
602
366
  }
603
367
  .sd-col-sm-20 {
604
- flex: 0 0 83.33333333%;
605
- width: 83.33333333%;
368
+ flex: 0 0 83.3333333333%;
369
+ width: 83.3333333333%;
606
370
  }
607
371
  .sd-col-sm-21 {
608
372
  flex: 0 0 87.5%;
609
373
  width: 87.5%;
610
374
  }
611
375
  .sd-col-sm-22 {
612
- flex: 0 0 91.66666667%;
613
- width: 91.66666667%;
376
+ flex: 0 0 91.6666666667%;
377
+ width: 91.6666666667%;
614
378
  }
615
379
  .sd-col-sm-23 {
616
- flex: 0 0 95.83333333%;
617
- width: 95.83333333%;
380
+ flex: 0 0 95.8333333333%;
381
+ width: 95.8333333333%;
618
382
  }
619
383
  .sd-col-sm-24 {
620
384
  flex: 0 0 100%;
621
385
  width: 100%;
622
386
  }
623
387
  .sd-col-sm-offset-1 {
624
- margin-left: 4.16666667%;
388
+ margin-left: 4.1666666667%;
625
389
  }
626
390
  .sd-col-sm-offset-2 {
627
- margin-left: 8.33333333%;
391
+ margin-left: 8.3333333333%;
628
392
  }
629
393
  .sd-col-sm-offset-3 {
630
394
  margin-left: 12.5%;
631
395
  }
632
396
  .sd-col-sm-offset-4 {
633
- margin-left: 16.66666667%;
397
+ margin-left: 16.6666666667%;
634
398
  }
635
399
  .sd-col-sm-offset-5 {
636
- margin-left: 20.83333333%;
400
+ margin-left: 20.8333333333%;
637
401
  }
638
402
  .sd-col-sm-offset-6 {
639
403
  margin-left: 25%;
640
404
  }
641
405
  .sd-col-sm-offset-7 {
642
- margin-left: 29.16666667%;
406
+ margin-left: 29.1666666667%;
643
407
  }
644
408
  .sd-col-sm-offset-8 {
645
- margin-left: 33.33333333%;
409
+ margin-left: 33.3333333333%;
646
410
  }
647
411
  .sd-col-sm-offset-9 {
648
412
  margin-left: 37.5%;
649
413
  }
650
414
  .sd-col-sm-offset-10 {
651
- margin-left: 41.66666667%;
415
+ margin-left: 41.6666666667%;
652
416
  }
653
417
  .sd-col-sm-offset-11 {
654
- margin-left: 45.83333333%;
418
+ margin-left: 45.8333333333%;
655
419
  }
656
420
  .sd-col-sm-offset-12 {
657
421
  margin-left: 50%;
658
422
  }
659
423
  .sd-col-sm-offset-13 {
660
- margin-left: 54.16666667%;
424
+ margin-left: 54.1666666667%;
661
425
  }
662
426
  .sd-col-sm-offset-14 {
663
- margin-left: 58.33333333%;
427
+ margin-left: 58.3333333333%;
664
428
  }
665
429
  .sd-col-sm-offset-15 {
666
430
  margin-left: 62.5%;
667
431
  }
668
432
  .sd-col-sm-offset-16 {
669
- margin-left: 66.66666667%;
433
+ margin-left: 66.6666666667%;
670
434
  }
671
435
  .sd-col-sm-offset-17 {
672
- margin-left: 70.83333333%;
436
+ margin-left: 70.8333333333%;
673
437
  }
674
438
  .sd-col-sm-offset-18 {
675
439
  margin-left: 75%;
676
440
  }
677
441
  .sd-col-sm-offset-19 {
678
- margin-left: 79.16666667%;
442
+ margin-left: 79.1666666667%;
679
443
  }
680
444
  .sd-col-sm-offset-20 {
681
- margin-left: 83.33333333%;
445
+ margin-left: 83.3333333333%;
682
446
  }
683
447
  .sd-col-sm-offset-21 {
684
448
  margin-left: 87.5%;
685
449
  }
686
450
  .sd-col-sm-offset-22 {
687
- margin-left: 91.66666667%;
451
+ margin-left: 91.6666666667%;
688
452
  }
689
453
  .sd-col-sm-offset-23 {
690
- margin-left: 95.83333333%;
454
+ margin-left: 95.8333333333%;
691
455
  }
692
456
  .sd-col-sm-order-1 {
693
457
  order: 1;
@@ -764,169 +528,169 @@
764
528
  }
765
529
  @media (width >= 768px) {
766
530
  .sd-col-md-1 {
767
- flex: 0 0 4.16666667%;
768
- width: 4.16666667%;
531
+ flex: 0 0 4.1666666667%;
532
+ width: 4.1666666667%;
769
533
  }
770
534
  .sd-col-md-2 {
771
- flex: 0 0 8.33333333%;
772
- width: 8.33333333%;
535
+ flex: 0 0 8.3333333333%;
536
+ width: 8.3333333333%;
773
537
  }
774
538
  .sd-col-md-3 {
775
539
  flex: 0 0 12.5%;
776
540
  width: 12.5%;
777
541
  }
778
542
  .sd-col-md-4 {
779
- flex: 0 0 16.66666667%;
780
- width: 16.66666667%;
543
+ flex: 0 0 16.6666666667%;
544
+ width: 16.6666666667%;
781
545
  }
782
546
  .sd-col-md-5 {
783
- flex: 0 0 20.83333333%;
784
- width: 20.83333333%;
547
+ flex: 0 0 20.8333333333%;
548
+ width: 20.8333333333%;
785
549
  }
786
550
  .sd-col-md-6 {
787
551
  flex: 0 0 25%;
788
552
  width: 25%;
789
553
  }
790
554
  .sd-col-md-7 {
791
- flex: 0 0 29.16666667%;
792
- width: 29.16666667%;
555
+ flex: 0 0 29.1666666667%;
556
+ width: 29.1666666667%;
793
557
  }
794
558
  .sd-col-md-8 {
795
- flex: 0 0 33.33333333%;
796
- width: 33.33333333%;
559
+ flex: 0 0 33.3333333333%;
560
+ width: 33.3333333333%;
797
561
  }
798
562
  .sd-col-md-9 {
799
563
  flex: 0 0 37.5%;
800
564
  width: 37.5%;
801
565
  }
802
566
  .sd-col-md-10 {
803
- flex: 0 0 41.66666667%;
804
- width: 41.66666667%;
567
+ flex: 0 0 41.6666666667%;
568
+ width: 41.6666666667%;
805
569
  }
806
570
  .sd-col-md-11 {
807
- flex: 0 0 45.83333333%;
808
- width: 45.83333333%;
571
+ flex: 0 0 45.8333333333%;
572
+ width: 45.8333333333%;
809
573
  }
810
574
  .sd-col-md-12 {
811
575
  flex: 0 0 50%;
812
576
  width: 50%;
813
577
  }
814
578
  .sd-col-md-13 {
815
- flex: 0 0 54.16666667%;
816
- width: 54.16666667%;
579
+ flex: 0 0 54.1666666667%;
580
+ width: 54.1666666667%;
817
581
  }
818
582
  .sd-col-md-14 {
819
- flex: 0 0 58.33333333%;
820
- width: 58.33333333%;
583
+ flex: 0 0 58.3333333333%;
584
+ width: 58.3333333333%;
821
585
  }
822
586
  .sd-col-md-15 {
823
587
  flex: 0 0 62.5%;
824
588
  width: 62.5%;
825
589
  }
826
590
  .sd-col-md-16 {
827
- flex: 0 0 66.66666667%;
828
- width: 66.66666667%;
591
+ flex: 0 0 66.6666666667%;
592
+ width: 66.6666666667%;
829
593
  }
830
594
  .sd-col-md-17 {
831
- flex: 0 0 70.83333333%;
832
- width: 70.83333333%;
595
+ flex: 0 0 70.8333333333%;
596
+ width: 70.8333333333%;
833
597
  }
834
598
  .sd-col-md-18 {
835
599
  flex: 0 0 75%;
836
600
  width: 75%;
837
601
  }
838
602
  .sd-col-md-19 {
839
- flex: 0 0 79.16666667%;
840
- width: 79.16666667%;
603
+ flex: 0 0 79.1666666667%;
604
+ width: 79.1666666667%;
841
605
  }
842
606
  .sd-col-md-20 {
843
- flex: 0 0 83.33333333%;
844
- width: 83.33333333%;
607
+ flex: 0 0 83.3333333333%;
608
+ width: 83.3333333333%;
845
609
  }
846
610
  .sd-col-md-21 {
847
611
  flex: 0 0 87.5%;
848
612
  width: 87.5%;
849
613
  }
850
614
  .sd-col-md-22 {
851
- flex: 0 0 91.66666667%;
852
- width: 91.66666667%;
615
+ flex: 0 0 91.6666666667%;
616
+ width: 91.6666666667%;
853
617
  }
854
618
  .sd-col-md-23 {
855
- flex: 0 0 95.83333333%;
856
- width: 95.83333333%;
619
+ flex: 0 0 95.8333333333%;
620
+ width: 95.8333333333%;
857
621
  }
858
622
  .sd-col-md-24 {
859
623
  flex: 0 0 100%;
860
624
  width: 100%;
861
625
  }
862
626
  .sd-col-md-offset-1 {
863
- margin-left: 4.16666667%;
627
+ margin-left: 4.1666666667%;
864
628
  }
865
629
  .sd-col-md-offset-2 {
866
- margin-left: 8.33333333%;
630
+ margin-left: 8.3333333333%;
867
631
  }
868
632
  .sd-col-md-offset-3 {
869
633
  margin-left: 12.5%;
870
634
  }
871
635
  .sd-col-md-offset-4 {
872
- margin-left: 16.66666667%;
636
+ margin-left: 16.6666666667%;
873
637
  }
874
638
  .sd-col-md-offset-5 {
875
- margin-left: 20.83333333%;
639
+ margin-left: 20.8333333333%;
876
640
  }
877
641
  .sd-col-md-offset-6 {
878
642
  margin-left: 25%;
879
643
  }
880
644
  .sd-col-md-offset-7 {
881
- margin-left: 29.16666667%;
645
+ margin-left: 29.1666666667%;
882
646
  }
883
647
  .sd-col-md-offset-8 {
884
- margin-left: 33.33333333%;
648
+ margin-left: 33.3333333333%;
885
649
  }
886
650
  .sd-col-md-offset-9 {
887
651
  margin-left: 37.5%;
888
652
  }
889
653
  .sd-col-md-offset-10 {
890
- margin-left: 41.66666667%;
654
+ margin-left: 41.6666666667%;
891
655
  }
892
656
  .sd-col-md-offset-11 {
893
- margin-left: 45.83333333%;
657
+ margin-left: 45.8333333333%;
894
658
  }
895
659
  .sd-col-md-offset-12 {
896
660
  margin-left: 50%;
897
661
  }
898
662
  .sd-col-md-offset-13 {
899
- margin-left: 54.16666667%;
663
+ margin-left: 54.1666666667%;
900
664
  }
901
665
  .sd-col-md-offset-14 {
902
- margin-left: 58.33333333%;
666
+ margin-left: 58.3333333333%;
903
667
  }
904
668
  .sd-col-md-offset-15 {
905
669
  margin-left: 62.5%;
906
670
  }
907
671
  .sd-col-md-offset-16 {
908
- margin-left: 66.66666667%;
672
+ margin-left: 66.6666666667%;
909
673
  }
910
674
  .sd-col-md-offset-17 {
911
- margin-left: 70.83333333%;
675
+ margin-left: 70.8333333333%;
912
676
  }
913
677
  .sd-col-md-offset-18 {
914
678
  margin-left: 75%;
915
679
  }
916
680
  .sd-col-md-offset-19 {
917
- margin-left: 79.16666667%;
681
+ margin-left: 79.1666666667%;
918
682
  }
919
683
  .sd-col-md-offset-20 {
920
- margin-left: 83.33333333%;
684
+ margin-left: 83.3333333333%;
921
685
  }
922
686
  .sd-col-md-offset-21 {
923
687
  margin-left: 87.5%;
924
688
  }
925
689
  .sd-col-md-offset-22 {
926
- margin-left: 91.66666667%;
690
+ margin-left: 91.6666666667%;
927
691
  }
928
692
  .sd-col-md-offset-23 {
929
- margin-left: 95.83333333%;
693
+ margin-left: 95.8333333333%;
930
694
  }
931
695
  .sd-col-md-order-1 {
932
696
  order: 1;
@@ -1003,169 +767,169 @@
1003
767
  }
1004
768
  @media (width >= 992px) {
1005
769
  .sd-col-lg-1 {
1006
- flex: 0 0 4.16666667%;
1007
- width: 4.16666667%;
770
+ flex: 0 0 4.1666666667%;
771
+ width: 4.1666666667%;
1008
772
  }
1009
773
  .sd-col-lg-2 {
1010
- flex: 0 0 8.33333333%;
1011
- width: 8.33333333%;
774
+ flex: 0 0 8.3333333333%;
775
+ width: 8.3333333333%;
1012
776
  }
1013
777
  .sd-col-lg-3 {
1014
778
  flex: 0 0 12.5%;
1015
779
  width: 12.5%;
1016
780
  }
1017
781
  .sd-col-lg-4 {
1018
- flex: 0 0 16.66666667%;
1019
- width: 16.66666667%;
782
+ flex: 0 0 16.6666666667%;
783
+ width: 16.6666666667%;
1020
784
  }
1021
785
  .sd-col-lg-5 {
1022
- flex: 0 0 20.83333333%;
1023
- width: 20.83333333%;
786
+ flex: 0 0 20.8333333333%;
787
+ width: 20.8333333333%;
1024
788
  }
1025
789
  .sd-col-lg-6 {
1026
790
  flex: 0 0 25%;
1027
791
  width: 25%;
1028
792
  }
1029
793
  .sd-col-lg-7 {
1030
- flex: 0 0 29.16666667%;
1031
- width: 29.16666667%;
794
+ flex: 0 0 29.1666666667%;
795
+ width: 29.1666666667%;
1032
796
  }
1033
797
  .sd-col-lg-8 {
1034
- flex: 0 0 33.33333333%;
1035
- width: 33.33333333%;
798
+ flex: 0 0 33.3333333333%;
799
+ width: 33.3333333333%;
1036
800
  }
1037
801
  .sd-col-lg-9 {
1038
802
  flex: 0 0 37.5%;
1039
803
  width: 37.5%;
1040
804
  }
1041
805
  .sd-col-lg-10 {
1042
- flex: 0 0 41.66666667%;
1043
- width: 41.66666667%;
806
+ flex: 0 0 41.6666666667%;
807
+ width: 41.6666666667%;
1044
808
  }
1045
809
  .sd-col-lg-11 {
1046
- flex: 0 0 45.83333333%;
1047
- width: 45.83333333%;
810
+ flex: 0 0 45.8333333333%;
811
+ width: 45.8333333333%;
1048
812
  }
1049
813
  .sd-col-lg-12 {
1050
814
  flex: 0 0 50%;
1051
815
  width: 50%;
1052
816
  }
1053
817
  .sd-col-lg-13 {
1054
- flex: 0 0 54.16666667%;
1055
- width: 54.16666667%;
818
+ flex: 0 0 54.1666666667%;
819
+ width: 54.1666666667%;
1056
820
  }
1057
821
  .sd-col-lg-14 {
1058
- flex: 0 0 58.33333333%;
1059
- width: 58.33333333%;
822
+ flex: 0 0 58.3333333333%;
823
+ width: 58.3333333333%;
1060
824
  }
1061
825
  .sd-col-lg-15 {
1062
826
  flex: 0 0 62.5%;
1063
827
  width: 62.5%;
1064
828
  }
1065
829
  .sd-col-lg-16 {
1066
- flex: 0 0 66.66666667%;
1067
- width: 66.66666667%;
830
+ flex: 0 0 66.6666666667%;
831
+ width: 66.6666666667%;
1068
832
  }
1069
833
  .sd-col-lg-17 {
1070
- flex: 0 0 70.83333333%;
1071
- width: 70.83333333%;
834
+ flex: 0 0 70.8333333333%;
835
+ width: 70.8333333333%;
1072
836
  }
1073
837
  .sd-col-lg-18 {
1074
838
  flex: 0 0 75%;
1075
839
  width: 75%;
1076
840
  }
1077
841
  .sd-col-lg-19 {
1078
- flex: 0 0 79.16666667%;
1079
- width: 79.16666667%;
842
+ flex: 0 0 79.1666666667%;
843
+ width: 79.1666666667%;
1080
844
  }
1081
845
  .sd-col-lg-20 {
1082
- flex: 0 0 83.33333333%;
1083
- width: 83.33333333%;
846
+ flex: 0 0 83.3333333333%;
847
+ width: 83.3333333333%;
1084
848
  }
1085
849
  .sd-col-lg-21 {
1086
850
  flex: 0 0 87.5%;
1087
851
  width: 87.5%;
1088
852
  }
1089
853
  .sd-col-lg-22 {
1090
- flex: 0 0 91.66666667%;
1091
- width: 91.66666667%;
854
+ flex: 0 0 91.6666666667%;
855
+ width: 91.6666666667%;
1092
856
  }
1093
857
  .sd-col-lg-23 {
1094
- flex: 0 0 95.83333333%;
1095
- width: 95.83333333%;
858
+ flex: 0 0 95.8333333333%;
859
+ width: 95.8333333333%;
1096
860
  }
1097
861
  .sd-col-lg-24 {
1098
862
  flex: 0 0 100%;
1099
863
  width: 100%;
1100
864
  }
1101
865
  .sd-col-lg-offset-1 {
1102
- margin-left: 4.16666667%;
866
+ margin-left: 4.1666666667%;
1103
867
  }
1104
868
  .sd-col-lg-offset-2 {
1105
- margin-left: 8.33333333%;
869
+ margin-left: 8.3333333333%;
1106
870
  }
1107
871
  .sd-col-lg-offset-3 {
1108
872
  margin-left: 12.5%;
1109
873
  }
1110
874
  .sd-col-lg-offset-4 {
1111
- margin-left: 16.66666667%;
875
+ margin-left: 16.6666666667%;
1112
876
  }
1113
877
  .sd-col-lg-offset-5 {
1114
- margin-left: 20.83333333%;
878
+ margin-left: 20.8333333333%;
1115
879
  }
1116
880
  .sd-col-lg-offset-6 {
1117
881
  margin-left: 25%;
1118
882
  }
1119
883
  .sd-col-lg-offset-7 {
1120
- margin-left: 29.16666667%;
884
+ margin-left: 29.1666666667%;
1121
885
  }
1122
886
  .sd-col-lg-offset-8 {
1123
- margin-left: 33.33333333%;
887
+ margin-left: 33.3333333333%;
1124
888
  }
1125
889
  .sd-col-lg-offset-9 {
1126
890
  margin-left: 37.5%;
1127
891
  }
1128
892
  .sd-col-lg-offset-10 {
1129
- margin-left: 41.66666667%;
893
+ margin-left: 41.6666666667%;
1130
894
  }
1131
895
  .sd-col-lg-offset-11 {
1132
- margin-left: 45.83333333%;
896
+ margin-left: 45.8333333333%;
1133
897
  }
1134
898
  .sd-col-lg-offset-12 {
1135
899
  margin-left: 50%;
1136
900
  }
1137
901
  .sd-col-lg-offset-13 {
1138
- margin-left: 54.16666667%;
902
+ margin-left: 54.1666666667%;
1139
903
  }
1140
904
  .sd-col-lg-offset-14 {
1141
- margin-left: 58.33333333%;
905
+ margin-left: 58.3333333333%;
1142
906
  }
1143
907
  .sd-col-lg-offset-15 {
1144
908
  margin-left: 62.5%;
1145
909
  }
1146
910
  .sd-col-lg-offset-16 {
1147
- margin-left: 66.66666667%;
911
+ margin-left: 66.6666666667%;
1148
912
  }
1149
913
  .sd-col-lg-offset-17 {
1150
- margin-left: 70.83333333%;
914
+ margin-left: 70.8333333333%;
1151
915
  }
1152
916
  .sd-col-lg-offset-18 {
1153
917
  margin-left: 75%;
1154
918
  }
1155
919
  .sd-col-lg-offset-19 {
1156
- margin-left: 79.16666667%;
920
+ margin-left: 79.1666666667%;
1157
921
  }
1158
922
  .sd-col-lg-offset-20 {
1159
- margin-left: 83.33333333%;
923
+ margin-left: 83.3333333333%;
1160
924
  }
1161
925
  .sd-col-lg-offset-21 {
1162
926
  margin-left: 87.5%;
1163
927
  }
1164
928
  .sd-col-lg-offset-22 {
1165
- margin-left: 91.66666667%;
929
+ margin-left: 91.6666666667%;
1166
930
  }
1167
931
  .sd-col-lg-offset-23 {
1168
- margin-left: 95.83333333%;
932
+ margin-left: 95.8333333333%;
1169
933
  }
1170
934
  .sd-col-lg-order-1 {
1171
935
  order: 1;
@@ -1242,169 +1006,169 @@
1242
1006
  }
1243
1007
  @media (width >= 1200px) {
1244
1008
  .sd-col-xl-1 {
1245
- flex: 0 0 4.16666667%;
1246
- width: 4.16666667%;
1009
+ flex: 0 0 4.1666666667%;
1010
+ width: 4.1666666667%;
1247
1011
  }
1248
1012
  .sd-col-xl-2 {
1249
- flex: 0 0 8.33333333%;
1250
- width: 8.33333333%;
1013
+ flex: 0 0 8.3333333333%;
1014
+ width: 8.3333333333%;
1251
1015
  }
1252
1016
  .sd-col-xl-3 {
1253
1017
  flex: 0 0 12.5%;
1254
1018
  width: 12.5%;
1255
1019
  }
1256
1020
  .sd-col-xl-4 {
1257
- flex: 0 0 16.66666667%;
1258
- width: 16.66666667%;
1021
+ flex: 0 0 16.6666666667%;
1022
+ width: 16.6666666667%;
1259
1023
  }
1260
1024
  .sd-col-xl-5 {
1261
- flex: 0 0 20.83333333%;
1262
- width: 20.83333333%;
1025
+ flex: 0 0 20.8333333333%;
1026
+ width: 20.8333333333%;
1263
1027
  }
1264
1028
  .sd-col-xl-6 {
1265
1029
  flex: 0 0 25%;
1266
1030
  width: 25%;
1267
1031
  }
1268
1032
  .sd-col-xl-7 {
1269
- flex: 0 0 29.16666667%;
1270
- width: 29.16666667%;
1033
+ flex: 0 0 29.1666666667%;
1034
+ width: 29.1666666667%;
1271
1035
  }
1272
1036
  .sd-col-xl-8 {
1273
- flex: 0 0 33.33333333%;
1274
- width: 33.33333333%;
1037
+ flex: 0 0 33.3333333333%;
1038
+ width: 33.3333333333%;
1275
1039
  }
1276
1040
  .sd-col-xl-9 {
1277
1041
  flex: 0 0 37.5%;
1278
1042
  width: 37.5%;
1279
1043
  }
1280
1044
  .sd-col-xl-10 {
1281
- flex: 0 0 41.66666667%;
1282
- width: 41.66666667%;
1045
+ flex: 0 0 41.6666666667%;
1046
+ width: 41.6666666667%;
1283
1047
  }
1284
1048
  .sd-col-xl-11 {
1285
- flex: 0 0 45.83333333%;
1286
- width: 45.83333333%;
1049
+ flex: 0 0 45.8333333333%;
1050
+ width: 45.8333333333%;
1287
1051
  }
1288
1052
  .sd-col-xl-12 {
1289
1053
  flex: 0 0 50%;
1290
1054
  width: 50%;
1291
1055
  }
1292
1056
  .sd-col-xl-13 {
1293
- flex: 0 0 54.16666667%;
1294
- width: 54.16666667%;
1057
+ flex: 0 0 54.1666666667%;
1058
+ width: 54.1666666667%;
1295
1059
  }
1296
1060
  .sd-col-xl-14 {
1297
- flex: 0 0 58.33333333%;
1298
- width: 58.33333333%;
1061
+ flex: 0 0 58.3333333333%;
1062
+ width: 58.3333333333%;
1299
1063
  }
1300
1064
  .sd-col-xl-15 {
1301
1065
  flex: 0 0 62.5%;
1302
1066
  width: 62.5%;
1303
1067
  }
1304
1068
  .sd-col-xl-16 {
1305
- flex: 0 0 66.66666667%;
1306
- width: 66.66666667%;
1069
+ flex: 0 0 66.6666666667%;
1070
+ width: 66.6666666667%;
1307
1071
  }
1308
1072
  .sd-col-xl-17 {
1309
- flex: 0 0 70.83333333%;
1310
- width: 70.83333333%;
1073
+ flex: 0 0 70.8333333333%;
1074
+ width: 70.8333333333%;
1311
1075
  }
1312
1076
  .sd-col-xl-18 {
1313
1077
  flex: 0 0 75%;
1314
1078
  width: 75%;
1315
1079
  }
1316
1080
  .sd-col-xl-19 {
1317
- flex: 0 0 79.16666667%;
1318
- width: 79.16666667%;
1081
+ flex: 0 0 79.1666666667%;
1082
+ width: 79.1666666667%;
1319
1083
  }
1320
1084
  .sd-col-xl-20 {
1321
- flex: 0 0 83.33333333%;
1322
- width: 83.33333333%;
1085
+ flex: 0 0 83.3333333333%;
1086
+ width: 83.3333333333%;
1323
1087
  }
1324
1088
  .sd-col-xl-21 {
1325
1089
  flex: 0 0 87.5%;
1326
1090
  width: 87.5%;
1327
1091
  }
1328
1092
  .sd-col-xl-22 {
1329
- flex: 0 0 91.66666667%;
1330
- width: 91.66666667%;
1093
+ flex: 0 0 91.6666666667%;
1094
+ width: 91.6666666667%;
1331
1095
  }
1332
1096
  .sd-col-xl-23 {
1333
- flex: 0 0 95.83333333%;
1334
- width: 95.83333333%;
1097
+ flex: 0 0 95.8333333333%;
1098
+ width: 95.8333333333%;
1335
1099
  }
1336
1100
  .sd-col-xl-24 {
1337
1101
  flex: 0 0 100%;
1338
1102
  width: 100%;
1339
1103
  }
1340
1104
  .sd-col-xl-offset-1 {
1341
- margin-left: 4.16666667%;
1105
+ margin-left: 4.1666666667%;
1342
1106
  }
1343
1107
  .sd-col-xl-offset-2 {
1344
- margin-left: 8.33333333%;
1108
+ margin-left: 8.3333333333%;
1345
1109
  }
1346
1110
  .sd-col-xl-offset-3 {
1347
1111
  margin-left: 12.5%;
1348
1112
  }
1349
1113
  .sd-col-xl-offset-4 {
1350
- margin-left: 16.66666667%;
1114
+ margin-left: 16.6666666667%;
1351
1115
  }
1352
1116
  .sd-col-xl-offset-5 {
1353
- margin-left: 20.83333333%;
1117
+ margin-left: 20.8333333333%;
1354
1118
  }
1355
1119
  .sd-col-xl-offset-6 {
1356
1120
  margin-left: 25%;
1357
1121
  }
1358
1122
  .sd-col-xl-offset-7 {
1359
- margin-left: 29.16666667%;
1123
+ margin-left: 29.1666666667%;
1360
1124
  }
1361
1125
  .sd-col-xl-offset-8 {
1362
- margin-left: 33.33333333%;
1126
+ margin-left: 33.3333333333%;
1363
1127
  }
1364
1128
  .sd-col-xl-offset-9 {
1365
1129
  margin-left: 37.5%;
1366
1130
  }
1367
1131
  .sd-col-xl-offset-10 {
1368
- margin-left: 41.66666667%;
1132
+ margin-left: 41.6666666667%;
1369
1133
  }
1370
1134
  .sd-col-xl-offset-11 {
1371
- margin-left: 45.83333333%;
1135
+ margin-left: 45.8333333333%;
1372
1136
  }
1373
1137
  .sd-col-xl-offset-12 {
1374
1138
  margin-left: 50%;
1375
1139
  }
1376
1140
  .sd-col-xl-offset-13 {
1377
- margin-left: 54.16666667%;
1141
+ margin-left: 54.1666666667%;
1378
1142
  }
1379
1143
  .sd-col-xl-offset-14 {
1380
- margin-left: 58.33333333%;
1144
+ margin-left: 58.3333333333%;
1381
1145
  }
1382
1146
  .sd-col-xl-offset-15 {
1383
1147
  margin-left: 62.5%;
1384
1148
  }
1385
1149
  .sd-col-xl-offset-16 {
1386
- margin-left: 66.66666667%;
1150
+ margin-left: 66.6666666667%;
1387
1151
  }
1388
1152
  .sd-col-xl-offset-17 {
1389
- margin-left: 70.83333333%;
1153
+ margin-left: 70.8333333333%;
1390
1154
  }
1391
1155
  .sd-col-xl-offset-18 {
1392
1156
  margin-left: 75%;
1393
1157
  }
1394
1158
  .sd-col-xl-offset-19 {
1395
- margin-left: 79.16666667%;
1159
+ margin-left: 79.1666666667%;
1396
1160
  }
1397
1161
  .sd-col-xl-offset-20 {
1398
- margin-left: 83.33333333%;
1162
+ margin-left: 83.3333333333%;
1399
1163
  }
1400
1164
  .sd-col-xl-offset-21 {
1401
1165
  margin-left: 87.5%;
1402
1166
  }
1403
1167
  .sd-col-xl-offset-22 {
1404
- margin-left: 91.66666667%;
1168
+ margin-left: 91.6666666667%;
1405
1169
  }
1406
1170
  .sd-col-xl-offset-23 {
1407
- margin-left: 95.83333333%;
1171
+ margin-left: 95.8333333333%;
1408
1172
  }
1409
1173
  .sd-col-xl-order-1 {
1410
1174
  order: 1;
@@ -1481,169 +1245,169 @@
1481
1245
  }
1482
1246
  @media (width >= 1600px) {
1483
1247
  .sd-col-xxl-1 {
1484
- flex: 0 0 4.16666667%;
1485
- width: 4.16666667%;
1248
+ flex: 0 0 4.1666666667%;
1249
+ width: 4.1666666667%;
1486
1250
  }
1487
1251
  .sd-col-xxl-2 {
1488
- flex: 0 0 8.33333333%;
1489
- width: 8.33333333%;
1252
+ flex: 0 0 8.3333333333%;
1253
+ width: 8.3333333333%;
1490
1254
  }
1491
1255
  .sd-col-xxl-3 {
1492
1256
  flex: 0 0 12.5%;
1493
1257
  width: 12.5%;
1494
1258
  }
1495
1259
  .sd-col-xxl-4 {
1496
- flex: 0 0 16.66666667%;
1497
- width: 16.66666667%;
1260
+ flex: 0 0 16.6666666667%;
1261
+ width: 16.6666666667%;
1498
1262
  }
1499
1263
  .sd-col-xxl-5 {
1500
- flex: 0 0 20.83333333%;
1501
- width: 20.83333333%;
1264
+ flex: 0 0 20.8333333333%;
1265
+ width: 20.8333333333%;
1502
1266
  }
1503
1267
  .sd-col-xxl-6 {
1504
1268
  flex: 0 0 25%;
1505
1269
  width: 25%;
1506
1270
  }
1507
1271
  .sd-col-xxl-7 {
1508
- flex: 0 0 29.16666667%;
1509
- width: 29.16666667%;
1272
+ flex: 0 0 29.1666666667%;
1273
+ width: 29.1666666667%;
1510
1274
  }
1511
1275
  .sd-col-xxl-8 {
1512
- flex: 0 0 33.33333333%;
1513
- width: 33.33333333%;
1276
+ flex: 0 0 33.3333333333%;
1277
+ width: 33.3333333333%;
1514
1278
  }
1515
1279
  .sd-col-xxl-9 {
1516
1280
  flex: 0 0 37.5%;
1517
1281
  width: 37.5%;
1518
1282
  }
1519
1283
  .sd-col-xxl-10 {
1520
- flex: 0 0 41.66666667%;
1521
- width: 41.66666667%;
1284
+ flex: 0 0 41.6666666667%;
1285
+ width: 41.6666666667%;
1522
1286
  }
1523
1287
  .sd-col-xxl-11 {
1524
- flex: 0 0 45.83333333%;
1525
- width: 45.83333333%;
1288
+ flex: 0 0 45.8333333333%;
1289
+ width: 45.8333333333%;
1526
1290
  }
1527
1291
  .sd-col-xxl-12 {
1528
1292
  flex: 0 0 50%;
1529
1293
  width: 50%;
1530
1294
  }
1531
1295
  .sd-col-xxl-13 {
1532
- flex: 0 0 54.16666667%;
1533
- width: 54.16666667%;
1296
+ flex: 0 0 54.1666666667%;
1297
+ width: 54.1666666667%;
1534
1298
  }
1535
1299
  .sd-col-xxl-14 {
1536
- flex: 0 0 58.33333333%;
1537
- width: 58.33333333%;
1300
+ flex: 0 0 58.3333333333%;
1301
+ width: 58.3333333333%;
1538
1302
  }
1539
1303
  .sd-col-xxl-15 {
1540
1304
  flex: 0 0 62.5%;
1541
1305
  width: 62.5%;
1542
1306
  }
1543
1307
  .sd-col-xxl-16 {
1544
- flex: 0 0 66.66666667%;
1545
- width: 66.66666667%;
1308
+ flex: 0 0 66.6666666667%;
1309
+ width: 66.6666666667%;
1546
1310
  }
1547
1311
  .sd-col-xxl-17 {
1548
- flex: 0 0 70.83333333%;
1549
- width: 70.83333333%;
1312
+ flex: 0 0 70.8333333333%;
1313
+ width: 70.8333333333%;
1550
1314
  }
1551
1315
  .sd-col-xxl-18 {
1552
1316
  flex: 0 0 75%;
1553
1317
  width: 75%;
1554
1318
  }
1555
1319
  .sd-col-xxl-19 {
1556
- flex: 0 0 79.16666667%;
1557
- width: 79.16666667%;
1320
+ flex: 0 0 79.1666666667%;
1321
+ width: 79.1666666667%;
1558
1322
  }
1559
1323
  .sd-col-xxl-20 {
1560
- flex: 0 0 83.33333333%;
1561
- width: 83.33333333%;
1324
+ flex: 0 0 83.3333333333%;
1325
+ width: 83.3333333333%;
1562
1326
  }
1563
1327
  .sd-col-xxl-21 {
1564
1328
  flex: 0 0 87.5%;
1565
1329
  width: 87.5%;
1566
1330
  }
1567
1331
  .sd-col-xxl-22 {
1568
- flex: 0 0 91.66666667%;
1569
- width: 91.66666667%;
1332
+ flex: 0 0 91.6666666667%;
1333
+ width: 91.6666666667%;
1570
1334
  }
1571
1335
  .sd-col-xxl-23 {
1572
- flex: 0 0 95.83333333%;
1573
- width: 95.83333333%;
1336
+ flex: 0 0 95.8333333333%;
1337
+ width: 95.8333333333%;
1574
1338
  }
1575
1339
  .sd-col-xxl-24 {
1576
1340
  flex: 0 0 100%;
1577
1341
  width: 100%;
1578
1342
  }
1579
1343
  .sd-col-xxl-offset-1 {
1580
- margin-left: 4.16666667%;
1344
+ margin-left: 4.1666666667%;
1581
1345
  }
1582
1346
  .sd-col-xxl-offset-2 {
1583
- margin-left: 8.33333333%;
1347
+ margin-left: 8.3333333333%;
1584
1348
  }
1585
1349
  .sd-col-xxl-offset-3 {
1586
1350
  margin-left: 12.5%;
1587
1351
  }
1588
1352
  .sd-col-xxl-offset-4 {
1589
- margin-left: 16.66666667%;
1353
+ margin-left: 16.6666666667%;
1590
1354
  }
1591
1355
  .sd-col-xxl-offset-5 {
1592
- margin-left: 20.83333333%;
1356
+ margin-left: 20.8333333333%;
1593
1357
  }
1594
1358
  .sd-col-xxl-offset-6 {
1595
1359
  margin-left: 25%;
1596
1360
  }
1597
1361
  .sd-col-xxl-offset-7 {
1598
- margin-left: 29.16666667%;
1362
+ margin-left: 29.1666666667%;
1599
1363
  }
1600
1364
  .sd-col-xxl-offset-8 {
1601
- margin-left: 33.33333333%;
1365
+ margin-left: 33.3333333333%;
1602
1366
  }
1603
1367
  .sd-col-xxl-offset-9 {
1604
1368
  margin-left: 37.5%;
1605
1369
  }
1606
1370
  .sd-col-xxl-offset-10 {
1607
- margin-left: 41.66666667%;
1371
+ margin-left: 41.6666666667%;
1608
1372
  }
1609
1373
  .sd-col-xxl-offset-11 {
1610
- margin-left: 45.83333333%;
1374
+ margin-left: 45.8333333333%;
1611
1375
  }
1612
1376
  .sd-col-xxl-offset-12 {
1613
1377
  margin-left: 50%;
1614
1378
  }
1615
1379
  .sd-col-xxl-offset-13 {
1616
- margin-left: 54.16666667%;
1380
+ margin-left: 54.1666666667%;
1617
1381
  }
1618
1382
  .sd-col-xxl-offset-14 {
1619
- margin-left: 58.33333333%;
1383
+ margin-left: 58.3333333333%;
1620
1384
  }
1621
1385
  .sd-col-xxl-offset-15 {
1622
1386
  margin-left: 62.5%;
1623
1387
  }
1624
1388
  .sd-col-xxl-offset-16 {
1625
- margin-left: 66.66666667%;
1389
+ margin-left: 66.6666666667%;
1626
1390
  }
1627
1391
  .sd-col-xxl-offset-17 {
1628
- margin-left: 70.83333333%;
1392
+ margin-left: 70.8333333333%;
1629
1393
  }
1630
1394
  .sd-col-xxl-offset-18 {
1631
1395
  margin-left: 75%;
1632
1396
  }
1633
1397
  .sd-col-xxl-offset-19 {
1634
- margin-left: 79.16666667%;
1398
+ margin-left: 79.1666666667%;
1635
1399
  }
1636
1400
  .sd-col-xxl-offset-20 {
1637
- margin-left: 83.33333333%;
1401
+ margin-left: 83.3333333333%;
1638
1402
  }
1639
1403
  .sd-col-xxl-offset-21 {
1640
1404
  margin-left: 87.5%;
1641
1405
  }
1642
1406
  .sd-col-xxl-offset-22 {
1643
- margin-left: 91.66666667%;
1407
+ margin-left: 91.6666666667%;
1644
1408
  }
1645
1409
  .sd-col-xxl-offset-23 {
1646
- margin-left: 95.83333333%;
1410
+ margin-left: 95.8333333333%;
1647
1411
  }
1648
1412
  .sd-col-xxl-order-1 {
1649
1413
  order: 1;
@@ -1718,6 +1482,7 @@
1718
1482
  order: 24;
1719
1483
  }
1720
1484
  }
1485
+
1721
1486
  .sd-grid {
1722
1487
  display: grid;
1723
- }
1488
+ }