@instincthub/react-ui 0.0.1 → 0.0.2
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/dist/_virtual/index8.js +2 -0
- package/dist/_virtual/index8.js.map +1 -0
- package/dist/_virtual/react-is.development3.js +2 -0
- package/dist/_virtual/react-is.development3.js.map +1 -0
- package/dist/_virtual/react-is.production.min2.js +2 -0
- package/dist/_virtual/react-is.production.min2.js.map +1 -0
- package/dist/_virtual/stylis.js +2 -0
- package/dist/_virtual/stylis.js.map +1 -0
- package/dist/assets/css/bootstrap.css +315 -0
- package/dist/assets/css/darkmode.css +57 -0
- package/dist/assets/css/fonts.css +1 -0
- package/dist/assets/css/forms/input-fields.css +77 -0
- package/dist/assets/css/forms/react-action.css +46 -0
- package/dist/assets/css/forms/submit-btn.css +39 -0
- package/dist/assets/css/forms.css +145 -0
- package/dist/assets/css/invoice.css +196 -0
- package/dist/assets/css/loading.css +57 -0
- package/dist/assets/css/main.css +2357 -0
- package/dist/assets/css/material-ui.css +82 -0
- package/dist/assets/css/modals.css +208 -0
- package/dist/assets/css/primereact.css +367 -0
- package/dist/assets/css/react-video-player.css +81 -0
- package/dist/assets/css/readme/overflow.md +93 -0
- package/dist/assets/css/readme/width-height-padding.md +342 -0
- package/dist/assets/css/readme/z-index.md +80 -0
- package/dist/assets/css/root.css +70 -0
- package/dist/assets/css/styles.css +23 -0
- package/dist/assets/css/tag-only-selectors.css +240 -0
- package/dist/assets/css/tooltip.css +26 -0
- package/dist/assets/css/ui/code-display.css +132 -0
- package/dist/assets/css/ui/content-viewer.css +599 -0
- package/dist/assets/css/ui/editor.css +161 -0
- package/dist/assets/css/ui/list-styles.css +318 -0
- package/dist/assets/css/ui/parent-list-styles.css +223 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +2 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.js.map +1 -0
- package/dist/node_modules/@emotion/cache/dist/emotion-cache.esm.js +2 -0
- package/dist/node_modules/@emotion/cache/dist/emotion-cache.esm.js.map +1 -0
- package/dist/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js +2 -0
- package/dist/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js.map +1 -0
- package/dist/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js +2 -0
- package/dist/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js.map +1 -0
- package/dist/node_modules/@emotion/react/dist/emotion-react.esm.js +2 -0
- package/dist/node_modules/@emotion/react/dist/emotion-react.esm.js.map +1 -0
- package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +2 -0
- package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js.map +1 -0
- package/dist/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js +2 -0
- package/dist/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js.map +1 -0
- package/dist/node_modules/@emotion/styled/dist/emotion-styled.esm.js +2 -0
- package/dist/node_modules/@emotion/styled/dist/emotion-styled.esm.js.map +1 -0
- package/dist/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js +2 -0
- package/dist/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js.map +1 -0
- package/dist/node_modules/@emotion/utils/dist/emotion-utils.esm.js +2 -0
- package/dist/node_modules/@emotion/utils/dist/emotion-utils.esm.js.map +1 -0
- package/dist/node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js +2 -0
- package/dist/node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js.map +1 -0
- package/dist/node_modules/@mui/material/styles/createThemeWithVars.js +1 -1
- package/dist/node_modules/@mui/material/styles/createThemeWithVars.js.map +1 -1
- package/dist/node_modules/@mui/material/utils/memoTheme.js +1 -1
- package/dist/node_modules/@mui/material/utils/memoTheme.js.map +1 -1
- package/dist/node_modules/@mui/styled-engine/index.js +2 -2
- package/dist/node_modules/@mui/system/esm/Box/Box.js +2 -0
- package/dist/node_modules/@mui/system/esm/Box/Box.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/Box/boxClasses.js +2 -0
- package/dist/node_modules/@mui/system/esm/Box/boxClasses.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/Container/Container.js +2 -0
- package/dist/node_modules/@mui/system/esm/Container/Container.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/Container/containerClasses.js +2 -0
- package/dist/node_modules/@mui/system/esm/Container/containerClasses.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/Container/createContainer.js +2 -0
- package/dist/node_modules/@mui/system/esm/Container/createContainer.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.js +2 -0
- package/dist/node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/Grid/Grid.js +2 -0
- package/dist/node_modules/@mui/system/esm/Grid/Grid.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/Grid/createGrid.js +2 -0
- package/dist/node_modules/@mui/system/esm/Grid/createGrid.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/Grid/deleteLegacyGridProps.js +2 -0
- package/dist/node_modules/@mui/system/esm/Grid/deleteLegacyGridProps.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/Grid/gridClasses.js +2 -0
- package/dist/node_modules/@mui/system/esm/Grid/gridClasses.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/Grid/gridGenerator.js +2 -0
- package/dist/node_modules/@mui/system/esm/Grid/gridGenerator.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/Grid/traverseBreakpoints.js +2 -0
- package/dist/node_modules/@mui/system/esm/Grid/traverseBreakpoints.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/Stack/Stack.js +2 -0
- package/dist/node_modules/@mui/system/esm/Stack/Stack.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/Stack/createStack.js +2 -0
- package/dist/node_modules/@mui/system/esm/Stack/createStack.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/Stack/stackClasses.js +2 -0
- package/dist/node_modules/@mui/system/esm/Stack/stackClasses.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.js +1 -1
- package/dist/node_modules/@mui/system/esm/borders/borders.js +1 -1
- package/dist/node_modules/@mui/system/esm/borders/borders.js.map +1 -1
- package/dist/node_modules/@mui/system/esm/breakpoints/breakpoints.js +1 -1
- package/dist/node_modules/@mui/system/esm/breakpoints/breakpoints.js.map +1 -1
- package/dist/node_modules/@mui/system/esm/createBox/createBox.js +2 -0
- package/dist/node_modules/@mui/system/esm/createBox/createBox.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/cssGrid/cssGrid.js +1 -1
- package/dist/node_modules/@mui/system/esm/cssGrid/cssGrid.js.map +1 -1
- package/dist/node_modules/@mui/system/esm/cssVars/createGetCssVar.js +2 -0
- package/dist/node_modules/@mui/system/esm/cssVars/createGetCssVar.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/display/display.js +2 -0
- package/dist/node_modules/@mui/system/esm/display/display.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/flexbox/flexbox.js +2 -0
- package/dist/node_modules/@mui/system/esm/flexbox/flexbox.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/getThemeValue/getThemeValue.js +2 -0
- package/dist/node_modules/@mui/system/esm/getThemeValue/getThemeValue.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/memoTheme.js +2 -0
- package/dist/node_modules/@mui/system/esm/memoTheme.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/palette/palette.js +1 -1
- package/dist/node_modules/@mui/system/esm/palette/palette.js.map +1 -1
- package/dist/node_modules/@mui/system/esm/positions/positions.js +2 -0
- package/dist/node_modules/@mui/system/esm/positions/positions.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/shadows/shadows.js +2 -0
- package/dist/node_modules/@mui/system/esm/shadows/shadows.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/sizing/sizing.js +1 -1
- package/dist/node_modules/@mui/system/esm/sizing/sizing.js.map +1 -1
- package/dist/node_modules/@mui/system/esm/spacing/spacing.js +1 -1
- package/dist/node_modules/@mui/system/esm/spacing/spacing.js.map +1 -1
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/extendSxProp.js +2 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/extendSxProp.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/styled/styled.js +2 -0
- package/dist/node_modules/@mui/system/esm/styled/styled.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/typography/typography.js +2 -0
- package/dist/node_modules/@mui/system/esm/typography/typography.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/useTheme/useTheme.js +2 -0
- package/dist/node_modules/@mui/system/esm/useTheme/useTheme.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/useThemeProps/getThemeProps.js +2 -0
- package/dist/node_modules/@mui/system/esm/useThemeProps/getThemeProps.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/useThemeProps/useThemeProps.js +2 -0
- package/dist/node_modules/@mui/system/esm/useThemeProps/useThemeProps.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault/useThemeWithoutDefault.js +1 -1
- package/dist/node_modules/@mui/utils/esm/isMuiElement/isMuiElement.js +2 -0
- package/dist/node_modules/@mui/utils/esm/isMuiElement/isMuiElement.js.map +1 -0
- package/dist/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +2 -0
- package/dist/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js.map +1 -0
- package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js +10 -0
- package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js.map +1 -0
- package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js +10 -0
- package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
- package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +2 -0
- package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/index.js.map +1 -0
- package/dist/node_modules/stylis/dist/umd/stylis.js +2 -0
- package/dist/node_modules/stylis/dist/umd/stylis.js.map +1 -0
- package/dist/src/components/forms/AnimatedBox.js.map +1 -1
- package/dist/src/components/forms/SubmitBtn.js.map +1 -1
- package/dist/src/components/ui/viewer/CodeDisplay.js +1 -1
- package/dist/src/styles.js.map +1 -1
- package/dist/src/types/components/forms/CountryInput.d.ts +0 -1
- package/dist/src/types/components/forms/CountryStateInput.d.ts +0 -1
- package/dist/src/types/components/ui/viewer/CodeDisplay.d.ts +1 -1
- package/dist/src/types/styles.d.ts +1 -13
- package/dist/styles.css +1 -1
- package/package.json +6 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index8.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"react-is.development3.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"react-is.production.min2.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stylis.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,315 @@
|
|
|
1
|
+
/* InstinctHub Width Utilities */
|
|
2
|
+
|
|
3
|
+
/* Fixed widths */
|
|
4
|
+
.ihub-w-1 { width: 1px; }
|
|
5
|
+
.ihub-w-2 { width: 2px; }
|
|
6
|
+
.ihub-w-4 { width: 4px; }
|
|
7
|
+
.ihub-w-8 { width: 8px; }
|
|
8
|
+
.ihub-w-16 { width: 16px; }
|
|
9
|
+
.ihub-w-24 { width: 24px; }
|
|
10
|
+
.ihub-w-32 { width: 32px; }
|
|
11
|
+
.ihub-w-48 { width: 48px; }
|
|
12
|
+
.ihub-w-64 { width: 64px; }
|
|
13
|
+
.ihub-w-80 { width: 80px; }
|
|
14
|
+
.ihub-w-96 { width: 96px; }
|
|
15
|
+
.ihub-w-128 { width: 128px; }
|
|
16
|
+
.ihub-w-200 { width: 200px; }
|
|
17
|
+
.ihub-w-250 { width: 250px; }
|
|
18
|
+
.ihub-w-300 { width: 300px; }
|
|
19
|
+
.ihub-w-350 { width: 350px; }
|
|
20
|
+
.ihub-w-400 { width: 400px; }
|
|
21
|
+
.ihub-w-500 { width: 500px; }
|
|
22
|
+
.ihub-w-600 { width: 600px; }
|
|
23
|
+
.ihub-w-700 { width: 700px; }
|
|
24
|
+
.ihub-w-800 { width: 800px; }
|
|
25
|
+
|
|
26
|
+
/* Percentage widths */
|
|
27
|
+
.ihub-w-25 { width: 25%; }
|
|
28
|
+
.ihub-w-33 { width: 33.333333%; }
|
|
29
|
+
.ihub-w-50 { width: 50%; }
|
|
30
|
+
.ihub-w-75 { width: 75%; }
|
|
31
|
+
.ihub-w-100 { width: 100%; }
|
|
32
|
+
.ihub-w-auto { width: auto; }
|
|
33
|
+
|
|
34
|
+
/* Max widths */
|
|
35
|
+
.ihub-max-w-300 { max-width: 300px; }
|
|
36
|
+
.ihub-max-w-400 { max-width: 400px; }
|
|
37
|
+
.ihub-max-w-500 { max-width: 500px; }
|
|
38
|
+
.ihub-max-w-600 { max-width: 600px; }
|
|
39
|
+
.ihub-max-w-700 { max-width: 700px; }
|
|
40
|
+
.ihub-max-w-800 { max-width: 800px; }
|
|
41
|
+
.ihub-max-w-900 { max-width: 900px; }
|
|
42
|
+
.ihub-max-w-1000 { max-width: 1000px; }
|
|
43
|
+
.ihub-max-w-1200 { max-width: 1200px; }
|
|
44
|
+
.ihub-max-w-1400 { max-width: 1400px; }
|
|
45
|
+
.ihub-max-w-1600 { max-width: 1600px; }
|
|
46
|
+
.ihub-max-w-full { max-width: 100%; }
|
|
47
|
+
.ihub-max-w-none { max-width: none; }
|
|
48
|
+
|
|
49
|
+
/* Height utilities */
|
|
50
|
+
.ihub-h-1 { height: 1px; }
|
|
51
|
+
.ihub-h-2 { height: 2px; }
|
|
52
|
+
.ihub-h-4 { height: 4px; }
|
|
53
|
+
.ihub-h-8 { height: 8px; }
|
|
54
|
+
.ihub-h-16 { height: 16px; }
|
|
55
|
+
.ihub-h-24 { height: 24px; }
|
|
56
|
+
.ihub-h-32 { height: 32px; }
|
|
57
|
+
.ihub-h-48 { height: 48px; }
|
|
58
|
+
.ihub-h-64 { height: 64px; }
|
|
59
|
+
.ihub-h-80 { height: 80px; }
|
|
60
|
+
.ihub-h-96 { height: 96px; }
|
|
61
|
+
.ihub-h-128 { height: 128px; }
|
|
62
|
+
.ihub-h-200 { height: 200px; }
|
|
63
|
+
.ihub-h-300 { height: 300px; }
|
|
64
|
+
.ihub-h-400 { height: 400px; }
|
|
65
|
+
.ihub-h-500 { height: 500px; }
|
|
66
|
+
.ihub-h-600 { height: 600px; }
|
|
67
|
+
|
|
68
|
+
/* Percentage heights */
|
|
69
|
+
.ihub-h-25 { height: 25%; }
|
|
70
|
+
.ihub-h-33 { height: 33.333333%; }
|
|
71
|
+
.ihub-h-50 { height: 50%; }
|
|
72
|
+
.ihub-h-75 { height: 75%; }
|
|
73
|
+
.ihub-h-100 { height: 100%; }
|
|
74
|
+
.ihub-h-auto { height: auto; }
|
|
75
|
+
.ihub-h-screen { height: 100vh; }
|
|
76
|
+
|
|
77
|
+
/* Max heights */
|
|
78
|
+
.ihub-max-h-200 { max-height: 200px; }
|
|
79
|
+
.ihub-max-h-300 { max-height: 300px; }
|
|
80
|
+
.ihub-max-h-400 { max-height: 400px; }
|
|
81
|
+
.ihub-max-h-500 { max-height: 500px; }
|
|
82
|
+
.ihub-max-h-600 { max-height: 600px; }
|
|
83
|
+
.ihub-max-h-full { max-height: 100%; }
|
|
84
|
+
.ihub-max-h-screen { max-height: 100vh; }
|
|
85
|
+
.ihub-max-h-none { max-height: none; }
|
|
86
|
+
|
|
87
|
+
/* Min heights */
|
|
88
|
+
.ihub-min-h-0 { min-height: 0; }
|
|
89
|
+
.ihub-min-h-100 { min-height: 100px; }
|
|
90
|
+
.ihub-min-h-200 { min-height: 200px; }
|
|
91
|
+
.ihub-min-h-300 { min-height: 300px; }
|
|
92
|
+
.ihub-min-h-400 { min-height: 400px; }
|
|
93
|
+
.ihub-min-h-500 { min-height: 500px; }
|
|
94
|
+
.ihub-min-h-full { min-height: 100%; }
|
|
95
|
+
.ihub-min-h-screen { min-height: 100vh; }
|
|
96
|
+
|
|
97
|
+
/* Padding utilities - all sides */
|
|
98
|
+
.ihub-p-0 { padding: 0; }
|
|
99
|
+
.ihub-p-1 { padding: 4px; }
|
|
100
|
+
.ihub-p-2 { padding: 8px; }
|
|
101
|
+
.ihub-p-3 { padding: 12px; }
|
|
102
|
+
.ihub-p-4 { padding: 16px; }
|
|
103
|
+
.ihub-p-5 { padding: 20px; }
|
|
104
|
+
.ihub-p-6 { padding: 24px; }
|
|
105
|
+
.ihub-p-8 { padding: 32px; }
|
|
106
|
+
.ihub-p-10 { padding: 40px; }
|
|
107
|
+
.ihub-p-12 { padding: 48px; }
|
|
108
|
+
.ihub-p-16 { padding: 64px; }
|
|
109
|
+
.ihub-p-20 { padding: 80px; }
|
|
110
|
+
.ihub-p-24 { padding: 96px; }
|
|
111
|
+
.ihub-p-32 { padding: 128px; }
|
|
112
|
+
|
|
113
|
+
/* Padding top */
|
|
114
|
+
.ihub-pt-0 { padding-top: 0; }
|
|
115
|
+
.ihub-pt-1 { padding-top: 4px; }
|
|
116
|
+
.ihub-pt-2 { padding-top: 8px; }
|
|
117
|
+
.ihub-pt-3 { padding-top: 12px; }
|
|
118
|
+
.ihub-pt-4 { padding-top: 16px; }
|
|
119
|
+
.ihub-pt-5 { padding-top: 20px; }
|
|
120
|
+
.ihub-pt-6 { padding-top: 24px; }
|
|
121
|
+
.ihub-pt-8 { padding-top: 32px; }
|
|
122
|
+
.ihub-pt-10 { padding-top: 40px; }
|
|
123
|
+
.ihub-pt-12 { padding-top: 48px; }
|
|
124
|
+
.ihub-pt-16 { padding-top: 64px; }
|
|
125
|
+
.ihub-pt-20 { padding-top: 80px; }
|
|
126
|
+
.ihub-pt-24 { padding-top: 96px; }
|
|
127
|
+
.ihub-pt-32 { padding-top: 128px; }
|
|
128
|
+
|
|
129
|
+
/* Padding right */
|
|
130
|
+
.ihub-pr-0 { padding-right: 0; }
|
|
131
|
+
.ihub-pr-1 { padding-right: 4px; }
|
|
132
|
+
.ihub-pr-2 { padding-right: 8px; }
|
|
133
|
+
.ihub-pr-3 { padding-right: 12px; }
|
|
134
|
+
.ihub-pr-4 { padding-right: 16px; }
|
|
135
|
+
.ihub-pr-5 { padding-right: 20px; }
|
|
136
|
+
.ihub-pr-6 { padding-right: 24px; }
|
|
137
|
+
.ihub-pr-8 { padding-right: 32px; }
|
|
138
|
+
.ihub-pr-10 { padding-right: 40px; }
|
|
139
|
+
.ihub-pr-12 { padding-right: 48px; }
|
|
140
|
+
.ihub-pr-16 { padding-right: 64px; }
|
|
141
|
+
.ihub-pr-20 { padding-right: 80px; }
|
|
142
|
+
.ihub-pr-24 { padding-right: 96px; }
|
|
143
|
+
.ihub-pr-32 { padding-right: 128px; }
|
|
144
|
+
|
|
145
|
+
/* Padding bottom */
|
|
146
|
+
.ihub-pb-0 { padding-bottom: 0; }
|
|
147
|
+
.ihub-pb-1 { padding-bottom: 4px; }
|
|
148
|
+
.ihub-pb-2 { padding-bottom: 8px; }
|
|
149
|
+
.ihub-pb-3 { padding-bottom: 12px; }
|
|
150
|
+
.ihub-pb-4 { padding-bottom: 16px; }
|
|
151
|
+
.ihub-pb-5 { padding-bottom: 20px; }
|
|
152
|
+
.ihub-pb-6 { padding-bottom: 24px; }
|
|
153
|
+
.ihub-pb-8 { padding-bottom: 32px; }
|
|
154
|
+
.ihub-pb-10 { padding-bottom: 40px; }
|
|
155
|
+
.ihub-pb-12 { padding-bottom: 48px; }
|
|
156
|
+
.ihub-pb-16 { padding-bottom: 64px; }
|
|
157
|
+
.ihub-pb-20 { padding-bottom: 80px; }
|
|
158
|
+
.ihub-pb-24 { padding-bottom: 96px; }
|
|
159
|
+
.ihub-pb-32 { padding-bottom: 128px; }
|
|
160
|
+
|
|
161
|
+
/* Padding left */
|
|
162
|
+
.ihub-pl-0 { padding-left: 0; }
|
|
163
|
+
.ihub-pl-1 { padding-left: 4px; }
|
|
164
|
+
.ihub-pl-2 { padding-left: 8px; }
|
|
165
|
+
.ihub-pl-3 { padding-left: 12px; }
|
|
166
|
+
.ihub-pl-4 { padding-left: 16px; }
|
|
167
|
+
.ihub-pl-5 { padding-left: 20px; }
|
|
168
|
+
.ihub-pl-6 { padding-left: 24px; }
|
|
169
|
+
.ihub-pl-8 { padding-left: 32px; }
|
|
170
|
+
.ihub-pl-10 { padding-left: 40px; }
|
|
171
|
+
.ihub-pl-12 { padding-left: 48px; }
|
|
172
|
+
.ihub-pl-16 { padding-left: 64px; }
|
|
173
|
+
.ihub-pl-20 { padding-left: 80px; }
|
|
174
|
+
.ihub-pl-24 { padding-left: 96px; }
|
|
175
|
+
.ihub-pl-32 { padding-left: 128px; }
|
|
176
|
+
|
|
177
|
+
/* Padding horizontal (left and right) */
|
|
178
|
+
.ihub-px-0 { padding-left: 0; padding-right: 0; }
|
|
179
|
+
.ihub-px-1 { padding-left: 4px; padding-right: 4px; }
|
|
180
|
+
.ihub-px-2 { padding-left: 8px; padding-right: 8px; }
|
|
181
|
+
.ihub-px-3 { padding-left: 12px; padding-right: 12px; }
|
|
182
|
+
.ihub-px-4 { padding-left: 16px; padding-right: 16px; }
|
|
183
|
+
.ihub-px-5 { padding-left: 20px; padding-right: 20px; }
|
|
184
|
+
.ihub-px-6 { padding-left: 24px; padding-right: 24px; }
|
|
185
|
+
.ihub-px-8 { padding-left: 32px; padding-right: 32px; }
|
|
186
|
+
.ihub-px-10 { padding-left: 40px; padding-right: 40px; }
|
|
187
|
+
.ihub-px-12 { padding-left: 48px; padding-right: 48px; }
|
|
188
|
+
.ihub-px-16 { padding-left: 64px; padding-right: 64px; }
|
|
189
|
+
.ihub-px-20 { padding-left: 80px; padding-right: 80px; }
|
|
190
|
+
.ihub-px-24 { padding-left: 96px; padding-right: 96px; }
|
|
191
|
+
.ihub-px-32 { padding-left: 128px; padding-right: 128px; }
|
|
192
|
+
|
|
193
|
+
/* Padding vertical (top and bottom) */
|
|
194
|
+
.ihub-py-0 { padding-top: 0; padding-bottom: 0; }
|
|
195
|
+
.ihub-py-1 { padding-top: 4px; padding-bottom: 4px; }
|
|
196
|
+
.ihub-py-2 { padding-top: 8px; padding-bottom: 8px; }
|
|
197
|
+
.ihub-py-3 { padding-top: 12px; padding-bottom: 12px; }
|
|
198
|
+
.ihub-py-4 { padding-top: 16px; padding-bottom: 16px; }
|
|
199
|
+
.ihub-py-5 { padding-top: 20px; padding-bottom: 20px; }
|
|
200
|
+
.ihub-py-6 { padding-top: 24px; padding-bottom: 24px; }
|
|
201
|
+
.ihub-py-8 { padding-top: 32px; padding-bottom: 32px; }
|
|
202
|
+
.ihub-py-10 { padding-top: 40px; padding-bottom: 40px; }
|
|
203
|
+
.ihub-py-12 { padding-top: 48px; padding-bottom: 48px; }
|
|
204
|
+
.ihub-py-16 { padding-top: 64px; padding-bottom: 64px; }
|
|
205
|
+
.ihub-py-20 { padding-top: 80px; padding-bottom: 80px; }
|
|
206
|
+
.ihub-py-24 { padding-top: 96px; padding-bottom: 96px; }
|
|
207
|
+
.ihub-py-32 { padding-top: 128px; padding-bottom: 128px; }
|
|
208
|
+
|
|
209
|
+
/* Responsive utilities for smaller screens */
|
|
210
|
+
@media (max-width: 768px) {
|
|
211
|
+
.ihub-sm-w-100 { width: 100%; }
|
|
212
|
+
.ihub-sm-h-auto { height: auto; }
|
|
213
|
+
.ihub-sm-p-2 { padding: 8px; }
|
|
214
|
+
.ihub-sm-p-3 { padding: 12px; }
|
|
215
|
+
.ihub-sm-p-4 { padding: 16px; }
|
|
216
|
+
.ihub-sm-py-2 { padding-top: 8px; padding-bottom: 8px; }
|
|
217
|
+
.ihub-sm-py-3 { padding-top: 12px; padding-bottom: 12px; }
|
|
218
|
+
.ihub-sm-px-2 { padding-left: 8px; padding-right: 8px; }
|
|
219
|
+
.ihub-sm-px-3 { padding-left: 12px; padding-right: 12px; }
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
/* Responsive utilities for medium screens */
|
|
223
|
+
@media (min-width: 769px) and (max-width: 1024px) {
|
|
224
|
+
.ihub-md-w-50 { width: 50%; }
|
|
225
|
+
.ihub-md-w-75 { width: 75%; }
|
|
226
|
+
.ihub-md-w-100 { width: 100%; }
|
|
227
|
+
.ihub-md-p-4 { padding: 16px; }
|
|
228
|
+
.ihub-md-p-5 { padding: 20px; }
|
|
229
|
+
.ihub-md-py-4 { padding-top: 16px; padding-bottom: 16px; }
|
|
230
|
+
.ihub-md-py-5 { padding-top: 20px; padding-bottom: 20px; }
|
|
231
|
+
.ihub-md-px-4 { padding-left: 16px; padding-right: 16px; }
|
|
232
|
+
.ihub-md-px-5 { padding-left: 20px; padding-right: 20px; }
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
/* Responsive utilities for larger screens */
|
|
236
|
+
@media (min-width: 1025px) {
|
|
237
|
+
.ihub-lg-w-25 { width: 25%; }
|
|
238
|
+
.ihub-lg-w-33 { width: 33.333333%; }
|
|
239
|
+
.ihub-lg-w-50 { width: 50%; }
|
|
240
|
+
.ihub-lg-w-75 { width: 75%; }
|
|
241
|
+
.ihub-lg-p-6 { padding: 24px; }
|
|
242
|
+
.ihub-lg-p-8 { padding: 32px; }
|
|
243
|
+
.ihub-lg-py-6 { padding-top: 24px; padding-bottom: 24px; }
|
|
244
|
+
.ihub-lg-py-8 { padding-top: 32px; padding-bottom: 32px; }
|
|
245
|
+
.ihub-lg-px-6 { padding-left: 24px; padding-right: 24px; }
|
|
246
|
+
.ihub-lg-px-8 { padding-left: 32px; padding-right: 32px; }
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
/* Overflow utilities */
|
|
251
|
+
.ihub-overflow-auto {
|
|
252
|
+
overflow: auto;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.ihub-overflow-hidden {
|
|
256
|
+
overflow: hidden;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.ihub-overflow-visible {
|
|
260
|
+
overflow: visible;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.ihub-overflow-scroll {
|
|
264
|
+
overflow: scroll;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.ihub-overflow-x-auto {
|
|
268
|
+
overflow-x: auto;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.ihub-overflow-x-hidden {
|
|
272
|
+
overflow-x: hidden;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.ihub-overflow-x-scroll {
|
|
276
|
+
overflow-x: scroll;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.ihub-overflow-y-auto {
|
|
280
|
+
overflow-y: auto;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.ihub-overflow-y-hidden {
|
|
284
|
+
overflow-y: hidden;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.ihub-overflow-y-scroll {
|
|
288
|
+
overflow-y: scroll;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
/* Scrollbar styling for WebKit browsers */
|
|
292
|
+
.ihub-scrollbar-thin::-webkit-scrollbar {
|
|
293
|
+
width: 4px;
|
|
294
|
+
height: 4px;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.ihub-scrollbar-thin::-webkit-scrollbar-track {
|
|
298
|
+
background: var(--Gray);
|
|
299
|
+
border-radius: 5px;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.ihub-scrollbar-thin::-webkit-scrollbar-thumb {
|
|
303
|
+
background: var(--DarkCyan);
|
|
304
|
+
border-radius: 5px;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
/* Hide scrollbar but maintain functionality */
|
|
308
|
+
.ihub-scrollbar-hidden {
|
|
309
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
310
|
+
scrollbar-width: none; /* Firefox */
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.ihub-scrollbar-hidden::-webkit-scrollbar {
|
|
314
|
+
display: none; /* Chrome, Safari, Opera */
|
|
315
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
html.DarkMode {
|
|
2
|
+
--White: #212121;
|
|
3
|
+
--Magnolia: #ffffff;
|
|
4
|
+
--Gunmetal: #ffffff;
|
|
5
|
+
--filter: brightness(0) invert(1);
|
|
6
|
+
--borderDefault: 1px solid #212121;
|
|
7
|
+
--Gray: rgba(107, 104, 104, 0.2);
|
|
8
|
+
--shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
|
9
|
+
--borderDefault: 1px solid rgba(183, 205, 226, 0.2);
|
|
10
|
+
--FadeGlass: #000;
|
|
11
|
+
--DarkCyan: #009ba2;
|
|
12
|
+
--nesgBlueOpacity: #01010154;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.DarkMode .mainBanner {
|
|
16
|
+
background: rgb(0, 0, 0);
|
|
17
|
+
background: var(--Dark-Gradient);
|
|
18
|
+
}
|
|
19
|
+
.DarkMode input {
|
|
20
|
+
color: #fff;
|
|
21
|
+
}
|
|
22
|
+
.DarkMode form .text_label {
|
|
23
|
+
color: #fff !important;
|
|
24
|
+
}
|
|
25
|
+
.DarkMode #dy_svg_white path {
|
|
26
|
+
fill: rgb(154, 160, 166);
|
|
27
|
+
}
|
|
28
|
+
.DarkMode .select__item {
|
|
29
|
+
color: #d8d8d8;
|
|
30
|
+
background-color: #2c333a;
|
|
31
|
+
}
|
|
32
|
+
.DarkMode .select__item:hover {
|
|
33
|
+
color: var(--White);
|
|
34
|
+
}
|
|
35
|
+
.DarkMode textarea {
|
|
36
|
+
color: #fff;
|
|
37
|
+
background-color: var(--White);
|
|
38
|
+
}
|
|
39
|
+
.DarkMode .password_symbols {
|
|
40
|
+
fill: #d8d8d8;
|
|
41
|
+
}
|
|
42
|
+
.DarkMode .important-btn {
|
|
43
|
+
color: #fff;
|
|
44
|
+
}
|
|
45
|
+
.DarkMode .delete_modal .modal {
|
|
46
|
+
background-color: #2c333a !important;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.DarkMode .ul-2 li.active-link a::before {
|
|
50
|
+
border-color: #fff !important;
|
|
51
|
+
}
|
|
52
|
+
.DarkMode .ul-2 li.active-link a {
|
|
53
|
+
color: #fff !important;
|
|
54
|
+
}
|
|
55
|
+
.DarkMode .reset-link a {
|
|
56
|
+
color: #fff !important;
|
|
57
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Nunito:wght@300;400;500;600;700;800;900&display=swap");
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
.ihub-wrapper {
|
|
2
|
+
position: relative;
|
|
3
|
+
margin-top: 25px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.ihub-wrapper .ihub-text-label {
|
|
7
|
+
position: absolute;
|
|
8
|
+
top: 13px;
|
|
9
|
+
left: 15px;
|
|
10
|
+
transition: all 0.3s ease;
|
|
11
|
+
pointer-events: none;
|
|
12
|
+
font-size: 1rem;
|
|
13
|
+
color: var(--Gunmetal);
|
|
14
|
+
font-family: var(--Nunito);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.ihub-wrapper .ihub-input {
|
|
18
|
+
border: var(--borderDefault);
|
|
19
|
+
width: 100%;
|
|
20
|
+
padding: 10px 15px;
|
|
21
|
+
border-radius: 4px;
|
|
22
|
+
font-family: var(--Nunito);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/* Chrome, Safari, Edge, Opera */
|
|
26
|
+
.ihub-wrapper .ihub-input::-webkit-outer-spin-button,
|
|
27
|
+
.ihub-wrapper .ihub-input::-webkit-inner-spin-button {
|
|
28
|
+
-webkit-appearance: none;
|
|
29
|
+
margin: 0;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/* Firefox */
|
|
33
|
+
.ihub-wrapper .ihub-input[type="number"] {
|
|
34
|
+
-moz-appearance: textfield;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.ihub-wrapper .ihub-input:disabled,
|
|
38
|
+
.ihub-wrapper .ihub-input:read-only {
|
|
39
|
+
background: #f4f4f4;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.ihub-wrapper .ihub-input:focus + .ihub-text-label,
|
|
43
|
+
.ihub-wrapper.ihub-value .ihub-text-label {
|
|
44
|
+
background: var(--White);
|
|
45
|
+
top: -10px;
|
|
46
|
+
height: 20px;
|
|
47
|
+
padding: 5px;
|
|
48
|
+
margin: 0;
|
|
49
|
+
color: var(--DarkCyan);
|
|
50
|
+
font-size: 14px;
|
|
51
|
+
pointer-events: initial;
|
|
52
|
+
left: 15px;
|
|
53
|
+
line-height: 10px;
|
|
54
|
+
width: auto;
|
|
55
|
+
font-family: var(--Nunito);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.ihub-wrapper .ihub-input.ihub-width-auto {
|
|
59
|
+
width: auto;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.ihub-wrapper[data-text-transform="lowercase"] .ihub-input {
|
|
63
|
+
text-transform: lowercase;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.ihub-wrapper[data-text-transform="uppercase"] .ihub-input {
|
|
67
|
+
text-transform: uppercase;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.ihub-wrapper[data-text-transform="capitalize"] .ihub-input {
|
|
71
|
+
text-transform: capitalize;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.ihub-notes {
|
|
75
|
+
font-size: 12px;
|
|
76
|
+
margin-top: 5px;
|
|
77
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
.ihub-react-action {
|
|
2
|
+
position: relative;
|
|
3
|
+
}
|
|
4
|
+
.ihub-react-action .main_list {
|
|
5
|
+
padding: 10px;
|
|
6
|
+
display: none;
|
|
7
|
+
background: var(--White);
|
|
8
|
+
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.18);
|
|
9
|
+
border-radius: 5px;
|
|
10
|
+
min-width: 200px;
|
|
11
|
+
max-width: 500px;
|
|
12
|
+
position: absolute;
|
|
13
|
+
left: 0;
|
|
14
|
+
bottom: -60px;
|
|
15
|
+
z-index: 1;
|
|
16
|
+
}
|
|
17
|
+
.ihub-react-action .main_list li {
|
|
18
|
+
border-radius: 10px;
|
|
19
|
+
padding: 7px 10px;
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
margin: 0;
|
|
22
|
+
transition: 0.1s ease-in;
|
|
23
|
+
}
|
|
24
|
+
.ihub-react-action .main_list li span {
|
|
25
|
+
position: relative;
|
|
26
|
+
top: 5px;
|
|
27
|
+
margin-right: 10px;
|
|
28
|
+
}
|
|
29
|
+
.ihub-react-action .main_list li:hover {
|
|
30
|
+
background: var(--DarkCyan);
|
|
31
|
+
color: var(--White);
|
|
32
|
+
}
|
|
33
|
+
.ihub-react-action:hover .main_list {
|
|
34
|
+
display: block;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@media (max-width: 600px) {
|
|
38
|
+
.ihub-react-action {
|
|
39
|
+
height: 100px;
|
|
40
|
+
}
|
|
41
|
+
.ihub-react-action .ctrl-dropdown {
|
|
42
|
+
right: 15px;
|
|
43
|
+
top: 0px;
|
|
44
|
+
position: absolute;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
.ihub-react-button button {
|
|
2
|
+
margin-top: 40px;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.ihub-react-button button span {
|
|
6
|
+
cursor: pointer;
|
|
7
|
+
font-weight: 600;
|
|
8
|
+
font-size: 1rem;
|
|
9
|
+
color: #fff;
|
|
10
|
+
font-family: var(--Montserat);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.ihub-react-button button .ihub-bt-spinner {
|
|
14
|
+
width: 1rem;
|
|
15
|
+
margin-right: 10px;
|
|
16
|
+
fill: #eaeaea;
|
|
17
|
+
position: relative;
|
|
18
|
+
top: 2px;
|
|
19
|
+
animation: ihubRotateSpinner 2s infinite linear;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@keyframes ihubRotateSpinner {
|
|
23
|
+
0% {
|
|
24
|
+
transform: rotate(0deg);
|
|
25
|
+
}
|
|
26
|
+
100% {
|
|
27
|
+
transform: rotate(360deg);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.ihub-react-button button.rolling .ihub-bt-spinner {
|
|
32
|
+
display: inline-block;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.ihub-react-button button:disabled {
|
|
36
|
+
opacity: 0.7;
|
|
37
|
+
background-color: var(--DarkCyan);
|
|
38
|
+
border: 1px solid rgba(204, 204, 204, 0.4);
|
|
39
|
+
}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
.empty-box {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 100%;
|
|
4
|
+
min-height: 100px;
|
|
5
|
+
background-color: var(--DarkCyan);
|
|
6
|
+
border-radius: 8px;
|
|
7
|
+
opacity: 0; /* Initially hide the box */
|
|
8
|
+
transition: opacity 0.5s ease-in-out;
|
|
9
|
+
}
|
|
10
|
+
.empty-box.animate {
|
|
11
|
+
opacity: 1; /* Show the box with fade-in animation */
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.manipulateCheckboxes {
|
|
15
|
+
margin: 30px 0px;
|
|
16
|
+
}
|
|
17
|
+
.manipulateCheckboxes h3 {
|
|
18
|
+
font-size: 1em;
|
|
19
|
+
margin-bottom: 0px;
|
|
20
|
+
}
|
|
21
|
+
.manipulateCheckboxes .checkbox_wrapper {
|
|
22
|
+
max-height: 200px;
|
|
23
|
+
overflow: scroll;
|
|
24
|
+
background-color: #f4f4f4;
|
|
25
|
+
padding: 10px;
|
|
26
|
+
border-radius: 5px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/* ========================================================================== */
|
|
30
|
+
/* contryInput */
|
|
31
|
+
|
|
32
|
+
.form-input .wrapper,
|
|
33
|
+
.wrapper {
|
|
34
|
+
position: relative;
|
|
35
|
+
margin-top: 25px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.form-input .wrapper span,
|
|
39
|
+
.wrapper span {
|
|
40
|
+
position: absolute;
|
|
41
|
+
top: 13px;
|
|
42
|
+
left: 15px;
|
|
43
|
+
transition: all 0.3s ease;
|
|
44
|
+
pointer-events: none;
|
|
45
|
+
font-size: 1rem;
|
|
46
|
+
color: var(--Gunmetal);
|
|
47
|
+
font-family: var(--Nunito);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.form-input .wrapper input,
|
|
51
|
+
.wrapper input {
|
|
52
|
+
border: var(--borderDefault);
|
|
53
|
+
/* Chrome, Safari, Edge, Opera */
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.form-input .wrapper input::-webkit-outer-spin-button,
|
|
57
|
+
.wrapper input::-webkit-outer-spin-button,
|
|
58
|
+
.wrapper input::-webkit-inner-spin-button {
|
|
59
|
+
-webkit-appearance: none;
|
|
60
|
+
margin: 0;
|
|
61
|
+
font-family: var(--Nunito);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/* Firefox */
|
|
65
|
+
.form-input .wrapper input[type="number"],
|
|
66
|
+
.wrapper input[type="number"] {
|
|
67
|
+
-moz-appearance: textfield;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.form-input .wrapper input:disabled,
|
|
71
|
+
.form-input .wrapper input:read-only,
|
|
72
|
+
.wrapper input:disabled,
|
|
73
|
+
.wrapper input:read-only {
|
|
74
|
+
background: #f4f4f4;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.form-input .wrapper input:focus + span,
|
|
78
|
+
.form-input .wrapper.value span,
|
|
79
|
+
.wrapper input:focus + span,
|
|
80
|
+
.wrapper.value span {
|
|
81
|
+
background: var(--White);
|
|
82
|
+
top: -10px;
|
|
83
|
+
height: 20px;
|
|
84
|
+
padding: 5px;
|
|
85
|
+
margin: 0;
|
|
86
|
+
color: var(--DarkCyan);
|
|
87
|
+
font-size: 14px;
|
|
88
|
+
pointer-events: initial;
|
|
89
|
+
left: 15px;
|
|
90
|
+
line-height: 10px;
|
|
91
|
+
width: auto;
|
|
92
|
+
font-family: var(--Nunito);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.form-input .wrapper input.width_auto,
|
|
96
|
+
.wrapper input.width_auto {
|
|
97
|
+
width: auto;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.form-input .notes,
|
|
101
|
+
.notes {
|
|
102
|
+
font-size: 12px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.form-input .list-items,
|
|
106
|
+
.list-items {
|
|
107
|
+
position: relative;
|
|
108
|
+
max-height: 300px;
|
|
109
|
+
max-width: 500px;
|
|
110
|
+
overflow: scroll;
|
|
111
|
+
padding: 10px;
|
|
112
|
+
background-color: #f4f4f4;
|
|
113
|
+
border-radius: 0px 0px 5px 5px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.form-input .list-items li,
|
|
117
|
+
.list-items li {
|
|
118
|
+
cursor: pointer;
|
|
119
|
+
padding: 10px;
|
|
120
|
+
transition: 0.3s ease-in;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.form-input .list-items li:hover,
|
|
124
|
+
.list-items li:hover {
|
|
125
|
+
font-weight: 700;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.form-input .list-items li.bottom_line,
|
|
129
|
+
.list-items li.bottom_line {
|
|
130
|
+
border-bottom: var(--borderDefault);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.form-input .list-items .close_icon,
|
|
134
|
+
.list-items .close_icon {
|
|
135
|
+
position: absolute;
|
|
136
|
+
top: 15px;
|
|
137
|
+
right: 10px;
|
|
138
|
+
cursor: pointer;
|
|
139
|
+
transition: 0.3s ease-in;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.form-input .list-items .close_icon:hover svg path,
|
|
143
|
+
.list-items .close_icon:hover svg path {
|
|
144
|
+
fill: #303030;
|
|
145
|
+
}
|