iguazio.dashboard-controls 1.2.10 → 1.2.12

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.
@@ -3809,6 +3809,27 @@ ncl-functions {
3809
3809
  display: none;
3810
3810
  }
3811
3811
 
3812
+ .action-checkbox {
3813
+ .action-checkbox-color-set();
3814
+
3815
+ line-height: 16px;
3816
+ text-align: center;
3817
+
3818
+ .check-item {
3819
+ font-size: 16px;
3820
+ cursor: pointer;
3821
+ line-height: 1;
3822
+ vertical-align: middle;
3823
+
3824
+ &.igz-icon-checkbox-unchecked {
3825
+ color: @icon-checkbox-unchecked;
3826
+ }
3827
+
3828
+ &.igz-icon-checkbox-checked {
3829
+ color: @icon-checkbox-checked;
3830
+ }
3831
+ }
3832
+ }
3812
3833
  /*
3813
3834
  == malihu jquery custom scrollbar plugin ==
3814
3835
  Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
@@ -5531,27 +5552,6 @@ yx-axis
5531
5552
 
5532
5553
  /* ---------------------------------------- */
5533
5554
 
5534
- .action-checkbox {
5535
- .action-checkbox-color-set();
5536
-
5537
- line-height: 16px;
5538
- text-align: center;
5539
-
5540
- .check-item {
5541
- font-size: 16px;
5542
- cursor: pointer;
5543
- line-height: 1;
5544
- vertical-align: middle;
5545
-
5546
- &.igz-icon-checkbox-unchecked {
5547
- color: @icon-checkbox-unchecked;
5548
- }
5549
-
5550
- &.igz-icon-checkbox-checked {
5551
- color: @icon-checkbox-checked;
5552
- }
5553
- }
5554
- }
5555
5555
  .action-checkbox-all {
5556
5556
  .action-checkbox-all-color-set();
5557
5557
 
@@ -6455,82 +6455,6 @@ yx-axis
6455
6455
  }
6456
6456
  }
6457
6457
 
6458
- .element-loading-status {
6459
- .element-loading-status-color-set();
6460
-
6461
- position: relative;
6462
- width: 100%;
6463
- height: 100%;
6464
-
6465
- .loader-wrapper {
6466
- height: 100%;
6467
- width: 100%;
6468
- position: relative;
6469
-
6470
- .loader-text {
6471
- color: @loading-text-color;
6472
- }
6473
- }
6474
-
6475
- .loading-error {
6476
- text-align: center;
6477
- line-height: 15px;
6478
- width: 100%;
6479
- height: 100%;
6480
- position: relative;
6481
-
6482
- .sad-icon {
6483
- position: absolute;
6484
- left: 32px;
6485
- }
6486
-
6487
- .loading-error-title, .loading-error-message {
6488
- font-size: 13px;
6489
- font-weight: 700;
6490
- padding: 0 15px;
6491
- }
6492
-
6493
- .loading-error-title {
6494
- color: @loading-error-title-color;
6495
- padding-top: 15px;
6496
- }
6497
-
6498
- .refresh-page {
6499
- color: @loading-error-refresh-page-color;
6500
- text-decoration: underline;
6501
- cursor: pointer;
6502
- }
6503
- }
6504
-
6505
- // Small size status
6506
-
6507
- &.loading-status-small {
6508
- .loader-fading-circle {
6509
- width: 20px;
6510
- height: 20px;
6511
- }
6512
-
6513
- .loading-error {
6514
-
6515
- .loading-error-title, .loading-error-message {
6516
- text-overflow: ellipsis;
6517
- overflow: hidden;
6518
- padding: 0;
6519
- }
6520
-
6521
- .loading-error-title {
6522
- padding-top: 8px;
6523
- }
6524
-
6525
- .refresh-page {
6526
- overflow: hidden;
6527
- text-overflow: ellipsis;
6528
- padding: 0;
6529
- }
6530
- }
6531
- }
6532
- }
6533
-
6534
6458
  .default-dropdown {
6535
6459
  .default-dropdown-color-set();
6536
6460
  .severity-icons-color-set();
@@ -6971,6 +6895,82 @@ yx-axis
6971
6895
  }
6972
6896
  }
6973
6897
 
6898
+ .element-loading-status {
6899
+ .element-loading-status-color-set();
6900
+
6901
+ position: relative;
6902
+ width: 100%;
6903
+ height: 100%;
6904
+
6905
+ .loader-wrapper {
6906
+ height: 100%;
6907
+ width: 100%;
6908
+ position: relative;
6909
+
6910
+ .loader-text {
6911
+ color: @loading-text-color;
6912
+ }
6913
+ }
6914
+
6915
+ .loading-error {
6916
+ text-align: center;
6917
+ line-height: 15px;
6918
+ width: 100%;
6919
+ height: 100%;
6920
+ position: relative;
6921
+
6922
+ .sad-icon {
6923
+ position: absolute;
6924
+ left: 32px;
6925
+ }
6926
+
6927
+ .loading-error-title, .loading-error-message {
6928
+ font-size: 13px;
6929
+ font-weight: 700;
6930
+ padding: 0 15px;
6931
+ }
6932
+
6933
+ .loading-error-title {
6934
+ color: @loading-error-title-color;
6935
+ padding-top: 15px;
6936
+ }
6937
+
6938
+ .refresh-page {
6939
+ color: @loading-error-refresh-page-color;
6940
+ text-decoration: underline;
6941
+ cursor: pointer;
6942
+ }
6943
+ }
6944
+
6945
+ // Small size status
6946
+
6947
+ &.loading-status-small {
6948
+ .loader-fading-circle {
6949
+ width: 20px;
6950
+ height: 20px;
6951
+ }
6952
+
6953
+ .loading-error {
6954
+
6955
+ .loading-error-title, .loading-error-message {
6956
+ text-overflow: ellipsis;
6957
+ overflow: hidden;
6958
+ padding: 0;
6959
+ }
6960
+
6961
+ .loading-error-title {
6962
+ padding-top: 8px;
6963
+ }
6964
+
6965
+ .refresh-page {
6966
+ overflow: hidden;
6967
+ text-overflow: ellipsis;
6968
+ padding: 0;
6969
+ }
6970
+ }
6971
+ }
6972
+ }
6973
+
6974
6974
  .control-panel-log-row {
6975
6975
  .control-panel-log-table-row-color-set();
6976
6976
 
@@ -6996,6 +6996,7 @@ yx-axis
6996
6996
  }
6997
6997
 
6998
6998
  .log-entry-message {
6999
+ line-break: anywhere;
6999
7000
  font-weight: 600;
7000
7001
  }
7001
7002
  }
@@ -7395,25 +7396,178 @@ yx-axis
7395
7396
  }
7396
7397
  }
7397
7398
 
7398
- .igz-pagination {
7399
- .pagination-color-set();
7399
+ .igz-number-input {
7400
+ .number-input-color-set();
7400
7401
 
7401
- float: right;
7402
- padding: 24px 36px 5px 30px;
7402
+ min-width: 115px;
7403
+ font-family: @font-family-sans-serif;
7404
+ font-size: 14px;
7405
+ font-weight: 400;
7406
+ height: 36px;
7407
+ position: relative;
7408
+ background-color: @number-input-bg-color;
7409
+ border: @number-input-border;
7410
+ border-radius: 2px;
7411
+ color: @number-input-color;
7412
+ display: flex;
7413
+ justify-content: flex-start;
7414
+ align-items: center;
7415
+ padding: 0 10px 0 11px;
7416
+ z-index: 3;
7403
7417
 
7404
- > div {
7405
- vertical-align: top;
7418
+ &:not(.disabled) {
7419
+ &:focus.ng-invalid:not(.ng-pristine), &.ng-invalid.ng-touched {
7420
+ background-color: @number-input-not-disabled-focus-invalid-bg-color;
7421
+ border: @number-input-not-disabled-focus-invalid-border;
7422
+ box-shadow: none;
7423
+ outline: none;
7424
+ }
7425
+
7426
+ &:focus-within, &.focused {
7427
+ outline: 0;
7428
+ border: @number-input-not-disabled-hover-focus-border;
7429
+ }
7430
+
7431
+ &.invalid:not(.pristine), &.invalid.submitted {
7432
+ background-color: @number-input-not-disabled-invalid-bg-color;
7433
+ border: @number-input-not-disabled-invalid-border;
7434
+ box-shadow: none;
7435
+ }
7436
+
7437
+ &:focus.ng-valid, &:focus.ng-pristine {
7438
+ border: @number-input-not-disabled-valid-border;
7439
+ box-shadow: none;
7440
+ outline: none;
7441
+ }
7406
7442
  }
7407
7443
 
7408
- .rows-title, .per-page, .jump-to-page, .to-page-prev, .to-page-next {
7409
- display: inline-block;
7410
- vertical-align: baseline;
7444
+ &.additional-left-padding {
7445
+ padding-left: 22px;
7411
7446
  }
7412
7447
 
7413
- .rows-title {
7414
- font-size: 13px;
7415
- color: @rows-title-color;
7416
- font-family: @font-family-sans-serif;
7448
+ .input-field {
7449
+ border: none;
7450
+ outline: 0;
7451
+ padding: 0;
7452
+ text-align: left;
7453
+ background-color: @number-input-field-bg-color;
7454
+ }
7455
+
7456
+ //
7457
+ // placeholder
7458
+ //
7459
+
7460
+ ::-webkit-input-placeholder {
7461
+ /* Chrome, Chromium, Edge, Safari, Opera*/
7462
+ color: @number-input-placeholder-color;
7463
+ }
7464
+
7465
+ :-moz-placeholder {
7466
+ /* Firefox 4-18 */
7467
+ color: @number-input-placeholder-color;
7468
+ }
7469
+
7470
+ ::-moz-placeholder {
7471
+ /* Firefox 19+ */
7472
+ color: @number-input-placeholder-color;
7473
+ }
7474
+
7475
+ :-ms-input-placeholder {
7476
+ /* - Internet Explorer 10–11
7477
+ - Internet Explorer Mobile 10-11 */
7478
+ color: @number-input-placeholder-color !important;
7479
+ }
7480
+
7481
+ ::placeholder {
7482
+ /* modern browser versions */
7483
+ color: @number-input-placeholder-color;
7484
+ }
7485
+
7486
+ .additional-left-block {
7487
+ .prefix-unit {
7488
+ color: @number-input-additional-left-block-prefix-unit-color;
7489
+ font-size: 14px;
7490
+ font-weight: 700;
7491
+ padding-right: 7px;
7492
+ }
7493
+ }
7494
+
7495
+ .suffix-unit-container {
7496
+ display: flex;
7497
+ align-items: center;
7498
+
7499
+ .suffix-unit {
7500
+ color: @number-input-suffix-unit-color;
7501
+ font-size: 14px;
7502
+ font-weight: 400;
7503
+ padding-left: 3px;
7504
+ }
7505
+ }
7506
+
7507
+ .arrow-block {
7508
+ font-size: 11px;
7509
+ display: flex;
7510
+ flex-direction: column;
7511
+ justify-content: center;
7512
+ height: 100%;
7513
+ margin-left: 6px;
7514
+
7515
+ .igz-icon-dropup, .igz-icon-dropdown {
7516
+ color: @number-input-arrow-block-icon-color;
7517
+ cursor: pointer;
7518
+ display: block;
7519
+ line-height: 11px;
7520
+ outline: 0;
7521
+
7522
+ &:hover {
7523
+ color: @number-input-arrow-block-icon-hover-color;
7524
+ }
7525
+ }
7526
+ }
7527
+
7528
+ &.disabled {
7529
+ background-color: @number-input-disabled-bg-color;
7530
+ opacity: 0.5;
7531
+
7532
+ .suffix-unit {
7533
+ opacity: 0.5;
7534
+ }
7535
+
7536
+ .igz-icon-dropup, .igz-icon-dropdown {
7537
+ &, &:hover {
7538
+ color: @number-input-disabled-icon-hover-color;
7539
+ opacity: 0.5;
7540
+ cursor: default;
7541
+ }
7542
+ }
7543
+ }
7544
+ }
7545
+
7546
+ .step3, .step4 {
7547
+ .additional-right-padding {
7548
+ padding-right: 50px;
7549
+ }
7550
+ }
7551
+
7552
+ .igz-pagination {
7553
+ .pagination-color-set();
7554
+
7555
+ float: right;
7556
+ padding: 24px 36px 5px 30px;
7557
+
7558
+ > div {
7559
+ vertical-align: top;
7560
+ }
7561
+
7562
+ .rows-title, .per-page, .jump-to-page, .to-page-prev, .to-page-next {
7563
+ display: inline-block;
7564
+ vertical-align: baseline;
7565
+ }
7566
+
7567
+ .rows-title {
7568
+ font-size: 13px;
7569
+ color: @rows-title-color;
7570
+ font-family: @font-family-sans-serif;
7417
7571
  }
7418
7572
 
7419
7573
  .per-page {
@@ -7543,247 +7697,94 @@ yx-axis
7543
7697
  }
7544
7698
  }
7545
7699
  }
7546
- .igz-number-input {
7547
- .number-input-color-set();
7700
+ .search-input {
7701
+ .search-input-color-set();
7548
7702
 
7549
- min-width: 115px;
7550
- font-family: @font-family-sans-serif;
7551
- font-size: 14px;
7552
- font-weight: 400;
7553
- height: 36px;
7554
7703
  position: relative;
7555
- background-color: @number-input-bg-color;
7556
- border: @number-input-border;
7557
- border-radius: 2px;
7558
- color: @number-input-color;
7559
- display: flex;
7560
- justify-content: flex-start;
7561
- align-items: center;
7562
- padding: 0 10px 0 11px;
7563
- z-index: 3;
7704
+ color: @search-input-color;
7564
7705
 
7565
- &:not(.disabled) {
7566
- &:focus.ng-invalid:not(.ng-pristine), &.ng-invalid.ng-touched {
7567
- background-color: @number-input-not-disabled-focus-invalid-bg-color;
7568
- border: @number-input-not-disabled-focus-invalid-border;
7569
- box-shadow: none;
7570
- outline: none;
7706
+ .container-search-input {
7707
+ background-color: @search-input-bg-color;
7708
+ border: 0;
7709
+ font-family: @font-family-sans-serif;
7710
+ font-size: 15px;
7711
+ font-weight: 400;
7712
+ height: 52px;
7713
+ line-height: 52px;
7714
+ margin: 0;
7715
+ outline: 0;
7716
+ padding-right: 20px;
7717
+ width: 100%;
7718
+
7719
+ &::-webkit-input-placeholder {
7720
+ color: @search-input-placeholder-color;
7571
7721
  }
7572
7722
 
7573
- &:focus-within, &.focused {
7574
- outline: 0;
7575
- border: @number-input-not-disabled-hover-focus-border;
7723
+ &:-moz-placeholder { /* Firefox 18- */
7724
+ color: @search-input-placeholder-color;
7576
7725
  }
7577
7726
 
7578
- &.invalid:not(.pristine), &.invalid.submitted {
7579
- background-color: @number-input-not-disabled-invalid-bg-color;
7580
- border: @number-input-not-disabled-invalid-border;
7581
- box-shadow: none;
7727
+ &::-moz-placeholder { /* Firefox 19+ */
7728
+ color: @search-input-placeholder-color;
7582
7729
  }
7583
7730
 
7584
- &:focus.ng-valid, &:focus.ng-pristine {
7585
- border: @number-input-not-disabled-valid-border;
7586
- box-shadow: none;
7587
- outline: none;
7731
+ &:-ms-input-placeholder {
7732
+ color: @search-input-placeholder-color;
7588
7733
  }
7589
- }
7590
7734
 
7591
- &.additional-left-padding {
7592
- padding-left: 22px;
7593
- }
7735
+ &:focus {
7736
+ &, & + .igz-icon-search:before {
7737
+ color: @search-input-focus-icon-search-before-color;
7738
+ }
7594
7739
 
7595
- .input-field {
7596
- border: none;
7597
- outline: 0;
7598
- padding: 0;
7599
- text-align: left;
7600
- background-color: @number-input-field-bg-color;
7601
- }
7740
+ &::-webkit-input-placeholder {
7741
+ color: @search-input-focus-placeholder-color;
7742
+ }
7602
7743
 
7603
- //
7604
- // placeholder
7605
- //
7744
+ &:-moz-placeholder { /* Firefox 18- */
7745
+ color: @search-input-focus-placeholder-color;
7746
+ }
7606
7747
 
7607
- ::-webkit-input-placeholder {
7608
- /* Chrome, Chromium, Edge, Safari, Opera*/
7609
- color: @number-input-placeholder-color;
7610
- }
7748
+ &::-moz-placeholder { /* Firefox 19+ */
7749
+ color: @search-input-focus-placeholder-color;
7750
+ }
7611
7751
 
7612
- :-moz-placeholder {
7613
- /* Firefox 4-18 */
7614
- color: @number-input-placeholder-color;
7615
- }
7752
+ &:-ms-input-placeholder {
7753
+ color: @search-input-focus-placeholder-color;
7754
+ }
7616
7755
 
7617
- ::-moz-placeholder {
7618
- /* Firefox 19+ */
7619
- color: @number-input-placeholder-color;
7756
+ &::placeholder {
7757
+ /* modern browser versions */
7758
+ color: @search-input-focus-placeholder-color !important;
7759
+ }
7760
+ }
7620
7761
  }
7621
7762
 
7622
- :-ms-input-placeholder {
7623
- /* - Internet Explorer 10–11
7624
- - Internet Explorer Mobile 10-11 */
7625
- color: @number-input-placeholder-color !important;
7763
+ .igz-icon-search {
7764
+ font-size: 16px;
7765
+ height: 16px;
7766
+ position: absolute;
7767
+ right: 0;
7768
+ top: 17px;
7769
+ width: 16px;
7770
+ z-index: 1;
7626
7771
  }
7627
7772
 
7628
- ::placeholder {
7629
- /* modern browser versions */
7630
- color: @number-input-placeholder-color;
7631
- }
7773
+ .clear-button {
7774
+ font-size: 10px;
7775
+ position: absolute;
7776
+ right: 4px;
7777
+ top: 17px;
7778
+ cursor: pointer;
7779
+ color: @clear-button-color;
7780
+ padding: 4px 5px 2px;
7781
+ opacity: 0.64;
7782
+ background-color: @clear-button-bg-color;
7783
+ border-radius: 50%;
7784
+ line-height: initial;
7632
7785
 
7633
- .additional-left-block {
7634
- .prefix-unit {
7635
- color: @number-input-additional-left-block-prefix-unit-color;
7636
- font-size: 14px;
7637
- font-weight: 700;
7638
- padding-right: 7px;
7639
- }
7640
- }
7641
-
7642
- .suffix-unit-container {
7643
- display: flex;
7644
- align-items: center;
7645
-
7646
- .suffix-unit {
7647
- color: @number-input-suffix-unit-color;
7648
- font-size: 14px;
7649
- font-weight: 400;
7650
- padding-left: 3px;
7651
- }
7652
- }
7653
-
7654
- .arrow-block {
7655
- font-size: 11px;
7656
- display: flex;
7657
- flex-direction: column;
7658
- justify-content: center;
7659
- height: 100%;
7660
- margin-left: 6px;
7661
-
7662
- .igz-icon-dropup, .igz-icon-dropdown {
7663
- color: @number-input-arrow-block-icon-color;
7664
- cursor: pointer;
7665
- display: block;
7666
- line-height: 11px;
7667
- outline: 0;
7668
-
7669
- &:hover {
7670
- color: @number-input-arrow-block-icon-hover-color;
7671
- }
7672
- }
7673
- }
7674
-
7675
- &.disabled {
7676
- background-color: @number-input-disabled-bg-color;
7677
- opacity: 0.5;
7678
-
7679
- .suffix-unit {
7680
- opacity: 0.5;
7681
- }
7682
-
7683
- .igz-icon-dropup, .igz-icon-dropdown {
7684
- &, &:hover {
7685
- color: @number-input-disabled-icon-hover-color;
7686
- opacity: 0.5;
7687
- cursor: default;
7688
- }
7689
- }
7690
- }
7691
- }
7692
-
7693
- .step3, .step4 {
7694
- .additional-right-padding {
7695
- padding-right: 50px;
7696
- }
7697
- }
7698
-
7699
- .search-input {
7700
- .search-input-color-set();
7701
-
7702
- position: relative;
7703
- color: @search-input-color;
7704
-
7705
- .container-search-input {
7706
- background-color: @search-input-bg-color;
7707
- border: 0;
7708
- font-family: @font-family-sans-serif;
7709
- font-size: 15px;
7710
- font-weight: 400;
7711
- height: 52px;
7712
- line-height: 52px;
7713
- margin: 0;
7714
- outline: 0;
7715
- padding-right: 20px;
7716
- width: 100%;
7717
-
7718
- &::-webkit-input-placeholder {
7719
- color: @search-input-placeholder-color;
7720
- }
7721
-
7722
- &:-moz-placeholder { /* Firefox 18- */
7723
- color: @search-input-placeholder-color;
7724
- }
7725
-
7726
- &::-moz-placeholder { /* Firefox 19+ */
7727
- color: @search-input-placeholder-color;
7728
- }
7729
-
7730
- &:-ms-input-placeholder {
7731
- color: @search-input-placeholder-color;
7732
- }
7733
-
7734
- &:focus {
7735
- &, & + .igz-icon-search:before {
7736
- color: @search-input-focus-icon-search-before-color;
7737
- }
7738
-
7739
- &::-webkit-input-placeholder {
7740
- color: @search-input-focus-placeholder-color;
7741
- }
7742
-
7743
- &:-moz-placeholder { /* Firefox 18- */
7744
- color: @search-input-focus-placeholder-color;
7745
- }
7746
-
7747
- &::-moz-placeholder { /* Firefox 19+ */
7748
- color: @search-input-focus-placeholder-color;
7749
- }
7750
-
7751
- &:-ms-input-placeholder {
7752
- color: @search-input-focus-placeholder-color;
7753
- }
7754
-
7755
- &::placeholder {
7756
- /* modern browser versions */
7757
- color: @search-input-focus-placeholder-color !important;
7758
- }
7759
- }
7760
- }
7761
-
7762
- .igz-icon-search {
7763
- font-size: 16px;
7764
- height: 16px;
7765
- position: absolute;
7766
- right: 0;
7767
- top: 17px;
7768
- width: 16px;
7769
- z-index: 1;
7770
- }
7771
-
7772
- .clear-button {
7773
- font-size: 10px;
7774
- position: absolute;
7775
- right: 4px;
7776
- top: 17px;
7777
- cursor: pointer;
7778
- color: @clear-button-color;
7779
- padding: 4px 5px 2px;
7780
- opacity: 0.64;
7781
- background-color: @clear-button-bg-color;
7782
- border-radius: 50%;
7783
- line-height: initial;
7784
-
7785
- &:hover {
7786
- opacity: 1;
7786
+ &:hover {
7787
+ opacity: 1;
7787
7788
  }
7788
7789
  }
7789
7790
 
@@ -8103,6 +8104,83 @@ yx-axis
8103
8104
  }
8104
8105
  }
8105
8106
 
8107
+ .ngdialog.text-edit {
8108
+ .text-edit-color-set();
8109
+
8110
+ .ngdialog-content {
8111
+ padding: 0;
8112
+ width: 1000px;
8113
+ height: 678px;
8114
+
8115
+ .text-preview-directive-wrapper {
8116
+ .title {
8117
+ margin: 25px 0 0 24px;
8118
+ padding: 0 70px 0 0;
8119
+ }
8120
+
8121
+ .close-button {
8122
+ position: absolute;
8123
+ top: 24px;
8124
+ right: 24px;
8125
+ font-size: 18px;
8126
+ color: @close-btn-color;
8127
+ }
8128
+
8129
+ .buttons {
8130
+ margin-right: 24px;
8131
+ }
8132
+
8133
+ .text-preview-wrapper {
8134
+ background-color: @text-preview-wrapper-bg-color;
8135
+ border-top: @text-preview-wrapper-border-top;
8136
+ border-bottom: @text-preview-wrapper-border-bottom;
8137
+ border-radius: 2px;
8138
+ margin-bottom: 16px;
8139
+ padding: 15px 22px 17px;
8140
+ min-width: 690px;
8141
+ height: 550px;
8142
+
8143
+ .text-preview-container {
8144
+ width: 100%;
8145
+ line-height: 1.9;
8146
+ text-align: left;
8147
+ padding-right: 22px;
8148
+ font-size: 13px;
8149
+ color: @text-preview-container-color;
8150
+ resize: none;
8151
+ overflow: hidden;
8152
+ border-color: @text-preview-container-border-color;
8153
+ background-color: @text-preview-container-bg-color;
8154
+ cursor: text;
8155
+ }
8156
+
8157
+ .text-preview-container:focus {
8158
+ outline: 0;
8159
+ }
8160
+
8161
+ .word-wrap-checkbox-wrapper {
8162
+ width: 100%;
8163
+ display: flex;
8164
+ justify-content: flex-end;
8165
+
8166
+ .col-checkbox {
8167
+ line-height: normal;
8168
+ height: 25px;
8169
+
8170
+ label:before {
8171
+ font-size: 16px;
8172
+ }
8173
+ }
8174
+ }
8175
+ }
8176
+ }
8177
+ }
8178
+
8179
+ .ncl-monaco {
8180
+ height: 500px;
8181
+ }
8182
+ }
8183
+
8106
8184
  .splash-screen {
8107
8185
  .splash-screen-color-set();
8108
8186
 
@@ -8210,96 +8288,19 @@ yx-axis
8210
8288
  }
8211
8289
  }
8212
8290
  }
8213
- .ngdialog.text-edit {
8214
- .text-edit-color-set();
8215
-
8216
- .ngdialog-content {
8217
- padding: 0;
8218
- width: 1000px;
8219
- height: 678px;
8291
+ .toast-status-panel {
8292
+ .toast-status-panel-color-set();
8220
8293
 
8221
- .text-preview-directive-wrapper {
8222
- .title {
8223
- margin: 25px 0 0 24px;
8224
- padding: 0 70px 0 0;
8225
- }
8294
+ margin-bottom: 20px;
8295
+ padding: 16px 36px 16px 12px;
8296
+ background-color: @toast-panel-bg-color;
8297
+ border: @toast-panel-border;
8298
+ position: relative;
8226
8299
 
8227
- .close-button {
8228
- position: absolute;
8229
- top: 24px;
8230
- right: 24px;
8231
- font-size: 18px;
8232
- color: @close-btn-color;
8233
- }
8234
-
8235
- .buttons {
8236
- margin-right: 24px;
8237
- }
8238
-
8239
- .text-preview-wrapper {
8240
- background-color: @text-preview-wrapper-bg-color;
8241
- border-top: @text-preview-wrapper-border-top;
8242
- border-bottom: @text-preview-wrapper-border-bottom;
8243
- border-radius: 2px;
8244
- margin-bottom: 16px;
8245
- padding: 15px 22px 17px;
8246
- min-width: 690px;
8247
- height: 550px;
8248
-
8249
- .text-preview-container {
8250
- width: 100%;
8251
- line-height: 1.9;
8252
- text-align: left;
8253
- padding-right: 22px;
8254
- font-size: 13px;
8255
- color: @text-preview-container-color;
8256
- resize: none;
8257
- overflow: hidden;
8258
- border-color: @text-preview-container-border-color;
8259
- background-color: @text-preview-container-bg-color;
8260
- cursor: text;
8261
- }
8262
-
8263
- .text-preview-container:focus {
8264
- outline: 0;
8265
- }
8266
-
8267
- .word-wrap-checkbox-wrapper {
8268
- width: 100%;
8269
- display: flex;
8270
- justify-content: flex-end;
8271
-
8272
- .col-checkbox {
8273
- line-height: normal;
8274
- height: 25px;
8275
-
8276
- label:before {
8277
- font-size: 16px;
8278
- }
8279
- }
8280
- }
8281
- }
8282
- }
8283
- }
8284
-
8285
- .ncl-monaco {
8286
- height: 500px;
8287
- }
8288
- }
8289
-
8290
- .toast-status-panel {
8291
- .toast-status-panel-color-set();
8292
-
8293
- margin-bottom: 20px;
8294
- padding: 16px 36px 16px 12px;
8295
- background-color: @toast-panel-bg-color;
8296
- border: @toast-panel-border;
8297
- position: relative;
8298
-
8299
- &.in-progress {
8300
- background-color: @toast-panel-in-progress-bg-color;
8301
- border: @toast-panel-in-progress-border;
8302
- }
8300
+ &.in-progress {
8301
+ background-color: @toast-panel-in-progress-bg-color;
8302
+ border: @toast-panel-in-progress-border;
8303
+ }
8303
8304
 
8304
8305
  &.failed {
8305
8306
  background-color: @toast-panel-failed-bg-color;
@@ -8688,88 +8689,392 @@ form.ng-submitted .validating-input-field {
8688
8689
  }
8689
8690
  }
8690
8691
 
8691
- .ncl-api-gateway-row {
8692
- .common-table-cells-container {
8693
- .common-table-cell {
8694
- &.status {
8695
- text-transform: capitalize;
8692
+ .igz-info-page-actions-bar {
8693
+ .actions-buttons-block {
8694
+ margin-top: 3px;
8695
+ margin-right: 17px;
8696
+ }
8697
+ }
8698
+ .ncl-primary-button {
8699
+ margin-left: 9px;
8700
+ }
8696
8701
 
8697
- &.ready {
8698
- color: @tealish;
8699
- }
8702
+ .ncl-secondary-button {
8703
+ vertical-align: top;
8704
+ position: relative;
8705
+ }
8700
8706
 
8701
- // just in case - for now these statuses will not be shown because there will be a loader
8702
- &.provisioning, &.waitingForProvisioning {
8703
- color: @pale-orange;
8704
- }
8707
+ .btn-close {
8708
+ color: .duskThree(0.64)[@color];
8709
+ right: 0;
8710
+ position: absolute;
8711
+ margin-top: 6px;
8712
+ margin-right: 24px;
8713
+ font-size: 14px;
8714
+ line-height: 14px;
8715
+ z-index: 11;
8705
8716
 
8706
- &.error {
8707
- color: @darkish-pink;
8717
+ &:hover {
8718
+ color: .duskThree(1)[@color];
8719
+ }
8720
+ }
8721
+
8722
+ .ncl-new-entity-button {
8723
+ display: inline-block;
8724
+ vertical-align: top;
8725
+ position: relative;
8726
+ margin-left: 15px;
8727
+ }
8728
+
8729
+ .ngdialog {
8730
+ z-index: 10000;
8731
+ }
8732
+
8733
+ .ngdialog-theme-nuclio {
8734
+ @animation-duration: 0.2s;
8735
+ @animation-function: ease;
8736
+ display: flex;
8737
+ height: 100%;
8738
+ padding: 0 50px;
8739
+ min-width: 500px;
8740
+ align-items: center;
8741
+ justify-content: center;
8742
+
8743
+ .ngdialog-content {
8744
+ box-shadow: 0 10px 20px 0 .black(0.25)[@color];
8745
+ animation-duration: @animation-duration;
8746
+ animation-timing-function: @animation-function;
8747
+ font-family: @font-family-sans-serif;
8748
+ font-size: 16px;
8749
+ border-radius: 2px;
8750
+ max-width: 900px;
8751
+ background-color: @white;
8752
+ z-index: 5;
8753
+ position: relative;
8754
+ padding: 19px 24px 23px 24px;
8755
+
8756
+ /*
8757
+ * Confirms, alerts
8758
+ */
8759
+ .notification-text {
8760
+ margin: 30px 30px 0 0;
8761
+ max-height: 70vh;
8762
+ overflow: auto;
8763
+
8764
+ .error-list {
8765
+ list-style-type: none;
8766
+
8767
+ .error-list-item {
8768
+ margin-bottom: 5px;
8708
8769
  }
8709
8770
  }
8710
8771
  }
8711
- }
8712
8772
 
8713
- .actions-menu {
8714
- visibility: hidden;
8715
- }
8773
+ .notification-text.description {
8774
+ margin: 10px 30px;
8775
+ }
8716
8776
 
8717
- &.common-table-row {
8718
- &:hover {
8719
- .actions-menu {
8720
- visibility: visible;
8777
+ .buttons {
8778
+ text-align: right;
8779
+
8780
+ button:not(:first-child) {
8781
+ margin-left: 8px;
8721
8782
  }
8722
8783
  }
8723
- }
8724
- }
8725
8784
 
8726
- .new-api-gateway-wizard {
8727
- .new-api-gateway-wizard-color-set();
8785
+ /*
8786
+ * Create/edit dialogs
8787
+ */
8788
+ .close-button {
8789
+ position: absolute;
8790
+ right: 24px;
8791
+ top: 26px;
8792
+ line-height: 10px;
8793
+ font-size: 14px;
8794
+ color: .duskThree(0.64)[@color];
8795
+ cursor: pointer;
8796
+ }
8728
8797
 
8729
- .content-wrapper {
8730
- .content {
8731
- .toast-status-panel {
8732
- max-width: 90vw;
8733
- margin: 16px auto 20px;
8734
- }
8798
+ .title {
8799
+ color: @dusk-three;
8800
+ font-family: @font-family-sans-serif;
8801
+ font-size: 20px;
8802
+ font-weight: 500;
8803
+ margin: 0 0 21px 0;
8804
+ padding-right: 24px;
8805
+ }
8735
8806
 
8736
- .api-gateway-form {
8737
- .content-body {
8738
- margin: 0 auto;
8739
- height: 400px;
8740
- display: flex;
8741
- flex-flow: row nowrap;
8742
- justify-content: center;
8743
- align-items: center;
8807
+ .main-content {
8808
+ margin: 0 0 4px;
8744
8809
 
8745
- .api-gateway-block {
8746
- flex: none;
8747
- position: relative;
8748
- max-width: 320px;
8749
- padding: 16px 24px;
8750
- border: @api-gateway-block-border;
8751
- border-radius: 2px;
8752
- background-color: @api-gateway-block-bg-color;
8753
- box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
8754
- transition: box-shadow .3s ease-in-out 0s;
8810
+ .field-group {
8811
+ padding: 0 0 20px;
8755
8812
 
8756
- // important for not waiting to animation to finish when removing/promoting canary function
8757
- // (`ng-leave` and `ng-leave-active` are assigned by the `ng-if` directive when its scope
8758
- // expression evaluates to a falsy value) see https://docs.angularjs.org/api/ng/directive/ngIf
8759
- &.ng-leave.ng-leave-active {
8760
- transition: none 0s 0s;
8761
- }
8813
+ .field-label {
8814
+ color: @dusk-three;
8815
+ font-size: 14px;
8816
+ font-weight: 500;
8817
+ padding: 0;
8818
+ min-width: 50px;
8819
+ margin: 0 0 2px;
8820
+ }
8762
8821
 
8763
- &:hover, &:focus-within {
8764
- box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
8822
+ .field-input {
8823
+ position: relative;
8824
+ width: 400px;
8825
+
8826
+ .validating-input-field {
8827
+ .input-field {
8828
+ padding-left: 17px;
8765
8829
  }
8766
8830
 
8767
- .block-title {
8768
- text-align: center;
8769
- font-weight: bold;
8770
- font-size: 16px;
8771
- color: @api-gateway-block-title-font-color;
8772
- margin-bottom: 16px;
8831
+ .input-placeholder {
8832
+ left: 18px;
8833
+ font-style: italic;
8834
+ }
8835
+ }
8836
+
8837
+ .error {
8838
+ color: @darkish-pink;
8839
+ font-size: 12px;
8840
+ white-space: nowrap;
8841
+ }
8842
+ }
8843
+ }
8844
+ }
8845
+ }
8846
+
8847
+ &.delete-entity-dialog-wrapper {
8848
+ .ngdialog-content {
8849
+ padding: 30px 24px 23px 24px;
8850
+
8851
+ .notification-text.title {
8852
+ text-align: center;
8853
+ padding-right: 0;
8854
+ color: @darkish-pink;
8855
+ font-size: 20px;
8856
+ font-weight: 500;
8857
+ letter-spacing: normal;
8858
+ margin: 11px 0 2px;
8859
+ }
8860
+
8861
+ .notification-text.description {
8862
+ text-align: center;
8863
+ margin: 0 37px;
8864
+ font-size: 16px;
8865
+ font-weight: normal;
8866
+ letter-spacing: normal;
8867
+ color: @dusk-three;
8868
+ }
8869
+
8870
+ .nuclio-alert-icon {
8871
+ background: url('/assets/images/ic-alert-message.svg');
8872
+ height: 29px;
8873
+ width: 34px;
8874
+ margin: 0 auto;
8875
+ }
8876
+
8877
+ .buttons {
8878
+ margin-top: 30px;
8879
+ }
8880
+ }
8881
+ }
8882
+
8883
+ &.ngdialog.ngdialog-closing .ngdialog-content {
8884
+ animation-duration: @animation-duration;
8885
+ animation-timing-function: @animation-function;
8886
+ }
8887
+
8888
+ .ngdialog-overlay {
8889
+ background: .black(0.6)[@color];
8890
+ border: 2px solid @black;
8891
+ animation-duration: @animation-duration;
8892
+ animation-timing-function: @animation-function;
8893
+ }
8894
+
8895
+ &.ngdialog.ngdialog-closing .ngdialog-overlay {
8896
+ animation-duration: @animation-duration;
8897
+ animation-timing-function: @animation-function;
8898
+ }
8899
+
8900
+ &.ngdialog.ng-login-modal .ngdialog-content {
8901
+ padding: 0;
8902
+ }
8903
+ }
8904
+
8905
+ body {
8906
+ .ncl-main-wrapper {
8907
+ padding: 64px 0 0 215px;
8908
+ width: 100%;
8909
+ height: 100%;
8910
+ }
8911
+
8912
+ .table-headers {
8913
+ display: flex;
8914
+ font-size: 14px;
8915
+ font-weight: bold;
8916
+ font-style: normal;
8917
+ font-stretch: normal;
8918
+ letter-spacing: normal;
8919
+ color: @dusk-three;
8920
+ margin-bottom: 2px;
8921
+
8922
+ .key-header {
8923
+ width: 34%;
8924
+ margin-left: 16px;
8925
+
8926
+ &:not(.use-type) {
8927
+ width: 36%;
8928
+ }
8929
+ }
8930
+
8931
+ .type-header {
8932
+ width: 12%;
8933
+ }
8934
+
8935
+ .value-header {
8936
+ width: 52%;
8937
+
8938
+ &:not(.use-type) {
8939
+ width: 61%;
8940
+ }
8941
+ }
8942
+ }
8943
+
8944
+ .table-body:not(:last-child) {
8945
+ margin-bottom: 5px;
8946
+ }
8947
+ }
8948
+
8949
+
8950
+ .logs-common {
8951
+ font-family: "Source Code Pro", "Courier New", monospace;
8952
+ font-size: 14px;
8953
+ line-height: 1.1;
8954
+ text-align: left;
8955
+ white-space: pre-wrap;
8956
+ }
8957
+ .tooltip.custom-tooltip {
8958
+ transition-duration: 0s;
8959
+ z-index: 10001;
8960
+ opacity: 1;
8961
+
8962
+ .tooltip-arrow {
8963
+ display: block;
8964
+ margin-left: 0;
8965
+ position: absolute;
8966
+ top: -1px;
8967
+ width: 13px;
8968
+ height: 13px;
8969
+ transform: rotate(226deg);
8970
+ border-right: 1px solid @pale-grey;
8971
+ border-bottom: 1px solid @pale-grey;
8972
+ border-width: 1px;
8973
+ background-color: @white;
8974
+ }
8975
+
8976
+ &.bottom {
8977
+ margin-top: 8px;
8978
+ }
8979
+
8980
+ &.top {
8981
+ margin-top: 4px;
8982
+ }
8983
+
8984
+ .tooltip-inner {
8985
+ background-color: @white;
8986
+ color: @dusk-three;
8987
+ border-radius: 2px;
8988
+ font-size: 14px;
8989
+ word-wrap: break-word;
8990
+ max-width: 280px;
8991
+ padding: 29px 30px;
8992
+ box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
8993
+ border: solid 1px @pale-grey;
8994
+ }
8995
+ }
8996
+ .ncl-api-gateway-row {
8997
+ .common-table-cells-container {
8998
+ .common-table-cell {
8999
+ &.status {
9000
+ text-transform: capitalize;
9001
+
9002
+ &.ready {
9003
+ color: @tealish;
9004
+ }
9005
+
9006
+ // just in case - for now these statuses will not be shown because there will be a loader
9007
+ &.provisioning, &.waitingForProvisioning {
9008
+ color: @pale-orange;
9009
+ }
9010
+
9011
+ &.error {
9012
+ color: @darkish-pink;
9013
+ }
9014
+ }
9015
+ }
9016
+ }
9017
+
9018
+ .actions-menu {
9019
+ visibility: hidden;
9020
+ }
9021
+
9022
+ &.common-table-row {
9023
+ &:hover {
9024
+ .actions-menu {
9025
+ visibility: visible;
9026
+ }
9027
+ }
9028
+ }
9029
+ }
9030
+
9031
+ .new-api-gateway-wizard {
9032
+ .new-api-gateway-wizard-color-set();
9033
+
9034
+ .content-wrapper {
9035
+ .content {
9036
+ .toast-status-panel {
9037
+ max-width: 90vw;
9038
+ margin: 16px auto 20px;
9039
+ }
9040
+
9041
+ .api-gateway-form {
9042
+ .content-body {
9043
+ margin: 0 auto;
9044
+ height: 400px;
9045
+ display: flex;
9046
+ flex-flow: row nowrap;
9047
+ justify-content: center;
9048
+ align-items: center;
9049
+
9050
+ .api-gateway-block {
9051
+ flex: none;
9052
+ position: relative;
9053
+ max-width: 320px;
9054
+ padding: 16px 24px;
9055
+ border: @api-gateway-block-border;
9056
+ border-radius: 2px;
9057
+ background-color: @api-gateway-block-bg-color;
9058
+ box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
9059
+ transition: box-shadow .3s ease-in-out 0s;
9060
+
9061
+ // important for not waiting to animation to finish when removing/promoting canary function
9062
+ // (`ng-leave` and `ng-leave-active` are assigned by the `ng-if` directive when its scope
9063
+ // expression evaluates to a falsy value) see https://docs.angularjs.org/api/ng/directive/ngIf
9064
+ &.ng-leave.ng-leave-active {
9065
+ transition: none 0s 0s;
9066
+ }
9067
+
9068
+ &:hover, &:focus-within {
9069
+ box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
9070
+ }
9071
+
9072
+ .block-title {
9073
+ text-align: center;
9074
+ font-weight: bold;
9075
+ font-size: 16px;
9076
+ color: @api-gateway-block-title-font-color;
9077
+ margin-bottom: 16px;
8773
9078
  }
8774
9079
  }
8775
9080
 
@@ -8987,310 +9292,6 @@ form.ng-submitted .validating-input-field {
8987
9292
  }
8988
9293
  }
8989
9294
 
8990
- .igz-info-page-actions-bar {
8991
- .actions-buttons-block {
8992
- margin-top: 3px;
8993
- margin-right: 17px;
8994
- }
8995
- }
8996
- .ncl-primary-button {
8997
- margin-left: 9px;
8998
- }
8999
-
9000
- .ncl-secondary-button {
9001
- vertical-align: top;
9002
- position: relative;
9003
- }
9004
-
9005
- .btn-close {
9006
- color: .duskThree(0.64)[@color];
9007
- right: 0;
9008
- position: absolute;
9009
- margin-top: 6px;
9010
- margin-right: 24px;
9011
- font-size: 14px;
9012
- line-height: 14px;
9013
- z-index: 11;
9014
-
9015
- &:hover {
9016
- color: .duskThree(1)[@color];
9017
- }
9018
- }
9019
-
9020
- .ncl-new-entity-button {
9021
- display: inline-block;
9022
- vertical-align: top;
9023
- position: relative;
9024
- margin-left: 15px;
9025
- }
9026
-
9027
- .ngdialog {
9028
- z-index: 10000;
9029
- }
9030
-
9031
- .ngdialog-theme-nuclio {
9032
- @animation-duration: 0.2s;
9033
- @animation-function: ease;
9034
- display: flex;
9035
- height: 100%;
9036
- padding: 0 50px;
9037
- min-width: 500px;
9038
- align-items: center;
9039
- justify-content: center;
9040
-
9041
- .ngdialog-content {
9042
- box-shadow: 0 10px 20px 0 .black(0.25)[@color];
9043
- animation-duration: @animation-duration;
9044
- animation-timing-function: @animation-function;
9045
- font-family: @font-family-sans-serif;
9046
- font-size: 16px;
9047
- border-radius: 2px;
9048
- max-width: 900px;
9049
- background-color: @white;
9050
- z-index: 5;
9051
- position: relative;
9052
- padding: 19px 24px 23px 24px;
9053
-
9054
- /*
9055
- * Confirms, alerts
9056
- */
9057
- .notification-text {
9058
- margin: 30px 30px 0 0;
9059
- max-height: 70vh;
9060
- overflow: auto;
9061
-
9062
- .error-list {
9063
- list-style-type: none;
9064
-
9065
- .error-list-item {
9066
- margin-bottom: 5px;
9067
- }
9068
- }
9069
- }
9070
-
9071
- .notification-text.description {
9072
- margin: 10px 30px;
9073
- }
9074
-
9075
- .buttons {
9076
- text-align: right;
9077
-
9078
- button:not(:first-child) {
9079
- margin-left: 8px;
9080
- }
9081
- }
9082
-
9083
- /*
9084
- * Create/edit dialogs
9085
- */
9086
- .close-button {
9087
- position: absolute;
9088
- right: 24px;
9089
- top: 26px;
9090
- line-height: 10px;
9091
- font-size: 14px;
9092
- color: .duskThree(0.64)[@color];
9093
- cursor: pointer;
9094
- }
9095
-
9096
- .title {
9097
- color: @dusk-three;
9098
- font-family: @font-family-sans-serif;
9099
- font-size: 20px;
9100
- font-weight: 500;
9101
- margin: 0 0 21px 0;
9102
- padding-right: 24px;
9103
- }
9104
-
9105
- .main-content {
9106
- margin: 0 0 4px;
9107
-
9108
- .field-group {
9109
- padding: 0 0 20px;
9110
-
9111
- .field-label {
9112
- color: @dusk-three;
9113
- font-size: 14px;
9114
- font-weight: 500;
9115
- padding: 0;
9116
- min-width: 50px;
9117
- margin: 0 0 2px;
9118
- }
9119
-
9120
- .field-input {
9121
- position: relative;
9122
- width: 400px;
9123
-
9124
- .validating-input-field {
9125
- .input-field {
9126
- padding-left: 17px;
9127
- }
9128
-
9129
- .input-placeholder {
9130
- left: 18px;
9131
- font-style: italic;
9132
- }
9133
- }
9134
-
9135
- .error {
9136
- color: @darkish-pink;
9137
- font-size: 12px;
9138
- white-space: nowrap;
9139
- }
9140
- }
9141
- }
9142
- }
9143
- }
9144
-
9145
- &.delete-entity-dialog-wrapper {
9146
- .ngdialog-content {
9147
- padding: 30px 24px 23px 24px;
9148
-
9149
- .notification-text.title {
9150
- text-align: center;
9151
- padding-right: 0;
9152
- color: @darkish-pink;
9153
- font-size: 20px;
9154
- font-weight: 500;
9155
- letter-spacing: normal;
9156
- margin: 11px 0 2px;
9157
- }
9158
-
9159
- .notification-text.description {
9160
- text-align: center;
9161
- margin: 0 37px;
9162
- font-size: 16px;
9163
- font-weight: normal;
9164
- letter-spacing: normal;
9165
- color: @dusk-three;
9166
- }
9167
-
9168
- .nuclio-alert-icon {
9169
- background: url('/assets/images/ic-alert-message.svg');
9170
- height: 29px;
9171
- width: 34px;
9172
- margin: 0 auto;
9173
- }
9174
-
9175
- .buttons {
9176
- margin-top: 30px;
9177
- }
9178
- }
9179
- }
9180
-
9181
- &.ngdialog.ngdialog-closing .ngdialog-content {
9182
- animation-duration: @animation-duration;
9183
- animation-timing-function: @animation-function;
9184
- }
9185
-
9186
- .ngdialog-overlay {
9187
- background: .black(0.6)[@color];
9188
- border: 2px solid @black;
9189
- animation-duration: @animation-duration;
9190
- animation-timing-function: @animation-function;
9191
- }
9192
-
9193
- &.ngdialog.ngdialog-closing .ngdialog-overlay {
9194
- animation-duration: @animation-duration;
9195
- animation-timing-function: @animation-function;
9196
- }
9197
-
9198
- &.ngdialog.ng-login-modal .ngdialog-content {
9199
- padding: 0;
9200
- }
9201
- }
9202
-
9203
- body {
9204
- .ncl-main-wrapper {
9205
- padding: 64px 0 0 215px;
9206
- width: 100%;
9207
- height: 100%;
9208
- }
9209
-
9210
- .table-headers {
9211
- display: flex;
9212
- font-size: 14px;
9213
- font-weight: bold;
9214
- font-style: normal;
9215
- font-stretch: normal;
9216
- letter-spacing: normal;
9217
- color: @dusk-three;
9218
- margin-bottom: 2px;
9219
-
9220
- .key-header {
9221
- width: 34%;
9222
- margin-left: 16px;
9223
-
9224
- &:not(.use-type) {
9225
- width: 36%;
9226
- }
9227
- }
9228
-
9229
- .type-header {
9230
- width: 12%;
9231
- }
9232
-
9233
- .value-header {
9234
- width: 52%;
9235
-
9236
- &:not(.use-type) {
9237
- width: 61%;
9238
- }
9239
- }
9240
- }
9241
-
9242
- .table-body:not(:last-child) {
9243
- margin-bottom: 5px;
9244
- }
9245
- }
9246
-
9247
-
9248
- .logs-common {
9249
- font-family: "Source Code Pro", "Courier New", monospace;
9250
- font-size: 14px;
9251
- line-height: 1.1;
9252
- text-align: left;
9253
- white-space: pre-wrap;
9254
- }
9255
- .tooltip.custom-tooltip {
9256
- transition-duration: 0s;
9257
- z-index: 10001;
9258
- opacity: 1;
9259
-
9260
- .tooltip-arrow {
9261
- display: block;
9262
- margin-left: 0;
9263
- position: absolute;
9264
- top: -1px;
9265
- width: 13px;
9266
- height: 13px;
9267
- transform: rotate(226deg);
9268
- border-right: 1px solid @pale-grey;
9269
- border-bottom: 1px solid @pale-grey;
9270
- border-width: 1px;
9271
- background-color: @white;
9272
- }
9273
-
9274
- &.bottom {
9275
- margin-top: 8px;
9276
- }
9277
-
9278
- &.top {
9279
- margin-top: 4px;
9280
- }
9281
-
9282
- .tooltip-inner {
9283
- background-color: @white;
9284
- color: @dusk-three;
9285
- border-radius: 2px;
9286
- font-size: 14px;
9287
- word-wrap: break-word;
9288
- max-width: 280px;
9289
- padding: 29px 30px;
9290
- box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
9291
- border: solid 1px @pale-grey;
9292
- }
9293
- }
9294
9295
  .deploy-deleted-function-dialog {
9295
9296
  .sub-title {
9296
9297
  font-size: 16px;
@@ -10235,198 +10236,75 @@ igz-info-page-content {
10235
10236
  padding: 0;
10236
10237
  border-bottom: none;
10237
10238
 
10238
- .panel-group {
10239
- margin: 0;
10240
-
10241
- .date-time-picker .datetimepicker-input {
10242
- width: 302px;
10243
- }
10244
-
10245
- .panel {
10246
- background-color: inherit;
10247
- border-width: 0 0 1px 0;
10248
- border-radius: 0;
10249
- box-shadow: none;
10250
- border-color: #ddd;
10251
-
10252
- &.panel-default {
10253
- border-color: @accordion-panel-default-border-color;
10254
-
10255
- & > .panel-heading {
10256
- background-color: inherit;
10257
- border: 0;
10258
- }
10259
- }
10260
- }
10261
- }
10262
- }
10263
- }
10264
- }
10265
-
10266
- .info-page-filters-footer {
10267
- display: flex;
10268
- justify-content: flex-end;
10269
- position: absolute;
10270
- height: 70px;
10271
- padding: 16px 18px;
10272
- bottom: 0;
10273
- width: 100%;
10274
-
10275
- button:not(:first-child) {
10276
- margin-left: 5px;
10277
- }
10278
- }
10279
- }
10280
-
10281
- ncl-breadcrumbs {
10282
- .main-header-title {
10283
- &:not(.disable-behavior) {
10284
- &:hover .main-header-title-text {
10285
- color: @dark-sky-blue;
10286
- }
10287
- }
10288
-
10289
- &.disable-behavior {
10290
- color: @dusk-three;
10291
- }
10292
- }
10293
-
10294
- .igz-icon-right {
10295
- font-size: 11px;
10296
- font-weight: 100;
10297
- margin: 0 14px;
10298
- }
10299
-
10300
- .ncl-header-subtitle {
10301
- color: @greyish-purple;
10302
- }
10303
-
10304
- .ncl-bold-subtitle {
10305
- color: @dusk-three;
10306
- font-weight: bold;
10307
- }
10308
- }
10309
-
10310
- .ncl-collapsing-row {
10311
- margin-bottom: 9px;
10312
-
10313
- .title-block.common-table-row {
10314
- border: 1px solid @pale-grey;
10315
- box-shadow: none;
10316
- min-height: 49px;
10317
-
10318
- &.collapsed {
10319
- box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
10320
-
10321
- &:hover {
10322
- box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
10323
- }
10324
- }
10325
-
10326
- &:hover {
10327
- .common-table-cells-container {
10328
- background-color: @white;
10329
- }
10330
-
10331
- .actions-menu {
10332
- visibility: visible;
10333
- background-color: @white;
10334
- }
10335
-
10336
- .single-action {
10337
- visibility: visible;
10338
- }
10339
- }
10340
- }
10239
+ .panel-group {
10240
+ margin: 0;
10341
10241
 
10342
- .row-collapse {
10343
- width: 40px;
10344
- flex: none;
10345
- justify-content: center;
10346
- align-items: flex-start;
10347
- line-height: 51px;
10242
+ .date-time-picker .datetimepicker-input {
10243
+ width: 302px;
10244
+ }
10348
10245
 
10349
- .collapse-icon {
10350
- background-color: transparent;
10351
- position: absolute;
10246
+ .panel {
10247
+ background-color: inherit;
10248
+ border-width: 0 0 1px 0;
10249
+ border-radius: 0;
10250
+ box-shadow: none;
10251
+ border-color: #ddd;
10352
10252
 
10353
- &.igz-icon-right, &.igz-icon-down {
10354
- font-size: 12px;
10355
- .duskThree(0.64);
10356
- color: @color;
10253
+ &.panel-default {
10254
+ border-color: @accordion-panel-default-border-color;
10357
10255
 
10358
- &:hover {
10359
- color: @dusk-three;
10256
+ & > .panel-heading {
10257
+ background-color: inherit;
10258
+ border: 0;
10259
+ }
10260
+ }
10261
+ }
10360
10262
  }
10361
10263
  }
10362
10264
  }
10363
10265
  }
10364
10266
 
10365
- .item-row {
10267
+ .info-page-filters-footer {
10366
10268
  display: flex;
10367
- flex-flow: row nowrap;
10368
- align-items: center;
10369
-
10370
- .item-name {
10371
- font-weight: bold;
10372
- display: flex;
10373
- flex-flow: row nowrap;
10374
- align-items: baseline;
10375
- width: 192px;
10269
+ justify-content: flex-end;
10270
+ position: absolute;
10271
+ height: 70px;
10272
+ padding: 16px 18px;
10273
+ bottom: 0;
10274
+ width: 100%;
10376
10275
 
10377
- .text-ellipsis {
10378
- width: auto;
10379
- }
10276
+ button:not(:first-child) {
10277
+ margin-left: 5px;
10380
10278
  }
10279
+ }
10280
+ }
10381
10281
 
10382
- .item-class {
10383
- width: 168px;
10384
- padding-left: 16px;
10282
+ ncl-breadcrumbs {
10283
+ .main-header-title {
10284
+ &:not(.disable-behavior) {
10285
+ &:hover .main-header-title-text {
10286
+ color: @dark-sky-blue;
10287
+ }
10385
10288
  }
10386
10289
 
10387
- .field-label {
10388
- text-transform: capitalize;
10290
+ &.disable-behavior {
10291
+ color: @dusk-three;
10389
10292
  }
10390
10293
  }
10391
10294
 
10392
- .item-info-row {
10393
- line-height: 30px;
10394
- }
10395
-
10396
- .expanded-item-info-block {
10397
- width: 100%;
10398
- height: 100%;
10399
- top: 0;
10400
- padding: 10px 0;
10401
- }
10402
-
10403
- .collapsed-item-info-block {
10404
- padding-left: 16px;
10405
- white-space: nowrap;
10406
- width: 100%;
10407
- overflow: hidden;
10408
- text-overflow: ellipsis;
10295
+ .igz-icon-right {
10296
+ font-size: 11px;
10297
+ font-weight: 100;
10298
+ margin: 0 14px;
10409
10299
  }
10410
10300
 
10411
- .actions-menu {
10412
- visibility: hidden;
10413
- align-items: flex-start;
10414
- line-height: 51px;
10301
+ .ncl-header-subtitle {
10302
+ color: @greyish-purple;
10415
10303
  }
10416
10304
 
10417
- .single-action {
10418
- visibility: hidden;
10419
- align-items: flex-start;
10420
- flex: none;
10421
- padding-right: 4px;
10422
-
10423
- .igz-action-panel {
10424
- transition: unset;
10425
-
10426
- .igz-action-item {
10427
- margin: 4px 0 0 0;
10428
- }
10429
- }
10305
+ .ncl-bold-subtitle {
10306
+ color: @dusk-three;
10307
+ font-weight: bold;
10430
10308
  }
10431
10309
  }
10432
10310
 
@@ -10500,71 +10378,194 @@ ncl-breadcrumbs {
10500
10378
  color: @pale-grey;
10501
10379
  }
10502
10380
 
10503
- &::-moz-placeholder {
10504
- color: @pale-grey;
10505
- }
10381
+ &::-moz-placeholder {
10382
+ color: @pale-grey;
10383
+ }
10384
+
10385
+ &:focus, &:active {
10386
+ outline: none;
10387
+ border: solid 1px @dark-sky-blue;
10388
+
10389
+ + .igz-icon-search {
10390
+ color: @greyish-purple;
10391
+ }
10392
+
10393
+ &::-webkit-input-placeholder {
10394
+ color: transparent;
10395
+ }
10396
+
10397
+ &::-moz-placeholder {
10398
+ color: transparent;
10399
+ }
10400
+ }
10401
+ }
10402
+ }
10403
+ }
10404
+
10405
+ .dropdown-list {
10406
+ font-size: 13px;
10407
+ font-weight: 500;
10408
+ text-align: left;
10409
+ max-height: 375px;
10410
+ list-style: none;
10411
+ padding: 8px 0 0;
10412
+ margin: 0;
10413
+ border-radius: 2px;
10414
+ background-color: @white;
10415
+
10416
+ li {
10417
+ height: 32px;
10418
+ line-height: 32px;
10419
+ width: 239px;
10420
+
10421
+ .item-name {
10422
+ display: inline-block;
10423
+ width: 170px;
10424
+ overflow: hidden;
10425
+ white-space: nowrap;
10426
+ text-overflow: ellipsis;
10427
+ margin-left: 16px;
10428
+ color: @dusk-three;
10429
+ vertical-align:top;
10430
+ text-decoration: none;
10431
+ height: 32px;
10432
+ }
10433
+
10434
+ .igz-icon-tick {
10435
+ display: inline-block;
10436
+ font-size: 16px;
10437
+ width: 41px;
10438
+ height: 32px;
10439
+ padding: 0 19px 0 12px;
10440
+ vertical-align: top;
10441
+ }
10442
+
10443
+ &:hover {
10444
+ height: 32px;
10445
+ background-color: @pale-grey-two;
10446
+ }
10447
+ }
10448
+ }
10449
+ }
10450
+
10451
+ .ncl-collapsing-row {
10452
+ margin-bottom: 9px;
10453
+
10454
+ .title-block.common-table-row {
10455
+ border: 1px solid @pale-grey;
10456
+ box-shadow: none;
10457
+ min-height: 49px;
10458
+
10459
+ &.collapsed {
10460
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
10461
+
10462
+ &:hover {
10463
+ box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
10464
+ }
10465
+ }
10466
+
10467
+ &:hover {
10468
+ .common-table-cells-container {
10469
+ background-color: @white;
10470
+ }
10471
+
10472
+ .actions-menu {
10473
+ visibility: visible;
10474
+ background-color: @white;
10475
+ }
10476
+
10477
+ .single-action {
10478
+ visibility: visible;
10479
+ }
10480
+ }
10481
+ }
10482
+
10483
+ .row-collapse {
10484
+ width: 40px;
10485
+ flex: none;
10486
+ justify-content: center;
10487
+ align-items: flex-start;
10488
+ line-height: 51px;
10489
+
10490
+ .collapse-icon {
10491
+ background-color: transparent;
10492
+ position: absolute;
10493
+
10494
+ &.igz-icon-right, &.igz-icon-down {
10495
+ font-size: 12px;
10496
+ .duskThree(0.64);
10497
+ color: @color;
10498
+
10499
+ &:hover {
10500
+ color: @dusk-three;
10501
+ }
10502
+ }
10503
+ }
10504
+ }
10505
+
10506
+ .item-row {
10507
+ display: flex;
10508
+ flex-flow: row nowrap;
10509
+ align-items: center;
10510
+
10511
+ .item-name {
10512
+ font-weight: bold;
10513
+ display: flex;
10514
+ flex-flow: row nowrap;
10515
+ align-items: baseline;
10516
+ width: 192px;
10517
+
10518
+ .text-ellipsis {
10519
+ width: auto;
10520
+ }
10521
+ }
10506
10522
 
10507
- &:focus, &:active {
10508
- outline: none;
10509
- border: solid 1px @dark-sky-blue;
10523
+ .item-class {
10524
+ width: 168px;
10525
+ padding-left: 16px;
10526
+ }
10510
10527
 
10511
- + .igz-icon-search {
10512
- color: @greyish-purple;
10513
- }
10528
+ .field-label {
10529
+ text-transform: capitalize;
10530
+ }
10531
+ }
10514
10532
 
10515
- &::-webkit-input-placeholder {
10516
- color: transparent;
10517
- }
10533
+ .item-info-row {
10534
+ line-height: 30px;
10535
+ }
10518
10536
 
10519
- &::-moz-placeholder {
10520
- color: transparent;
10521
- }
10522
- }
10523
- }
10524
- }
10537
+ .expanded-item-info-block {
10538
+ width: 100%;
10539
+ height: 100%;
10540
+ top: 0;
10541
+ padding: 10px 0;
10525
10542
  }
10526
10543
 
10527
- .dropdown-list {
10528
- font-size: 13px;
10529
- font-weight: 500;
10530
- text-align: left;
10531
- max-height: 375px;
10532
- list-style: none;
10533
- padding: 8px 0 0;
10534
- margin: 0;
10535
- border-radius: 2px;
10536
- background-color: @white;
10544
+ .collapsed-item-info-block {
10545
+ padding-left: 16px;
10546
+ white-space: nowrap;
10547
+ width: 100%;
10548
+ overflow: hidden;
10549
+ text-overflow: ellipsis;
10550
+ }
10537
10551
 
10538
- li {
10539
- height: 32px;
10540
- line-height: 32px;
10541
- width: 239px;
10552
+ .actions-menu {
10553
+ visibility: hidden;
10554
+ align-items: flex-start;
10555
+ line-height: 51px;
10556
+ }
10542
10557
 
10543
- .item-name {
10544
- display: inline-block;
10545
- width: 170px;
10546
- overflow: hidden;
10547
- white-space: nowrap;
10548
- text-overflow: ellipsis;
10549
- margin-left: 16px;
10550
- color: @dusk-three;
10551
- vertical-align:top;
10552
- text-decoration: none;
10553
- height: 32px;
10554
- }
10558
+ .single-action {
10559
+ visibility: hidden;
10560
+ align-items: flex-start;
10561
+ flex: none;
10562
+ padding-right: 4px;
10555
10563
 
10556
- .igz-icon-tick {
10557
- display: inline-block;
10558
- font-size: 16px;
10559
- width: 41px;
10560
- height: 32px;
10561
- padding: 0 19px 0 12px;
10562
- vertical-align: top;
10563
- }
10564
+ .igz-action-panel {
10565
+ transition: unset;
10564
10566
 
10565
- &:hover {
10566
- height: 32px;
10567
- background-color: @pale-grey-two;
10567
+ .igz-action-item {
10568
+ margin: 4px 0 0 0;
10568
10569
  }
10569
10570
  }
10570
10571
  }
@@ -11420,91 +11421,6 @@ ncl-navigation-tabs {
11420
11421
  }
11421
11422
  }
11422
11423
 
11423
- .function-event-wrapper {
11424
- width: 600px;
11425
- margin-bottom: -23px;
11426
-
11427
- .header {
11428
- display: flex;
11429
- justify-content: space-between;
11430
- border-bottom: 1px solid @pale-grey;
11431
-
11432
- .title {
11433
- font-size: 18px;
11434
- }
11435
- }
11436
-
11437
- .content {
11438
- border-bottom: 1px solid @pale-grey;
11439
- padding: 16px 0 16px 16px;
11440
-
11441
- .event-form {
11442
- width: 88%;
11443
-
11444
- .field-wrapper {
11445
- display: flex;
11446
- align-items: center;
11447
- margin: 15px 0 0 0;
11448
-
11449
- .field-label {
11450
- font-size: 16px;
11451
- margin-right: 10px;
11452
- width: 195px;
11453
- }
11454
-
11455
- .field-content {
11456
- width: 100%;
11457
-
11458
- .ncl-monaco {
11459
- height: 200px;
11460
- }
11461
-
11462
- .event-body {
11463
- font-size: 13px;
11464
- outline: none;
11465
- border: 1px solid @pale-grey;
11466
- resize: none;
11467
- width: 100%;
11468
- height: 100px;
11469
- padding: 5px 5px 5px 16px;
11470
- }
11471
- }
11472
- }
11473
- }
11474
-
11475
- .event-error {
11476
- display: flex;
11477
- font-size: 13px;
11478
- align-items: center;
11479
- justify-content: center;
11480
- color: @darkish-pink;
11481
- }
11482
- }
11483
-
11484
- .bottom-bar {
11485
- height: 64px;
11486
- display: flex;
11487
- align-items: center;
11488
- justify-content: flex-end;
11489
-
11490
- .igz-button-primary {
11491
- &.disabled {
11492
- color: rgba(71, 64, 86, 0.24);
11493
- border-radius: 2px;
11494
- border: solid 1px #f3f3f6;
11495
- background-color: #f3f3f6;
11496
- cursor: default;
11497
- display: inline-block;
11498
-
11499
- &:hover {
11500
- box-shadow: none;
11501
- border: none;
11502
- }
11503
- }
11504
- }
11505
- }
11506
- }
11507
-
11508
11424
  .ncl-edit-version-code {
11509
11425
  height: 100%;
11510
11426
  display: flex;
@@ -11674,45 +11590,130 @@ ncl-navigation-tabs {
11674
11590
  vertical-align: middle;
11675
11591
  }
11676
11592
 
11677
- span {
11678
- margin-left: 4px;
11679
- letter-spacing: 1px;
11680
- vertical-align: middle;
11681
- }
11682
- }
11683
- }
11593
+ span {
11594
+ margin-left: 4px;
11595
+ letter-spacing: 1px;
11596
+ vertical-align: middle;
11597
+ }
11598
+ }
11599
+ }
11600
+
11601
+ .code-entry-url-col {
11602
+ width: 100%;
11603
+ margin-right: 160px;
11604
+ }
11605
+ }
11606
+ }
11607
+ }
11608
+ }
11609
+ }
11610
+ }
11611
+
11612
+ @media screen and (min-height: 850px) {
11613
+ .ncl-edit-version-code {
11614
+ .code-edit-section {
11615
+ height: 500px;
11616
+ }
11617
+ }
11618
+ }
11619
+
11620
+ @media screen and (min-height: 900px) {
11621
+ .ncl-edit-version-code {
11622
+ .code-edit-section {
11623
+ height: 600px;
11624
+ }
11625
+ }
11626
+ }
11627
+
11628
+ @media screen and (min-height: 1300px) {
11629
+ .ncl-edit-version-code {
11630
+ .code-edit-section {
11631
+ height: 900px;
11632
+ }
11633
+ }
11634
+ }
11635
+
11636
+ .function-event-wrapper {
11637
+ width: 600px;
11638
+ margin-bottom: -23px;
11639
+
11640
+ .header {
11641
+ display: flex;
11642
+ justify-content: space-between;
11643
+ border-bottom: 1px solid @pale-grey;
11644
+
11645
+ .title {
11646
+ font-size: 18px;
11647
+ }
11648
+ }
11649
+
11650
+ .content {
11651
+ border-bottom: 1px solid @pale-grey;
11652
+ padding: 16px 0 16px 16px;
11653
+
11654
+ .event-form {
11655
+ width: 88%;
11656
+
11657
+ .field-wrapper {
11658
+ display: flex;
11659
+ align-items: center;
11660
+ margin: 15px 0 0 0;
11661
+
11662
+ .field-label {
11663
+ font-size: 16px;
11664
+ margin-right: 10px;
11665
+ width: 195px;
11666
+ }
11667
+
11668
+ .field-content {
11669
+ width: 100%;
11684
11670
 
11685
- .code-entry-url-col {
11686
- width: 100%;
11687
- margin-right: 160px;
11688
- }
11671
+ .ncl-monaco {
11672
+ height: 200px;
11673
+ }
11674
+
11675
+ .event-body {
11676
+ font-size: 13px;
11677
+ outline: none;
11678
+ border: 1px solid @pale-grey;
11679
+ resize: none;
11680
+ width: 100%;
11681
+ height: 100px;
11682
+ padding: 5px 5px 5px 16px;
11689
11683
  }
11690
11684
  }
11691
11685
  }
11692
11686
  }
11693
- }
11694
- }
11695
11687
 
11696
- @media screen and (min-height: 850px) {
11697
- .ncl-edit-version-code {
11698
- .code-edit-section {
11699
- height: 500px;
11688
+ .event-error {
11689
+ display: flex;
11690
+ font-size: 13px;
11691
+ align-items: center;
11692
+ justify-content: center;
11693
+ color: @darkish-pink;
11700
11694
  }
11701
11695
  }
11702
- }
11703
11696
 
11704
- @media screen and (min-height: 900px) {
11705
- .ncl-edit-version-code {
11706
- .code-edit-section {
11707
- height: 600px;
11708
- }
11709
- }
11710
- }
11697
+ .bottom-bar {
11698
+ height: 64px;
11699
+ display: flex;
11700
+ align-items: center;
11701
+ justify-content: flex-end;
11711
11702
 
11712
- @media screen and (min-height: 1300px) {
11713
- .ncl-edit-version-code {
11714
- .code-edit-section {
11715
- height: 900px;
11703
+ .igz-button-primary {
11704
+ &.disabled {
11705
+ color: rgba(71, 64, 86, 0.24);
11706
+ border-radius: 2px;
11707
+ border: solid 1px #f3f3f6;
11708
+ background-color: #f3f3f6;
11709
+ cursor: default;
11710
+ display: inline-block;
11711
+
11712
+ &:hover {
11713
+ box-shadow: none;
11714
+ border: none;
11715
+ }
11716
+ }
11716
11717
  }
11717
11718
  }
11718
11719
  }
@@ -12099,6 +12100,105 @@ ncl-navigation-tabs {
12099
12100
  }
12100
12101
  }
12101
12102
 
12103
+ .function-from-scratch-content {
12104
+ .splash-screen {
12105
+ top: 0;
12106
+ }
12107
+
12108
+ .title-wrapper {
12109
+ margin-left: 50px;
12110
+
12111
+ .title {
12112
+ color: @dusk-three;
12113
+ font-size: 16px;
12114
+ font-weight: bold;
12115
+ }
12116
+ }
12117
+
12118
+ .function-configuration {
12119
+ margin: 28px 0 0 0;
12120
+
12121
+ .configuration-form {
12122
+ display: flex;
12123
+
12124
+ .function-name-wrapper {
12125
+ width: 50%;
12126
+ display: flex;
12127
+ padding: 0 24px 0 74px;
12128
+
12129
+ .projects-drop-down {
12130
+ width: 40%;
12131
+ margin-right: 48px;
12132
+
12133
+ .input-label {
12134
+ font-size: 14px;
12135
+ font-weight: 600;
12136
+ color: @dusk-three;
12137
+ }
12138
+
12139
+ igz-default-dropdown {
12140
+ .default-dropdown {
12141
+ background-color: @white;
12142
+
12143
+ .default-dropdown-field {
12144
+ &:focus {
12145
+ background-color: inherit;
12146
+ }
12147
+ }
12148
+ }
12149
+ }
12150
+ }
12151
+
12152
+ .function-name {
12153
+ width: 100%;
12154
+
12155
+ .input-label {
12156
+ font-size: 14px;
12157
+ font-weight: 600;
12158
+ color: @dusk-three;
12159
+ }
12160
+
12161
+ igz-validating-input-field {
12162
+ margin-left: 2px;
12163
+ }
12164
+ }
12165
+ }
12166
+
12167
+ .function-runtime-wrapper {
12168
+ width: 50%;
12169
+ padding-left: 24px;
12170
+ padding-right: 10%;
12171
+
12172
+ .function-runtime {
12173
+ .input-label {
12174
+ font-size: 14px;
12175
+ font-weight: 600;
12176
+ color: @dusk-three;
12177
+ }
12178
+
12179
+ igz-default-dropdown {
12180
+ .default-dropdown {
12181
+ background-color: @white;
12182
+
12183
+ .default-dropdown-field {
12184
+ &:focus {
12185
+ background-color: inherit;
12186
+ }
12187
+ }
12188
+ }
12189
+ }
12190
+
12191
+ .bottom-bar {
12192
+ display: flex;
12193
+ justify-content: flex-end;
12194
+ margin-top: 48px;
12195
+ }
12196
+ }
12197
+ }
12198
+ }
12199
+ }
12200
+ }
12201
+
12102
12202
  .function-from-template-content {
12103
12203
  .ncl-function-from-template-color-set();
12104
12204
 
@@ -12307,153 +12407,54 @@ ncl-navigation-tabs {
12307
12407
  color: @dusk-three;
12308
12408
  font-size: 14px;
12309
12409
  font-weight: 500;
12310
- margin-bottom: 8px;
12311
- }
12312
- }
12313
-
12314
- .buttons-wrapper {
12315
- display: flex;
12316
- justify-content: flex-end;
12317
- margin-top: 24px;
12318
-
12319
- button:not(:first-child) {
12320
- margin-left: 8px;
12321
- }
12322
- }
12323
- }
12324
- }
12325
- }
12326
-
12327
- .function-template {
12328
- width: 100%;
12329
- min-height: 169px;
12330
- padding: 24px;
12331
- background-color: @white;
12332
- border-radius: 2px;
12333
- z-index: 1;
12334
-
12335
- .function-template-content {
12336
- color: @dusk-three;
12337
-
12338
- .template-title {
12339
- font-size: 18px;
12340
- font-weight: bold;
12341
- width: 100%;
12342
- margin-bottom: 15px;
12343
- }
12344
-
12345
- .template-description {
12346
- width: 100%;
12347
- max-height: 62px;
12348
- font-size: 14px;
12349
- overflow: hidden;
12350
- }
12351
-
12352
- .template-read-more {
12353
- color: @greyish-purple;
12354
- font-style: italic;
12355
- }
12356
- }
12357
- }
12358
- }
12359
- }
12360
- }
12361
- }
12362
- }
12363
-
12364
- .function-from-scratch-content {
12365
- .splash-screen {
12366
- top: 0;
12367
- }
12368
-
12369
- .title-wrapper {
12370
- margin-left: 50px;
12371
-
12372
- .title {
12373
- color: @dusk-three;
12374
- font-size: 16px;
12375
- font-weight: bold;
12376
- }
12377
- }
12378
-
12379
- .function-configuration {
12380
- margin: 28px 0 0 0;
12381
-
12382
- .configuration-form {
12383
- display: flex;
12384
-
12385
- .function-name-wrapper {
12386
- width: 50%;
12387
- display: flex;
12388
- padding: 0 24px 0 74px;
12389
-
12390
- .projects-drop-down {
12391
- width: 40%;
12392
- margin-right: 48px;
12393
-
12394
- .input-label {
12395
- font-size: 14px;
12396
- font-weight: 600;
12397
- color: @dusk-three;
12398
- }
12410
+ margin-bottom: 8px;
12411
+ }
12412
+ }
12399
12413
 
12400
- igz-default-dropdown {
12401
- .default-dropdown {
12402
- background-color: @white;
12414
+ .buttons-wrapper {
12415
+ display: flex;
12416
+ justify-content: flex-end;
12417
+ margin-top: 24px;
12403
12418
 
12404
- .default-dropdown-field {
12405
- &:focus {
12406
- background-color: inherit;
12419
+ button:not(:first-child) {
12420
+ margin-left: 8px;
12421
+ }
12407
12422
  }
12408
12423
  }
12409
12424
  }
12410
12425
  }
12411
- }
12412
-
12413
- .function-name {
12414
- width: 100%;
12415
-
12416
- .input-label {
12417
- font-size: 14px;
12418
- font-weight: 600;
12419
- color: @dusk-three;
12420
- }
12421
12426
 
12422
- igz-validating-input-field {
12423
- margin-left: 2px;
12424
- }
12425
- }
12426
- }
12427
+ .function-template {
12428
+ width: 100%;
12429
+ min-height: 169px;
12430
+ padding: 24px;
12431
+ background-color: @white;
12432
+ border-radius: 2px;
12433
+ z-index: 1;
12427
12434
 
12428
- .function-runtime-wrapper {
12429
- width: 50%;
12430
- padding-left: 24px;
12431
- padding-right: 10%;
12435
+ .function-template-content {
12436
+ color: @dusk-three;
12432
12437
 
12433
- .function-runtime {
12434
- .input-label {
12435
- font-size: 14px;
12436
- font-weight: 600;
12437
- color: @dusk-three;
12438
- }
12438
+ .template-title {
12439
+ font-size: 18px;
12440
+ font-weight: bold;
12441
+ width: 100%;
12442
+ margin-bottom: 15px;
12443
+ }
12439
12444
 
12440
- igz-default-dropdown {
12441
- .default-dropdown {
12442
- background-color: @white;
12445
+ .template-description {
12446
+ width: 100%;
12447
+ max-height: 62px;
12448
+ font-size: 14px;
12449
+ overflow: hidden;
12450
+ }
12443
12451
 
12444
- .default-dropdown-field {
12445
- &:focus {
12446
- background-color: inherit;
12447
- }
12452
+ .template-read-more {
12453
+ color: @greyish-purple;
12454
+ font-style: italic;
12448
12455
  }
12449
12456
  }
12450
12457
  }
12451
-
12452
- .bottom-bar {
12453
- display: flex;
12454
- justify-content: flex-end;
12455
- margin-top: 48px;
12456
- }
12457
12458
  }
12458
12459
  }
12459
12460
  }
@@ -13222,42 +13223,6 @@ ncl-navigation-tabs {
13222
13223
  }
13223
13224
  }
13224
13225
 
13225
- .function-from-template-dialog-wrapper {
13226
- .title {
13227
- font-size: 20px;
13228
- font-weight: 500;
13229
- text-align: left;
13230
- color: @dusk-three;
13231
- }
13232
-
13233
- .main-content {
13234
- width: 500px;
13235
- max-height: 500px;
13236
-
13237
- form {
13238
- margin: 0 20px 0 0;
13239
-
13240
- .field-label {
13241
- font-size: 14px;
13242
- text-align: left;
13243
- color: @dusk-three;
13244
- }
13245
-
13246
- .validating-input-field {
13247
- .input-field {
13248
- padding: 0 10px 0 17px;
13249
- }
13250
-
13251
- .input-placeholder {
13252
- left: 18px;
13253
- font-style: italic;
13254
- font-size: 14px;
13255
- }
13256
- }
13257
- }
13258
- }
13259
- }
13260
-
13261
13226
  .ncl-test-events-logs {
13262
13227
  padding: 6px 17px 25px;
13263
13228
  background-color: @white;
@@ -13487,6 +13452,42 @@ ncl-navigation-tabs {
13487
13452
  text-align: center;
13488
13453
  }
13489
13454
  }
13455
+ .function-from-template-dialog-wrapper {
13456
+ .title {
13457
+ font-size: 20px;
13458
+ font-weight: 500;
13459
+ text-align: left;
13460
+ color: @dusk-three;
13461
+ }
13462
+
13463
+ .main-content {
13464
+ width: 500px;
13465
+ max-height: 500px;
13466
+
13467
+ form {
13468
+ margin: 0 20px 0 0;
13469
+
13470
+ .field-label {
13471
+ font-size: 14px;
13472
+ text-align: left;
13473
+ color: @dusk-three;
13474
+ }
13475
+
13476
+ .validating-input-field {
13477
+ .input-field {
13478
+ padding: 0 10px 0 17px;
13479
+ }
13480
+
13481
+ .input-placeholder {
13482
+ left: 18px;
13483
+ font-style: italic;
13484
+ font-size: 14px;
13485
+ }
13486
+ }
13487
+ }
13488
+ }
13489
+ }
13490
+
13490
13491
  .ncl-test-events-navigation-tabs {
13491
13492
  display: flex;
13492
13493
  background: #f8f8fb;
@@ -13508,46 +13509,142 @@ ncl-navigation-tabs {
13508
13509
  border-bottom: none;
13509
13510
  box-sizing: content-box;
13510
13511
 
13511
- &.active, &.active:hover {
13512
- background: none;
13513
- color: @dusk-three;
13514
- border-bottom: 2px solid @dusk-three;
13515
- font-weight: bold;
13512
+ &.active, &.active:hover {
13513
+ background: none;
13514
+ color: @dusk-three;
13515
+ border-bottom: 2px solid @dusk-three;
13516
+ font-weight: bold;
13517
+
13518
+ .badge {
13519
+ color: @white;
13520
+ background-color: @light-grey-blue;
13521
+ }
13522
+ }
13523
+
13524
+ .badge {
13525
+ display: inline-block;
13526
+ min-width: 22px;
13527
+ padding: 3px 7px;
13528
+ font-size: 12px;
13529
+ font-weight: 500;
13530
+ color: @greyish-purple;
13531
+ line-height: 1;
13532
+ vertical-align: middle;
13533
+ white-space: nowrap;
13534
+ text-align: center;
13535
+ background-color: @pale-grey;
13536
+ border-radius: 7.5px;
13537
+ margin-left: 7px;
13538
+ margin-top: -4px;
13539
+ }
13540
+ }
13541
+
13542
+ .default-dropdown {
13543
+ float: left;
13544
+ width: 105px;
13545
+
13546
+ .default-dropdown-field:not(:hover) {
13547
+ border-color: transparent;
13548
+ }
13549
+
13550
+ .default-dropdown-container {
13551
+ z-index: 3;
13552
+ }
13553
+ }
13554
+ }
13555
+
13556
+ @desktop: 1350px;
13557
+ @desktop-low: 1202px;
13558
+ @desktop-middle: 1550px;
13559
+
13560
+ .ncl-version-configuration-basic-settings {
13561
+ .row {
13562
+ display: flex;
13563
+ justify-content: space-between;
13564
+
13565
+ &:not(:last-child) {
13566
+ margin-bottom: 23px;
13567
+ }
13568
+
13569
+ &:last-child {
13570
+ margin-bottom: 4px;
13571
+ }
13572
+
13573
+ &.enable-checkbox {
13574
+ justify-content: flex-start;
13575
+ margin-bottom: 18px;
13576
+ }
13577
+
13578
+ > div {
13579
+ flex: 1;
13580
+
13581
+ &:not(:last-child) {
13582
+ margin-right: 46px;
13583
+ }
13584
+
13585
+ .label {
13586
+ padding: 0;
13587
+ margin-bottom: 5px;
13588
+ }
13589
+
13590
+ &.timeout-block {
13591
+ .label {
13592
+ margin-bottom: 3px;
13593
+ }
13594
+
13595
+ .timeout-values {
13596
+ margin-left: 27px;
13597
+
13598
+ .inputs {
13599
+ display: flex;
13600
+ align-items: center;
13601
+
13602
+ .values-label {
13603
+ .duskThree(0.9);
13604
+ margin: 0 17px 0 8px;
13605
+ font-size: 14px;
13606
+ font-weight: normal;
13607
+ font-style: normal;
13608
+ letter-spacing: normal;
13609
+ text-align: left;
13610
+ color: @color;
13611
+ }
13612
+ }
13613
+ }
13614
+ }
13615
+ }
13616
+
13617
+ .logger-block {
13618
+ display: flex;
13619
+ margin-top: 3px;
13620
+
13621
+ .logger-dropdown {
13622
+ .default-dropdown {
13623
+ position: relative;
13624
+ height: 36px;
13516
13625
 
13517
- .badge {
13518
- color: @white;
13519
- background-color: @light-grey-blue;
13626
+ .dropdown-overlap {
13627
+ z-index: 100;
13628
+ }
13629
+ }
13520
13630
  }
13521
- }
13522
13631
 
13523
- .badge {
13524
- display: inline-block;
13525
- min-width: 22px;
13526
- padding: 3px 7px;
13527
- font-size: 12px;
13528
- font-weight: 500;
13529
- color: @greyish-purple;
13530
- line-height: 1;
13531
- vertical-align: middle;
13532
- white-space: nowrap;
13533
- text-align: center;
13534
- background-color: @pale-grey;
13535
- border-radius: 7.5px;
13536
- margin-left: 7px;
13537
- margin-top: -4px;
13538
- }
13539
- }
13632
+ > div {
13633
+ flex: 1;
13540
13634
 
13541
- .default-dropdown {
13542
- float: left;
13543
- width: 105px;
13635
+ &:not(:last-child) {
13636
+ margin-right: 16px;
13637
+ }
13544
13638
 
13545
- .default-dropdown-field:not(:hover) {
13546
- border-color: transparent;
13547
- }
13639
+ .label {
13640
+ padding: 0;
13641
+ margin-bottom: 5px;
13642
+ }
13548
13643
 
13549
- .default-dropdown-container {
13550
- z-index: 3;
13644
+ &.logger-input {
13645
+ flex-grow: 1.95;
13646
+ }
13647
+ }
13551
13648
  }
13552
13649
  }
13553
13650
  }
@@ -13791,102 +13888,6 @@ ncl-navigation-tabs {
13791
13888
  }
13792
13889
  }
13793
13890
 
13794
- @desktop: 1350px;
13795
- @desktop-low: 1202px;
13796
- @desktop-middle: 1550px;
13797
-
13798
- .ncl-version-configuration-basic-settings {
13799
- .row {
13800
- display: flex;
13801
- justify-content: space-between;
13802
-
13803
- &:not(:last-child) {
13804
- margin-bottom: 23px;
13805
- }
13806
-
13807
- &:last-child {
13808
- margin-bottom: 4px;
13809
- }
13810
-
13811
- &.enable-checkbox {
13812
- justify-content: flex-start;
13813
- margin-bottom: 18px;
13814
- }
13815
-
13816
- > div {
13817
- flex: 1;
13818
-
13819
- &:not(:last-child) {
13820
- margin-right: 46px;
13821
- }
13822
-
13823
- .label {
13824
- padding: 0;
13825
- margin-bottom: 5px;
13826
- }
13827
-
13828
- &.timeout-block {
13829
- .label {
13830
- margin-bottom: 3px;
13831
- }
13832
-
13833
- .timeout-values {
13834
- margin-left: 27px;
13835
-
13836
- .inputs {
13837
- display: flex;
13838
- align-items: center;
13839
-
13840
- .values-label {
13841
- .duskThree(0.9);
13842
- margin: 0 17px 0 8px;
13843
- font-size: 14px;
13844
- font-weight: normal;
13845
- font-style: normal;
13846
- letter-spacing: normal;
13847
- text-align: left;
13848
- color: @color;
13849
- }
13850
- }
13851
- }
13852
- }
13853
- }
13854
-
13855
- .logger-block {
13856
- display: flex;
13857
- margin-top: 3px;
13858
-
13859
- .logger-dropdown {
13860
- .default-dropdown {
13861
- position: relative;
13862
- height: 36px;
13863
-
13864
- .dropdown-overlap {
13865
- z-index: 100;
13866
- }
13867
- }
13868
- }
13869
-
13870
- > div {
13871
- flex: 1;
13872
-
13873
- &:not(:last-child) {
13874
- margin-right: 16px;
13875
- }
13876
-
13877
- .label {
13878
- padding: 0;
13879
- margin-bottom: 5px;
13880
- }
13881
-
13882
- &.logger-input {
13883
- flex-grow: 1.95;
13884
- }
13885
- }
13886
- }
13887
- }
13888
- }
13889
-
13890
13891
  .ncl-version-configuration-logging {
13891
13892
  .row {
13892
13893
  display: flex;
@@ -13955,6 +13956,57 @@ ncl-navigation-tabs {
13955
13956
  }
13956
13957
  }
13957
13958
 
13959
+ .ncl-version-configuration-runtime-attributes {
13960
+ .row:not(.info-row) {
13961
+ display: flex;
13962
+ justify-content: space-between;
13963
+
13964
+ &:not(:last-child) {
13965
+ margin-top: 10px;
13966
+ margin-bottom: 25px;
13967
+ }
13968
+
13969
+ > div {
13970
+ flex: 0.65;
13971
+
13972
+ &:not(:last-child) {
13973
+ margin-right: 16px;
13974
+ }
13975
+
13976
+ &.arguments-input {
13977
+ flex-grow: 2;
13978
+ }
13979
+ }
13980
+ }
13981
+
13982
+ .row {
13983
+ .runtime {
13984
+ height: 36px;
13985
+ border-radius: 2px;
13986
+ padding: 9px 0 0 14px;
13987
+ text-transform: capitalize;
13988
+ font-family: @font-family-sans-serif;
13989
+ font-size: 14px;
13990
+ text-align: left;
13991
+ color: @dusk-three;
13992
+ }
13993
+
13994
+ .textarea-field {
13995
+ height: 177px;
13996
+ resize: none;
13997
+ white-space: pre;
13998
+ overflow-x: auto;
13999
+ }
14000
+ }
14001
+
14002
+ .java-attribute {
14003
+ .textarea-field {
14004
+ height: 70px;
14005
+ overflow-y: auto;
14006
+ }
14007
+ }
14008
+ }
14009
+
13958
14010
  .ncl-version-configuration-volumes {
13959
14011
  .ncl-version-volume {
13960
14012
  .common-table-header {
@@ -14019,57 +14071,6 @@ ncl-navigation-tabs {
14019
14071
  }
14020
14072
  }
14021
14073
 
14022
- .ncl-version-configuration-runtime-attributes {
14023
- .row:not(.info-row) {
14024
- display: flex;
14025
- justify-content: space-between;
14026
-
14027
- &:not(:last-child) {
14028
- margin-top: 10px;
14029
- margin-bottom: 25px;
14030
- }
14031
-
14032
- > div {
14033
- flex: 0.65;
14034
-
14035
- &:not(:last-child) {
14036
- margin-right: 16px;
14037
- }
14038
-
14039
- &.arguments-input {
14040
- flex-grow: 2;
14041
- }
14042
- }
14043
- }
14044
-
14045
- .row {
14046
- .runtime {
14047
- height: 36px;
14048
- border-radius: 2px;
14049
- padding: 9px 0 0 14px;
14050
- text-transform: capitalize;
14051
- font-family: @font-family-sans-serif;
14052
- font-size: 14px;
14053
- text-align: left;
14054
- color: @dusk-three;
14055
- }
14056
-
14057
- .textarea-field {
14058
- height: 177px;
14059
- resize: none;
14060
- white-space: pre;
14061
- overflow-x: auto;
14062
- }
14063
- }
14064
-
14065
- .java-attribute {
14066
- .textarea-field {
14067
- height: 70px;
14068
- overflow-y: auto;
14069
- }
14070
- }
14071
- }
14072
-
14073
14074
  .version-configuration-build-dialog-wrapper {
14074
14075
  font-family: Roboto;
14075
14076