ca-components 1.0.31 → 1.0.32
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/assets/scss/ca-global.scss +1 -0
- package/package.json +1 -1
- package/assets/scss/custompickers.scss +0 -918
- package/assets/scss/details_page_ske.scss +0 -1951
- package/assets/scss/font-family.scss +0 -2
- package/assets/scss/font-weight.scss +0 -36
- package/assets/scss/input-dropdown.scss +0 -1882
- package/assets/scss/popover.scss +0 -158
- package/assets/scss/special-svgs.scss +0 -282
- package/assets/scss/styles.scss +0 -49
- package/assets/scss/tooltip.scss +0 -318
package/assets/scss/tooltip.scss
DELETED
|
@@ -1,318 +0,0 @@
|
|
|
1
|
-
.tooltip {
|
|
2
|
-
font-size: 12px;
|
|
3
|
-
position: relative;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.tooltip.show {
|
|
7
|
-
opacity: 0.83;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
/* fade animation*/
|
|
11
|
-
.tooltip.fade:after,
|
|
12
|
-
.tooltip.fade:before {
|
|
13
|
-
transform: translate(0, -10px);
|
|
14
|
-
transition: all 0.15s ease-in-out;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.tooltip.fade:hover:after,
|
|
18
|
-
.tooltip.fade:hover:before {
|
|
19
|
-
opacity: 1;
|
|
20
|
-
transform: translate(0, 0);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.tooltip-inner {
|
|
24
|
-
padding: 4px 10px;
|
|
25
|
-
white-space: nowrap;
|
|
26
|
-
max-width: none;
|
|
27
|
-
border-radius: 3px;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.placeholder-delete .tooltip-inner {
|
|
31
|
-
background-color: $red-13;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.placeholder-delete .arrow::before {
|
|
35
|
-
border-top-color: $red-13;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.custom-popup-owners-for-flag {
|
|
39
|
-
.tooltip-inner {
|
|
40
|
-
color: $black-14;
|
|
41
|
-
background-color: $white-2;
|
|
42
|
-
transform: translateY(126%) translateX(-50%) !important;
|
|
43
|
-
width: 130px;
|
|
44
|
-
border-radius: 3px;
|
|
45
|
-
box-shadow: $box-shadow-5;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.arrow {
|
|
49
|
-
bottom: -18%;
|
|
50
|
-
transform: rotate(180deg);
|
|
51
|
-
left: calc(50% - -2.7rem);
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.tooltip {
|
|
55
|
-
opacity: 0.93 !important;
|
|
56
|
-
width: 0;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.custom-popup-owners {
|
|
61
|
-
z-index: 999;
|
|
62
|
-
|
|
63
|
-
.tooltip-inner {
|
|
64
|
-
color: $black-14;
|
|
65
|
-
background-color: $white-2;
|
|
66
|
-
transform: translateY(132%);
|
|
67
|
-
z-index: 999;
|
|
68
|
-
box-shadow: $box-shadow-5;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.arrow {
|
|
72
|
-
bottom: -20%;
|
|
73
|
-
transform: rotate(180deg);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.tooltip {
|
|
77
|
-
transform: translate(0, -61px) !important;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.custom-popup-owners-year {
|
|
82
|
-
z-index: 999;
|
|
83
|
-
|
|
84
|
-
.tooltip-inner {
|
|
85
|
-
color: $black-14;
|
|
86
|
-
background-color: $white-2;
|
|
87
|
-
transform: translateY(132%);
|
|
88
|
-
z-index: 999;
|
|
89
|
-
box-shadow: $box-shadow-5;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.arrow {
|
|
93
|
-
bottom: -20%;
|
|
94
|
-
transform: rotate(180deg);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.tooltip {
|
|
98
|
-
transform: translate(70px, -61px) !important;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.custom-popup-owners-info {
|
|
103
|
-
.tooltip-inner {
|
|
104
|
-
color: $black-14;
|
|
105
|
-
background-color: $white-2;
|
|
106
|
-
transform: translateY(-100%) translateX(-10%);
|
|
107
|
-
width: 200px;
|
|
108
|
-
height: 36px;
|
|
109
|
-
display: flex;
|
|
110
|
-
justify-content: center;
|
|
111
|
-
align-items: center;
|
|
112
|
-
border-radius: 3px;
|
|
113
|
-
margin-top: 3px;
|
|
114
|
-
box-shadow: $box-shadow-5;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.tooltip {
|
|
118
|
-
opacity: 0.93;
|
|
119
|
-
width: 0;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.arrow {
|
|
123
|
-
display: none;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
#phone-inside {
|
|
127
|
-
position: relative;
|
|
128
|
-
right: 26px;
|
|
129
|
-
bottom: 0;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.custom-popup-owners-info-at {
|
|
134
|
-
.tooltip-inner {
|
|
135
|
-
color: $black-14;
|
|
136
|
-
background-color: $white-2;
|
|
137
|
-
transform: translateY(-108%) translateX(-7%);
|
|
138
|
-
width: 270px;
|
|
139
|
-
height: 36px;
|
|
140
|
-
display: flex;
|
|
141
|
-
justify-content: center;
|
|
142
|
-
align-items: center;
|
|
143
|
-
border-radius: 3px;
|
|
144
|
-
box-shadow: $box-shadow-5;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.tooltip {
|
|
148
|
-
opacity: 1;
|
|
149
|
-
width: 0;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.arrow {
|
|
153
|
-
display: none;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.custom-popup-owners-for-tag {
|
|
158
|
-
.tooltip-inner {
|
|
159
|
-
color: $black-14;
|
|
160
|
-
background-color: $white-2;
|
|
161
|
-
width: 100px;
|
|
162
|
-
border-radius: 3px;
|
|
163
|
-
box-shadow: $box-shadow-5 !important;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.tooltip {
|
|
167
|
-
top: 5px !important;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.arrow {
|
|
171
|
-
bottom: -24%;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.align-items-flex-start {
|
|
176
|
-
justify-content: center;
|
|
177
|
-
align-items: center;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.align-items-flex-end {
|
|
181
|
-
display: flex;
|
|
182
|
-
justify-content: center;
|
|
183
|
-
flex-direction: column;
|
|
184
|
-
align-self: flex-end;
|
|
185
|
-
align-items: flex-start;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.label-add {
|
|
189
|
-
align-self: flex-start;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.fadeInLoad {
|
|
193
|
-
animation: fadeInLoad 0.25s;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
@keyframes fadeInLoad {
|
|
197
|
-
from {
|
|
198
|
-
opacity: 0;
|
|
199
|
-
}
|
|
200
|
-
to {
|
|
201
|
-
opacity: 1;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.fadeIn {
|
|
206
|
-
opacity: 1;
|
|
207
|
-
-webkit-transition: 0.25s;
|
|
208
|
-
-moz-transition: 0.25s;
|
|
209
|
-
-o-transition: 0.25s;
|
|
210
|
-
transition: 0.25s;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.thisText:hover .fadeIn {
|
|
214
|
-
opacity: 0;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.fadeInLoad {
|
|
218
|
-
animation-name: example;
|
|
219
|
-
animation-duration: 0.25s;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
@keyframes example {
|
|
223
|
-
0% {
|
|
224
|
-
transform: scale(0.5);
|
|
225
|
-
}
|
|
226
|
-
100% {
|
|
227
|
-
transform: scale(1);
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
// tooltip table icons
|
|
232
|
-
.tooltip.tooltip-table-icons {
|
|
233
|
-
left: 12px !important;
|
|
234
|
-
opacity: 1;
|
|
235
|
-
|
|
236
|
-
.arrow {
|
|
237
|
-
display: none !important;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.tooltip-inner {
|
|
241
|
-
border-radius: 0 50px 50px 50px;
|
|
242
|
-
background: $app-main-blue;
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.tooltip.show {
|
|
247
|
-
opacity: 1;
|
|
248
|
-
animation: fadeIn ease 0.5s !important;
|
|
249
|
-
-webkit-animation: fadeIn ease 0.5s !important;
|
|
250
|
-
-moz-animation: fadeIn ease 0.5s !important;
|
|
251
|
-
-o-animation: fadeIn ease 0.5s !important;
|
|
252
|
-
-ms-animation: fadeIn ease 0.5s !important;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.ta-tooltip {
|
|
256
|
-
position: absolute;
|
|
257
|
-
font-size: 12px;
|
|
258
|
-
text-align: center;
|
|
259
|
-
color: $white-2;
|
|
260
|
-
line-height: 22px;
|
|
261
|
-
z-index: 999999 !important;
|
|
262
|
-
opacity: 0;
|
|
263
|
-
white-space: nowrap;
|
|
264
|
-
transform: scale(0.7);
|
|
265
|
-
|
|
266
|
-
&.ta-tooltip-show {
|
|
267
|
-
opacity: 0.85;
|
|
268
|
-
transform: scale(1);
|
|
269
|
-
padding: 0 12px;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
&.ta-tooltip-bottom-right {
|
|
273
|
-
transform-origin: top left;
|
|
274
|
-
border-radius: 0 15px 15px 15px;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
&.ta-tooltip-bottom-right-corner {
|
|
278
|
-
transform-origin: top left;
|
|
279
|
-
border-radius: 0 15px 15px 15px;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
&.ta-tooltip-bottom-left {
|
|
283
|
-
transform-origin: top right;
|
|
284
|
-
border-radius: 15px 0 15px 15px;
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
@keyframes scaleItem {
|
|
289
|
-
0% {
|
|
290
|
-
transform: scale(0.4);
|
|
291
|
-
}
|
|
292
|
-
100% {
|
|
293
|
-
transform: scale(1);
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.app-main-tooltip {
|
|
298
|
-
pointer-events: none;
|
|
299
|
-
.tooltip-inner {
|
|
300
|
-
padding: 0;
|
|
301
|
-
background-color: transparent;
|
|
302
|
-
pointer-events: none;
|
|
303
|
-
|
|
304
|
-
.tooltip-holder {
|
|
305
|
-
display: flex;
|
|
306
|
-
font-size: 11px;
|
|
307
|
-
font-weight: bold;
|
|
308
|
-
border-radius: 2px;
|
|
309
|
-
padding: 2px 8px;
|
|
310
|
-
animation: scaleItem 0.3s;
|
|
311
|
-
white-space: normal;
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.tooltip-arrow {
|
|
317
|
-
display: none !important;
|
|
318
|
-
}
|