@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,82 @@
|
|
|
1
|
+
.css-187mznn-MuiSlider-root,
|
|
2
|
+
.css-exkjcx {
|
|
3
|
+
border-radius: 12px;
|
|
4
|
+
box-sizing: content-box;
|
|
5
|
+
display: inline-block;
|
|
6
|
+
position: relative;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
touch-action: none;
|
|
9
|
+
color: var(--DarkCyan) !important;
|
|
10
|
+
-webkit-tap-highlight-color: transparent;
|
|
11
|
+
height: 4px;
|
|
12
|
+
width: 100%;
|
|
13
|
+
padding: 13px 0;
|
|
14
|
+
left: 10px;
|
|
15
|
+
}
|
|
16
|
+
.css-7drnjp {
|
|
17
|
+
color: var(--DarkCyan) !important;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.css-14pt78w-MuiSlider-rail {
|
|
21
|
+
opacity: 0.38;
|
|
22
|
+
width: 100%;
|
|
23
|
+
height: 4px !important;
|
|
24
|
+
top: 50%;
|
|
25
|
+
-webkit-transform: translateY(-50%);
|
|
26
|
+
-moz-transform: translateY(-50%);
|
|
27
|
+
-ms-transform: translateY(-50%);
|
|
28
|
+
transform: translateY(-50%);
|
|
29
|
+
}
|
|
30
|
+
.css-1gv0vcd-MuiSlider-track {
|
|
31
|
+
height: 5px !important;
|
|
32
|
+
/* width: 70px !important; */
|
|
33
|
+
}
|
|
34
|
+
.react_player_itself video {
|
|
35
|
+
position: relative;
|
|
36
|
+
/* top: -21px; */
|
|
37
|
+
}
|
|
38
|
+
.react_player_itself video,
|
|
39
|
+
.react_player_itself {
|
|
40
|
+
border-radius: 10px !important;
|
|
41
|
+
}
|
|
42
|
+
.react_player_itself {
|
|
43
|
+
padding: 0px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@media (max-width: 750px) {
|
|
47
|
+
.player__wrapper .kQTbNy {
|
|
48
|
+
/* min-height: 230px; */
|
|
49
|
+
/* top: 0px; */
|
|
50
|
+
}
|
|
51
|
+
/* .player__wrapper {
|
|
52
|
+
height: 291px;
|
|
53
|
+
} */
|
|
54
|
+
/* .player__wrapper .main_slayers {
|
|
55
|
+
background: black;
|
|
56
|
+
width: 100%;
|
|
57
|
+
padding: 0 20px;
|
|
58
|
+
position: relative;
|
|
59
|
+
bottom: -5x;
|
|
60
|
+
} */
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.MuiSlider-thumb {
|
|
64
|
+
width: 15px !important;
|
|
65
|
+
height: 15px !important;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.css-eg0mwd-MuiSlider-thumb {
|
|
69
|
+
width: 15px !important;
|
|
70
|
+
height: 15px !important;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@media (min-width: 1500px) {
|
|
74
|
+
.Control__BottomContainer-sc-efb13b38-3 {
|
|
75
|
+
position: relative !important;
|
|
76
|
+
bottom: -10px !important;
|
|
77
|
+
}
|
|
78
|
+
.player__wrapper .main_slayers {
|
|
79
|
+
position: relative;
|
|
80
|
+
top: 0%;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
#confirmModal {
|
|
2
|
+
position: relative;
|
|
3
|
+
}
|
|
4
|
+
.modal {
|
|
5
|
+
position: fixed; /* Stay in place */
|
|
6
|
+
z-index: 10000; /* Sit on top */
|
|
7
|
+
padding-top: 100px; /* Location of the box */
|
|
8
|
+
left: 0;
|
|
9
|
+
top: 0;
|
|
10
|
+
width: 100%; /* Full width */
|
|
11
|
+
height: 100%; /* Full height */
|
|
12
|
+
overflow: auto; /* Enable scroll if needed */
|
|
13
|
+
background-color: rgb(0, 0, 0); /* Fallback color */
|
|
14
|
+
background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
/* Modal Content */
|
|
18
|
+
.modal-content {
|
|
19
|
+
background-color: var(--White);
|
|
20
|
+
margin: auto;
|
|
21
|
+
padding: 20px;
|
|
22
|
+
border: 1px solid #888;
|
|
23
|
+
width: 80%;
|
|
24
|
+
max-width: 500px;
|
|
25
|
+
border-radius: 5px;
|
|
26
|
+
}
|
|
27
|
+
.confirm-btn {
|
|
28
|
+
margin-left: 15px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/* The Close Button */
|
|
32
|
+
.close {
|
|
33
|
+
color: #aaaaaa;
|
|
34
|
+
float: right;
|
|
35
|
+
font-size: 28px;
|
|
36
|
+
font-weight: bold;
|
|
37
|
+
}
|
|
38
|
+
.something_bad {
|
|
39
|
+
margin-top: 40px;
|
|
40
|
+
padding: 10px;
|
|
41
|
+
background: var(--Rhythm);
|
|
42
|
+
color: #fff;
|
|
43
|
+
border-radius: 5px;
|
|
44
|
+
}
|
|
45
|
+
.something_bad_flagged {
|
|
46
|
+
margin-top: 40px;
|
|
47
|
+
padding: 10px;
|
|
48
|
+
background: var(--Danger);
|
|
49
|
+
color: #fff;
|
|
50
|
+
border-radius: 5px;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.close:hover,
|
|
54
|
+
.close:focus {
|
|
55
|
+
color: var(--DarkCyan);
|
|
56
|
+
text-decoration: none;
|
|
57
|
+
cursor: pointer;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/* ==================
|
|
61
|
+
Open Toast
|
|
62
|
+
===================== */
|
|
63
|
+
#openToast {
|
|
64
|
+
width: 100%;
|
|
65
|
+
top: 100px;
|
|
66
|
+
position: fixed;
|
|
67
|
+
z-index: 1000;
|
|
68
|
+
}
|
|
69
|
+
#openToast .isDone {
|
|
70
|
+
color: var(--Gunmetal);
|
|
71
|
+
}
|
|
72
|
+
#openToast .isError {
|
|
73
|
+
color: var(--Danger) !important;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
#openToast .span {
|
|
77
|
+
font-weight: 500 !important;
|
|
78
|
+
margin-top: 10px;
|
|
79
|
+
color: var(--White);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.toast-wrapper {
|
|
83
|
+
position: relative;
|
|
84
|
+
text-align: center;
|
|
85
|
+
z-index: 5147483643;
|
|
86
|
+
}
|
|
87
|
+
#openToast .slide-in-top {
|
|
88
|
+
overflow: auto;
|
|
89
|
+
margin: 0 auto;
|
|
90
|
+
background: var(--FadeGlass);
|
|
91
|
+
box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
|
|
92
|
+
rgba(17, 17, 26, 0.1) 0px 0px 8px;
|
|
93
|
+
border-radius: 50px;
|
|
94
|
+
z-index: 5147483643;
|
|
95
|
+
display: inline-block;
|
|
96
|
+
bottom: 400px;
|
|
97
|
+
padding: 10px 30px;
|
|
98
|
+
padding-right: 50px;
|
|
99
|
+
margin: 0px auto;
|
|
100
|
+
text-align: center;
|
|
101
|
+
display: inline-block;
|
|
102
|
+
font-family: Nunito;
|
|
103
|
+
font-size: 1rem;
|
|
104
|
+
font-weight: 600;
|
|
105
|
+
line-height: 22px;
|
|
106
|
+
letter-spacing: 0em;
|
|
107
|
+
text-align: left;
|
|
108
|
+
display: inline-block;
|
|
109
|
+
}
|
|
110
|
+
#openToast .slide-in-top .valid_btn {
|
|
111
|
+
margin: 0px auto;
|
|
112
|
+
max-width: 440px;
|
|
113
|
+
text-align: center;
|
|
114
|
+
border-radius: 50%;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
#openToast .slide-in-top .valid {
|
|
118
|
+
width: 25px !important;
|
|
119
|
+
height: 25px !important;
|
|
120
|
+
border-radius: 50%;
|
|
121
|
+
margin-right: 10px;
|
|
122
|
+
}
|
|
123
|
+
#openToast .slide-in-top p {
|
|
124
|
+
display: inline;
|
|
125
|
+
line-height: 0px;
|
|
126
|
+
position: relative;
|
|
127
|
+
top: -5px;
|
|
128
|
+
}
|
|
129
|
+
#openToast .align-text {
|
|
130
|
+
text-align: center;
|
|
131
|
+
}
|
|
132
|
+
#openToast span {
|
|
133
|
+
margin: 0;
|
|
134
|
+
font-family: Nunito;
|
|
135
|
+
font-size: 1rem;
|
|
136
|
+
font-weight: 700;
|
|
137
|
+
line-height: 22px;
|
|
138
|
+
letter-spacing: 0em;
|
|
139
|
+
text-align: center;
|
|
140
|
+
display: inline-block;
|
|
141
|
+
position: relative;
|
|
142
|
+
top: -5px;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
@media (max-width: 700px) {
|
|
146
|
+
#openToast .slide-in-top {
|
|
147
|
+
padding-right: 25px !important;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
@media (min-width: 1200px) {
|
|
151
|
+
#openToast .valid_btn {
|
|
152
|
+
max-width: 530px !important;
|
|
153
|
+
text-align: center;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
#openToast .close-btn {
|
|
157
|
+
width: 30px;
|
|
158
|
+
height: 30px;
|
|
159
|
+
border-radius: 50%;
|
|
160
|
+
position: absolute;
|
|
161
|
+
top: 8px;
|
|
162
|
+
padding: 5px;
|
|
163
|
+
cursor: pointer;
|
|
164
|
+
right: 10px;
|
|
165
|
+
transition: 0.3s;
|
|
166
|
+
background-color: var(--White);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
@media (max-width: 488px) {
|
|
170
|
+
#openToast .close-btn {
|
|
171
|
+
top: 20px;
|
|
172
|
+
right: 20px;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
#openToast .slide-in-top {
|
|
176
|
+
-webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
|
|
177
|
+
animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* ----------------------------------------
|
|
182
|
+
* animation slide-in-top
|
|
183
|
+
* ----------------------------------------
|
|
184
|
+
*/
|
|
185
|
+
@-webkit-keyframes slide-in-top {
|
|
186
|
+
0% {
|
|
187
|
+
-webkit-transform: translateY(-1000px);
|
|
188
|
+
transform: translateY(-1000px);
|
|
189
|
+
opacity: 0;
|
|
190
|
+
}
|
|
191
|
+
100% {
|
|
192
|
+
-webkit-transform: translateY(0);
|
|
193
|
+
transform: translateY(0);
|
|
194
|
+
opacity: 1;
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
@keyframes slide-in-top {
|
|
198
|
+
0% {
|
|
199
|
+
-webkit-transform: translateY(-1000px);
|
|
200
|
+
transform: translateY(-1000px);
|
|
201
|
+
opacity: 0;
|
|
202
|
+
}
|
|
203
|
+
100% {
|
|
204
|
+
-webkit-transform: translateY(0);
|
|
205
|
+
transform: translateY(0);
|
|
206
|
+
opacity: 1;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
@@ -0,0 +1,367 @@
|
|
|
1
|
+
.p-button {
|
|
2
|
+
background: var(--Gunmetal);
|
|
3
|
+
border: 1px solid var(--Gunmetal);
|
|
4
|
+
}
|
|
5
|
+
.p-button:enabled:hover,
|
|
6
|
+
.p-button:not(button):not(a):not(.p-disabled):hover {
|
|
7
|
+
background: var(--Gunmetal);
|
|
8
|
+
border-color: var(--Gunmetal);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.p-button:focus {
|
|
12
|
+
box-shadow: 0 0 0 0.2rem #c6d6d6;
|
|
13
|
+
}
|
|
14
|
+
.p-fileupload-file-thumbnail {
|
|
15
|
+
width: 100px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.card.primereact {
|
|
19
|
+
max-width: 600px;
|
|
20
|
+
margin-top: 20px;
|
|
21
|
+
margin-bottom: 20px;
|
|
22
|
+
}
|
|
23
|
+
.p-progressbar .p-progressbar-value {
|
|
24
|
+
background: var(--Gunmetal);
|
|
25
|
+
}
|
|
26
|
+
.p-button.p-button-text {
|
|
27
|
+
color: var(--DarkCyan);
|
|
28
|
+
}
|
|
29
|
+
.p-fileupload-buttonbar {
|
|
30
|
+
padding: 10px;
|
|
31
|
+
}
|
|
32
|
+
.p-button {
|
|
33
|
+
padding: 10px;
|
|
34
|
+
}
|
|
35
|
+
.p-fileupload-choose .p-button-icon-left {
|
|
36
|
+
margin-right: 10px;
|
|
37
|
+
color: #fff;
|
|
38
|
+
}
|
|
39
|
+
.p-fileupload .p-fileupload-buttonbar .p-button {
|
|
40
|
+
margin-top: 0px;
|
|
41
|
+
}
|
|
42
|
+
.p-button.p-disabled {
|
|
43
|
+
background-color: transparent;
|
|
44
|
+
}
|
|
45
|
+
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
|
|
46
|
+
border-color: var(--DarkCyan);
|
|
47
|
+
color: var(--DarkCyan);
|
|
48
|
+
}
|
|
49
|
+
.p-button.p-button-outlined {
|
|
50
|
+
color: var(--Gunmetal);
|
|
51
|
+
}
|
|
52
|
+
.p-tabmenu-nav .p-menuitem-text {
|
|
53
|
+
font-weight: 600;
|
|
54
|
+
}
|
|
55
|
+
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
|
|
56
|
+
background-color: transparent;
|
|
57
|
+
}
|
|
58
|
+
.DarkMode .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
|
|
59
|
+
color: var(--white);
|
|
60
|
+
}
|
|
61
|
+
.p-tabmenu .p-tabmenu-nav {
|
|
62
|
+
background: transparent;
|
|
63
|
+
}
|
|
64
|
+
.card.step_option_tabs {
|
|
65
|
+
background-color: transparent;
|
|
66
|
+
}
|
|
67
|
+
.card.step_option_tabs .p-tabmenuitem .p-menuitem-link {
|
|
68
|
+
background-color: transparent !important;
|
|
69
|
+
/* color: var(--white); */
|
|
70
|
+
}
|
|
71
|
+
.p-tabmenu
|
|
72
|
+
.p-tabmenu-nav
|
|
73
|
+
.p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover
|
|
74
|
+
.p-menuitem-link {
|
|
75
|
+
background: #ffffff !important;
|
|
76
|
+
border-color: #adb5bd;
|
|
77
|
+
color: #6c757d;
|
|
78
|
+
}
|
|
79
|
+
.card.step_option_tabs .p-tabmenuitem.p-highlight .p-menuitem-link {
|
|
80
|
+
/* border-color: #00ffd2; */
|
|
81
|
+
/* color: #00ffd2; */
|
|
82
|
+
}
|
|
83
|
+
.p-tabmenu
|
|
84
|
+
.p-tabmenu-nav
|
|
85
|
+
.p-tabmenuitem
|
|
86
|
+
.p-menuitem-link:not(.p-disabled):focus {
|
|
87
|
+
outline: 0 none;
|
|
88
|
+
outline-offset: 0;
|
|
89
|
+
box-shadow: inset 0 0 0 0.2rem #c6d6d6;
|
|
90
|
+
}
|
|
91
|
+
.card.step_option_tabs .p-tabmenu .p-tabmenu-nav {
|
|
92
|
+
border: none;
|
|
93
|
+
}
|
|
94
|
+
.p-toast-message-content {
|
|
95
|
+
z-index: var(--z-overlay) !important;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.p-button.p-button-text:enabled:hover,
|
|
99
|
+
.p-button.p-button-text:not(button):not(a):not(.p-disabled):hover {
|
|
100
|
+
background: rgba(99, 102, 241, 0.04);
|
|
101
|
+
color: #35a8a0;
|
|
102
|
+
border-color: transparent;
|
|
103
|
+
}
|
|
104
|
+
.DarkMode .p-button.p-button-text:enabled:hover,
|
|
105
|
+
.DarkMode .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover {
|
|
106
|
+
background: #f8f6f420;
|
|
107
|
+
color: var(--white);
|
|
108
|
+
border-color: transparent;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
|
112
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
|
113
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
|
114
|
+
stroke: var(--DarkCyan);
|
|
115
|
+
}
|
|
116
|
+
.ql-snow.ql-toolbar button:hover,
|
|
117
|
+
.ql-snow .ql-toolbar button:hover,
|
|
118
|
+
.ql-snow.ql-toolbar button:focus,
|
|
119
|
+
.ql-snow .ql-toolbar button:focus,
|
|
120
|
+
.ql-snow.ql-toolbar button.ql-active,
|
|
121
|
+
.ql-snow .ql-toolbar button.ql-active,
|
|
122
|
+
.ql-snow.ql-toolbar .ql-picker-label:hover,
|
|
123
|
+
.ql-snow .ql-toolbar .ql-picker-label:hover,
|
|
124
|
+
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
|
125
|
+
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
|
|
126
|
+
.ql-snow.ql-toolbar .ql-picker-item:hover,
|
|
127
|
+
.ql-snow .ql-toolbar .ql-picker-item:hover,
|
|
128
|
+
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
|
|
129
|
+
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
|
|
130
|
+
color: var(--DarkCyan);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
|
134
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
|
135
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
|
136
|
+
color: var(--DarkCyan);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.p-datepicker
|
|
140
|
+
.p-datepicker-header
|
|
141
|
+
.p-datepicker-title
|
|
142
|
+
.p-datepicker-year:enabled:hover,
|
|
143
|
+
.p-datepicker
|
|
144
|
+
.p-datepicker-header
|
|
145
|
+
.p-datepicker-title
|
|
146
|
+
.p-datepicker-month:enabled:hover {
|
|
147
|
+
color: var(--DarkCyan);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.p-datepicker table td.p-datepicker-today > span {
|
|
151
|
+
background: #d6f2ee;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.p-calendar-w-btn-right .p-datepicker-trigger {
|
|
155
|
+
margin-top: 0px;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.p-button {
|
|
159
|
+
background: var(--DarkCyan);
|
|
160
|
+
border: 1px solid var(--DarkCyan);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.p-button:enabled:hover,
|
|
164
|
+
.p-button:not(button):not(a):not(.p-disabled):hover {
|
|
165
|
+
background: var(--Gunmetal);
|
|
166
|
+
border-color: var(--Gunmetal);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.p-inputtext:enabled:hover {
|
|
170
|
+
border-color: var(--DarkCyan);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.p-datepicker table tbody tr {
|
|
174
|
+
border: transparent;
|
|
175
|
+
font-size: inherit;
|
|
176
|
+
font-weight: inherit;
|
|
177
|
+
}
|
|
178
|
+
.p-datepicker table thead tr:nth-of-type(1) {
|
|
179
|
+
background-color: transparent;
|
|
180
|
+
border: inherit;
|
|
181
|
+
color: var(--Gunmetal);
|
|
182
|
+
}
|
|
183
|
+
.p-datepicker table td > span.p-highlight {
|
|
184
|
+
color: var(--DarkCyan);
|
|
185
|
+
background: #eef2ff;
|
|
186
|
+
font-weight: 700;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.p-inputtext:enabled:focus {
|
|
190
|
+
outline: 0 none;
|
|
191
|
+
outline-offset: 0;
|
|
192
|
+
box-shadow: 0 0 0 0.2rem #c6d6d6;
|
|
193
|
+
border-color: var(--DarkCyan);
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.p-datepicker .p-datepicker-header button.p-datepicker-prev,
|
|
197
|
+
.p-datepicker .p-datepicker-header button.p-datepicker-next {
|
|
198
|
+
padding: 0px;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
|
202
|
+
border-color: #04a5b3;
|
|
203
|
+
background: #04a5b3;
|
|
204
|
+
color: #ffffff;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
|
|
208
|
+
border-color: #04a5b3;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.p-radiobutton .p-radiobutton-box.p-highlight {
|
|
212
|
+
border-color: var(--DarkCyan);
|
|
213
|
+
background: var(--DarkCyan);
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
|
|
217
|
+
outline: 0 none;
|
|
218
|
+
outline-offset: 0;
|
|
219
|
+
box-shadow: 0 0 0 0.2rem #c6d6d6;
|
|
220
|
+
border-color: var(--DarkCyan);
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.search_courses {
|
|
224
|
+
position: relative;
|
|
225
|
+
margin-bottom: 30px;
|
|
226
|
+
display: inline-block;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.search_courses .p-progress-spinner {
|
|
230
|
+
margin: 0 auto;
|
|
231
|
+
width: 20px;
|
|
232
|
+
height: 20px;
|
|
233
|
+
display: inline-block;
|
|
234
|
+
position: absolute;
|
|
235
|
+
right: 1rem;
|
|
236
|
+
top: 14px;
|
|
237
|
+
}
|
|
238
|
+
.p-chips .p-chips-multiple-container {
|
|
239
|
+
padding: 0.75rem 0.75rem;
|
|
240
|
+
}
|
|
241
|
+
.p-chips .p-chips-multiple-container li {
|
|
242
|
+
margin: 0px;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
|
|
246
|
+
border-color: var(--DarkCyan);
|
|
247
|
+
}
|
|
248
|
+
.p-chips .p-chips-multiple-container .p-chips-input-token {
|
|
249
|
+
padding: 0px;
|
|
250
|
+
}
|
|
251
|
+
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
|
252
|
+
padding: 15px 0px;
|
|
253
|
+
border-color: var(--borderDefault);
|
|
254
|
+
background-color: transparent !important;
|
|
255
|
+
}
|
|
256
|
+
.DarkMode .p-chips .p-chips-multiple-container .p-chips-input-token input {
|
|
257
|
+
color: var(--white) !important;
|
|
258
|
+
}
|
|
259
|
+
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
|
|
260
|
+
box-shadow: none;
|
|
261
|
+
border-color: var(--borderDefault);
|
|
262
|
+
}
|
|
263
|
+
.p-inputtext {
|
|
264
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
|
|
265
|
+
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
266
|
+
font-size: 1rem;
|
|
267
|
+
background: var(--OpacityBackground);
|
|
268
|
+
padding: 0.75rem 0.75rem;
|
|
269
|
+
border: var(--borderDefault);
|
|
270
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s,
|
|
271
|
+
box-shadow 0.2s;
|
|
272
|
+
-webkit-appearance: none;
|
|
273
|
+
-moz-appearance: none;
|
|
274
|
+
appearance: none;
|
|
275
|
+
border-radius: 6px;
|
|
276
|
+
}
|
|
277
|
+
.DarkMode .p-inputtext,
|
|
278
|
+
.DarkMode .p-fileupload-row div span,
|
|
279
|
+
.DarkMode .p-fileupload-filename {
|
|
280
|
+
color: var(--white) !important;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.p-button:enabled:hover,
|
|
284
|
+
.p-button:not(button):not(a):not(.p-disabled):hover {
|
|
285
|
+
color: var(--DarkCyan);
|
|
286
|
+
}
|
|
287
|
+
.p-fileupload .p-fileupload-content {
|
|
288
|
+
background-color: var(--OpacityBackground) !important;
|
|
289
|
+
min-height: 100px;
|
|
290
|
+
padding: 15px;
|
|
291
|
+
}
|
|
292
|
+
.p-editor-toolbar button {
|
|
293
|
+
margin-top: 0px !important;
|
|
294
|
+
margin-bottom: 0px !important;
|
|
295
|
+
}
|
|
296
|
+
.DarkMode .p-editor-toolbar {
|
|
297
|
+
background-color: var(--OpacityBackground);
|
|
298
|
+
border-color: var(--OpacityBackground) !important;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.DarkMode .p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
|
302
|
+
stroke: var(--white);
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.DarkMode .ql-snow.ql-toolbar button:hover:not(.ql-active),
|
|
306
|
+
.DarkMode .ql-snow .ql-toolbar button:hover:not(.ql-active) {
|
|
307
|
+
color: var(--DarkCyan) !important;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.DarkMode .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
|
|
311
|
+
.DarkMode .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
|
|
312
|
+
.DarkMode .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
|
|
313
|
+
.DarkMode .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
|
|
314
|
+
stroke: var(--DarkCyan) !important;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
/* .ql-editor p,
|
|
318
|
+
.ql-editor ol,
|
|
319
|
+
.ql-editor ul,
|
|
320
|
+
.ql-editor pre,
|
|
321
|
+
.ql-editor blockquote,
|
|
322
|
+
.ql-editor h1,
|
|
323
|
+
.ql-editor h2,
|
|
324
|
+
.ql-editor h3,
|
|
325
|
+
.ql-editor h4,
|
|
326
|
+
.ql-editor h5,
|
|
327
|
+
.ql-editor h6 {
|
|
328
|
+
min-height: 92px;
|
|
329
|
+
} */
|
|
330
|
+
|
|
331
|
+
.ql-snow .ql-tooltip {
|
|
332
|
+
background-color: var(--White);
|
|
333
|
+
border: 1px solid #ccc;
|
|
334
|
+
box-shadow: 0 0 5px #ddd;
|
|
335
|
+
color: #444;
|
|
336
|
+
padding: 5px 12px;
|
|
337
|
+
white-space: nowrap;
|
|
338
|
+
z-index: var(--z-overlay);
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.ql-snow .ql-tooltip input[type="text"] {
|
|
342
|
+
border: 1px solid var(--White);
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.ql-snow .ql-tooltip::before {
|
|
346
|
+
color: var(--Gunmetal);
|
|
347
|
+
}
|
|
348
|
+
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
|
|
349
|
+
color: var(--DarkCyan);
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.p-chips .p-chips-multiple-container .p-chips-token {
|
|
353
|
+
padding: 0.375rem 0.75rem;
|
|
354
|
+
margin-right: 0.5rem;
|
|
355
|
+
background: var(--OpacityBackground);
|
|
356
|
+
color: var(--Gunmetal);
|
|
357
|
+
border-radius: 1rem;
|
|
358
|
+
margin-bottom: 10px;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
/* Tabs */
|
|
362
|
+
.p-tabview-nav li a {
|
|
363
|
+
padding: 10px 20px;
|
|
364
|
+
}
|
|
365
|
+
.p-tabview .p-tabview-nav {
|
|
366
|
+
border: none;
|
|
367
|
+
}
|