@coreui/coreui 4.1.6 → 4.2.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 (208) hide show
  1. package/LICENSE +2 -2
  2. package/README.md +62 -10
  3. package/dist/css/bootstrap-reboot.css +488 -0
  4. package/dist/css/bootstrap-reboot.css.map +1 -0
  5. package/dist/css/bootstrap-reboot.min.css +8 -0
  6. package/dist/css/bootstrap-reboot.min.css.map +1 -0
  7. package/dist/css/coreui-grid.css +22 -4
  8. package/dist/css/coreui-grid.css.map +1 -1
  9. package/dist/css/coreui-grid.min.css +2 -2
  10. package/dist/css/coreui-grid.min.css.map +1 -1
  11. package/dist/css/coreui-grid.rtl.css +23 -5
  12. package/dist/css/coreui-grid.rtl.css.map +1 -1
  13. package/dist/css/coreui-grid.rtl.min.css +3 -3
  14. package/dist/css/coreui-grid.rtl.min.css.map +1 -1
  15. package/dist/css/coreui-reboot.css +34 -41
  16. package/dist/css/coreui-reboot.css.map +1 -1
  17. package/dist/css/coreui-reboot.min.css +2 -2
  18. package/dist/css/coreui-reboot.min.css.map +1 -1
  19. package/dist/css/coreui-reboot.rtl.css +34 -42
  20. package/dist/css/coreui-reboot.rtl.css.map +1 -1
  21. package/dist/css/coreui-reboot.rtl.min.css +3 -3
  22. package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
  23. package/dist/css/coreui-utilities.css +278 -163
  24. package/dist/css/coreui-utilities.css.map +1 -1
  25. package/dist/css/coreui-utilities.min.css +2 -2
  26. package/dist/css/coreui-utilities.min.css.map +1 -1
  27. package/dist/css/coreui-utilities.rtl.css +273 -164
  28. package/dist/css/coreui-utilities.rtl.css.map +1 -1
  29. package/dist/css/coreui-utilities.rtl.min.css +3 -3
  30. package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
  31. package/dist/css/coreui.css +2168 -1240
  32. package/dist/css/coreui.css.map +1 -1
  33. package/dist/css/coreui.min.css +2 -2
  34. package/dist/css/coreui.min.css.map +1 -1
  35. package/dist/css/coreui.rtl.css +2150 -1228
  36. package/dist/css/coreui.rtl.css.map +1 -1
  37. package/dist/css/coreui.rtl.min.css +3 -3
  38. package/dist/css/coreui.rtl.min.css.map +1 -1
  39. package/dist/js/coreui.bundle.js +2095 -1906
  40. package/dist/js/coreui.bundle.js.map +1 -1
  41. package/dist/js/coreui.bundle.min.js +2 -2
  42. package/dist/js/coreui.bundle.min.js.map +1 -1
  43. package/dist/js/coreui.esm.js +2098 -1909
  44. package/dist/js/coreui.esm.js.map +1 -1
  45. package/dist/js/coreui.esm.min.js +2 -2
  46. package/dist/js/coreui.esm.min.js.map +1 -1
  47. package/dist/js/coreui.js +2099 -1910
  48. package/dist/js/coreui.js.map +1 -1
  49. package/dist/js/coreui.min.js +2 -2
  50. package/dist/js/coreui.min.js.map +1 -1
  51. package/js/dist/alert.js +10 -148
  52. package/js/dist/alert.js.map +1 -1
  53. package/js/dist/base-component.js +36 -122
  54. package/js/dist/base-component.js.map +1 -1
  55. package/js/dist/button.js +9 -76
  56. package/js/dist/button.js.map +1 -1
  57. package/js/dist/carousel.js +212 -507
  58. package/js/dist/carousel.js.map +1 -1
  59. package/js/dist/collapse.js +64 -251
  60. package/js/dist/collapse.js.map +1 -1
  61. package/js/dist/dom/data.js +2 -4
  62. package/js/dist/dom/data.js.map +1 -1
  63. package/js/dist/dom/event-handler.js +82 -133
  64. package/js/dist/dom/event-handler.js.map +1 -1
  65. package/js/dist/dom/manipulator.js +22 -26
  66. package/js/dist/dom/manipulator.js.map +1 -1
  67. package/js/dist/dom/selector-engine.js +16 -81
  68. package/js/dist/dom/selector-engine.js.map +1 -1
  69. package/js/dist/dropdown.js +99 -338
  70. package/js/dist/dropdown.js.map +1 -1
  71. package/js/dist/modal.js +106 -774
  72. package/js/dist/modal.js.map +1 -1
  73. package/js/dist/navigation.js +309 -0
  74. package/js/dist/navigation.js.map +1 -0
  75. package/js/dist/offcanvas.js +88 -680
  76. package/js/dist/offcanvas.js.map +1 -1
  77. package/js/dist/popover.js +35 -120
  78. package/js/dist/popover.js.map +1 -1
  79. package/js/dist/scrollspy.js +178 -264
  80. package/js/dist/scrollspy.js.map +1 -1
  81. package/js/dist/sidebar.js +347 -0
  82. package/js/dist/sidebar.js.map +1 -0
  83. package/js/dist/tab.js +226 -216
  84. package/js/dist/tab.js.map +1 -1
  85. package/js/dist/toast.js +27 -216
  86. package/js/dist/toast.js.map +1 -1
  87. package/js/dist/tooltip.js +271 -618
  88. package/js/dist/tooltip.js.map +1 -1
  89. package/js/dist/util/backdrop.js +166 -0
  90. package/js/dist/util/backdrop.js.map +1 -0
  91. package/js/dist/util/component-functions.js +47 -0
  92. package/js/dist/util/component-functions.js.map +1 -0
  93. package/js/dist/util/config.js +80 -0
  94. package/js/dist/util/config.js.map +1 -0
  95. package/js/dist/util/focustrap.js +130 -0
  96. package/js/dist/util/focustrap.js.map +1 -0
  97. package/js/dist/util/index.js +354 -0
  98. package/js/dist/util/index.js.map +1 -0
  99. package/js/dist/util/sanitizer.js +126 -0
  100. package/js/dist/util/sanitizer.js.map +1 -0
  101. package/js/dist/util/scrollbar.js +139 -0
  102. package/js/dist/util/scrollbar.js.map +1 -0
  103. package/js/dist/util/swipe.js +156 -0
  104. package/js/dist/util/swipe.js.map +1 -0
  105. package/js/dist/util/template-factory.js +178 -0
  106. package/js/dist/util/template-factory.js.map +1 -0
  107. package/js/src/alert.js +3 -15
  108. package/js/src/base-component.js +28 -18
  109. package/js/src/button.js +3 -15
  110. package/js/src/carousel.js +203 -320
  111. package/js/src/collapse.js +61 -94
  112. package/js/src/dom/data.js +1 -3
  113. package/js/src/dom/event-handler.js +74 -107
  114. package/js/src/dom/manipulator.js +22 -31
  115. package/js/src/dom/selector-engine.js +10 -19
  116. package/js/src/dropdown.js +84 -138
  117. package/js/src/modal.js +94 -158
  118. package/js/src/navigation.js +12 -13
  119. package/js/src/offcanvas.js +71 -60
  120. package/js/src/popover.js +31 -62
  121. package/js/src/scrollspy.js +166 -171
  122. package/js/src/sidebar.js +5 -8
  123. package/js/src/tab.js +201 -110
  124. package/js/src/toast.js +19 -41
  125. package/js/src/tooltip.js +264 -374
  126. package/js/src/util/backdrop.js +55 -36
  127. package/js/src/util/component-functions.js +1 -1
  128. package/js/src/util/config.js +66 -0
  129. package/js/src/util/focustrap.js +38 -28
  130. package/js/src/util/index.js +41 -57
  131. package/js/src/util/sanitizer.js +9 -17
  132. package/js/src/util/scrollbar.js +47 -30
  133. package/js/src/util/swipe.js +146 -0
  134. package/js/src/util/template-factory.js +160 -0
  135. package/package.json +36 -36
  136. package/scss/_accordion.scss +53 -25
  137. package/scss/_alert.scss +29 -9
  138. package/scss/_badge.scss +15 -6
  139. package/scss/_breadcrumb.scss +23 -11
  140. package/scss/_button-group.scss +3 -0
  141. package/scss/_buttons.scss +71 -50
  142. package/scss/_callout.scss +18 -6
  143. package/scss/_card.scss +55 -37
  144. package/scss/_carousel.scss +6 -6
  145. package/scss/_close.scss +4 -4
  146. package/scss/_containers.scss +1 -1
  147. package/scss/_dropdown.scss +86 -64
  148. package/scss/_footer.scss +15 -5
  149. package/scss/_functions.scss +11 -24
  150. package/scss/_grid.scss +3 -3
  151. package/scss/_header.scss +59 -34
  152. package/scss/_helpers.scss +1 -0
  153. package/scss/_images.scss +3 -3
  154. package/scss/_list-group.scss +47 -29
  155. package/scss/_maps.scss +54 -0
  156. package/scss/_modal.scss +70 -43
  157. package/scss/_nav.scss +53 -20
  158. package/scss/_navbar.scss +84 -94
  159. package/scss/_offcanvas.scss +120 -60
  160. package/scss/_pagination.scss +66 -21
  161. package/scss/_popover.scss +90 -52
  162. package/scss/_progress.scss +20 -9
  163. package/scss/_reboot.scss +31 -58
  164. package/scss/_root.scss +41 -19
  165. package/scss/_spinners.scss +37 -21
  166. package/scss/_subheader.scss +9 -9
  167. package/scss/_tables.scss +34 -36
  168. package/scss/_toasts.scss +35 -19
  169. package/scss/_tooltip.scss +61 -56
  170. package/scss/_utilities.scss +42 -25
  171. package/scss/_variables.scss +169 -148
  172. package/scss/bootstrap-reboot.scss +14 -0
  173. package/scss/coreui-grid.rtl.scss +1 -1
  174. package/scss/coreui-grid.scss +2 -1
  175. package/scss/coreui-reboot.rtl.scss +1 -1
  176. package/scss/coreui-reboot.scss +1 -1
  177. package/scss/coreui-utilities.rtl.scss +1 -1
  178. package/scss/coreui-utilities.scss +2 -1
  179. package/scss/coreui.rtl.scss +1 -1
  180. package/scss/coreui.scss +2 -1
  181. package/scss/forms/_floating-labels.scss +14 -3
  182. package/scss/forms/_form-check.scss +41 -18
  183. package/scss/forms/_form-control.scss +25 -50
  184. package/scss/forms/_form-range.scss +8 -8
  185. package/scss/forms/_form-select.scss +8 -8
  186. package/scss/forms/_form-text.scss +1 -1
  187. package/scss/forms/_input-group.scss +3 -3
  188. package/scss/forms/_labels.scss +2 -2
  189. package/scss/helpers/_color-bg.scss +10 -0
  190. package/scss/helpers/_colored-links.scss +2 -2
  191. package/scss/helpers/_position.scss +7 -1
  192. package/scss/helpers/_ratio.scss +2 -2
  193. package/scss/helpers/_vr.scss +1 -0
  194. package/scss/mixins/_alert.scss +10 -10
  195. package/scss/mixins/_breakpoints.scss +8 -8
  196. package/scss/mixins/_buttons.scss +45 -47
  197. package/scss/mixins/_container.scss +4 -2
  198. package/scss/mixins/_css-vars.scss +47 -47
  199. package/scss/mixins/_forms.scss +8 -0
  200. package/scss/mixins/_gradients.scss +1 -1
  201. package/scss/mixins/_grid.scss +11 -11
  202. package/scss/mixins/_list-group.scss +7 -9
  203. package/scss/mixins/_pagination.scss +4 -25
  204. package/scss/mixins/_table-variants.scss +20 -12
  205. package/scss/mixins/_utilities.scss +8 -3
  206. package/scss/sidebar/_sidebar-narrow.scss +10 -10
  207. package/scss/sidebar/_sidebar-nav.scss +33 -32
  208. package/scss/sidebar/_sidebar.scss +110 -56
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2011-2021 Twitter, Inc.
4
- Copyright (c) 2011-2021 The Bootstrap Authors
3
+ Copyright (c) 2011-2022 Twitter, Inc.
4
+ Copyright (c) 2011-2022 The Bootstrap Authors
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  ·
17
17
  <a href="https://github.com/coreui/coreui/issues/new?template=feature_request.md">Request feature</a>
18
18
  ·
19
- <a href="https://blog.coreui.io/">Blog</a>
19
+ <a href="https://coreui.io/blog/">Blog</a>
20
20
  </p>
21
21
 
22
22
 
@@ -28,13 +28,14 @@
28
28
  - [What's included](#whats-included)
29
29
  - [Bugs and feature requests](#bugs-and-feature-requests)
30
30
  - [Documentation](#documentation)
31
- - [Running documentation locally](#running-documentation-locally)
32
- - [Documentation for previous releases](#documentation-for-previous-releases)
31
+ - [Frameworks](#frameworks)
32
+ - [Templates](#templates)
33
33
  - [Contributing](#contributing)
34
34
  - [Community](#community)
35
35
  - [Versioning](#versioning)
36
36
  - [Creators](#creators)
37
37
  - [Thanks](#thanks)
38
+ - [Support CoreUI Development](#support-coreui-development)
38
39
  - [Copyright and license](#copyright-and-license)
39
40
 
40
41
 
@@ -42,7 +43,7 @@
42
43
 
43
44
  Several quick start options are available:
44
45
 
45
- - [Download the latest release](https://github.com/coreui/coreui/archive/v4.1.6.zip)
46
+ - [Download the latest release](https://github.com/coreui/coreui/archive/v4.2.0.zip)
46
47
  - Clone the repo: `git clone https://github.com/coreui/coreui.git`
47
48
  - Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui`
48
49
  - Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui`
@@ -137,7 +138,23 @@ The documentation for the CoreUI & CoreUI PRO is hosted at our website [CoreUI](
137
138
 
138
139
  Learn more about using Hugo by reading its [documentation](https://gohugo.io/documentation/).
139
140
 
140
- ### Documentation for previous releases
141
+ ## Frameworks
142
+
143
+ CoreUI supports most popular frameworks.
144
+
145
+ - [CoreUI for Angular](https://github.com/coreui/coreui-angular)
146
+ - [CoreUI for Bootstrap (Vanilla JS)](https://github.com/coreui/coreui)
147
+ - [CoreUI for React](https://github.com/coreui/coreui-react)
148
+ - [CoreUI for Vue](https://github.com/coreui/coreui-vue)
149
+
150
+ ## Templates
151
+
152
+ Fully featured, out-of-the-box, templates for your application based on CoreUI.
153
+
154
+ - [Angular Admin Template](https://coreui.io/angular)
155
+ - [Bootstrap Admin Template](https://coreui.io/)
156
+ - [React Admin Template](https://coreui.io/react)
157
+ - [Vue Admin Template](https://coreui.io/vue)
141
158
 
142
159
  ## Contributing
143
160
 
@@ -145,14 +162,12 @@ Please read through our [contributing guidelines](https://github.com/coreui/core
145
162
 
146
163
  Editor preferences are available in the [editor config](https://github.com/coreui/coreui/blob/main/.editorconfig) for easy use in common text editors. Read more and download plugins at <https://editorconfig.org/>.
147
164
 
148
-
149
165
  ## Community
150
166
 
151
167
  Stay up to date on the development of CoreUI and reach out to the community with these helpful resources.
152
168
 
153
- - Read and subscribe to [The Official CoreUI Blog](https://blog.coreui.io/).
154
-
155
- You can also follow [@core_ui on Twitter](https://twitter.com/core_ui).
169
+ - Read and subscribe to [The Official CoreUI Blog](https://coreui.io/blog).
170
+ - Follow [@core_ui on Twitter](https://twitter.com/core_ui).
156
171
 
157
172
  ## Versioning
158
173
 
@@ -172,10 +187,47 @@ See [the Releases section of our project](https://github.com/coreui/coreui/relea
172
187
 
173
188
  * <https://github.com/xidedix>
174
189
 
175
-
176
190
  ## Thanks
177
191
  CoreUI is designed as the extension of [Bootstrap](https://getbootstrap.com). Special thanks for [Bootstrap team](https://getbootstrap.com/docs/5.0/about/team/) and [Bootstrap's contributors](https://github.com/twbs/bootstrap/graphs/contributors).
178
192
 
193
+ ## Support CoreUI Development
194
+
195
+ CoreUI is an MIT-licensed open source project and is completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by buying the [CoreUI PRO](https://coreui.io/pricing/) or by becoming a sponsor via [Open Collective](https://opencollective.com/coreui/).
196
+
197
+ <!--- StartOpenCollectiveBackers -->
198
+
199
+ ### Platinum Sponsors
200
+
201
+ Support this project by [becoming a Platinum Sponsor](https://opencollective.com/coreui/contribute/platinum-sponsor-40959/). A large company logo will be added here with a link to your website.
202
+
203
+ <a href="https://opencollective.com/coreui/contribute/platinum-sponsor-40959/checkout"><img src="https://opencollective.com/coreui/tiers/platinum-sponsor/0/avatar.svg?avatarHeight=100"></a>
204
+
205
+ ### Gold Sponsors
206
+
207
+ Support this project by [becoming a Gold Sponsor](https://opencollective.com/coreui/contribute/gold-sponsor-40960/). A big company logo will be added here with a link to your website.
208
+
209
+ <a href="https://opencollective.com/coreui/contribute/gold-sponsor-40960/checkout"><img src="https://opencollective.com/coreui/tiers/gold-sponsor/0/avatar.svg?avatarHeight=100"></a>
210
+
211
+ ### Silver Sponsors
212
+
213
+ Support this project by [becoming a Silver Sponsor](https://opencollective.com/coreui/contribute/silver-sponsor-40967/). A medium company logo will be added here with a link to your website.
214
+
215
+ <a href="https://opencollective.com/coreui/contribute/silver-sponsor-40967/checkout"><img src="https://opencollective.com/coreui/tiers/gold-sponsor/0/avatar.svg?avatarHeight=100"></a>
216
+
217
+ ### Bronze Sponsors
218
+
219
+ Support this project by [becoming a Bronze Sponsor](https://opencollective.com/coreui/contribute/bronze-sponsor-40966/). The company avatar will show up here with a link to your OpenCollective Profile.
220
+
221
+ <a href="https://opencollective.com/coreui/contribute/bronze-sponsor-40966/checkout"><img src="https://opencollective.com/coreui/tiers/bronze-sponsor/0/avatar.svg?avatarHeight=100"></a>
222
+
223
+ ### Backers
224
+
225
+ Thanks to all the backers and sponsors! Support this project by [becoming a backer](https://opencollective.com/coreui/contribute/backer-40965/).
226
+
227
+ <a href="https://opencollective.com/coreui/contribute/backer-40965/checkout" target="_blank" rel="noopener"><img src="https://opencollective.com/coreui/backers.svg?width=890"></a>
228
+
229
+ <!--- EndOpenCollectiveBackers -->
230
+
179
231
  ## Copyright and license
180
232
 
181
233
  Copyright 2022 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
@@ -0,0 +1,488 @@
1
+ @charset "UTF-8";
2
+ /*!
3
+ * CoreUI
4
+ * @version v4.1.3
5
+ * @link https://coreui.io/
6
+ * Copyright (c) 2020 creativeLabs Łukasz Holeczek
7
+ * Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
8
+ */
9
+ :root {
10
+ --cui-blue: #0d6efd;
11
+ --cui-indigo: #6610f2;
12
+ --cui-purple: #6f42c1;
13
+ --cui-pink: #d63384;
14
+ --cui-red: #dc3545;
15
+ --cui-orange: #fd7e14;
16
+ --cui-yellow: #ffc107;
17
+ --cui-green: #198754;
18
+ --cui-teal: #20c997;
19
+ --cui-cyan: #0dcaf0;
20
+ --cui-black: #000015;
21
+ --cui-white: #fff;
22
+ --cui-gray: #8a93a2;
23
+ --cui-gray-dark: #636f83;
24
+ --cui-gray-100: #ebedef;
25
+ --cui-gray-200: #d8dbe0;
26
+ --cui-gray-300: #c4c9d0;
27
+ --cui-gray-400: #b1b7c1;
28
+ --cui-gray-500: #9da5b1;
29
+ --cui-gray-600: #8a93a2;
30
+ --cui-gray-700: #768192;
31
+ --cui-gray-800: #636f83;
32
+ --cui-gray-900: #4f5d73;
33
+ --cui-primary: #321fdb;
34
+ --cui-secondary: #9da5b1;
35
+ --cui-success: #2eb85c;
36
+ --cui-info: #39f;
37
+ --cui-warning: #f9b115;
38
+ --cui-danger: #e55353;
39
+ --cui-light: #ebedef;
40
+ --cui-dark: #4f5d73;
41
+ --cui-primary-rgb: 50, 31, 219;
42
+ --cui-secondary-rgb: 157, 165, 177;
43
+ --cui-success-rgb: 46, 184, 92;
44
+ --cui-info-rgb: 51, 153, 255;
45
+ --cui-warning-rgb: 249, 177, 21;
46
+ --cui-danger-rgb: 229, 83, 83;
47
+ --cui-light-rgb: 235, 237, 239;
48
+ --cui-dark-rgb: 79, 93, 115;
49
+ --cui-white-rgb: 255, 255, 255;
50
+ --cui-black-rgb: 0, 0, 21;
51
+ --cui-body-color-rgb: 44, 56, 74;
52
+ --cui-body-bg-rgb: 255, 255, 255;
53
+ --cui-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
54
+ --cui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
55
+ --cui-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
56
+ --cui-body-font-family: var(--cui-font-sans-serif);
57
+ --cui-body-font-size: 1rem;
58
+ --cui-body-font-weight: 400;
59
+ --cui-body-line-height: 1.5;
60
+ --cui-body-color: rgba(44, 56, 74, 0.95);
61
+ --cui-body-bg: #fff;
62
+ --cui-border-width: 1px;
63
+ --cui-border-style: solid;
64
+ --cui-border-color: #d8dbe0;
65
+ --cui-border-color-translucent: rgba(0, 0, 21, 0.175);
66
+ --cui-border-radius: 0.375rem;
67
+ --cui-border-radius-sm: 0.25rem;
68
+ --cui-border-radius-lg: 0.5rem;
69
+ --cui-border-radius-xl: 1rem;
70
+ --cui-border-radius-2xl: 2rem;
71
+ --cui-border-radius-pill: 50rem;
72
+ --cui-heading-color: unset;
73
+ --cui-link-color: #321fdb;
74
+ --cui-link-hover-color: #2819af;
75
+ --cui-code-color: #d63384;
76
+ --cui-highlight-bg: #fff3cd;
77
+ }
78
+
79
+ *,
80
+ *::before,
81
+ *::after {
82
+ box-sizing: border-box;
83
+ }
84
+
85
+ @media (prefers-reduced-motion: no-preference) {
86
+ :root {
87
+ scroll-behavior: smooth;
88
+ }
89
+ }
90
+
91
+ body {
92
+ margin: 0;
93
+ font-family: var(--cui-body-font-family);
94
+ font-size: var(--cui-body-font-size);
95
+ font-weight: var(--cui-body-font-weight);
96
+ line-height: var(--cui-body-line-height);
97
+ color: var(--cui-body-color);
98
+ text-align: var(--cui-body-text-align);
99
+ background-color: var(--cui-body-bg);
100
+ -webkit-text-size-adjust: 100%;
101
+ -webkit-tap-highlight-color: rgba(0, 0, 21, 0);
102
+ }
103
+
104
+ hr {
105
+ margin: 1rem 0;
106
+ color: inherit;
107
+ border: 0;
108
+ border-top: 1px solid;
109
+ opacity: 0.25;
110
+ }
111
+
112
+ h6, h5, h4, h3, h2, h1 {
113
+ margin-top: 0;
114
+ margin-bottom: 0.5rem;
115
+ font-weight: 500;
116
+ line-height: 1.2;
117
+ color: var(--cui-heading-color);
118
+ }
119
+
120
+ h1 {
121
+ font-size: calc(1.375rem + 1.5vw);
122
+ }
123
+ @media (min-width: 1200px) {
124
+ h1 {
125
+ font-size: 2.5rem;
126
+ }
127
+ }
128
+
129
+ h2 {
130
+ font-size: calc(1.325rem + 0.9vw);
131
+ }
132
+ @media (min-width: 1200px) {
133
+ h2 {
134
+ font-size: 2rem;
135
+ }
136
+ }
137
+
138
+ h3 {
139
+ font-size: calc(1.3rem + 0.6vw);
140
+ }
141
+ @media (min-width: 1200px) {
142
+ h3 {
143
+ font-size: 1.75rem;
144
+ }
145
+ }
146
+
147
+ h4 {
148
+ font-size: calc(1.275rem + 0.3vw);
149
+ }
150
+ @media (min-width: 1200px) {
151
+ h4 {
152
+ font-size: 1.5rem;
153
+ }
154
+ }
155
+
156
+ h5 {
157
+ font-size: 1.25rem;
158
+ }
159
+
160
+ h6 {
161
+ font-size: 1rem;
162
+ }
163
+
164
+ p {
165
+ margin-top: 0;
166
+ margin-bottom: 1rem;
167
+ }
168
+
169
+ abbr[title] {
170
+ -webkit-text-decoration: underline dotted;
171
+ text-decoration: underline dotted;
172
+ cursor: help;
173
+ -webkit-text-decoration-skip-ink: none;
174
+ text-decoration-skip-ink: none;
175
+ }
176
+
177
+ address {
178
+ margin-bottom: 1rem;
179
+ font-style: normal;
180
+ line-height: inherit;
181
+ }
182
+
183
+ ol,
184
+ ul,
185
+ dl {
186
+ margin-top: 0;
187
+ margin-bottom: 1rem;
188
+ }
189
+
190
+ ol ol,
191
+ ul ul,
192
+ ol ul,
193
+ ul ol {
194
+ margin-bottom: 0;
195
+ }
196
+
197
+ dt {
198
+ font-weight: 700;
199
+ }
200
+
201
+ dd {
202
+ margin-bottom: 0.5rem;
203
+ margin-left: 0;
204
+ }
205
+
206
+ blockquote {
207
+ margin: 0 0 1rem;
208
+ }
209
+
210
+ b,
211
+ strong {
212
+ font-weight: bolder;
213
+ }
214
+
215
+ small {
216
+ font-size: 0.875em;
217
+ }
218
+
219
+ mark {
220
+ padding: 0.1875em;
221
+ background-color: var(--cui-highlight-bg);
222
+ }
223
+
224
+ sub,
225
+ sup {
226
+ position: relative;
227
+ font-size: 0.75em;
228
+ line-height: 0;
229
+ vertical-align: baseline;
230
+ }
231
+
232
+ sub {
233
+ bottom: -0.25em;
234
+ }
235
+
236
+ sup {
237
+ top: -0.5em;
238
+ }
239
+
240
+ a {
241
+ color: var(--cui-link-color);
242
+ text-decoration: underline;
243
+ }
244
+ a:hover {
245
+ color: var(--cui-link-hover-color);
246
+ }
247
+
248
+ a:not([href]):not([class]), a:not([href]):not([class]):hover {
249
+ color: inherit;
250
+ text-decoration: none;
251
+ }
252
+
253
+ pre,
254
+ code,
255
+ kbd,
256
+ samp {
257
+ font-family: var(--cui-font-monospace);
258
+ font-size: 1em;
259
+ }
260
+
261
+ pre {
262
+ display: block;
263
+ margin-top: 0;
264
+ margin-bottom: 1rem;
265
+ overflow: auto;
266
+ font-size: 0.875em;
267
+ color: var(--cui-pre-color, unset);
268
+ }
269
+ pre code {
270
+ font-size: inherit;
271
+ color: inherit;
272
+ word-break: normal;
273
+ }
274
+
275
+ code {
276
+ font-size: 0.875em;
277
+ color: var(--cui-code-color);
278
+ word-wrap: break-word;
279
+ }
280
+ a > code {
281
+ color: inherit;
282
+ }
283
+
284
+ kbd {
285
+ padding: 0.1875rem 0.375rem;
286
+ font-size: 0.875em;
287
+ color: var(--cui-kbd-color, var(--cui-body-bg));
288
+ background-color: var(--cui-kbd-bg, var(--cui-body-color));
289
+ border-radius: 0.25rem;
290
+ }
291
+ kbd kbd {
292
+ padding: 0;
293
+ font-size: 1em;
294
+ }
295
+
296
+ figure {
297
+ margin: 0 0 1rem;
298
+ }
299
+
300
+ img,
301
+ svg {
302
+ vertical-align: middle;
303
+ }
304
+
305
+ table {
306
+ caption-side: bottom;
307
+ border-collapse: collapse;
308
+ }
309
+
310
+ caption {
311
+ padding-top: 0.5rem;
312
+ padding-bottom: 0.5rem;
313
+ color: var(--cui-table-caption-color, rgba(44, 56, 74, 0.38));
314
+ text-align: left;
315
+ }
316
+
317
+ th {
318
+ font-weight: 600;
319
+ text-align: inherit;
320
+ text-align: -webkit-match-parent;
321
+ }
322
+
323
+ thead,
324
+ tbody,
325
+ tfoot,
326
+ tr,
327
+ td,
328
+ th {
329
+ border-color: inherit;
330
+ border-style: solid;
331
+ border-width: 0;
332
+ }
333
+
334
+ label {
335
+ display: inline-block;
336
+ }
337
+
338
+ button {
339
+ border-radius: 0;
340
+ }
341
+
342
+ button:focus:not(:focus-visible) {
343
+ outline: 0;
344
+ }
345
+
346
+ input,
347
+ button,
348
+ select,
349
+ optgroup,
350
+ textarea {
351
+ margin: 0;
352
+ font-family: inherit;
353
+ font-size: inherit;
354
+ line-height: inherit;
355
+ }
356
+
357
+ button,
358
+ select {
359
+ text-transform: none;
360
+ }
361
+
362
+ [role=button] {
363
+ cursor: pointer;
364
+ }
365
+
366
+ select {
367
+ word-wrap: normal;
368
+ }
369
+ select:disabled {
370
+ opacity: 1;
371
+ }
372
+
373
+ [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
374
+ display: none !important;
375
+ }
376
+
377
+ button,
378
+ [type=button],
379
+ [type=reset],
380
+ [type=submit] {
381
+ -webkit-appearance: button;
382
+ }
383
+ button:not(:disabled),
384
+ [type=button]:not(:disabled),
385
+ [type=reset]:not(:disabled),
386
+ [type=submit]:not(:disabled) {
387
+ cursor: pointer;
388
+ }
389
+
390
+ ::-moz-focus-inner {
391
+ padding: 0;
392
+ border-style: none;
393
+ }
394
+
395
+ textarea {
396
+ resize: vertical;
397
+ }
398
+
399
+ fieldset {
400
+ min-width: 0;
401
+ padding: 0;
402
+ margin: 0;
403
+ border: 0;
404
+ }
405
+
406
+ legend {
407
+ float: left;
408
+ width: 100%;
409
+ padding: 0;
410
+ margin-bottom: 0.5rem;
411
+ font-size: calc(1.275rem + 0.3vw);
412
+ line-height: inherit;
413
+ }
414
+ @media (min-width: 1200px) {
415
+ legend {
416
+ font-size: 1.5rem;
417
+ }
418
+ }
419
+ legend + * {
420
+ clear: left;
421
+ }
422
+
423
+ ::-webkit-datetime-edit-fields-wrapper,
424
+ ::-webkit-datetime-edit-text,
425
+ ::-webkit-datetime-edit-minute,
426
+ ::-webkit-datetime-edit-hour-field,
427
+ ::-webkit-datetime-edit-day-field,
428
+ ::-webkit-datetime-edit-month-field,
429
+ ::-webkit-datetime-edit-year-field {
430
+ padding: 0;
431
+ }
432
+
433
+ ::-webkit-inner-spin-button {
434
+ height: auto;
435
+ }
436
+
437
+ [type=search] {
438
+ outline-offset: -2px;
439
+ -webkit-appearance: textfield;
440
+ }
441
+
442
+ *[dir=rtl] [type=tel],
443
+ *[dir=rtl] [type=url],
444
+ *[dir=rtl] [type=email],
445
+ *[dir=rtl] [type=number] {
446
+ direction: ltr;
447
+ }
448
+
449
+ ::-webkit-search-decoration {
450
+ -webkit-appearance: none;
451
+ }
452
+
453
+ ::-webkit-color-swatch-wrapper {
454
+ padding: 0;
455
+ }
456
+
457
+ ::-webkit-file-upload-button {
458
+ font: inherit;
459
+ -webkit-appearance: button;
460
+ }
461
+
462
+ ::file-selector-button {
463
+ font: inherit;
464
+ -webkit-appearance: button;
465
+ }
466
+
467
+ output {
468
+ display: inline-block;
469
+ }
470
+
471
+ iframe {
472
+ border: 0;
473
+ }
474
+
475
+ summary {
476
+ display: list-item;
477
+ cursor: pointer;
478
+ }
479
+
480
+ progress {
481
+ vertical-align: baseline;
482
+ }
483
+
484
+ [hidden] {
485
+ display: none !important;
486
+ }
487
+
488
+ /*# sourceMappingURL=bootstrap-reboot.css.map */