@symphony-talent/component-library 2.0.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (20) hide show
  1. package/package.json +1 -1
  2. package/projects/component-library/global-assets/fonts/neuzeit-grotesk-t-ot-black-condensed_32179-webfont.woff +0 -0
  3. package/projects/component-library/global-assets/fonts/neuzeit-grotesk-t-ot-black-condensed_32179-webfont.woff2 +0 -0
  4. package/projects/component-library/global-assets/fonts/neuzeit-grotesk-t-ot-black-extra-condensed_32180-webfont.woff +0 -0
  5. package/projects/component-library/global-assets/fonts/neuzeit-grotesk-t-ot-black-extra-condensed_32180-webfont.woff2 +0 -0
  6. package/projects/component-library/global-assets/fonts/neuzeitgro-bla-webfont.woff +0 -0
  7. package/projects/component-library/global-assets/fonts/neuzeitgro-bla-webfont.woff2 +0 -0
  8. package/projects/component-library/global-assets/fonts/neuzeitgro-bol-webfont.woff +0 -0
  9. package/projects/component-library/global-assets/fonts/neuzeitgro-bol-webfont.woff2 +0 -0
  10. package/projects/component-library/global-assets/fonts/neuzeitgro-lig-webfont.woff +0 -0
  11. package/projects/component-library/global-assets/fonts/neuzeitgro-lig-webfont.woff2 +0 -0
  12. package/projects/component-library/global-assets/fonts/neuzeitgro-reg-webfont.woff +0 -0
  13. package/projects/component-library/global-assets/fonts/neuzeitgro-reg-webfont.woff2 +0 -0
  14. package/projects/component-library/global-assets/iconography/fonts/iconography.eot +0 -0
  15. package/projects/component-library/global-assets/iconography/fonts/iconography.svg +81 -0
  16. package/projects/component-library/global-assets/iconography/fonts/iconography.ttf +0 -0
  17. package/projects/component-library/global-assets/iconography/fonts/iconography.woff +0 -0
  18. package/projects/component-library/global-assets/iconography/iconography.css +241 -0
  19. package/projects/component-library/global-assets/iconography/sfxiconsV1.json +1127 -0
  20. package/projects/component-library/global.scss +804 -0
@@ -0,0 +1,804 @@
1
+ :root {
2
+ font-size: 16px;
3
+ }
4
+ // Color Palette
5
+ $color-white: #ffffff;
6
+ $color-black: #000000;
7
+ $color-mdm-black: #565656;
8
+ $color-gray: #bababa;
9
+ $color-light-gray: #d0d0d0;
10
+ $color-light-gray2: #d9d9d9;
11
+ $color-st-fuchsia: #ec0a8c;
12
+ $color-purple: #af5af9;
13
+ $color-pink: #ff6cff;
14
+ $color-turquoise: #00ebb5;
15
+ $color-blue: #007dbb;
16
+ $color-green: #00bb5b;
17
+ $color-orange: #f57300;
18
+ $color-yellow: #ffec37;
19
+ $color-red: #d60000;
20
+ $color-st-link: #eb0d8b;
21
+ $color-night-mode: #212121;
22
+ $color-grey-text: #999999;
23
+ $color-transparent: transparent;
24
+ $color-scroll-thumb: #d4d4d4;
25
+ // End Color Palette
26
+ // Custom Scroll
27
+ %sfx-custom-scroll {
28
+ &::-webkit-scrollbar {
29
+ width: 12px;
30
+ }
31
+ /* Track */
32
+ &::-webkit-scrollbar-track {
33
+ box-shadow: inset 0 0 3px $color-transparent;
34
+ border-radius: 30px;
35
+ }
36
+ /* Handle */
37
+ &::-webkit-scrollbar-thumb {
38
+ background: $color-scroll-thumb;
39
+ border-radius: 30px;
40
+ &:hover {
41
+ cursor: pointer;
42
+ }
43
+ }
44
+ }
45
+ // End Custom Scroll
46
+ // Typography
47
+ @font-face {
48
+ font-family: "neuzeit_groteskregular";
49
+ src: url("global-assets/fonts/neuzeitgro-reg-webfont.woff2") format("woff2"),
50
+ url("global-assets/fonts/neuzeitgro-reg-webfont.woff") format("woff");
51
+ font-weight: normal;
52
+ font-style: normal;
53
+ }
54
+ @font-face {
55
+ font-family: "neuzeit_grotesklight";
56
+ src: url("global-assets/fonts/neuzeitgro-lig-webfont.woff2") format("woff2"),
57
+ url("global-assets/fonts/neuzeitgro-lig-webfont.woff") format("woff");
58
+ font-weight: normal;
59
+ font-style: normal;
60
+ }
61
+ @font-face {
62
+ font-family: "neuzeit_groteskbold";
63
+ src: url("global-assets/fonts/neuzeitgro-bol-webfont.woff2") format("woff2"),
64
+ url("global-assets/fonts/neuzeitgro-bol-webfont.woff") format("woff");
65
+ font-weight: normal;
66
+ font-style: normal;
67
+ }
68
+ @font-face {
69
+ font-family: "neuzeit_groteskblack";
70
+ src: url("global-assets/fonts/neuzeitgro-bla-webfont.woff2") format("woff2"),
71
+ url("global-assets/fonts/neuzeitgro-bla-webfont.woff") format("woff");
72
+ font-weight: normal;
73
+ font-style: normal;
74
+ }
75
+ @font-face {
76
+ font-family: "neuzeit_grotesk_t_otBlkCn";
77
+ src: url("global-assets/fonts/neuzeit-grotesk-t-ot-black-condensed_32179-webfont.woff2")
78
+ format("woff2"),
79
+ url("global-assets/fonts/neuzeit-grotesk-t-ot-black-condensed_32179-webfont.woff")
80
+ format("woff");
81
+ font-weight: normal;
82
+ font-style: normal;
83
+ }
84
+ @font-face {
85
+ font-family: "neuzeit_grotesk_t_otBlkXCn";
86
+ src: url("global-assets/fonts/neuzeit-grotesk-t-ot-black-extra-condensed_32180-webfont.woff2")
87
+ format("woff2"),
88
+ url("global-assets/fonts/neuzeit-grotesk-t-ot-black-extra-condensed_32180-webfont.woff")
89
+ format("woff");
90
+ font-weight: normal;
91
+ font-style: normal;
92
+ }
93
+ $font-12: 0.75rem;
94
+ $font-14: 0.875rem;
95
+ $font-18: 1.125rem;
96
+ $font-24: 1.5rem;
97
+ $font-30: 1.875rem;
98
+ $font-40: 2.5rem;
99
+ $font-46: 2.875rem;
100
+ $font-56: 3.5rem;
101
+ $font-reg: "neuzeit_groteskregular", sans-serif;
102
+ $font-light: "neuzeit_grotesklight", sans-serif;
103
+ $font-bold: "neuzeit_groteskbold", sans-serif;
104
+ $font-black: "neuzeit_groteskblack", sans-serif;
105
+ $font-cond-black: "neuzeit_grotesk_t_otBlkCn", sans-serif;
106
+ $font-sfxicon: "sfxicons", sans-serif;
107
+ // Spacing
108
+ $space-0: 0px;
109
+ $space-5: 0.3rem;
110
+ $space-10: 0.625rem;
111
+ $space-15: 0.9375rem;
112
+ $space-20: 1.25rem;
113
+ $space-25: 1.5625rem;
114
+ $space-30: 1.875rem;
115
+ $space-35: 2.1875rem;
116
+ $space-40: 2.5rem;
117
+ $space-50: 3.125rem;
118
+ $space-75: 4.688rem;
119
+ // Iconography
120
+ @import "global-assets/iconography/iconography.css";
121
+ // End Iconography
122
+ @import "node_modules/ag-grid-community/src/styles/ag-grid.scss";
123
+ @import "node_modules/ag-grid-community/src/styles/ag-theme-alpine/sass/ag-theme-alpine-mixin.scss";
124
+ .ag-theme-alpine {
125
+ @include ag-theme-alpine();
126
+ }
127
+ body {
128
+ @extend %sfx-custom-scroll;
129
+ font-family: $font-reg !important;
130
+ line-height: 20px;
131
+ overflow-x: hidden;
132
+ background: $color-white;
133
+ color: $color-black;
134
+ a {
135
+ font-size: $font-14;
136
+ color: $color-st-link;
137
+ text-decoration: none;
138
+ &:hover {
139
+ -webkit-transition: 0.3s ease-in-out;
140
+ -moz-transition: 0.3s ease-in-out;
141
+ -o-transition: 0.3s ease-in-out;
142
+ transition: 0.3s ease-in-out;
143
+ outline: 0 !important;
144
+ }
145
+ }
146
+ p {
147
+ font-size: $font-14;
148
+ font-family: $font-reg;
149
+ }
150
+ h5 {
151
+ font-size: $font-14;
152
+ font-family: $font-bold;
153
+ }
154
+ h4 {
155
+ font-size: $font-24;
156
+ font-family: $font-bold;
157
+ }
158
+ h3 {
159
+ font-size: $font-30;
160
+ font-family: $font-bold;
161
+ }
162
+ h2 {
163
+ font-size: $font-46;
164
+ font-family: $font-black;
165
+ }
166
+ h1 {
167
+ font-size: $font-56;
168
+ font-family: $font-black;
169
+ }
170
+ // End Typography
171
+ // Utilities
172
+ // Fonts
173
+ .sfx-font12 {
174
+ font-size: $font-12;
175
+ }
176
+ .sfx-font14 {
177
+ font-size: $font-14;
178
+ }
179
+ .sfx-font18 {
180
+ font-size: $font-18;
181
+ }
182
+ .sfx-font24 {
183
+ font-size: $font-24;
184
+ }
185
+ .sfx-font30 {
186
+ font-size: $font-30;
187
+ }
188
+ .sfx-font-40 {
189
+ font-size: $font-40;
190
+ }
191
+ .sfx-font46 {
192
+ font-size: $font-46;
193
+ }
194
+ .sfx-font56 {
195
+ font-size: $font-56;
196
+ }
197
+ .sfx-font400 {
198
+ font-weight: 400;
199
+ }
200
+ .sfx-font600 {
201
+ font-weight: 600;
202
+ }
203
+ .sfx-font700 {
204
+ font-weight: 600;
205
+ }
206
+ .sfx-font-light {
207
+ font-family: $font-light;
208
+ }
209
+ .sfx-font-bold {
210
+ font-family: $font-bold;
211
+ }
212
+ .sfx-font-black {
213
+ font-family: $font-black;
214
+ }
215
+ // End Fonts
216
+ // Color
217
+ .sfx-txt-white {
218
+ color: $color-white;
219
+ }
220
+ .sfx-txt-black {
221
+ color: $color-black;
222
+ }
223
+ .sfx-txt-mdm-black {
224
+ color: $color-mdm-black;
225
+ }
226
+ .sfx-txt-gray {
227
+ color: $color-gray;
228
+ }
229
+ .sfx-txt-light-gray {
230
+ color: $color-light-gray;
231
+ }
232
+ .sfx-txt-light-gray2 {
233
+ color: $color-light-gray2;
234
+ }
235
+ .sfx-txt-fuchsia {
236
+ color: $color-st-fuchsia;
237
+ }
238
+ .sfx-txt-purple {
239
+ color: $color-purple;
240
+ }
241
+ .sfx-txt-pink {
242
+ color: $color-pink;
243
+ }
244
+ .sfx-txt-turq {
245
+ color: $color-turquoise;
246
+ }
247
+ .sfx-txt-blue {
248
+ color: $color-blue;
249
+ }
250
+ .sfx-txt-green {
251
+ color: $color-green;
252
+ }
253
+ .sfx-txt-orange {
254
+ color: $color-orange;
255
+ }
256
+ .sfx-txt-yellow {
257
+ color: $color-yellow;
258
+ }
259
+ .sfx-txt-red {
260
+ color: $color-red;
261
+ }
262
+ .sfx-link {
263
+ color: $color-st-link;
264
+ }
265
+ // Background Color
266
+ .sfx-bg-black {
267
+ background: $color-black;
268
+ }
269
+ .sfx-bg-white {
270
+ background: $color-white;
271
+ }
272
+ // End Background Color
273
+ // End Color
274
+
275
+ // Padding
276
+ .sfx-p-0 {
277
+ padding: $space-0;
278
+ }
279
+ .sfx-p-5 {
280
+ padding: $space-5;
281
+ }
282
+ .sfx-p-10 {
283
+ padding: $space-10;
284
+ }
285
+ .sfx-p-15 {
286
+ padding: $space-15;
287
+ }
288
+ .sfx-p-20 {
289
+ padding: $space-20;
290
+ }
291
+ // End Padding
292
+ // Padding top
293
+ .sfx-pt-0 {
294
+ padding-top: $space-0;
295
+ }
296
+ .sfx-pt-5 {
297
+ padding-top: $space-5;
298
+ }
299
+ .sfx-pt-10 {
300
+ padding-top: $space-10;
301
+ }
302
+ .sfx-pt-15 {
303
+ padding-top: $space-15;
304
+ }
305
+ .sfx-pt-20 {
306
+ padding-top: $space-20;
307
+ }
308
+ .sfx-pt-25 {
309
+ padding-top: $space-25;
310
+ }
311
+ .sfx-pt-30 {
312
+ padding-top: $space-30;
313
+ }
314
+ .sfx-pt-40 {
315
+ padding-top: $space-40;
316
+ }
317
+ .sfx-pt-50 {
318
+ padding-top: $space-50;
319
+ }
320
+ // End Padding top
321
+ // Padding bottom
322
+ .sfx-pb-0 {
323
+ padding-bottom: $space-0;
324
+ }
325
+ .sfx-pb-5 {
326
+ padding-bottom: $space-5;
327
+ }
328
+ .sfx-pb-10 {
329
+ padding-bottom: $space-10;
330
+ }
331
+ .sfx-pb-15 {
332
+ padding-bottom: $space-15;
333
+ }
334
+ .sfx-pb-20 {
335
+ padding-bottom: $space-20;
336
+ }
337
+ .sfx-pb-25 {
338
+ padding-bottom: $space-25;
339
+ }
340
+ .sfx-pb-30 {
341
+ padding-bottom: $space-30;
342
+ }
343
+ .sfx-pb-40 {
344
+ padding-bottom: $space-40;
345
+ }
346
+ .sfx-pb-50 {
347
+ padding-bottom: $space-50;
348
+ }
349
+ // End Padding bottom
350
+ // Padding left
351
+ .sfx-pl-0 {
352
+ padding-left: $space-0;
353
+ }
354
+ .sfx-pl-5 {
355
+ padding-left: $space-5;
356
+ }
357
+ .sfx-pl-10 {
358
+ padding-left: $space-10;
359
+ }
360
+ .sfx-pl-15 {
361
+ padding-left: $space-15;
362
+ }
363
+ .sfx-pl-20 {
364
+ padding-left: $space-20;
365
+ }
366
+ .sfx-pl-25 {
367
+ padding-left: $space-25;
368
+ }
369
+ .sfx-pl-30 {
370
+ padding-left: $space-30;
371
+ }
372
+ // End Padding left
373
+ // Padding right
374
+ .sfx-pr-0 {
375
+ padding-right: $space-0;
376
+ }
377
+ .sfx-pr-5 {
378
+ padding-right: $space-5;
379
+ }
380
+ .sfx-pr-10 {
381
+ padding-right: $space-10;
382
+ }
383
+ .sfx-pr-15 {
384
+ padding-right: $space-15;
385
+ }
386
+ .sfx-pr-20 {
387
+ padding-right: $space-20;
388
+ }
389
+ .sfx-pr-25 {
390
+ padding-right: $space-25;
391
+ }
392
+ .sfx-pr-30 {
393
+ padding-right: $space-30;
394
+ }
395
+ // End Padding right
396
+ // Margin
397
+ .sfx-m-0 {
398
+ margin: $space-0;
399
+ }
400
+ .sfx-m-5 {
401
+ margin: $space-5;
402
+ }
403
+ .sfx-m-10 {
404
+ margin: $space-10;
405
+ }
406
+ .sfx-m-15 {
407
+ margin: $space-15;
408
+ }
409
+ .sfx-m-20 {
410
+ margin: $space-20;
411
+ }
412
+ .sfx-m-auto {
413
+ margin: 0 auto;
414
+ }
415
+ // End Margin
416
+ // Margin top
417
+ .sfx-mt-0 {
418
+ margin-top: $space-0;
419
+ }
420
+ .sfx-mt-5 {
421
+ margin-top: $space-5;
422
+ }
423
+ .sfx-mt-10 {
424
+ margin-top: $space-10;
425
+ }
426
+ .sfx-mt-15 {
427
+ margin-top: $space-15;
428
+ }
429
+ .sfx-mt-20 {
430
+ margin-top: $space-20;
431
+ }
432
+ .sfx-mt-25 {
433
+ margin-top: $space-25;
434
+ }
435
+ .sfx-mt-30 {
436
+ margin-top: $space-30;
437
+ }
438
+ .sfx-mt-40 {
439
+ margin-top: $space-40;
440
+ }
441
+ // End Margin top
442
+ // Margin bottom
443
+ .sfx-mb-0 {
444
+ margin-bottom: $space-0;
445
+ }
446
+ .sfx-mb-5 {
447
+ margin-bottom: $space-5;
448
+ }
449
+ .sfx-mb-10 {
450
+ margin-bottom: $space-10;
451
+ }
452
+ .sfx-mb-15 {
453
+ margin-bottom: $space-15;
454
+ }
455
+ .sfx-mb-20 {
456
+ margin-bottom: $space-20;
457
+ }
458
+ .sfx-mb-25 {
459
+ margin-bottom: $space-25;
460
+ }
461
+ .sfx-mb-30 {
462
+ margin-bottom: $space-30;
463
+ }
464
+ .sfx-mb-40 {
465
+ margin-bottom: $space-40;
466
+ }
467
+ // End Padding bottom
468
+ // Padding left
469
+ .sfx-ml-0 {
470
+ margin-left: $space-0;
471
+ }
472
+ .sfx-ml-5 {
473
+ margin-left: $space-5;
474
+ }
475
+ .sfx-ml-10 {
476
+ margin-left: $space-10;
477
+ }
478
+ .sfx-ml-15 {
479
+ margin-left: $space-15;
480
+ }
481
+ .sfx-ml-20 {
482
+ margin-left: $space-20;
483
+ }
484
+ .sfx-ml-auto {
485
+ margin-left: auto;
486
+ }
487
+ // End Paddimargin
488
+ // Padding right
489
+ .sfx-mr-0 {
490
+ margin-right: $space-0;
491
+ }
492
+ .sfx-mr-5 {
493
+ margin-right: $space-5;
494
+ }
495
+ .sfx-mr-10 {
496
+ margin-right: $space-10;
497
+ }
498
+ .sfx-mr-15 {
499
+ margin-right: $space-15;
500
+ }
501
+ .sfx-mr-20 {
502
+ margin-right: $space-20;
503
+ }
504
+ .sfx-mr-25 {
505
+ margin-right: $space-25;
506
+ }
507
+ .sfx-mr-30 {
508
+ margin-right: $space-30;
509
+ }
510
+ .sfx-mr-40 {
511
+ margin-right: $space-40;
512
+ }
513
+ // End Padding right
514
+ // End Spacing
515
+ // Border
516
+ .sfx-border-0 {
517
+ border: 0;
518
+ }
519
+ .sfx-border-top-0 {
520
+ border-top: 0;
521
+ }
522
+ .sfx-border-bottom-0 {
523
+ border-bottom: 0;
524
+ }
525
+ .sfx-border-left-0 {
526
+ border-left: 0;
527
+ }
528
+ .sfx-border-right-0 {
529
+ border-right: 0;
530
+ }
531
+ .sfx-border-gray-1 {
532
+ border: 1px solid $color-light-gray2;
533
+ }
534
+ .sfx-border-black-1 {
535
+ border: 1px solid $color-black;
536
+ }
537
+ .sfx-border-bottom-gray-1 {
538
+ border-bottom: 1px solid $color-light-gray2;
539
+ }
540
+ .sfx-border-bottom-black-1 {
541
+ border-bottom: 1px solid $color-black;
542
+ }
543
+ .sfx-border-bottom-mdm-black-1 {
544
+ border-bottom: 1px solid $color-mdm-black;
545
+ }
546
+ .sfx-border-bottom-black-5 {
547
+ border-bottom: 5px solid $color-black;
548
+ }
549
+ .sfx-border-bottom-white-5 {
550
+ border-bottom: 5px solid $color-white;
551
+ }
552
+ .sfx-border-top-gray-1 {
553
+ border-top: 1px solid $color-light-gray2;
554
+ }
555
+ .sfx-border-top-black-1 {
556
+ border-top: 1px solid $color-black;
557
+ }
558
+ .sfx-border-top-black-5 {
559
+ border-top: 5px solid $color-black;
560
+ }
561
+ .sfx-border-radius-0 {
562
+ border-radius: 0;
563
+ }
564
+ // End Border
565
+ // Display
566
+ .sfx-d-none {
567
+ display: none;
568
+ }
569
+ .sfx-d-block {
570
+ display: block;
571
+ }
572
+ .sfx-d-inline-block {
573
+ display: inline-block;
574
+ }
575
+ .sfx-d-flex {
576
+ display: flex;
577
+ }
578
+ .sfx-d-table {
579
+ display: table;
580
+ }
581
+ .sfx-d-grid {
582
+ display: grid;
583
+ }
584
+ // End Display
585
+ .sfx-wid-100 {
586
+ width: 100%;
587
+ }
588
+ .sfx-wid-100px {
589
+ width: 100px;
590
+ }
591
+ // Position
592
+ .sfx-position-relative {
593
+ position: relative;
594
+ }
595
+ .sfx-position-absolute {
596
+ position: absolute;
597
+ }
598
+ .sfx-position-fixed {
599
+ position: fixed;
600
+ }
601
+ .sfx-position-sticky {
602
+ position: sticky;
603
+ }
604
+ // End Position
605
+ // Helper Classes
606
+ .sfx-cursor-pointer {
607
+ cursor: pointer;
608
+ }
609
+ // End Helper Classes
610
+ // End Utilities
611
+ }
612
+ // Grid
613
+ .ag-theme-alpine {
614
+ .ag-body-viewport {
615
+ scrollbar-width: normal;
616
+ scrollbar-color: $color-scroll-thumb $color-transparent;
617
+ &::-webkit-scrollbar {
618
+ width: 12px;
619
+ }
620
+ /* Track */
621
+ &::-webkit-scrollbar-track {
622
+ box-shadow: inset 0 0 3px $color-transparent;
623
+ border-radius: 30px;
624
+ }
625
+ /* Handle */
626
+ &::-webkit-scrollbar-thumb {
627
+ background: $color-scroll-thumb;
628
+ border-radius: 30px;
629
+ &:hover {
630
+ cursor: pointer;
631
+ }
632
+ }
633
+ }
634
+ font-family: $font-reg;
635
+ .ag-root-wrapper {
636
+ border-color: $color-white;
637
+ border-radius: 0px;
638
+ }
639
+ .ag-row-selected {
640
+ background-color: $color-white;
641
+ }
642
+ // Grid Header
643
+ .ag-header {
644
+ font-size: $font-14;
645
+ font-family: $font-bold;
646
+ background-color: $color-white;
647
+ .ag-header-cell-text {
648
+ color: $color-black;
649
+ }
650
+ }
651
+ .ag-row-odd {
652
+ background-color: $color-white;
653
+ }
654
+ // End Grid Header
655
+ // Checkbox in Grid
656
+ .ag-checkbox-input-wrapper {
657
+ border: 2px solid $color-black;
658
+ border-radius: 4px;
659
+ box-shadow: none !important;
660
+ &::after {
661
+ content: "";
662
+ }
663
+ }
664
+ .ag-checkbox-input-wrapper.ag-checked {
665
+ &::after {
666
+ content: "";
667
+ top: 1px;
668
+ left: 0;
669
+ width: 5px;
670
+ height: 10px;
671
+ border-top: 0px solid transparent;
672
+ border-left: 0px solid transparent;
673
+ border-bottom: 2px solid $color-black;
674
+ border-right: 2px solid $color-black;
675
+ z-index: 1;
676
+ -webkit-backface-visibility: hidden;
677
+ backface-visibility: hidden;
678
+ -webkit-transform: rotateZ(37deg) scale(1);
679
+ transform: rotateZ(37deg) scale(1);
680
+ -webkit-transform-origin: 100% 100%;
681
+ transform-origin: 100% 100%;
682
+ }
683
+ }
684
+ .ag-checkbox-input-wrapper.ag-indeterminate {
685
+ &::after {
686
+ content: "";
687
+ top: 5px;
688
+ left: 2px;
689
+ width: 8px;
690
+ height: 0px;
691
+ border-top: 0px solid transparent;
692
+ border-left: 0px solid transparent;
693
+ border-bottom: 2.5px solid $color-black;
694
+ z-index: 1;
695
+ -webkit-backface-visibility: hidden;
696
+ backface-visibility: hidden;
697
+ }
698
+ }
699
+ // End Checkbox in Grid
700
+ .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
701
+ border-right: none;
702
+ border-color: transparent;
703
+ }
704
+ .ag-pinned-left-header {
705
+ border-right: none;
706
+ }
707
+ .ag-center-cols-container {
708
+ .ag-cell {
709
+ border-color: transparent !important;
710
+ padding: 20px 17px 20px 17px;
711
+ font-size: 0.875rem;
712
+ color: $color-black;
713
+ }
714
+ }
715
+ .ag-row-hover {
716
+ background-color: $color-white;
717
+ }
718
+ }
719
+ // grid rows
720
+ .ag-row {
721
+ z-index: 1;
722
+ .ag-row div:first-child {
723
+ font-family: "neuzeit_groteskbold";
724
+ }
725
+ .ag-cell {
726
+ .more-options {
727
+ display: none;
728
+ }
729
+ .sfx-icon-show-password {
730
+ display: none;
731
+ }
732
+ &:last-child {
733
+ overflow: visible;
734
+ padding-left: 0;
735
+ padding-right: 0;
736
+ }
737
+ }
738
+ }
739
+ .ag-row.ag-row-hover {
740
+ .ag-cell {
741
+ .more-options {
742
+ display: inline-block;
743
+ float: right;
744
+ .dropdown-menu::before {
745
+ top: -24px;
746
+ }
747
+ }
748
+ .sfx-icon-show-password {
749
+ display: inline-block;
750
+ color: $color-white;
751
+ }
752
+ }
753
+ }
754
+ .ag-row.ag-row-focus {
755
+ z-index: 2;
756
+ }
757
+
758
+ // End Grid
759
+ .circle-bg {
760
+ color: $color-white;
761
+ height: 40px;
762
+ width: 40px;
763
+ border-radius: 50%;
764
+ line-height: 40px;
765
+ display: block;
766
+ text-align: center;
767
+ &.green {
768
+ background: $color-green;
769
+ }
770
+ &.orange {
771
+ background: $color-orange;
772
+ }
773
+ &.red {
774
+ background: $color-red;
775
+ }
776
+ }
777
+ .circle-border {
778
+ border: 1px solid $color-black;
779
+ color: $color-black;
780
+ height: 40px;
781
+ width: 40px;
782
+ border-radius: 50%;
783
+ line-height: 40px;
784
+ display: block;
785
+ text-align: center;
786
+ }
787
+ // Spinner
788
+ @-webkit-keyframes sfxspin {
789
+ 0% {
790
+ -webkit-transform: rotate(0deg);
791
+ }
792
+ 100% {
793
+ -webkit-transform: rotate(360deg);
794
+ }
795
+ }
796
+ @keyframes sfxspin {
797
+ 0% {
798
+ transform: rotate(0deg);
799
+ }
800
+ 100% {
801
+ transform: rotate(360deg);
802
+ }
803
+ }
804
+ // End Spinner