iguazio.dashboard-controls 1.0.15-3.6.2 → 1.0.17-3.6.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.
@@ -6711,45 +6711,6 @@ yx-axis
6711
6711
  }
6712
6712
  }
6713
6713
 
6714
- .igz-navigation-tabs {
6715
- .navigation-tabs-color-set();
6716
-
6717
- background-color: @navigation-tabs-bg-color;
6718
- height: 56px;
6719
- padding-top: 7px;
6720
-
6721
- .navigation-tab {
6722
- float: left;
6723
- height: 32px;
6724
- padding: 15px 24px 0;
6725
- font-family: @font-family-sans-serif;
6726
- color: @navigation-tab-color;
6727
- font-size: 14px;
6728
- text-align: center;
6729
- cursor: pointer;
6730
- border-bottom: @navigation-tab-border-bottom;
6731
- box-sizing: content-box;
6732
-
6733
- &.active, &.active:hover {
6734
- background-color: @navigation-tab-active-hover-bg-color;
6735
- color: @navigation-tab-active-hover-color;
6736
- border-bottom: @navigation-tab-active-hover-border-bottom;
6737
- }
6738
-
6739
- &:hover {
6740
- background-color: @navigation-tab-hover-bg-color;
6741
- }
6742
-
6743
- &.active {
6744
- background-color: @navigation-tab-active-bg-color;
6745
- }
6746
-
6747
- @media screen and (max-width: 940px) {
6748
- padding: 15px 12px 0;
6749
- }
6750
- }
6751
- }
6752
-
6753
6714
  .igz-multiple-checkboxes {
6754
6715
  .multiple-checkboxes-color-set();
6755
6716
 
@@ -6942,6 +6903,45 @@ yx-axis
6942
6903
  }
6943
6904
  }
6944
6905
 
6906
+ .igz-navigation-tabs {
6907
+ .navigation-tabs-color-set();
6908
+
6909
+ background-color: @navigation-tabs-bg-color;
6910
+ height: 56px;
6911
+ padding-top: 7px;
6912
+
6913
+ .navigation-tab {
6914
+ float: left;
6915
+ height: 32px;
6916
+ padding: 15px 24px 0;
6917
+ font-family: @font-family-sans-serif;
6918
+ color: @navigation-tab-color;
6919
+ font-size: 14px;
6920
+ text-align: center;
6921
+ cursor: pointer;
6922
+ border-bottom: @navigation-tab-border-bottom;
6923
+ box-sizing: content-box;
6924
+
6925
+ &.active, &.active:hover {
6926
+ background-color: @navigation-tab-active-hover-bg-color;
6927
+ color: @navigation-tab-active-hover-color;
6928
+ border-bottom: @navigation-tab-active-hover-border-bottom;
6929
+ }
6930
+
6931
+ &:hover {
6932
+ background-color: @navigation-tab-hover-bg-color;
6933
+ }
6934
+
6935
+ &.active {
6936
+ background-color: @navigation-tab-active-bg-color;
6937
+ }
6938
+
6939
+ @media screen and (max-width: 940px) {
6940
+ padding: 15px 12px 0;
6941
+ }
6942
+ }
6943
+ }
6944
+
6945
6945
  .igz-number-input {
6946
6946
  .number-input-color-set();
6947
6947
 
@@ -7430,6 +7430,97 @@ yx-axis
7430
7430
  }
7431
7431
  }
7432
7432
  }
7433
+ .igz-size {
7434
+ .size-color-set();
7435
+
7436
+ align-items: center;
7437
+ display: flex;
7438
+ justify-content: space-between;
7439
+ min-height: 40px;
7440
+
7441
+ &:after {
7442
+ content: ' ';
7443
+ display: inline-block;
7444
+ vertical-align: middle;
7445
+ }
7446
+
7447
+ .size-value {
7448
+ line-height: 1;
7449
+ flex: 0 0 100px;
7450
+ min-width: 100px;
7451
+
7452
+ > span {
7453
+ line-height: 25px;
7454
+ }
7455
+
7456
+ &.short {
7457
+ flex: 0 0 75px;
7458
+ min-width: 75px;
7459
+ }
7460
+
7461
+ &.shorten {
7462
+ flex: 0 0 60px;
7463
+ min-width: 60px;
7464
+ }
7465
+
7466
+ &.shortest {
7467
+ flex: 0 0 40px;
7468
+ min-width: 40px;
7469
+ }
7470
+ }
7471
+
7472
+ .size-reserved {
7473
+ color: @size-reserved-color;
7474
+ font-size: 12px;
7475
+
7476
+ .icon-font-arrow-right:before {
7477
+ color: @size-reserved-arrow-right-before-color;
7478
+ font-size: 10px;
7479
+ padding: 0 4px 0 4px;
7480
+ }
7481
+
7482
+ .icon-font-infinity:before {
7483
+ color: @size-reserved-infinity-before-color;
7484
+ font-size: 10px;
7485
+ }
7486
+ }
7487
+
7488
+ .size-chart {
7489
+ flex: 1 1 auto;
7490
+ min-width: 0;
7491
+
7492
+ div.highcharts-tooltip {
7493
+ position: fixed !important;
7494
+
7495
+ .igz-tooltip-wrapper {
7496
+ color: @size-chart-tooltip-wrapper-color;
7497
+
7498
+ &.used-capacity-tooltip-wrapper {
7499
+ .igz-row {
7500
+ .tooltip-label,
7501
+ .tooltip-value {
7502
+ text-overflow: unset;
7503
+ }
7504
+ }
7505
+ }
7506
+
7507
+ .tooltip-header {
7508
+ padding-bottom: 6px;
7509
+ margin-bottom: 5px;
7510
+ line-height: 1.1;
7511
+ text-align: center;
7512
+ }
7513
+ }
7514
+ }
7515
+ }
7516
+
7517
+ .igz-highcharts-wrapper {
7518
+ height: 40px;
7519
+ position: relative;
7520
+ width: 100%;
7521
+ }
7522
+ }
7523
+
7433
7524
  .igz-slider-input-block {
7434
7525
  .igz-slider-input-block-color-set();
7435
7526
 
@@ -7559,159 +7650,68 @@ yx-axis
7559
7650
  }
7560
7651
  }
7561
7652
 
7562
- .igz-size {
7563
- .size-color-set();
7653
+ .splash-screen {
7654
+ .splash-screen-color-set();
7564
7655
 
7565
- align-items: center;
7566
- display: flex;
7567
- justify-content: space-between;
7568
- min-height: 40px;
7656
+ position: absolute;
7657
+ z-index: 996;
7658
+ width: 100%;
7659
+ height: 100%;
7660
+ background-color: @splash-screen-bg-color;
7661
+ transform-style: preserve-3d;
7569
7662
 
7570
- &:after {
7571
- content: ' ';
7572
- display: inline-block;
7573
- vertical-align: middle;
7574
- }
7663
+ // ngAnimate appearance for show/hide
7664
+ transition: opacity linear .25s 0s;
7575
7665
 
7576
- .size-value {
7577
- line-height: 1;
7578
- flex: 0 0 100px;
7579
- min-width: 100px;
7666
+ &.ng-hide-remove {
7667
+ opacity: 0;
7668
+ }
7580
7669
 
7581
- > span {
7582
- line-height: 25px;
7583
- }
7670
+ .loading-splash-screen {
7671
+ position: absolute;
7672
+ top: 50%;
7673
+ left: 50%;
7674
+ transform: translate(-50%, -50%);
7675
+ color: @loading-splash-screen-color;
7676
+ font-size: 20px;
7677
+ text-align: center;
7678
+ font-weight: 500;
7679
+ width: 217px;
7680
+ border-radius: 6px;
7681
+ background-image: @loading-splash-screen-bg-image;
7682
+ padding: 49px 0;
7584
7683
 
7585
- &.short {
7586
- flex: 0 0 75px;
7587
- min-width: 75px;
7588
- }
7684
+ .splash-logo-wrapper {
7685
+ position: relative;
7686
+ text-align: center;
7589
7687
 
7590
- &.shorten {
7591
- flex: 0 0 60px;
7592
- min-width: 60px;
7688
+ .loader-fading-circle {
7689
+ width: 60px;
7690
+ height: 60px;
7691
+ }
7593
7692
  }
7594
7693
 
7595
- &.shortest {
7596
- flex: 0 0 40px;
7597
- min-width: 40px;
7694
+ .loading-text {
7695
+ padding: 31px 0 0 12px;
7696
+ font-family: @font-family-sans-serif;
7697
+ font-size: 20px;
7698
+ color: @loading-splash-screen-text-color;
7598
7699
  }
7599
7700
  }
7600
7701
 
7601
- .size-reserved {
7602
- color: @size-reserved-color;
7603
- font-size: 12px;
7604
-
7605
- .icon-font-arrow-right:before {
7606
- color: @size-reserved-arrow-right-before-color;
7607
- font-size: 10px;
7608
- padding: 0 4px 0 4px;
7609
- }
7610
-
7611
- .icon-font-infinity:before {
7612
- color: @size-reserved-infinity-before-color;
7613
- font-size: 10px;
7614
- }
7615
- }
7616
-
7617
- .size-chart {
7618
- flex: 1 1 auto;
7619
- min-width: 0;
7620
-
7621
- div.highcharts-tooltip {
7622
- position: fixed !important;
7623
-
7624
- .igz-tooltip-wrapper {
7625
- color: @size-chart-tooltip-wrapper-color;
7626
-
7627
- &.used-capacity-tooltip-wrapper {
7628
- .igz-row {
7629
- .tooltip-label,
7630
- .tooltip-value {
7631
- text-overflow: unset;
7632
- }
7633
- }
7634
- }
7635
-
7636
- .tooltip-header {
7637
- padding-bottom: 6px;
7638
- margin-bottom: 5px;
7639
- line-height: 1.1;
7640
- text-align: center;
7641
- }
7642
- }
7643
- }
7644
- }
7645
-
7646
- .igz-highcharts-wrapper {
7647
- height: 40px;
7648
- position: relative;
7649
- width: 100%;
7650
- }
7651
- }
7652
-
7653
- .splash-screen {
7654
- .splash-screen-color-set();
7655
-
7656
- position: absolute;
7657
- z-index: 996;
7658
- width: 100%;
7659
- height: 100%;
7660
- background-color: @splash-screen-bg-color;
7661
- transform-style: preserve-3d;
7662
-
7663
- // ngAnimate appearance for show/hide
7664
- transition: opacity linear .25s 0s;
7665
-
7666
- &.ng-hide-remove {
7667
- opacity: 0;
7668
- }
7669
-
7670
- .loading-splash-screen {
7671
- position: absolute;
7672
- top: 50%;
7673
- left: 50%;
7674
- transform: translate(-50%, -50%);
7675
- color: @loading-splash-screen-color;
7676
- font-size: 20px;
7677
- text-align: center;
7678
- font-weight: 500;
7679
- width: 217px;
7680
- border-radius: 6px;
7681
- background-image: @loading-splash-screen-bg-image;
7682
- padding: 49px 0;
7683
-
7684
- .splash-logo-wrapper {
7685
- position: relative;
7686
- text-align: center;
7687
-
7688
- .loader-fading-circle {
7689
- width: 60px;
7690
- height: 60px;
7691
- }
7692
- }
7693
-
7694
- .loading-text {
7695
- padding: 31px 0 0 12px;
7696
- font-family: @font-family-sans-serif;
7697
- font-size: 20px;
7698
- color: @loading-splash-screen-text-color;
7699
- }
7700
- }
7701
-
7702
- .alert-splash-screen {
7703
- position: absolute;
7704
- top: 50%;
7705
- left: 50%;
7706
- transform: translate(-50%, -50%);
7707
- color: @alert-splash-screen-color;
7708
- font-size: 20px;
7709
- font-weight: 500;
7710
- width: 504px;
7711
- border-radius: 6px;
7712
- background-image: @alert-splash-screen-bg-image;
7713
- box-shadow: none;
7714
- padding: 0 0 49px;
7702
+ .alert-splash-screen {
7703
+ position: absolute;
7704
+ top: 50%;
7705
+ left: 50%;
7706
+ transform: translate(-50%, -50%);
7707
+ color: @alert-splash-screen-color;
7708
+ font-size: 20px;
7709
+ font-weight: 500;
7710
+ width: 504px;
7711
+ border-radius: 6px;
7712
+ background-image: @alert-splash-screen-bg-image;
7713
+ box-shadow: none;
7714
+ padding: 0 0 49px;
7715
7715
 
7716
7716
  .header {
7717
7717
  background: url('/assets/images/oops.png') no-repeat center;
@@ -7757,70 +7757,6 @@ yx-axis
7757
7757
  }
7758
7758
  }
7759
7759
  }
7760
- .toast-status-panel {
7761
- .toast-status-panel-color-set();
7762
-
7763
- margin-bottom: 20px;
7764
- padding: 16px 36px 16px 12px;
7765
- background-color: @toast-panel-bg-color;
7766
- border: @toast-panel-border;
7767
- position: relative;
7768
-
7769
- &.in-progress {
7770
- background-color: @toast-panel-in-progress-bg-color;
7771
- border: @toast-panel-in-progress-border;
7772
- }
7773
-
7774
- &.failed {
7775
- background-color: @toast-panel-failed-bg-color;
7776
- border: @toast-panel-failed-border;
7777
- }
7778
-
7779
- .panel-status {
7780
- color: @toast-panel-status-color;
7781
- line-height: 24px;
7782
- font-size: 14px;
7783
- font-weight: 700;
7784
- font-family: @font-family-sans-serif;
7785
- align-items: center;
7786
- display: flex;
7787
- justify-content: center;
7788
-
7789
- &.in-progress {
7790
- color: @toast-panel-status-in-progress-color;
7791
- }
7792
-
7793
- &.failed {
7794
- color: @toast-panel-status-failed-color;
7795
- }
7796
-
7797
- .panel-status-icon {
7798
- font-size: 24px;
7799
-
7800
- &.igz-icon-properties {
7801
- -webkit-animation: rotation 4s infinite linear;
7802
-
7803
- @-webkit-keyframes rotation {
7804
- from {
7805
- -webkit-transform: rotate(0deg);
7806
- }
7807
- to {
7808
- -webkit-transform: rotate(359deg);
7809
- }
7810
- }
7811
- }
7812
- }
7813
-
7814
- .msg-scrollable-container {
7815
- max-height: 300px;
7816
-
7817
- .panel-status-msg {
7818
- margin: 0 8px;
7819
- }
7820
- }
7821
- }
7822
- }
7823
-
7824
7760
  .ngdialog.text-edit {
7825
7761
  .text-edit-color-set();
7826
7762
 
@@ -7898,6 +7834,70 @@ yx-axis
7898
7834
  }
7899
7835
  }
7900
7836
 
7837
+ .toast-status-panel {
7838
+ .toast-status-panel-color-set();
7839
+
7840
+ margin-bottom: 20px;
7841
+ padding: 16px 36px 16px 12px;
7842
+ background-color: @toast-panel-bg-color;
7843
+ border: @toast-panel-border;
7844
+ position: relative;
7845
+
7846
+ &.in-progress {
7847
+ background-color: @toast-panel-in-progress-bg-color;
7848
+ border: @toast-panel-in-progress-border;
7849
+ }
7850
+
7851
+ &.failed {
7852
+ background-color: @toast-panel-failed-bg-color;
7853
+ border: @toast-panel-failed-border;
7854
+ }
7855
+
7856
+ .panel-status {
7857
+ color: @toast-panel-status-color;
7858
+ line-height: 24px;
7859
+ font-size: 14px;
7860
+ font-weight: 700;
7861
+ font-family: @font-family-sans-serif;
7862
+ align-items: center;
7863
+ display: flex;
7864
+ justify-content: center;
7865
+
7866
+ &.in-progress {
7867
+ color: @toast-panel-status-in-progress-color;
7868
+ }
7869
+
7870
+ &.failed {
7871
+ color: @toast-panel-status-failed-color;
7872
+ }
7873
+
7874
+ .panel-status-icon {
7875
+ font-size: 24px;
7876
+
7877
+ &.igz-icon-properties {
7878
+ -webkit-animation: rotation 4s infinite linear;
7879
+
7880
+ @-webkit-keyframes rotation {
7881
+ from {
7882
+ -webkit-transform: rotate(0deg);
7883
+ }
7884
+ to {
7885
+ -webkit-transform: rotate(359deg);
7886
+ }
7887
+ }
7888
+ }
7889
+ }
7890
+
7891
+ .msg-scrollable-container {
7892
+ max-height: 300px;
7893
+
7894
+ .panel-status-msg {
7895
+ margin: 0 8px;
7896
+ }
7897
+ }
7898
+ }
7899
+ }
7900
+
7901
7901
  .validating-input-field {
7902
7902
  .validating-input-field-color-set();
7903
7903
 
@@ -9854,139 +9854,16 @@ ncl-breadcrumbs {
9854
9854
  }
9855
9855
  }
9856
9856
 
9857
- .ncl-collapsing-row {
9858
- margin-bottom: 9px;
9859
-
9860
- .title-block.common-table-row {
9861
- border: 1px solid @pale-grey;
9862
- box-shadow: none;
9863
- min-height: 49px;
9857
+ .ncl-breadcrumbs-dropdown {
9858
+ display: inline-grid;
9864
9859
 
9865
- &.collapsed {
9866
- box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
9860
+ .breadcrumb-toggle {
9861
+ cursor: pointer;
9862
+ font-weight: bold;
9867
9863
 
9868
- &:hover {
9869
- box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
9870
- }
9871
- }
9872
-
9873
- &:hover {
9874
- .common-table-cells-container {
9875
- background-color: @white;
9876
- }
9877
-
9878
- .actions-menu {
9879
- visibility: visible;
9880
- background-color: @white;
9881
- }
9882
-
9883
- .single-action {
9884
- visibility: visible;
9885
- }
9886
- }
9887
- }
9888
-
9889
- .row-collapse {
9890
- width: 40px;
9891
- flex: none;
9892
- justify-content: center;
9893
- align-items: flex-start;
9894
- line-height: 51px;
9895
-
9896
- .collapse-icon {
9897
- background-color: transparent;
9898
- position: absolute;
9899
-
9900
- &.igz-icon-right, &.igz-icon-down {
9901
- font-size: 12px;
9902
- .duskThree(0.64);
9903
- color: @color;
9904
-
9905
- &:hover {
9906
- color: @dusk-three;
9907
- }
9908
- }
9909
- }
9910
- }
9911
-
9912
- .item-row {
9913
- display: flex;
9914
- flex-flow: row nowrap;
9915
- align-items: center;
9916
-
9917
- .item-name {
9918
- font-weight: bold;
9919
- display: flex;
9920
- flex-flow: row nowrap;
9921
- align-items: baseline;
9922
- width: 192px;
9923
-
9924
- .text-ellipsis {
9925
- width: auto;
9926
- }
9927
- }
9928
-
9929
- .item-class {
9930
- width: 168px;
9931
- padding-left: 16px;
9932
- }
9933
-
9934
- .field-label {
9935
- text-transform: capitalize;
9936
- }
9937
- }
9938
-
9939
- .item-info-row {
9940
- line-height: 30px;
9941
- }
9942
-
9943
- .expanded-item-info-block {
9944
- width: 100%;
9945
- height: 100%;
9946
- top: 0;
9947
- padding: 10px 0;
9948
- }
9949
-
9950
- .collapsed-item-info-block {
9951
- padding-left: 16px;
9952
- white-space: nowrap;
9953
- width: 100%;
9954
- overflow: hidden;
9955
- text-overflow: ellipsis;
9956
- }
9957
-
9958
- .actions-menu {
9959
- visibility: hidden;
9960
- align-items: flex-start;
9961
- line-height: 51px;
9962
- }
9963
-
9964
- .single-action {
9965
- visibility: hidden;
9966
- align-items: flex-start;
9967
- flex: none;
9968
- padding-right: 4px;
9969
-
9970
- .igz-action-panel {
9971
- transition: unset;
9972
-
9973
- .igz-action-item {
9974
- margin: 4px 0 0 0;
9975
- }
9976
- }
9977
- }
9978
- }
9979
-
9980
- .ncl-breadcrumbs-dropdown {
9981
- display: inline-grid;
9982
-
9983
- .breadcrumb-toggle {
9984
- cursor: pointer;
9985
- font-weight: bold;
9986
-
9987
- .igz-icon-right {
9988
- display: block;
9989
- margin: 1.5px 0 0 7px;
9864
+ .igz-icon-right {
9865
+ display: block;
9866
+ margin: 1.5px 0 0 7px;
9990
9867
  }
9991
9868
 
9992
9869
  .breadcrumb-arrow {
@@ -10117,6 +9994,129 @@ ncl-breadcrumbs {
10117
9994
  }
10118
9995
  }
10119
9996
 
9997
+ .ncl-collapsing-row {
9998
+ margin-bottom: 9px;
9999
+
10000
+ .title-block.common-table-row {
10001
+ border: 1px solid @pale-grey;
10002
+ box-shadow: none;
10003
+ min-height: 49px;
10004
+
10005
+ &.collapsed {
10006
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
10007
+
10008
+ &:hover {
10009
+ box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
10010
+ }
10011
+ }
10012
+
10013
+ &:hover {
10014
+ .common-table-cells-container {
10015
+ background-color: @white;
10016
+ }
10017
+
10018
+ .actions-menu {
10019
+ visibility: visible;
10020
+ background-color: @white;
10021
+ }
10022
+
10023
+ .single-action {
10024
+ visibility: visible;
10025
+ }
10026
+ }
10027
+ }
10028
+
10029
+ .row-collapse {
10030
+ width: 40px;
10031
+ flex: none;
10032
+ justify-content: center;
10033
+ align-items: flex-start;
10034
+ line-height: 51px;
10035
+
10036
+ .collapse-icon {
10037
+ background-color: transparent;
10038
+ position: absolute;
10039
+
10040
+ &.igz-icon-right, &.igz-icon-down {
10041
+ font-size: 12px;
10042
+ .duskThree(0.64);
10043
+ color: @color;
10044
+
10045
+ &:hover {
10046
+ color: @dusk-three;
10047
+ }
10048
+ }
10049
+ }
10050
+ }
10051
+
10052
+ .item-row {
10053
+ display: flex;
10054
+ flex-flow: row nowrap;
10055
+ align-items: center;
10056
+
10057
+ .item-name {
10058
+ font-weight: bold;
10059
+ display: flex;
10060
+ flex-flow: row nowrap;
10061
+ align-items: baseline;
10062
+ width: 192px;
10063
+
10064
+ .text-ellipsis {
10065
+ width: auto;
10066
+ }
10067
+ }
10068
+
10069
+ .item-class {
10070
+ width: 168px;
10071
+ padding-left: 16px;
10072
+ }
10073
+
10074
+ .field-label {
10075
+ text-transform: capitalize;
10076
+ }
10077
+ }
10078
+
10079
+ .item-info-row {
10080
+ line-height: 30px;
10081
+ }
10082
+
10083
+ .expanded-item-info-block {
10084
+ width: 100%;
10085
+ height: 100%;
10086
+ top: 0;
10087
+ padding: 10px 0;
10088
+ }
10089
+
10090
+ .collapsed-item-info-block {
10091
+ padding-left: 16px;
10092
+ white-space: nowrap;
10093
+ width: 100%;
10094
+ overflow: hidden;
10095
+ text-overflow: ellipsis;
10096
+ }
10097
+
10098
+ .actions-menu {
10099
+ visibility: hidden;
10100
+ align-items: flex-start;
10101
+ line-height: 51px;
10102
+ }
10103
+
10104
+ .single-action {
10105
+ visibility: hidden;
10106
+ align-items: flex-start;
10107
+ flex: none;
10108
+ padding-right: 4px;
10109
+
10110
+ .igz-action-panel {
10111
+ transition: unset;
10112
+
10113
+ .igz-action-item {
10114
+ margin: 4px 0 0 0;
10115
+ }
10116
+ }
10117
+ }
10118
+ }
10119
+
10120
10120
  .ncl-deploy-log-wrapper {
10121
10121
  .log-panel {
10122
10122
  .logs-common();
@@ -10255,30 +10255,12 @@ ncl-breadcrumbs {
10255
10255
  }
10256
10256
  }
10257
10257
 
10258
- .view-yaml-dialog-wrapper {
10259
- .ngdialog-content {
10260
- .view-yaml-dialog-header {
10261
- .title {
10262
- margin-bottom: 10px;
10263
- }
10264
-
10265
- .copy-to-clipboard {
10266
- width: 20px;
10267
- }
10268
- }
10269
-
10270
- .monaco-editor {
10271
- min-width: 700px;
10272
- min-height: 450px;
10273
- }
10274
- }
10275
- }
10276
- .ncl-key-value-input {
10277
- .input-wrapper {
10278
- width: 100%;
10279
- display: flex;
10280
- background-color: @white;
10281
- position: relative;
10258
+ .ncl-key-value-input {
10259
+ .input-wrapper {
10260
+ width: 100%;
10261
+ display: flex;
10262
+ background-color: @white;
10263
+ position: relative;
10282
10264
 
10283
10265
  .check-row {
10284
10266
  width: 28px;
@@ -10487,6 +10469,50 @@ ncl-breadcrumbs {
10487
10469
  }
10488
10470
  }
10489
10471
 
10472
+ .view-yaml-dialog-wrapper {
10473
+ .ngdialog-content {
10474
+ .view-yaml-dialog-header {
10475
+ .title {
10476
+ margin-bottom: 10px;
10477
+ }
10478
+
10479
+ .copy-to-clipboard {
10480
+ width: 20px;
10481
+ }
10482
+ }
10483
+
10484
+ .monaco-editor {
10485
+ min-width: 700px;
10486
+ min-height: 450px;
10487
+ }
10488
+ }
10489
+ }
10490
+ .ncl-monaco {
10491
+ .ncl-monaco-wrapper {
10492
+ padding-top: 20px;
10493
+ height: 100%;
10494
+ border: 1px solid @pale-grey;
10495
+ background-color: @white;
10496
+
10497
+ &.no-top-padding {
10498
+ padding-top: 0;
10499
+ }
10500
+
10501
+ .ncl-monaco-top-row {
10502
+ display: block;
10503
+ }
10504
+
10505
+ .ncl-monaco-editor {
10506
+ height: 100%;
10507
+ }
10508
+ }
10509
+
10510
+ .ncl-monaco-dark {
10511
+ background-color: @vs-dark;
10512
+ }
10513
+ }
10514
+
10515
+
10490
10516
  ncl-navigation-tabs {
10491
10517
  .ncl-navigation-tabs-color-set();
10492
10518
 
@@ -10648,31 +10674,141 @@ ncl-navigation-tabs {
10648
10674
  }
10649
10675
  }
10650
10676
 
10651
- .ncl-monaco {
10652
- .ncl-monaco-wrapper {
10653
- padding-top: 20px;
10654
- height: 100%;
10655
- border: 1px solid @pale-grey;
10656
- background-color: @white;
10677
+ .ncl-search-input {
10678
+ position: relative;
10679
+ color: @silver;
10657
10680
 
10658
- &.no-top-padding {
10659
- padding-top: 0;
10681
+ .container-search-input {
10682
+ background-color: transparent;
10683
+ border-bottom: 1px solid @silver;
10684
+ font-size: 13px;
10685
+ font-weight: 400;
10686
+ height: 36px;
10687
+ line-height: 36px;
10688
+ margin: 0;
10689
+ outline: 0;
10690
+ padding: 0 0 3px 31px;
10691
+ width: 100%;
10692
+
10693
+ &::-webkit-input-placeholder {
10694
+ color: @silver;
10660
10695
  }
10661
10696
 
10662
- .ncl-monaco-top-row {
10663
- display: block;
10697
+ &:-moz-placeholder { /* Firefox 18- */
10698
+ color: @silver;
10664
10699
  }
10665
10700
 
10666
- .ncl-monaco-editor {
10667
- height: 100%;
10701
+ &::-moz-placeholder { /* Firefox 19+ */
10702
+ color: @silver;
10703
+ }
10704
+
10705
+ &:-ms-input-placeholder {
10706
+ color: @silver;
10707
+ }
10708
+
10709
+ &:focus {
10710
+ border-bottom: 1px solid @light-blue;
10711
+
10712
+ &, & + .igz-icon-search:before {
10713
+ color: @dusk-three;
10714
+ }
10715
+
10716
+ &::-webkit-input-placeholder {
10717
+ color: transparent;
10718
+ }
10719
+
10720
+ &:-moz-placeholder { /* Firefox 18- */
10721
+ color: transparent;
10722
+ }
10723
+
10724
+ &::-moz-placeholder { /* Firefox 19+ */
10725
+ color: transparent;
10726
+ }
10727
+
10728
+ &:-ms-input-placeholder {
10729
+ color: transparent;
10730
+ }
10668
10731
  }
10669
10732
  }
10670
10733
 
10671
- .ncl-monaco-dark {
10672
- background-color: @vs-dark;
10734
+ .igz-icon-search {
10735
+ font-size: 18px;
10736
+ position: absolute;
10737
+ left: 8px;
10738
+ top: 5px;
10739
+ z-index: 1;
10740
+ color: @silver;
10741
+ }
10742
+
10743
+ input::-ms-clear {
10744
+ display: none;
10673
10745
  }
10674
10746
  }
10747
+ .ncl-function-version-row {
10748
+ .actions-menu {
10749
+ visibility: hidden;
10750
+ }
10751
+
10752
+ &.common-table-row {
10753
+ height: 49px;
10754
+
10755
+ &:hover {
10756
+ igz-action-checkbox:not(.invisible) {
10757
+ visibility: visible;
10758
+ }
10759
+
10760
+ .actions-menu {
10761
+ visibility: visible;
10762
+ }
10763
+
10764
+ .check-row {
10765
+ background-color: @pale-grey-three;
10766
+ }
10767
+ }
10768
+
10769
+ igz-action-checkbox {
10770
+ visibility: hidden;
10771
+
10772
+ &.visible {
10773
+ visibility: visible;
10774
+ }
10775
+ }
10776
+
10777
+ .common-table-cells-container {
10778
+ cursor: pointer;
10779
+
10780
+ .common-table-cell {
10781
+ .status-icon {
10782
+ display: flex;
10783
+ font-size: 20px;
10784
+ cursor: pointer;
10785
+ margin-left: 9px;
10786
+ .duskThree(0.64);
10787
+ color: @color;
10788
+ }
10789
+
10790
+ .common-table-cell-content {
10791
+ width: 100%;
10792
+ white-space: nowrap;
10793
+ overflow: hidden;
10794
+ text-overflow: ellipsis;
10795
+ min-width: 0;
10796
+ }
10797
+
10798
+ .igz-action-panel {
10799
+ &.invocation-tooltip {
10800
+ height: 36px;
10801
+ width: 56px;
10802
+ }
10803
+ }
10804
+ }
10675
10805
 
10806
+ .function-status {
10807
+ min-width: 100px;
10808
+ }
10809
+ }
10810
+ }
10811
+ }
10676
10812
 
10677
10813
  .new-function-wrapper {
10678
10814
  .ncl-new-function-color-set();
@@ -10831,176 +10967,40 @@ ncl-navigation-tabs {
10831
10967
  }
10832
10968
  }
10833
10969
 
10834
- .ncl-search-input {
10835
- position: relative;
10836
- color: @silver;
10837
-
10838
- .container-search-input {
10839
- background-color: transparent;
10840
- border-bottom: 1px solid @silver;
10841
- font-size: 13px;
10842
- font-weight: 400;
10843
- height: 36px;
10844
- line-height: 36px;
10845
- margin: 0;
10846
- outline: 0;
10847
- padding: 0 0 3px 31px;
10848
- width: 100%;
10970
+ .function-event-wrapper {
10971
+ width: 600px;
10972
+ margin-bottom: -23px;
10849
10973
 
10850
- &::-webkit-input-placeholder {
10851
- color: @silver;
10852
- }
10974
+ .header {
10975
+ display: flex;
10976
+ justify-content: space-between;
10977
+ border-bottom: 1px solid @pale-grey;
10853
10978
 
10854
- &:-moz-placeholder { /* Firefox 18- */
10855
- color: @silver;
10979
+ .title {
10980
+ font-size: 18px;
10856
10981
  }
10982
+ }
10857
10983
 
10858
- &::-moz-placeholder { /* Firefox 19+ */
10859
- color: @silver;
10860
- }
10984
+ .content {
10985
+ border-bottom: 1px solid @pale-grey;
10986
+ padding: 16px 0 16px 16px;
10861
10987
 
10862
- &:-ms-input-placeholder {
10863
- color: @silver;
10864
- }
10988
+ .event-form {
10989
+ width: 88%;
10865
10990
 
10866
- &:focus {
10867
- border-bottom: 1px solid @light-blue;
10991
+ .field-wrapper {
10992
+ display: flex;
10993
+ align-items: center;
10994
+ margin: 15px 0 0 0;
10868
10995
 
10869
- &, & + .igz-icon-search:before {
10870
- color: @dusk-three;
10871
- }
10996
+ .field-label {
10997
+ font-size: 16px;
10998
+ margin-right: 10px;
10999
+ width: 195px;
11000
+ }
10872
11001
 
10873
- &::-webkit-input-placeholder {
10874
- color: transparent;
10875
- }
10876
-
10877
- &:-moz-placeholder { /* Firefox 18- */
10878
- color: transparent;
10879
- }
10880
-
10881
- &::-moz-placeholder { /* Firefox 19+ */
10882
- color: transparent;
10883
- }
10884
-
10885
- &:-ms-input-placeholder {
10886
- color: transparent;
10887
- }
10888
- }
10889
- }
10890
-
10891
- .igz-icon-search {
10892
- font-size: 18px;
10893
- position: absolute;
10894
- left: 8px;
10895
- top: 5px;
10896
- z-index: 1;
10897
- color: @silver;
10898
- }
10899
-
10900
- input::-ms-clear {
10901
- display: none;
10902
- }
10903
- }
10904
- .ncl-function-version-row {
10905
- .actions-menu {
10906
- visibility: hidden;
10907
- }
10908
-
10909
- &.common-table-row {
10910
- height: 49px;
10911
-
10912
- &:hover {
10913
- igz-action-checkbox:not(.invisible) {
10914
- visibility: visible;
10915
- }
10916
-
10917
- .actions-menu {
10918
- visibility: visible;
10919
- }
10920
-
10921
- .check-row {
10922
- background-color: @pale-grey-three;
10923
- }
10924
- }
10925
-
10926
- igz-action-checkbox {
10927
- visibility: hidden;
10928
-
10929
- &.visible {
10930
- visibility: visible;
10931
- }
10932
- }
10933
-
10934
- .common-table-cells-container {
10935
- cursor: pointer;
10936
-
10937
- .common-table-cell {
10938
- .status-icon {
10939
- display: flex;
10940
- font-size: 20px;
10941
- cursor: pointer;
10942
- margin-left: 9px;
10943
- .duskThree(0.64);
10944
- color: @color;
10945
- }
10946
-
10947
- .common-table-cell-content {
10948
- width: 100%;
10949
- white-space: nowrap;
10950
- overflow: hidden;
10951
- text-overflow: ellipsis;
10952
- min-width: 0;
10953
- }
10954
-
10955
- .igz-action-panel {
10956
- &.invocation-tooltip {
10957
- height: 36px;
10958
- width: 56px;
10959
- }
10960
- }
10961
- }
10962
-
10963
- .function-status {
10964
- min-width: 100px;
10965
- }
10966
- }
10967
- }
10968
- }
10969
-
10970
- .function-event-wrapper {
10971
- width: 600px;
10972
- margin-bottom: -23px;
10973
-
10974
- .header {
10975
- display: flex;
10976
- justify-content: space-between;
10977
- border-bottom: 1px solid @pale-grey;
10978
-
10979
- .title {
10980
- font-size: 18px;
10981
- }
10982
- }
10983
-
10984
- .content {
10985
- border-bottom: 1px solid @pale-grey;
10986
- padding: 16px 0 16px 16px;
10987
-
10988
- .event-form {
10989
- width: 88%;
10990
-
10991
- .field-wrapper {
10992
- display: flex;
10993
- align-items: center;
10994
- margin: 15px 0 0 0;
10995
-
10996
- .field-label {
10997
- font-size: 16px;
10998
- margin-right: 10px;
10999
- width: 195px;
11000
- }
11001
-
11002
- .field-content {
11003
- width: 100%;
11002
+ .field-content {
11003
+ width: 100%;
11004
11004
 
11005
11005
  .ncl-monaco {
11006
11006
  height: 200px;
@@ -11625,76 +11625,6 @@ ncl-navigation-tabs {
11625
11625
  }
11626
11626
  }
11627
11627
 
11628
- .function-import-wrapper-content {
11629
- font-family: @font-family-sans-serif;
11630
- padding-left: 3%;
11631
- width: 96%;
11632
-
11633
- .function-import-form {
11634
- display: flex;
11635
- align-items: flex-end;
11636
- margin-bottom: 10px;
11637
-
11638
- .projects-drop-down {
11639
- margin-right: 48px;
11640
-
11641
- .input-label {
11642
- font-size: 14px;
11643
- font-weight: 600;
11644
- color: @dusk-three;
11645
- }
11646
-
11647
- igz-default-dropdown {
11648
- .default-dropdown {
11649
- background-color: @white;
11650
-
11651
- .default-dropdown-field {
11652
- &:focus {
11653
- background-color: inherit;
11654
- }
11655
- }
11656
- }
11657
- }
11658
- }
11659
-
11660
- .function-import-actions-bar {
11661
- display: flex;
11662
-
11663
- .function-import-file-picker {
11664
- .file-picker-wrapper {
11665
- margin: 0;
11666
- line-height: 34px;
11667
-
11668
- .igz-icon-upload {
11669
- margin-right: 10px;
11670
- }
11671
- }
11672
-
11673
- .function-import-input {
11674
- opacity: 0;
11675
- position: absolute;
11676
- z-index: -1;
11677
- }
11678
- }
11679
- }
11680
- }
11681
-
11682
- .splash-screen {
11683
- top: 0;
11684
- }
11685
-
11686
- .function-import-monaco {
11687
- .ncl-monaco {
11688
- height: 370px;
11689
- width: 100%;
11690
-
11691
- .monaco-code-editor {
11692
- height: 100%;
11693
- }
11694
- }
11695
- }
11696
- }
11697
-
11698
11628
  .function-from-template-content {
11699
11629
  .ncl-function-from-template-color-set();
11700
11630
 
@@ -11957,44 +11887,114 @@ ncl-navigation-tabs {
11957
11887
  }
11958
11888
  }
11959
11889
 
11960
- .test-events-pane-wrapper {
11961
- position: absolute;
11962
- height: 100%;
11963
- width: 100%;
11890
+ .function-import-wrapper-content {
11891
+ font-family: @font-family-sans-serif;
11892
+ padding-left: 3%;
11893
+ width: 96%;
11964
11894
 
11965
- .test-events-pane {
11966
- height: 100%;
11967
- border: 1px solid @pale-grey;
11968
- border-top: none;
11969
- position: relative;
11970
- background-color: @white;
11971
- transition: @igz-basic-transition;
11895
+ .function-import-form {
11896
+ display: flex;
11897
+ align-items: flex-end;
11898
+ margin-bottom: 10px;
11972
11899
 
11973
- &:not(.fixed-left-bar) {
11974
- .left-bar {
11975
- transition: transform 0.3s ease-in-out;
11976
- transform-origin: left;
11977
- transform: scaleX(0);
11900
+ .projects-drop-down {
11901
+ margin-right: 48px;
11978
11902
 
11979
- &.visible {
11980
- transform: scaleX(1);
11903
+ .input-label {
11904
+ font-size: 14px;
11905
+ font-weight: 600;
11906
+ color: @dusk-three;
11907
+ }
11908
+
11909
+ igz-default-dropdown {
11910
+ .default-dropdown {
11911
+ background-color: @white;
11912
+
11913
+ .default-dropdown-field {
11914
+ &:focus {
11915
+ background-color: inherit;
11916
+ }
11917
+ }
11981
11918
  }
11982
11919
  }
11983
11920
  }
11984
11921
 
11985
- &.fixed-left-bar {
11922
+ .function-import-actions-bar {
11986
11923
  display: flex;
11987
11924
 
11988
- .left-bar {
11989
- box-shadow: none;
11990
- border: none;
11991
- border-right: solid 1px @pale-grey;
11992
- display: none;
11993
- transition: none;
11925
+ .function-import-file-picker {
11926
+ .file-picker-wrapper {
11927
+ margin: 0;
11928
+ line-height: 34px;
11994
11929
 
11995
- &.visible {
11996
- display: block;
11997
- }
11930
+ .igz-icon-upload {
11931
+ margin-right: 10px;
11932
+ }
11933
+ }
11934
+
11935
+ .function-import-input {
11936
+ opacity: 0;
11937
+ position: absolute;
11938
+ z-index: -1;
11939
+ }
11940
+ }
11941
+ }
11942
+ }
11943
+
11944
+ .splash-screen {
11945
+ top: 0;
11946
+ }
11947
+
11948
+ .function-import-monaco {
11949
+ .ncl-monaco {
11950
+ height: 370px;
11951
+ width: 100%;
11952
+
11953
+ .monaco-code-editor {
11954
+ height: 100%;
11955
+ }
11956
+ }
11957
+ }
11958
+ }
11959
+
11960
+ .test-events-pane-wrapper {
11961
+ position: absolute;
11962
+ height: 100%;
11963
+ width: 100%;
11964
+
11965
+ .test-events-pane {
11966
+ height: 100%;
11967
+ border: 1px solid @pale-grey;
11968
+ border-top: none;
11969
+ position: relative;
11970
+ background-color: @white;
11971
+ transition: @igz-basic-transition;
11972
+
11973
+ &:not(.fixed-left-bar) {
11974
+ .left-bar {
11975
+ transition: transform 0.3s ease-in-out;
11976
+ transform-origin: left;
11977
+ transform: scaleX(0);
11978
+
11979
+ &.visible {
11980
+ transform: scaleX(1);
11981
+ }
11982
+ }
11983
+ }
11984
+
11985
+ &.fixed-left-bar {
11986
+ display: flex;
11987
+
11988
+ .left-bar {
11989
+ box-shadow: none;
11990
+ border: none;
11991
+ border-right: solid 1px @pale-grey;
11992
+ display: none;
11993
+ transition: none;
11994
+
11995
+ &.visible {
11996
+ display: block;
11997
+ }
11998
11998
  }
11999
11999
 
12000
12000
  .main-section-wrapper {
@@ -12685,71 +12685,6 @@ ncl-navigation-tabs {
12685
12685
  }
12686
12686
  }
12687
12687
 
12688
- .ncl-test-events-navigation-tabs {
12689
- display: flex;
12690
- background: #f8f8fb;
12691
- height: 40px;
12692
- border-top: 1px solid @pale-grey;
12693
- border-bottom: 1px solid @pale-grey;
12694
-
12695
- .test-events-navigation-tab {
12696
- .duskThree(0.64);
12697
- position: relative;
12698
- float: left;
12699
- height: 27px;
12700
- padding: 10px 40px 0;
12701
- font-family: @font-family-sans-serif;
12702
- color: @color;
12703
- font-size: 13px;
12704
- text-align: center;
12705
- cursor: pointer;
12706
- border-bottom: none;
12707
- box-sizing: content-box;
12708
-
12709
- &.active, &.active:hover {
12710
- background: none;
12711
- color: @dusk-three;
12712
- border-bottom: 2px solid @dusk-three;
12713
- font-weight: bold;
12714
-
12715
- .badge {
12716
- color: @white;
12717
- background-color: @light-grey-blue;
12718
- }
12719
- }
12720
-
12721
- .badge {
12722
- display: inline-block;
12723
- min-width: 22px;
12724
- padding: 3px 7px;
12725
- font-size: 12px;
12726
- font-weight: 500;
12727
- color: @greyish-purple;
12728
- line-height: 1;
12729
- vertical-align: middle;
12730
- white-space: nowrap;
12731
- text-align: center;
12732
- background-color: @pale-grey;
12733
- border-radius: 7.5px;
12734
- margin-left: 7px;
12735
- margin-top: -4px;
12736
- }
12737
- }
12738
-
12739
- .default-dropdown {
12740
- float: left;
12741
- width: 105px;
12742
-
12743
- .default-dropdown-field:not(:hover) {
12744
- border-color: transparent;
12745
- }
12746
-
12747
- .default-dropdown-container {
12748
- z-index: 3;
12749
- }
12750
- }
12751
- }
12752
-
12753
12688
  .ncl-test-events-logs {
12754
12689
  padding: 6px 17px 25px;
12755
12690
  background-color: @white;
@@ -12979,6 +12914,167 @@ ncl-navigation-tabs {
12979
12914
  text-align: center;
12980
12915
  }
12981
12916
  }
12917
+ .ncl-test-events-navigation-tabs {
12918
+ display: flex;
12919
+ background: #f8f8fb;
12920
+ height: 40px;
12921
+ border-top: 1px solid @pale-grey;
12922
+ border-bottom: 1px solid @pale-grey;
12923
+
12924
+ .test-events-navigation-tab {
12925
+ .duskThree(0.64);
12926
+ position: relative;
12927
+ float: left;
12928
+ height: 27px;
12929
+ padding: 10px 40px 0;
12930
+ font-family: @font-family-sans-serif;
12931
+ color: @color;
12932
+ font-size: 13px;
12933
+ text-align: center;
12934
+ cursor: pointer;
12935
+ border-bottom: none;
12936
+ box-sizing: content-box;
12937
+
12938
+ &.active, &.active:hover {
12939
+ background: none;
12940
+ color: @dusk-three;
12941
+ border-bottom: 2px solid @dusk-three;
12942
+ font-weight: bold;
12943
+
12944
+ .badge {
12945
+ color: @white;
12946
+ background-color: @light-grey-blue;
12947
+ }
12948
+ }
12949
+
12950
+ .badge {
12951
+ display: inline-block;
12952
+ min-width: 22px;
12953
+ padding: 3px 7px;
12954
+ font-size: 12px;
12955
+ font-weight: 500;
12956
+ color: @greyish-purple;
12957
+ line-height: 1;
12958
+ vertical-align: middle;
12959
+ white-space: nowrap;
12960
+ text-align: center;
12961
+ background-color: @pale-grey;
12962
+ border-radius: 7.5px;
12963
+ margin-left: 7px;
12964
+ margin-top: -4px;
12965
+ }
12966
+ }
12967
+
12968
+ .default-dropdown {
12969
+ float: left;
12970
+ width: 105px;
12971
+
12972
+ .default-dropdown-field:not(:hover) {
12973
+ border-color: transparent;
12974
+ }
12975
+
12976
+ .default-dropdown-container {
12977
+ z-index: 3;
12978
+ }
12979
+ }
12980
+ }
12981
+
12982
+ @desktop: 1350px;
12983
+ @desktop-low: 1202px;
12984
+ @desktop-middle: 1550px;
12985
+
12986
+ .ncl-version-configuration-basic-settings {
12987
+ .row {
12988
+ display: flex;
12989
+ justify-content: space-between;
12990
+
12991
+ &:not(:last-child) {
12992
+ margin-bottom: 23px;
12993
+ }
12994
+
12995
+ &:last-child {
12996
+ margin-bottom: 4px;
12997
+ }
12998
+
12999
+ &.enable-checkbox {
13000
+ justify-content: flex-start;
13001
+ margin-bottom: 18px;
13002
+ }
13003
+
13004
+ > div {
13005
+ flex: 1;
13006
+
13007
+ &:not(:last-child) {
13008
+ margin-right: 46px;
13009
+ }
13010
+
13011
+ .label {
13012
+ padding: 0;
13013
+ margin-bottom: 5px;
13014
+ }
13015
+
13016
+ &.timeout-block {
13017
+ .label {
13018
+ margin-bottom: 3px;
13019
+ }
13020
+
13021
+ .timeout-values {
13022
+ margin-left: 27px;
13023
+
13024
+ .inputs {
13025
+ display: flex;
13026
+ align-items: center;
13027
+
13028
+ .values-label {
13029
+ .duskThree(0.9);
13030
+ margin: 0 17px 0 8px;
13031
+ font-size: 14px;
13032
+ font-weight: normal;
13033
+ font-style: normal;
13034
+ letter-spacing: normal;
13035
+ text-align: left;
13036
+ color: @color;
13037
+ }
13038
+ }
13039
+ }
13040
+ }
13041
+ }
13042
+
13043
+ .logger-block {
13044
+ display: flex;
13045
+ margin-top: 3px;
13046
+
13047
+ .logger-dropdown {
13048
+ .default-dropdown {
13049
+ position: relative;
13050
+ height: 36px;
13051
+
13052
+ .dropdown-overlap {
13053
+ z-index: 100;
13054
+ }
13055
+ }
13056
+ }
13057
+
13058
+ > div {
13059
+ flex: 1;
13060
+
13061
+ &:not(:last-child) {
13062
+ margin-right: 16px;
13063
+ }
13064
+
13065
+ .label {
13066
+ padding: 0;
13067
+ margin-bottom: 5px;
13068
+ }
13069
+
13070
+ &.logger-input {
13071
+ flex-grow: 1.95;
13072
+ }
13073
+ }
13074
+ }
13075
+ }
13076
+ }
13077
+
12982
13078
  .ncl-version-configuration-build {
12983
13079
  &.disabled {
12984
13080
  opacity: .5;
@@ -13218,102 +13314,6 @@ ncl-navigation-tabs {
13218
13314
  }
13219
13315
  }
13220
13316
 
13221
- @desktop: 1350px;
13222
- @desktop-low: 1202px;
13223
- @desktop-middle: 1550px;
13224
-
13225
- .ncl-version-configuration-basic-settings {
13226
- .row {
13227
- display: flex;
13228
- justify-content: space-between;
13229
-
13230
- &:not(:last-child) {
13231
- margin-bottom: 23px;
13232
- }
13233
-
13234
- &:last-child {
13235
- margin-bottom: 4px;
13236
- }
13237
-
13238
- &.enable-checkbox {
13239
- justify-content: flex-start;
13240
- margin-bottom: 18px;
13241
- }
13242
-
13243
- > div {
13244
- flex: 1;
13245
-
13246
- &:not(:last-child) {
13247
- margin-right: 46px;
13248
- }
13249
-
13250
- .label {
13251
- padding: 0;
13252
- margin-bottom: 5px;
13253
- }
13254
-
13255
- &.timeout-block {
13256
- .label {
13257
- margin-bottom: 3px;
13258
- }
13259
-
13260
- .timeout-values {
13261
- margin-left: 27px;
13262
-
13263
- .inputs {
13264
- display: flex;
13265
- align-items: center;
13266
-
13267
- .values-label {
13268
- .duskThree(0.9);
13269
- margin: 0 17px 0 8px;
13270
- font-size: 14px;
13271
- font-weight: normal;
13272
- font-style: normal;
13273
- letter-spacing: normal;
13274
- text-align: left;
13275
- color: @color;
13276
- }
13277
- }
13278
- }
13279
- }
13280
- }
13281
-
13282
- .logger-block {
13283
- display: flex;
13284
- margin-top: 3px;
13285
-
13286
- .logger-dropdown {
13287
- .default-dropdown {
13288
- position: relative;
13289
- height: 36px;
13290
-
13291
- .dropdown-overlap {
13292
- z-index: 100;
13293
- }
13294
- }
13295
- }
13296
-
13297
- > div {
13298
- flex: 1;
13299
-
13300
- &:not(:last-child) {
13301
- margin-right: 16px;
13302
- }
13303
-
13304
- .label {
13305
- padding: 0;
13306
- margin-bottom: 5px;
13307
- }
13308
-
13309
- &.logger-input {
13310
- flex-grow: 1.95;
13311
- }
13312
- }
13313
- }
13314
- }
13315
- }
13316
-
13317
13317
  .ncl-version-configuration-logging {
13318
13318
  .row {
13319
13319
  display: flex;