@natec/mef-dev-ui-kit 20.1.21 → 20.1.23

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.
@@ -8,7 +8,6 @@
8
8
 
9
9
  @use "sass:color";
10
10
  @use '../../vars.scss' as *;
11
- @use '../_mixins.scss' as mix;
12
11
 
13
12
  .nav-tabs {
14
13
  position: relative;
@@ -35,7 +34,7 @@
35
34
  font-family: Montserrat;
36
35
  font-weight: 500;
37
36
  letter-spacing: 0.06em;
38
- color: fade($color-master, 70%);
37
+ color: rgba($color-master, 0.7);
39
38
  font-size: 10.5px;
40
39
  min-width: 70px;
41
40
  border-color: transparent;
@@ -57,20 +56,20 @@
57
56
  & > .tab-pane {
58
57
  &.slide-left,
59
58
  &.slide-right {
60
- @include mix.transition(all .3s ease);
59
+ transition: all .3s ease;
61
60
  &.sliding {
62
61
  opacity: 0 !important;
63
62
  }
64
63
  &.active {
65
- @include mix.translate3d(0, 0, 0);
64
+ transform: translate3d(0, 0, 0);
66
65
  opacity: 1;
67
66
  }
68
67
  }
69
68
  &.slide-left.sliding {
70
- @include mix.translate3d(10%, 0, 0);
69
+ transform: translate3d(10%, 0, 0);
71
70
  }
72
71
  &.slide-right.sliding {
73
- @include mix.translate3d(-10%, 0, 0);
72
+ transform: translate3d(-10%, 0, 0);
74
73
  }
75
74
  }
76
75
  }
@@ -135,8 +134,8 @@
135
134
  & > a{
136
135
  &:after {
137
136
  position: absolute;
138
- @include mix.transition(all 0.1s linear 0s);
139
- -webkit-backface-visibility: hidden;
137
+ transition: all 0.1s linear 0s;
138
+ backface-visibility: hidden;
140
139
  width: 100%;
141
140
  display: block;
142
141
  background-color: $color-danger;
@@ -268,7 +267,7 @@
268
267
  &:hover,
269
268
  &:focus {
270
269
  overflow: visible;
271
- @include mix.transition( color 0.2s ease 0s);
270
+ transition: color 0.2s ease 0s;
272
271
  }
273
272
  }
274
273
  }
@@ -346,16 +345,16 @@
346
345
  */
347
346
 
348
347
  .nav-tabs-fillup {
349
- @include mix.backface-visibility(hidden);
350
- @include mix.perspective(1000);
348
+ backface-visibility: hidden;
349
+ perspective: 1000px;
351
350
  & > li {
352
351
  overflow: hidden;
353
352
  & > a {
354
- @include mix.backface-visibility(hidden);
355
- @include mix.transition(color 0.3s ease 0s);
353
+ backface-visibility: hidden;
354
+ transition: color 0.3s ease 0s;
356
355
  background: transparent;
357
356
  &:after {
358
- @include mix.backface-visibility(hidden);
357
+ backface-visibility: hidden;
359
358
  background: none repeat scroll 0 0 $color-success;
360
359
  border: 1px solid $color-success;
361
360
  content: "";
@@ -363,13 +362,7 @@
363
362
  left: 0;
364
363
  position: absolute;
365
364
  top: 0;
366
- -webkit-transform: translate3d(0,
367
- 100%,
368
- 0px);
369
- transform: translate3d(0,
370
- 100%,
371
- 0px);
372
- -webkit-transition: -webkit-transform 0.3s ease 0s;
365
+ transform: translate3d(0, 100%, 0px);
373
366
  transition: transform 0.3s ease 0s;
374
367
  width: 100%;
375
368
  z-index: -1;
@@ -399,10 +392,8 @@
399
392
  }
400
393
  }
401
394
  span {
402
- @include mix.backface-visibility(hidden);
403
- -webkit-transform: translate3d(0px, 5px, 0px);
395
+ backface-visibility: hidden;
404
396
  transform: translate3d(0px, 5px, 0px);
405
- -webkit-transition: -webkit-transform 0.5s ease 0s;
406
397
  transition: transform 0.5s ease 0s;
407
398
  display: block;
408
399
  font-weight: 700;
@@ -418,17 +409,17 @@
418
409
  color: #fff;
419
410
  }
420
411
  &:after {
421
- @include mix.translate3d(0px, 0px, 0px);
412
+ transform: translate3d(0px, 0px, 0px);
422
413
  }
423
414
  span {
424
- @include mix.translate3d(0px, -5px, 0px);
415
+ transform: translate3d(0px, -5px, 0px);
425
416
  }
426
417
  }
427
418
  }
428
419
  }
429
420
  .icon:before {
430
- @include mix.translate3d(0px, 5px, 0px);
431
- @include mix.transition(transform 0.5s ease 0s);
421
+ transform: translate3d(0px, 5px, 0px);
422
+ transition: transform 0.5s ease 0s;
432
423
  display: block;
433
424
  margin: 0;
434
425
  }
@@ -451,7 +442,7 @@
451
442
  }
452
443
  &.active {
453
444
  a{&:after {
454
- @include mix.translate3d(0px, 0px, 0px);
445
+ transform: translate3d(0px, 0px, 0px);
455
446
  }
456
447
  }
457
448
  }
@@ -461,19 +452,19 @@
461
452
  & > li {
462
453
  & > a {
463
454
  &:after {
464
- @include mix.translate3d(100%, 0, 0);
455
+ transform: translate3d(100%, 0, 0);
465
456
  }
466
457
  span {
467
- @include mix.translate3d(5px, 0, 0px);
458
+ transform: translate3d(5px, 0, 0px);
468
459
  }
469
460
  }
470
461
  &.active {
471
462
  a{span {
472
- @include mix.translate3d(-5px, 0, 0px);
463
+ transform: translate3d(-5px, 0, 0px);
473
464
  }
474
465
  }
475
466
  .icon:before {
476
- @include mix.translate3d(-5px, 0, 0px);
467
+ transform: translate3d(-5px, 0, 0px);
477
468
  }
478
469
  }
479
470
  }
@@ -482,20 +473,20 @@
482
473
  & > li {
483
474
  & > a {
484
475
  &:after {
485
- @include mix.translate3d(-100%, 0, 0);
476
+ transform: translate3d(-100%, 0, 0);
486
477
  left: -1px;
487
478
  }
488
479
  span {
489
- @include mix.translate3d(-5px, 0, 0px);
480
+ transform: translate3d(-5px, 0, 0px);
490
481
  }
491
482
  }
492
483
  &.active {
493
484
  a{span {
494
- @include mix.translate3d(5px, 0, 0px);
485
+ transform: translate3d(5px, 0, 0px);
495
486
  }
496
487
  }
497
488
  .icon:before {
498
- @include mix.translate3d(5px, 0, 0px);
489
+ transform: translate3d(5px, 0, 0px);
499
490
  }
500
491
  }
501
492
  }
@@ -599,12 +590,11 @@
599
590
  color: $color-master;
600
591
  }
601
592
  &.collapsed {
602
- color: fade($color-master,
603
- 70%);
593
+ color: rgba($color-master, 0.7);
604
594
  opacity: 1;
605
595
  &:after {
606
596
  content: "\f055";
607
- color: fade($color-master, 70%);
597
+ color: rgba($color-master, 0.7);
608
598
  opacity: .7;
609
599
  }
610
600
  &:hover {