@demos-europe/demosplan-ui 0.4.12 → 0.4.13
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.
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +10 -0
- package/babel.config.js +9 -9
- package/dist/demosplan-ui.umd.js +1 -1
- package/eslint.config.js +104 -0
- package/jest/shallowMountWithGlobalMocks.js +8 -6
- package/jest.config.js +4 -4
- package/package.json +12 -5
- package/scripts/buildTokens.js +1 -1
- package/scripts/utils/transformTokens.js +2 -2
- package/src/components/DpAccordion/DpAccordion.vue +4 -4
- package/src/components/DpAnonymizeText/DpAnonymizeText.vue +4 -4
- package/src/components/DpBulkEditHeader/DpBulkEditHeader.stories.tsx +1 -1
- package/src/components/DpButton/DpButton.vue +51 -43
- package/src/components/DpButtonIcon/DpButtonIcon.vue +5 -5
- package/src/components/DpButtonRow/DpButtonRow.vue +5 -5
- package/src/components/DpCheckbox/DpCheckbox.vue +2 -2
- package/src/components/DpCheckboxGroup/DpCheckboxGroup.vue +4 -4
- package/src/components/DpColumnSelector/DpColumnSelector.vue +1 -1
- package/src/components/DpContextualHelp/DpContextualHelp.vue +4 -4
- package/src/components/DpDataTable/DpDataTable.vue +53 -49
- package/src/components/DpDataTable/DpResizableColumn.vue +1 -1
- package/src/components/DpDataTable/DpTableHeader.vue +6 -4
- package/src/components/DpDataTable/DpTableRow.vue +1 -1
- package/src/components/DpDataTableExtended/DpDataTableExtended.vue +8 -8
- package/src/components/DpDataTableExtended/DpSelectPageItemCount.vue +2 -2
- package/src/components/DpDatetimePicker/DpDatetimePicker.vue +6 -6
- package/src/components/DpDetails/DpDetails.vue +1 -1
- package/src/components/DpDraggable/DpDraggable.vue +10 -12
- package/src/components/DpEditor/DpEditor.vue +45 -45
- package/src/components/DpEditor/DpResizableImage.vue +6 -6
- package/src/components/DpEditor/DpUploadModal.vue +11 -12
- package/src/components/DpEditor/MentionList.vue +5 -3
- package/src/components/DpEditor/libs/editorObscure.js +2 -2
- package/src/components/DpFlyout/DpFlyout.vue +5 -5
- package/src/components/DpIcon/util/iconConfig.ts +28 -28
- package/src/components/DpInlineNotification/DpInlineNotification.vue +2 -2
- package/src/components/DpLabel/DpLabel.vue +5 -3
- package/src/components/DpModal/DpModal.vue +5 -5
- package/src/components/DpMultiselect/DpMultiselect.vue +23 -25
- package/src/components/DpMultistepNav/DpMultistepNav.vue +2 -2
- package/src/components/DpPager/DpPager.vue +12 -12
- package/src/components/DpResettableInput/DpResettableInput.vue +3 -3
- package/src/components/DpSearchField/DpSearchField.vue +7 -2
- package/src/components/DpSelect/DpSelect.vue +3 -3
- package/src/components/DpSkeletonBox/DpSkeletonBox.vue +1 -1
- package/src/components/DpSlidebar/DpSlidebar.vue +2 -2
- package/src/components/DpSplitButton/DpSplitButton.vue +2 -2
- package/src/components/DpStickyElement/DpStickyElement.vue +1 -1
- package/src/components/DpTabs/DpTabs.vue +1 -1
- package/src/components/DpTextArea/DpTextArea.vue +4 -4
- package/src/components/DpTimePicker/DpTimePicker.vue +14 -14
- package/src/components/DpToggle/DpToggle.vue +1 -1
- package/src/components/DpTooltip/DpTooltip.vue +4 -2
- package/src/components/DpTooltip/utils/tooltip.js +4 -4
- package/src/components/DpTooltipIcon/DpTooltipIcon.vue +2 -2
- package/src/components/DpTransitionExpand/DpTransitionExpand.vue +1 -1
- package/src/components/DpTreeList/DpTreeList.vue +4 -4
- package/src/components/DpTreeList/DpTreeListCheckbox.vue +1 -1
- package/src/components/DpTreeList/DpTreeListNode.vue +12 -12
- package/src/components/DpUploadFiles/DpUpload.vue +2 -2
- package/src/components/DpUploadFiles/DpUploadFiles.vue +10 -10
- package/src/components/DpUploadFiles/DpUploadedFile.vue +6 -6
- package/src/components/DpUploadFiles/DpUploadedFileList.vue +4 -4
- package/src/components/DpVideoPlayer/DpVideoPlayer.vue +7 -7
- package/src/directives/CleanHtml/CleanHtml.js +1 -1
- package/src/directives/Tooltip/Tooltip.js +1 -1
- package/src/lib/ActionMenu.js +48 -48
- package/src/lib/DpApi.js +2 -2
- package/src/lib/FileInfo.js +15 -15
- package/src/lib/validation/utils/assignHandlerForTrigger.js +8 -8
- package/src/lib/validation/utils/assignHandlersForInputs.js +51 -51
- package/src/lib/validation/utils/assignObserver.js +29 -29
- package/src/lib/validation/utils/helpers.js +4 -4
- package/src/lib/validation/utils/validateForm.js +15 -15
- package/src/lib/validation/utils/validateInputField.js +11 -11
- package/src/utils/index.js +2 -2
- package/tokens/dist/js/boxShadow.js +1 -1
- package/tokens/dist/js/breakpoints.js +1 -1
- package/tokens/dist/js/color.brand.js +1 -1
- package/tokens/dist/js/color.data.js +1 -1
- package/tokens/dist/js/color.palette.js +1 -1
- package/tokens/dist/js/color.ui.js +1 -1
- package/tokens/dist/js/fontSize.js +1 -1
- package/tokens/dist/js/rounded.js +1 -1
- package/tokens/dist/js/space.js +1 -1
- package/tokens/dist/js/zIndex.js +1 -1
- package/tokens/dist/scss/_boxShadow.scss +1 -1
- package/tokens/dist/scss/_breakpoints.scss +1 -1
- package/tokens/dist/scss/_color.brand.scss +1 -1
- package/tokens/dist/scss/_color.data.scss +1 -1
- package/tokens/dist/scss/_color.palette.scss +1 -1
- package/tokens/dist/scss/_color.ui.scss +1 -1
- package/tokens/dist/scss/_fontSize.scss +1 -1
- package/tokens/dist/scss/_rounded.scss +1 -1
- package/tokens/dist/scss/_space.scss +1 -1
- package/tokens/dist/scss/_zIndex.scss +1 -1
- package/types/icons.ts +26 -26
- package/coverage/clover.xml +0 -6
- package/coverage/coverage-final.json +0 -1
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/components/DpContextualHelp/DpContextualHelp.vue.html +0 -271
- package/coverage/lcov-report/components/DpContextualHelp/index.html +0 -116
- package/coverage/lcov-report/components/DpDataTableExtended/DataTableSearch.js.html +0 -190
- package/coverage/lcov-report/components/DpDataTableExtended/index.html +0 -116
- package/coverage/lcov-report/components/DpEditor/libs/handleWordPaste.js.html +0 -1138
- package/coverage/lcov-report/components/DpEditor/libs/index.html +0 -116
- package/coverage/lcov-report/components/DpIcon/DpIcon.vue.html +0 -256
- package/coverage/lcov-report/components/DpIcon/index.html +0 -131
- package/coverage/lcov-report/components/DpIcon/index.ts.html +0 -91
- package/coverage/lcov-report/components/DpIcon/util/iconVariables.js.html +0 -682
- package/coverage/lcov-report/components/DpIcon/util/index.html +0 -116
- package/coverage/lcov-report/components/DpTooltip/utils/index.html +0 -116
- package/coverage/lcov-report/components/DpTooltip/utils/tooltip.js.html +0 -490
- package/coverage/lcov-report/components/shared/index.html +0 -116
- package/coverage/lcov-report/components/shared/translations.js.html +0 -490
- package/coverage/lcov-report/directives/CleanHtml/CleanHtml.js.html +0 -265
- package/coverage/lcov-report/directives/CleanHtml/index.html +0 -116
- package/coverage/lcov-report/directives/Tooltip/Tooltip.js.html +0 -349
- package/coverage/lcov-report/directives/Tooltip/index.html +0 -116
- package/coverage/lcov-report/directives/index.html +0 -116
- package/coverage/lcov-report/directives/index.js.html +0 -109
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -101
- package/coverage/lcov-report/jest/index.html +0 -116
- package/coverage/lcov-report/jest/shallowMountWithGlobalMocks.js.html +0 -208
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov-report/src/components/DpCheckbox/DpCheckbox.vue.html +0 -424
- package/coverage/lcov-report/src/components/DpCheckbox/index.html +0 -116
- package/coverage/lcov-report/src/components/DpContextualHelp/DpContextualHelp.vue.html +0 -361
- package/coverage/lcov-report/src/components/DpContextualHelp/index.html +0 -131
- package/coverage/lcov-report/src/components/DpContextualHelp/index.ts.html +0 -91
- package/coverage/lcov-report/src/components/DpDataTableExtended/DataTableSearch.js.html +0 -190
- package/coverage/lcov-report/src/components/DpDataTableExtended/index.html +0 -116
- package/coverage/lcov-report/src/components/DpDraggable/DpDraggable.vue.html +0 -499
- package/coverage/lcov-report/src/components/DpDraggable/index.html +0 -131
- package/coverage/lcov-report/src/components/DpDraggable/index.ts.html +0 -91
- package/coverage/lcov-report/src/components/DpEditor/libs/handleWordPaste.js.html +0 -1153
- package/coverage/lcov-report/src/components/DpEditor/libs/index.html +0 -116
- package/coverage/lcov-report/src/components/DpIcon/DpIcon.vue.html +0 -256
- package/coverage/lcov-report/src/components/DpIcon/index.html +0 -131
- package/coverage/lcov-report/src/components/DpIcon/index.ts.html +0 -91
- package/coverage/lcov-report/src/components/DpIcon/util/iconVariables.js.html +0 -706
- package/coverage/lcov-report/src/components/DpIcon/util/index.html +0 -116
- package/coverage/lcov-report/src/components/DpInput/DpInput.vue.html +0 -937
- package/coverage/lcov-report/src/components/DpInput/index.html +0 -131
- package/coverage/lcov-report/src/components/DpInput/index.ts.html +0 -91
- package/coverage/lcov-report/src/components/DpLabel/DpLabel.vue.html +0 -409
- package/coverage/lcov-report/src/components/DpLabel/index.html +0 -131
- package/coverage/lcov-report/src/components/DpLabel/index.ts.html +0 -91
- package/coverage/lcov-report/src/components/DpModal/DpModal.vue.html +0 -739
- package/coverage/lcov-report/src/components/DpModal/index.html +0 -131
- package/coverage/lcov-report/src/components/DpModal/index.ts.html +0 -91
- package/coverage/lcov-report/src/components/DpNotification/DpNotification.vue.html +0 -343
- package/coverage/lcov-report/src/components/DpNotification/index.html +0 -131
- package/coverage/lcov-report/src/components/DpNotification/index.ts.html +0 -91
- package/coverage/lcov-report/src/components/DpObscure/DpObscure.vue.html +0 -148
- package/coverage/lcov-report/src/components/DpObscure/index.html +0 -131
- package/coverage/lcov-report/src/components/DpObscure/index.ts.html +0 -91
- package/coverage/lcov-report/src/components/DpSelect/DpSelect.vue.html +0 -559
- package/coverage/lcov-report/src/components/DpSelect/index.html +0 -131
- package/coverage/lcov-report/src/components/DpSelect/index.ts.html +0 -91
- package/coverage/lcov-report/src/components/DpTooltip/utils/index.html +0 -116
- package/coverage/lcov-report/src/components/DpTooltip/utils/tooltip.js.html +0 -490
- package/coverage/lcov-report/src/components/DpTreeList/DpTreeList.vue.html +0 -1099
- package/coverage/lcov-report/src/components/DpTreeList/DpTreeListCheckbox.vue.html +0 -301
- package/coverage/lcov-report/src/components/DpTreeList/DpTreeListNode.vue.html +0 -1144
- package/coverage/lcov-report/src/components/DpTreeList/DpTreeListToggle.vue.html +0 -382
- package/coverage/lcov-report/src/components/DpTreeList/index.html +0 -161
- package/coverage/lcov-report/src/components/DpTreeList/utils/constants.js.html +0 -100
- package/coverage/lcov-report/src/components/DpTreeList/utils/index.html +0 -116
- package/coverage/lcov-report/src/components/DpUploadFiles/DpUpload.vue.html +0 -979
- package/coverage/lcov-report/src/components/DpUploadFiles/DpUploadFiles.vue.html +0 -970
- package/coverage/lcov-report/src/components/DpUploadFiles/DpUploadedFile.vue.html +0 -340
- package/coverage/lcov-report/src/components/DpUploadFiles/DpUploadedFileList.vue.html +0 -202
- package/coverage/lcov-report/src/components/DpUploadFiles/index.html +0 -176
- package/coverage/lcov-report/src/components/DpUploadFiles/index.ts.html +0 -91
- package/coverage/lcov-report/src/components/DpUploadFiles/utils/UppyTranslations.js.html +0 -151
- package/coverage/lcov-report/src/components/DpUploadFiles/utils/index.html +0 -116
- package/coverage/lcov-report/src/components/shared/index.html +0 -116
- package/coverage/lcov-report/src/components/shared/translations.js.html +0 -508
- package/coverage/lcov-report/src/directives/CleanHtml/CleanHtml.js.html +0 -265
- package/coverage/lcov-report/src/directives/CleanHtml/index.html +0 -116
- package/coverage/lcov-report/src/directives/Tooltip/Tooltip.js.html +0 -349
- package/coverage/lcov-report/src/directives/Tooltip/index.html +0 -116
- package/coverage/lcov-report/src/directives/index.html +0 -116
- package/coverage/lcov-report/src/directives/index.js.html +0 -109
- package/coverage/lcov-report/src/lib/ActionMenu.js.html +0 -610
- package/coverage/lcov-report/src/lib/Detabinator.js.html +0 -304
- package/coverage/lcov-report/src/lib/DpApi.js.html +0 -748
- package/coverage/lcov-report/src/lib/DpConfirm.js.html +0 -118
- package/coverage/lcov-report/src/lib/DpGetCssVariable.js.html +0 -103
- package/coverage/lcov-report/src/lib/FileInfo.js.html +0 -574
- package/coverage/lcov-report/src/lib/HighlightHashLink.js.html +0 -160
- package/coverage/lcov-report/src/lib/MatchMedia.js.html +0 -220
- package/coverage/lcov-report/src/lib/SideNav.js.html +0 -712
- package/coverage/lcov-report/src/lib/Sticky.js.html +0 -223
- package/coverage/lcov-report/src/lib/TableWrapper.js.html +0 -214
- package/coverage/lcov-report/src/lib/index.html +0 -281
- package/coverage/lcov-report/src/lib/index.js.html +0 -190
- package/coverage/lcov-report/src/lib/validation/utils/assignHandlersForInputs.js.html +0 -400
- package/coverage/lcov-report/src/lib/validation/utils/helpers.js.html +0 -523
- package/coverage/lcov-report/src/lib/validation/utils/index.html +0 -236
- package/coverage/lcov-report/src/lib/validation/utils/validateDatepicker.js.html +0 -160
- package/coverage/lcov-report/src/lib/validation/utils/validateEmail.js.html +0 -136
- package/coverage/lcov-report/src/lib/validation/utils/validateFieldset.js.html +0 -163
- package/coverage/lcov-report/src/lib/validation/utils/validateForm.js.html +0 -205
- package/coverage/lcov-report/src/lib/validation/utils/validateInputField.js.html +0 -403
- package/coverage/lcov-report/src/lib/validation/utils/validateMultiselect.js.html +0 -121
- package/coverage/lcov-report/src/lib/validation/utils/validateTiptap.js.html +0 -160
- package/coverage/lcov-report/src/mixins/dpSelectAllMixin.js.html +0 -232
- package/coverage/lcov-report/src/mixins/dpValidateMixin.js.html +0 -460
- package/coverage/lcov-report/src/mixins/index.html +0 -176
- package/coverage/lcov-report/src/mixins/index.js.html +0 -124
- package/coverage/lcov-report/src/mixins/prefixClassMixin/index.html +0 -116
- package/coverage/lcov-report/src/mixins/prefixClassMixin/prefixClassMixin.js.html +0 -121
- package/coverage/lcov-report/src/mixins/sessionStorageMixin.js.html +0 -160
- package/coverage/lcov-report/src/mixins/tableSelectAllItems.js.html +0 -427
- package/coverage/lcov-report/src/shared/index.html +0 -116
- package/coverage/lcov-report/src/shared/index.js.html +0 -103
- package/coverage/lcov-report/src/shared/props/index.html +0 -116
- package/coverage/lcov-report/src/shared/props/props.js.html +0 -310
- package/coverage/lcov-report/src/utils/date.js.html +0 -208
- package/coverage/lcov-report/src/utils/debounce.js.html +0 -163
- package/coverage/lcov-report/src/utils/deepMerge.js.html +0 -175
- package/coverage/lcov-report/src/utils/formatBytes.js.html +0 -133
- package/coverage/lcov-report/src/utils/formatString.js.html +0 -109
- package/coverage/lcov-report/src/utils/fullscreen.js.html +0 -253
- package/coverage/lcov-report/src/utils/getAnimationEventName.js.html +0 -157
- package/coverage/lcov-report/src/utils/getScrollTop.js.html +0 -109
- package/coverage/lcov-report/src/utils/hasOwnProp.js.html +0 -142
- package/coverage/lcov-report/src/utils/hasPermission.js.html +0 -214
- package/coverage/lcov-report/src/utils/index.html +0 -341
- package/coverage/lcov-report/src/utils/index.js.html +0 -217
- package/coverage/lcov-report/src/utils/lengthHint/index.html +0 -116
- package/coverage/lcov-report/src/utils/lengthHint/lengthHint.js.html +0 -268
- package/coverage/lcov-report/src/utils/prefixClass.js.html +0 -199
- package/coverage/lcov-report/src/utils/resistFingerprintingDuckTest.js.html +0 -232
- package/coverage/lcov-report/src/utils/sortAlphabetically.js.html +0 -193
- package/coverage/lcov-report/src/utils/throttle.js.html +0 -145
- package/coverage/lcov-report/src/utils/uniqueArrayByObjectKey.js.html +0 -151
- package/coverage/lcov-report/utils/date.js.html +0 -208
- package/coverage/lcov-report/utils/debounce.js.html +0 -163
- package/coverage/lcov-report/utils/deepMerge.js.html +0 -175
- package/coverage/lcov-report/utils/formatBytes.js.html +0 -133
- package/coverage/lcov-report/utils/fullscreen.js.html +0 -253
- package/coverage/lcov-report/utils/getAnimationEventName.js.html +0 -157
- package/coverage/lcov-report/utils/getScrollTop.js.html +0 -109
- package/coverage/lcov-report/utils/hasOwnProp.js.html +0 -142
- package/coverage/lcov-report/utils/hasPermission.js.html +0 -214
- package/coverage/lcov-report/utils/index.html +0 -326
- package/coverage/lcov-report/utils/index.js.html +0 -211
- package/coverage/lcov-report/utils/lengthHint/index.html +0 -116
- package/coverage/lcov-report/utils/lengthHint/lengthHint.js.html +0 -268
- package/coverage/lcov-report/utils/prefixClass.js.html +0 -199
- package/coverage/lcov-report/utils/resistFingerprintingDuckTest.js.html +0 -232
- package/coverage/lcov-report/utils/sortAlphabetically.js.html +0 -193
- package/coverage/lcov-report/utils/throttle.js.html +0 -145
- package/coverage/lcov-report/utils/uniqueArrayByObjectKey.js.html +0 -151
- package/coverage/lcov.info +0 -0
- package/style/style.css +0 -1002
package/style/style.css
DELETED
|
@@ -1,1002 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @noinspection
|
|
3
|
-
* PHPStorm complains about unset css vars in rendered css. This is irritating and can be suppressed.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
/*
|
|
10
|
-
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
11
|
-
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
*,
|
|
15
|
-
::before,
|
|
16
|
-
::after {
|
|
17
|
-
box-sizing: border-box;
|
|
18
|
-
/* 1 */
|
|
19
|
-
border-width: 0;
|
|
20
|
-
/* 2 */
|
|
21
|
-
border-style: solid;
|
|
22
|
-
/* 2 */
|
|
23
|
-
border-color: #e5e7eb;
|
|
24
|
-
/* 2 */
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
::before,
|
|
28
|
-
::after {
|
|
29
|
-
--tw-content: '';
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
/*
|
|
33
|
-
1. Use a consistent sensible line-height in all browsers.
|
|
34
|
-
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
35
|
-
3. Use a more readable tab size.
|
|
36
|
-
4. Use the user's configured `sans` font-family by default.
|
|
37
|
-
5. Use the user's configured `sans` font-feature-settings by default.
|
|
38
|
-
6. Use the user's configured `sans` font-variation-settings by default.
|
|
39
|
-
7. Disable tap highlights on iOS
|
|
40
|
-
*/
|
|
41
|
-
|
|
42
|
-
html,
|
|
43
|
-
:host {
|
|
44
|
-
line-height: 1.5;
|
|
45
|
-
/* 1 */
|
|
46
|
-
-webkit-text-size-adjust: 100%;
|
|
47
|
-
/* 2 */
|
|
48
|
-
-moz-tab-size: 4;
|
|
49
|
-
/* 3 */
|
|
50
|
-
-o-tab-size: 4;
|
|
51
|
-
tab-size: 4;
|
|
52
|
-
/* 3 */
|
|
53
|
-
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
54
|
-
/* 4 */
|
|
55
|
-
font-feature-settings: normal;
|
|
56
|
-
/* 5 */
|
|
57
|
-
font-variation-settings: normal;
|
|
58
|
-
/* 6 */
|
|
59
|
-
-webkit-tap-highlight-color: transparent;
|
|
60
|
-
/* 7 */
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
/*
|
|
64
|
-
1. Remove the margin in all browsers.
|
|
65
|
-
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
66
|
-
*/
|
|
67
|
-
|
|
68
|
-
body {
|
|
69
|
-
margin: 0;
|
|
70
|
-
/* 1 */
|
|
71
|
-
line-height: inherit;
|
|
72
|
-
/* 2 */
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/*
|
|
76
|
-
1. Add the correct height in Firefox.
|
|
77
|
-
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
78
|
-
3. Ensure horizontal rules are visible by default.
|
|
79
|
-
*/
|
|
80
|
-
|
|
81
|
-
hr {
|
|
82
|
-
height: 0;
|
|
83
|
-
/* 1 */
|
|
84
|
-
color: inherit;
|
|
85
|
-
/* 2 */
|
|
86
|
-
border-top-width: 1px;
|
|
87
|
-
/* 3 */
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
/*
|
|
91
|
-
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
92
|
-
*/
|
|
93
|
-
|
|
94
|
-
abbr:where([title]) {
|
|
95
|
-
-webkit-text-decoration: underline dotted;
|
|
96
|
-
text-decoration: underline dotted;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
/*
|
|
100
|
-
Remove the default font size and weight for headings.
|
|
101
|
-
*/
|
|
102
|
-
|
|
103
|
-
h1,
|
|
104
|
-
h2,
|
|
105
|
-
h3,
|
|
106
|
-
h4,
|
|
107
|
-
h5,
|
|
108
|
-
h6 {
|
|
109
|
-
font-size: inherit;
|
|
110
|
-
font-weight: inherit;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
/*
|
|
114
|
-
Reset links to optimize for opt-in styling instead of opt-out.
|
|
115
|
-
*/
|
|
116
|
-
|
|
117
|
-
a {
|
|
118
|
-
color: inherit;
|
|
119
|
-
text-decoration: inherit;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
/*
|
|
123
|
-
Add the correct font weight in Edge and Safari.
|
|
124
|
-
*/
|
|
125
|
-
|
|
126
|
-
b,
|
|
127
|
-
strong {
|
|
128
|
-
font-weight: bolder;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/*
|
|
132
|
-
1. Use the user's configured `mono` font-family by default.
|
|
133
|
-
2. Use the user's configured `mono` font-feature-settings by default.
|
|
134
|
-
3. Use the user's configured `mono` font-variation-settings by default.
|
|
135
|
-
4. Correct the odd `em` font sizing in all browsers.
|
|
136
|
-
*/
|
|
137
|
-
|
|
138
|
-
code,
|
|
139
|
-
kbd,
|
|
140
|
-
samp,
|
|
141
|
-
pre {
|
|
142
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
143
|
-
/* 1 */
|
|
144
|
-
font-feature-settings: normal;
|
|
145
|
-
/* 2 */
|
|
146
|
-
font-variation-settings: normal;
|
|
147
|
-
/* 3 */
|
|
148
|
-
font-size: 1em;
|
|
149
|
-
/* 4 */
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
/*
|
|
153
|
-
Add the correct font size in all browsers.
|
|
154
|
-
*/
|
|
155
|
-
|
|
156
|
-
small {
|
|
157
|
-
font-size: 80%;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
/*
|
|
161
|
-
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
162
|
-
*/
|
|
163
|
-
|
|
164
|
-
sub,
|
|
165
|
-
sup {
|
|
166
|
-
font-size: 75%;
|
|
167
|
-
line-height: 0;
|
|
168
|
-
position: relative;
|
|
169
|
-
vertical-align: baseline;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
sub {
|
|
173
|
-
bottom: -0.25em;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
sup {
|
|
177
|
-
top: -0.5em;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
/*
|
|
181
|
-
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
182
|
-
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
183
|
-
3. Remove gaps between table borders by default.
|
|
184
|
-
*/
|
|
185
|
-
|
|
186
|
-
table {
|
|
187
|
-
text-indent: 0;
|
|
188
|
-
/* 1 */
|
|
189
|
-
border-color: inherit;
|
|
190
|
-
/* 2 */
|
|
191
|
-
border-collapse: collapse;
|
|
192
|
-
/* 3 */
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
/*
|
|
196
|
-
1. Change the font styles in all browsers.
|
|
197
|
-
2. Remove the margin in Firefox and Safari.
|
|
198
|
-
3. Remove default padding in all browsers.
|
|
199
|
-
*/
|
|
200
|
-
|
|
201
|
-
button,
|
|
202
|
-
input,
|
|
203
|
-
optgroup,
|
|
204
|
-
select,
|
|
205
|
-
textarea {
|
|
206
|
-
font-family: inherit;
|
|
207
|
-
/* 1 */
|
|
208
|
-
font-feature-settings: inherit;
|
|
209
|
-
/* 1 */
|
|
210
|
-
font-variation-settings: inherit;
|
|
211
|
-
/* 1 */
|
|
212
|
-
font-size: 100%;
|
|
213
|
-
/* 1 */
|
|
214
|
-
font-weight: inherit;
|
|
215
|
-
/* 1 */
|
|
216
|
-
line-height: inherit;
|
|
217
|
-
/* 1 */
|
|
218
|
-
color: inherit;
|
|
219
|
-
/* 1 */
|
|
220
|
-
margin: 0;
|
|
221
|
-
/* 2 */
|
|
222
|
-
padding: 0;
|
|
223
|
-
/* 3 */
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
/*
|
|
227
|
-
Remove the inheritance of text transform in Edge and Firefox.
|
|
228
|
-
*/
|
|
229
|
-
|
|
230
|
-
button,
|
|
231
|
-
select {
|
|
232
|
-
text-transform: none;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
/*
|
|
236
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
237
|
-
2. Remove default button styles.
|
|
238
|
-
*/
|
|
239
|
-
|
|
240
|
-
button,
|
|
241
|
-
[type='button'],
|
|
242
|
-
[type='reset'],
|
|
243
|
-
[type='submit'] {
|
|
244
|
-
-webkit-appearance: button;
|
|
245
|
-
/* 1 */
|
|
246
|
-
background-color: transparent;
|
|
247
|
-
/* 2 */
|
|
248
|
-
background-image: none;
|
|
249
|
-
/* 2 */
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
/*
|
|
253
|
-
Use the modern Firefox focus style for all focusable elements.
|
|
254
|
-
*/
|
|
255
|
-
|
|
256
|
-
:-moz-focusring {
|
|
257
|
-
outline: auto;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
/*
|
|
261
|
-
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
262
|
-
*/
|
|
263
|
-
|
|
264
|
-
:-moz-ui-invalid {
|
|
265
|
-
box-shadow: none;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
/*
|
|
269
|
-
Add the correct vertical alignment in Chrome and Firefox.
|
|
270
|
-
*/
|
|
271
|
-
|
|
272
|
-
progress {
|
|
273
|
-
vertical-align: baseline;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
/*
|
|
277
|
-
Correct the cursor style of increment and decrement buttons in Safari.
|
|
278
|
-
*/
|
|
279
|
-
|
|
280
|
-
::-webkit-inner-spin-button,
|
|
281
|
-
::-webkit-outer-spin-button {
|
|
282
|
-
height: auto;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
/*
|
|
286
|
-
1. Correct the odd appearance in Chrome and Safari.
|
|
287
|
-
2. Correct the outline style in Safari.
|
|
288
|
-
*/
|
|
289
|
-
|
|
290
|
-
[type='search'] {
|
|
291
|
-
-webkit-appearance: textfield;
|
|
292
|
-
/* 1 */
|
|
293
|
-
outline-offset: -2px;
|
|
294
|
-
/* 2 */
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
/*
|
|
298
|
-
Remove the inner padding in Chrome and Safari on macOS.
|
|
299
|
-
*/
|
|
300
|
-
|
|
301
|
-
::-webkit-search-decoration {
|
|
302
|
-
-webkit-appearance: none;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
/*
|
|
306
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
307
|
-
2. Change font properties to `inherit` in Safari.
|
|
308
|
-
*/
|
|
309
|
-
|
|
310
|
-
::-webkit-file-upload-button {
|
|
311
|
-
-webkit-appearance: button;
|
|
312
|
-
/* 1 */
|
|
313
|
-
font: inherit;
|
|
314
|
-
/* 2 */
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
/*
|
|
318
|
-
Add the correct display in Chrome and Safari.
|
|
319
|
-
*/
|
|
320
|
-
|
|
321
|
-
summary {
|
|
322
|
-
display: list-item;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
/*
|
|
326
|
-
Removes the default spacing and border for appropriate elements.
|
|
327
|
-
*/
|
|
328
|
-
|
|
329
|
-
blockquote,
|
|
330
|
-
dl,
|
|
331
|
-
dd,
|
|
332
|
-
h1,
|
|
333
|
-
h2,
|
|
334
|
-
h3,
|
|
335
|
-
h4,
|
|
336
|
-
h5,
|
|
337
|
-
h6,
|
|
338
|
-
hr,
|
|
339
|
-
figure,
|
|
340
|
-
p,
|
|
341
|
-
pre {
|
|
342
|
-
margin: 0;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
fieldset {
|
|
346
|
-
margin: 0;
|
|
347
|
-
padding: 0;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
legend {
|
|
351
|
-
padding: 0;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
ol,
|
|
355
|
-
ul,
|
|
356
|
-
menu {
|
|
357
|
-
list-style: none;
|
|
358
|
-
margin: 0;
|
|
359
|
-
padding: 0;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
/*
|
|
363
|
-
Reset default styling for dialogs.
|
|
364
|
-
*/
|
|
365
|
-
|
|
366
|
-
dialog {
|
|
367
|
-
padding: 0;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
/*
|
|
371
|
-
Prevent resizing textareas horizontally by default.
|
|
372
|
-
*/
|
|
373
|
-
|
|
374
|
-
textarea {
|
|
375
|
-
resize: vertical;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
/*
|
|
379
|
-
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
380
|
-
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
381
|
-
*/
|
|
382
|
-
|
|
383
|
-
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
384
|
-
opacity: 1;
|
|
385
|
-
/* 1 */
|
|
386
|
-
color: #9ca3af;
|
|
387
|
-
/* 2 */
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
input::placeholder,
|
|
391
|
-
textarea::placeholder {
|
|
392
|
-
opacity: 1;
|
|
393
|
-
/* 1 */
|
|
394
|
-
color: #9ca3af;
|
|
395
|
-
/* 2 */
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
/*
|
|
399
|
-
Set the default cursor for buttons.
|
|
400
|
-
*/
|
|
401
|
-
|
|
402
|
-
button,
|
|
403
|
-
[role="button"] {
|
|
404
|
-
cursor: pointer;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
/*
|
|
408
|
-
Make sure disabled buttons don't get the pointer cursor.
|
|
409
|
-
*/
|
|
410
|
-
|
|
411
|
-
:disabled {
|
|
412
|
-
cursor: default;
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
/*
|
|
416
|
-
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
417
|
-
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
418
|
-
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
419
|
-
*/
|
|
420
|
-
|
|
421
|
-
img,
|
|
422
|
-
svg,
|
|
423
|
-
video,
|
|
424
|
-
canvas,
|
|
425
|
-
audio,
|
|
426
|
-
iframe,
|
|
427
|
-
embed,
|
|
428
|
-
object {
|
|
429
|
-
display: block;
|
|
430
|
-
/* 1 */
|
|
431
|
-
vertical-align: middle;
|
|
432
|
-
/* 2 */
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
/*
|
|
436
|
-
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
437
|
-
*/
|
|
438
|
-
|
|
439
|
-
img,
|
|
440
|
-
video {
|
|
441
|
-
max-width: 100%;
|
|
442
|
-
height: auto;
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
446
|
-
|
|
447
|
-
[hidden] {
|
|
448
|
-
display: none;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
*, ::before, ::after {
|
|
452
|
-
--tw-border-spacing-x: 0;
|
|
453
|
-
--tw-border-spacing-y: 0;
|
|
454
|
-
--tw-translate-x: 0;
|
|
455
|
-
--tw-translate-y: 0;
|
|
456
|
-
--tw-rotate: 0;
|
|
457
|
-
--tw-skew-x: 0;
|
|
458
|
-
--tw-skew-y: 0;
|
|
459
|
-
--tw-scale-x: 1;
|
|
460
|
-
--tw-scale-y: 1;
|
|
461
|
-
--tw-pan-x: ;
|
|
462
|
-
--tw-pan-y: ;
|
|
463
|
-
--tw-pinch-zoom: ;
|
|
464
|
-
--tw-scroll-snap-strictness: proximity;
|
|
465
|
-
--tw-gradient-from-position: ;
|
|
466
|
-
--tw-gradient-via-position: ;
|
|
467
|
-
--tw-gradient-to-position: ;
|
|
468
|
-
--tw-ordinal: ;
|
|
469
|
-
--tw-slashed-zero: ;
|
|
470
|
-
--tw-numeric-figure: ;
|
|
471
|
-
--tw-numeric-spacing: ;
|
|
472
|
-
--tw-numeric-fraction: ;
|
|
473
|
-
--tw-ring-inset: ;
|
|
474
|
-
--tw-ring-offset-width: 0px;
|
|
475
|
-
--tw-ring-offset-color: #fff;
|
|
476
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
477
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
478
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
479
|
-
--tw-shadow: 0 0 #0000;
|
|
480
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
481
|
-
--tw-blur: ;
|
|
482
|
-
--tw-brightness: ;
|
|
483
|
-
--tw-contrast: ;
|
|
484
|
-
--tw-grayscale: ;
|
|
485
|
-
--tw-hue-rotate: ;
|
|
486
|
-
--tw-invert: ;
|
|
487
|
-
--tw-saturate: ;
|
|
488
|
-
--tw-sepia: ;
|
|
489
|
-
--tw-drop-shadow: ;
|
|
490
|
-
--tw-backdrop-blur: ;
|
|
491
|
-
--tw-backdrop-brightness: ;
|
|
492
|
-
--tw-backdrop-contrast: ;
|
|
493
|
-
--tw-backdrop-grayscale: ;
|
|
494
|
-
--tw-backdrop-hue-rotate: ;
|
|
495
|
-
--tw-backdrop-invert: ;
|
|
496
|
-
--tw-backdrop-opacity: ;
|
|
497
|
-
--tw-backdrop-saturate: ;
|
|
498
|
-
--tw-backdrop-sepia: ;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
::backdrop {
|
|
502
|
-
--tw-border-spacing-x: 0;
|
|
503
|
-
--tw-border-spacing-y: 0;
|
|
504
|
-
--tw-translate-x: 0;
|
|
505
|
-
--tw-translate-y: 0;
|
|
506
|
-
--tw-rotate: 0;
|
|
507
|
-
--tw-skew-x: 0;
|
|
508
|
-
--tw-skew-y: 0;
|
|
509
|
-
--tw-scale-x: 1;
|
|
510
|
-
--tw-scale-y: 1;
|
|
511
|
-
--tw-pan-x: ;
|
|
512
|
-
--tw-pan-y: ;
|
|
513
|
-
--tw-pinch-zoom: ;
|
|
514
|
-
--tw-scroll-snap-strictness: proximity;
|
|
515
|
-
--tw-gradient-from-position: ;
|
|
516
|
-
--tw-gradient-via-position: ;
|
|
517
|
-
--tw-gradient-to-position: ;
|
|
518
|
-
--tw-ordinal: ;
|
|
519
|
-
--tw-slashed-zero: ;
|
|
520
|
-
--tw-numeric-figure: ;
|
|
521
|
-
--tw-numeric-spacing: ;
|
|
522
|
-
--tw-numeric-fraction: ;
|
|
523
|
-
--tw-ring-inset: ;
|
|
524
|
-
--tw-ring-offset-width: 0px;
|
|
525
|
-
--tw-ring-offset-color: #fff;
|
|
526
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
527
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
528
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
529
|
-
--tw-shadow: 0 0 #0000;
|
|
530
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
531
|
-
--tw-blur: ;
|
|
532
|
-
--tw-brightness: ;
|
|
533
|
-
--tw-contrast: ;
|
|
534
|
-
--tw-grayscale: ;
|
|
535
|
-
--tw-hue-rotate: ;
|
|
536
|
-
--tw-invert: ;
|
|
537
|
-
--tw-saturate: ;
|
|
538
|
-
--tw-sepia: ;
|
|
539
|
-
--tw-drop-shadow: ;
|
|
540
|
-
--tw-backdrop-blur: ;
|
|
541
|
-
--tw-backdrop-brightness: ;
|
|
542
|
-
--tw-backdrop-contrast: ;
|
|
543
|
-
--tw-backdrop-grayscale: ;
|
|
544
|
-
--tw-backdrop-hue-rotate: ;
|
|
545
|
-
--tw-backdrop-invert: ;
|
|
546
|
-
--tw-backdrop-opacity: ;
|
|
547
|
-
--tw-backdrop-saturate: ;
|
|
548
|
-
--tw-backdrop-sepia: ;
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
.container {
|
|
552
|
-
width: 100%;
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
@media (min-width: 620px) {
|
|
556
|
-
.container {
|
|
557
|
-
max-width: 620px;
|
|
558
|
-
}
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
@media (min-width: 904px) {
|
|
562
|
-
.container {
|
|
563
|
-
max-width: 904px;
|
|
564
|
-
}
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
@media (min-width: 1200px) {
|
|
568
|
-
.container {
|
|
569
|
-
max-width: 1200px;
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
@media (min-width: 1400px) {
|
|
574
|
-
.container {
|
|
575
|
-
max-width: 1400px;
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
.pointer-events-none {
|
|
580
|
-
pointer-events: none !important;
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
.visible {
|
|
584
|
-
visibility: visible !important;
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
.collapse {
|
|
588
|
-
visibility: collapse !important;
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
.fixed {
|
|
592
|
-
position: fixed !important;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
.absolute {
|
|
596
|
-
position: absolute !important;
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
.relative {
|
|
600
|
-
position: relative !important;
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
.sticky {
|
|
604
|
-
position: sticky !important;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
.bottom-0 {
|
|
608
|
-
bottom: 0px !important;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
.isolate {
|
|
612
|
-
isolation: isolate !important;
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
.z-above-zero {
|
|
616
|
-
z-index: 10 !important;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
.z-below-zero {
|
|
620
|
-
z-index: -10 !important;
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
.z-fixed {
|
|
624
|
-
z-index: 2200 !important;
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
.z-flyout {
|
|
628
|
-
z-index: 2100 !important;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
.z-modal {
|
|
632
|
-
z-index: 2300 !important;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
.z-tooltip {
|
|
636
|
-
z-index: 2000 !important;
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
.z-ultimate {
|
|
640
|
-
z-index: 10000 !important;
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
.z-zero {
|
|
644
|
-
z-index: 0 !important;
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
.float-right {
|
|
648
|
-
float: right !important;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
.float-left {
|
|
652
|
-
float: left !important;
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
.ml-auto {
|
|
656
|
-
margin-left: auto !important;
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
.block {
|
|
660
|
-
display: block !important;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
.inline-block {
|
|
664
|
-
display: inline-block !important;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
.inline {
|
|
668
|
-
display: inline !important;
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
.flex {
|
|
672
|
-
display: flex !important;
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
.inline-flex {
|
|
676
|
-
display: inline-flex !important;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
.table {
|
|
680
|
-
display: table !important;
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
.flow-root {
|
|
684
|
-
display: flow-root !important;
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
.hidden {
|
|
688
|
-
display: none !important;
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
.h-6 {
|
|
692
|
-
height: 48px !important;
|
|
693
|
-
}
|
|
694
|
-
|
|
695
|
-
.h-7 {
|
|
696
|
-
height: 65px !important;
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
.h-9 {
|
|
700
|
-
height: 125px !important;
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
.w-0 {
|
|
704
|
-
width: 0px !important;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
.w-0\.5 {
|
|
708
|
-
width: 3px !important;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
.w-1 {
|
|
712
|
-
width: 6px !important;
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
.w-1\.5 {
|
|
716
|
-
width: 9px !important;
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
.w-10 {
|
|
720
|
-
width: 170px !important;
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
.w-11 {
|
|
724
|
-
width: 230px !important;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
.w-12 {
|
|
728
|
-
width: 320px !important;
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
.w-13 {
|
|
732
|
-
width: 440px !important;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
.w-14 {
|
|
736
|
-
width: 600px !important;
|
|
737
|
-
}
|
|
738
|
-
|
|
739
|
-
.w-2 {
|
|
740
|
-
width: 12px !important;
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
.w-3 {
|
|
744
|
-
width: 18px !important;
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
.w-4 {
|
|
748
|
-
width: 24px !important;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
.w-5 {
|
|
752
|
-
width: 36px !important;
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
.w-6 {
|
|
756
|
-
width: 48px !important;
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
.w-7 {
|
|
760
|
-
width: 65px !important;
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
.w-8 {
|
|
764
|
-
width: 90px !important;
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
.w-9 {
|
|
768
|
-
width: 125px !important;
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
.w-auto {
|
|
772
|
-
width: auto !important;
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
.w-full {
|
|
776
|
-
width: 100% !important;
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
.w-px {
|
|
780
|
-
width: 1px !important;
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
.min-w-4 {
|
|
784
|
-
min-width: 24px !important;
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
.shrink {
|
|
788
|
-
flex-shrink: 1 !important;
|
|
789
|
-
}
|
|
790
|
-
|
|
791
|
-
.grow {
|
|
792
|
-
flex-grow: 1 !important;
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
.transform {
|
|
796
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
|
|
797
|
-
}
|
|
798
|
-
|
|
799
|
-
.cursor-pointer {
|
|
800
|
-
cursor: pointer !important;
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
.select-all {
|
|
804
|
-
-webkit-user-select: all !important;
|
|
805
|
-
-moz-user-select: all !important;
|
|
806
|
-
user-select: all !important;
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
.resize {
|
|
810
|
-
resize: both !important;
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
.list-none {
|
|
814
|
-
list-style-type: none !important;
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
.flex-col {
|
|
818
|
-
flex-direction: column !important;
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
.items-start {
|
|
822
|
-
align-items: flex-start !important;
|
|
823
|
-
}
|
|
824
|
-
|
|
825
|
-
.items-center {
|
|
826
|
-
align-items: center !important;
|
|
827
|
-
}
|
|
828
|
-
|
|
829
|
-
.justify-evenly {
|
|
830
|
-
justify-content: space-evenly !important;
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
.gap-1 {
|
|
834
|
-
gap: 6px !important;
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
.gap-1\.5 {
|
|
838
|
-
gap: 9px !important;
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
|
842
|
-
--tw-space-y-reverse: 0 !important;
|
|
843
|
-
margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse))) !important;
|
|
844
|
-
margin-bottom: calc(12px * var(--tw-space-y-reverse)) !important;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
.self-start {
|
|
848
|
-
align-self: flex-start !important;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
.overflow-hidden {
|
|
852
|
-
overflow: hidden !important;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
.overflow-visible {
|
|
856
|
-
overflow: visible !important;
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
.overflow-y-scroll {
|
|
860
|
-
overflow-y: scroll !important;
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
.whitespace-nowrap {
|
|
864
|
-
white-space: nowrap !important;
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
.break-words {
|
|
868
|
-
overflow-wrap: break-word !important;
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
.rounded {
|
|
872
|
-
border-radius: 3px !important;
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
.rounded-full {
|
|
876
|
-
border-radius: 9999px !important;
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
.rounded-lg {
|
|
880
|
-
border-radius: 5px !important;
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
.rounded-md {
|
|
884
|
-
border-radius: 4px !important;
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
.rounded-none {
|
|
888
|
-
border-radius: 0 !important;
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
.rounded-sm {
|
|
892
|
-
border-radius: 2px !important;
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
.border {
|
|
896
|
-
border-width: 1px !important;
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
.bg-blue-500 {
|
|
900
|
-
--tw-bg-opacity: 1 !important;
|
|
901
|
-
background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
.p-2 {
|
|
905
|
-
padding: 12px !important;
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
.text-left {
|
|
909
|
-
text-align: left !important;
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
.align-top {
|
|
913
|
-
vertical-align: top !important;
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
.align-middle {
|
|
917
|
-
vertical-align: middle !important;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
.align-text-top {
|
|
921
|
-
vertical-align: text-top !important;
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
.italic {
|
|
925
|
-
font-style: italic !important;
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
.underline {
|
|
929
|
-
text-decoration-line: underline !important;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
.opacity-0 {
|
|
933
|
-
opacity: 0 !important;
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
.opacity-70 {
|
|
937
|
-
opacity: 0.7 !important;
|
|
938
|
-
}
|
|
939
|
-
|
|
940
|
-
.shadow {
|
|
941
|
-
--tw-shadow: 0 1px 4px rgb(0 0 0 / 22%), 0 1px 2px rgb(0 0 0 / 26%) !important;
|
|
942
|
-
--tw-shadow-colored: 0 1px 4px var(--tw-shadow-color), 0 1px 2px var(--tw-shadow-color) !important;
|
|
943
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
.shadow-lg {
|
|
947
|
-
--tw-shadow: 0 8px 20px rgb(0 0 0 / 26%), 0 5px 7px rgb(0 0 0 / 24%) !important;
|
|
948
|
-
--tw-shadow-colored: 0 8px 20px var(--tw-shadow-color), 0 5px 7px var(--tw-shadow-color) !important;
|
|
949
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
.shadow-md {
|
|
953
|
-
--tw-shadow: 0 4px 10px rgb(0 0 0 / 24%), 0 3px 4px rgb(0 0 0 / 25%) !important;
|
|
954
|
-
--tw-shadow-colored: 0 4px 10px var(--tw-shadow-color), 0 3px 4px var(--tw-shadow-color) !important;
|
|
955
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
.shadow-xl {
|
|
959
|
-
--tw-shadow: 0 0 16px rgb(0 0 0 / 20%), 0 0 3px rgb(0 0 0 / 50%) !important;
|
|
960
|
-
--tw-shadow-colored: 0 0 16px var(--tw-shadow-color), 0 0 3px var(--tw-shadow-color) !important;
|
|
961
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
.outline {
|
|
965
|
-
outline-style: solid !important;
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
.blur {
|
|
969
|
-
--tw-blur: blur(8px) !important;
|
|
970
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
|
|
971
|
-
}
|
|
972
|
-
|
|
973
|
-
.filter {
|
|
974
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
.transition {
|
|
978
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
|
|
979
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
|
|
980
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
|
|
981
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
982
|
-
transition-duration: 150ms !important;
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
.break-words {
|
|
986
|
-
word-wrap: break-word !important;
|
|
987
|
-
word-break: break-word !important;
|
|
988
|
-
-webkit-hyphens: auto !important;
|
|
989
|
-
hyphens: auto !important;
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
@media (min-width: 1200px) {
|
|
993
|
-
.lg\:block {
|
|
994
|
-
display: block !important;
|
|
995
|
-
}
|
|
996
|
-
}
|
|
997
|
-
|
|
998
|
-
@media (min-width: 1400px) {
|
|
999
|
-
.xl\:hidden {
|
|
1000
|
-
display: none !important;
|
|
1001
|
-
}
|
|
1002
|
-
}
|