iguazio.dashboard-controls 1.2.10 → 1.2.11

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.
@@ -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,54 +7396,207 @@ 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;
7406
- }
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
+ }
7407
7425
 
7408
- .rows-title, .per-page, .jump-to-page, .to-page-prev, .to-page-next {
7409
- display: inline-block;
7410
- vertical-align: baseline;
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
+ }
7411
7442
  }
7412
7443
 
7413
- .rows-title {
7414
- font-size: 13px;
7415
- color: @rows-title-color;
7416
- font-family: @font-family-sans-serif;
7444
+ &.additional-left-padding {
7445
+ padding-left: 22px;
7417
7446
  }
7418
7447
 
7419
- .per-page {
7420
- width: 66px;
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
+ }
7421
7455
 
7422
- .default-dropdown-field {
7423
- background: none;
7424
- border: none;
7425
- box-shadow: none;
7426
- font-size: 14px;
7427
- height: 36px;
7456
+ //
7457
+ // placeholder
7458
+ //
7428
7459
 
7429
- .dropdown-selected-item {
7430
- font-size: 14px;
7431
- }
7460
+ ::-webkit-input-placeholder {
7461
+ /* Chrome, Chromium, Edge, Safari, Opera*/
7462
+ color: @number-input-placeholder-color;
7463
+ }
7432
7464
 
7433
- .dropdown-arrow {
7434
- margin-top: 5px;
7465
+ :-moz-placeholder {
7466
+ /* Firefox 4-18 */
7467
+ color: @number-input-placeholder-color;
7468
+ }
7435
7469
 
7436
- span {
7437
- font-size: 12px;
7438
- }
7439
- }
7470
+ ::-moz-placeholder {
7471
+ /* Firefox 19+ */
7472
+ color: @number-input-placeholder-color;
7473
+ }
7440
7474
 
7441
- .dropdown-arrow {
7442
- border: none;
7475
+ :-ms-input-placeholder {
7476
+ /* - Internet Explorer 10–11
7477
+ - Internet Explorer Mobile 10-11 */
7478
+ color: @number-input-placeholder-color !important;
7479
+ }
7443
7480
 
7444
- &:hover, &:active {
7445
- border: none;
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;
7571
+ }
7572
+
7573
+ .per-page {
7574
+ width: 66px;
7575
+
7576
+ .default-dropdown-field {
7577
+ background: none;
7578
+ border: none;
7579
+ box-shadow: none;
7580
+ font-size: 14px;
7581
+ height: 36px;
7582
+
7583
+ .dropdown-selected-item {
7584
+ font-size: 14px;
7585
+ }
7586
+
7587
+ .dropdown-arrow {
7588
+ margin-top: 5px;
7589
+
7590
+ span {
7591
+ font-size: 12px;
7592
+ }
7593
+ }
7594
+
7595
+ .dropdown-arrow {
7596
+ border: none;
7597
+
7598
+ &:hover, &:active {
7599
+ border: none;
7446
7600
  background: none;
7447
7601
  box-shadow: none;
7448
7602
  }
@@ -7543,156 +7697,94 @@ yx-axis
7543
7697
  }
7544
7698
  }
7545
7699
  }
7546
- .igz-number-input {
7547
- .number-input-color-set();
7700
+ .igz-size {
7701
+ .size-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
- 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
7703
  align-items: center;
7562
- padding: 0 10px 0 11px;
7563
- z-index: 3;
7704
+ display: flex;
7705
+ justify-content: space-between;
7706
+ min-height: 40px;
7564
7707
 
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;
7571
- }
7708
+ &:after {
7709
+ content: ' ';
7710
+ display: inline-block;
7711
+ vertical-align: middle;
7712
+ }
7572
7713
 
7573
- &:focus-within, &.focused {
7574
- outline: 0;
7575
- border: @number-input-not-disabled-hover-focus-border;
7576
- }
7714
+ .size-value {
7715
+ line-height: 1;
7716
+ flex: 0 0 100px;
7717
+ min-width: 100px;
7577
7718
 
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;
7719
+ > span {
7720
+ line-height: 25px;
7582
7721
  }
7583
7722
 
7584
- &:focus.ng-valid, &:focus.ng-pristine {
7585
- border: @number-input-not-disabled-valid-border;
7586
- box-shadow: none;
7587
- outline: none;
7723
+ &.short {
7724
+ flex: 0 0 75px;
7725
+ min-width: 75px;
7588
7726
  }
7589
- }
7590
-
7591
- &.additional-left-padding {
7592
- padding-left: 22px;
7593
- }
7594
-
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
- }
7602
-
7603
- //
7604
- // placeholder
7605
- //
7606
-
7607
- ::-webkit-input-placeholder {
7608
- /* Chrome, Chromium, Edge, Safari, Opera*/
7609
- color: @number-input-placeholder-color;
7610
- }
7611
-
7612
- :-moz-placeholder {
7613
- /* Firefox 4-18 */
7614
- color: @number-input-placeholder-color;
7615
- }
7616
7727
 
7617
- ::-moz-placeholder {
7618
- /* Firefox 19+ */
7619
- color: @number-input-placeholder-color;
7620
- }
7728
+ &.shorten {
7729
+ flex: 0 0 60px;
7730
+ min-width: 60px;
7731
+ }
7621
7732
 
7622
- :-ms-input-placeholder {
7623
- /* - Internet Explorer 10–11
7624
- - Internet Explorer Mobile 10-11 */
7625
- color: @number-input-placeholder-color !important;
7733
+ &.shortest {
7734
+ flex: 0 0 40px;
7735
+ min-width: 40px;
7736
+ }
7626
7737
  }
7627
7738
 
7628
- ::placeholder {
7629
- /* modern browser versions */
7630
- color: @number-input-placeholder-color;
7631
- }
7739
+ .size-reserved {
7740
+ color: @size-reserved-color;
7741
+ font-size: 12px;
7632
7742
 
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;
7743
+ .icon-font-arrow-right:before {
7744
+ color: @size-reserved-arrow-right-before-color;
7745
+ font-size: 10px;
7746
+ padding: 0 4px 0 4px;
7639
7747
  }
7640
- }
7641
7748
 
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;
7749
+ .icon-font-infinity:before {
7750
+ color: @size-reserved-infinity-before-color;
7751
+ font-size: 10px;
7651
7752
  }
7652
7753
  }
7653
7754
 
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;
7755
+ .size-chart {
7756
+ flex: 1 1 auto;
7757
+ min-width: 0;
7668
7758
 
7669
- &:hover {
7670
- color: @number-input-arrow-block-icon-hover-color;
7671
- }
7672
- }
7673
- }
7759
+ div.highcharts-tooltip {
7760
+ position: fixed !important;
7674
7761
 
7675
- &.disabled {
7676
- background-color: @number-input-disabled-bg-color;
7677
- opacity: 0.5;
7762
+ .igz-tooltip-wrapper {
7763
+ color: @size-chart-tooltip-wrapper-color;
7678
7764
 
7679
- .suffix-unit {
7680
- opacity: 0.5;
7681
- }
7765
+ &.used-capacity-tooltip-wrapper {
7766
+ .igz-row {
7767
+ .tooltip-label,
7768
+ .tooltip-value {
7769
+ text-overflow: unset;
7770
+ }
7771
+ }
7772
+ }
7682
7773
 
7683
- .igz-icon-dropup, .igz-icon-dropdown {
7684
- &, &:hover {
7685
- color: @number-input-disabled-icon-hover-color;
7686
- opacity: 0.5;
7687
- cursor: default;
7774
+ .tooltip-header {
7775
+ padding-bottom: 6px;
7776
+ margin-bottom: 5px;
7777
+ line-height: 1.1;
7778
+ text-align: center;
7779
+ }
7688
7780
  }
7689
7781
  }
7690
7782
  }
7691
- }
7692
7783
 
7693
- .step3, .step4 {
7694
- .additional-right-padding {
7695
- padding-right: 50px;
7784
+ .igz-highcharts-wrapper {
7785
+ height: 40px;
7786
+ position: relative;
7787
+ width: 100%;
7696
7788
  }
7697
7789
  }
7698
7790
 
@@ -7873,107 +7965,16 @@ yx-axis
7873
7965
  &:active {
7874
7966
  background-color: @create-item-btn-active-bg-color;
7875
7967
  box-shadow: @create-item-btn-active-box-shadow;
7876
- border: none;
7877
- }
7878
-
7879
- .igz-icon-add {
7880
- font-size: 10px;
7881
- line-height: 15px;
7882
- padding-right: 8px;
7883
- }
7884
- }
7885
- }
7886
- .igz-size {
7887
- .size-color-set();
7888
-
7889
- align-items: center;
7890
- display: flex;
7891
- justify-content: space-between;
7892
- min-height: 40px;
7893
-
7894
- &:after {
7895
- content: ' ';
7896
- display: inline-block;
7897
- vertical-align: middle;
7898
- }
7899
-
7900
- .size-value {
7901
- line-height: 1;
7902
- flex: 0 0 100px;
7903
- min-width: 100px;
7904
-
7905
- > span {
7906
- line-height: 25px;
7907
- }
7908
-
7909
- &.short {
7910
- flex: 0 0 75px;
7911
- min-width: 75px;
7912
- }
7913
-
7914
- &.shorten {
7915
- flex: 0 0 60px;
7916
- min-width: 60px;
7917
- }
7918
-
7919
- &.shortest {
7920
- flex: 0 0 40px;
7921
- min-width: 40px;
7922
- }
7923
- }
7924
-
7925
- .size-reserved {
7926
- color: @size-reserved-color;
7927
- font-size: 12px;
7928
-
7929
- .icon-font-arrow-right:before {
7930
- color: @size-reserved-arrow-right-before-color;
7931
- font-size: 10px;
7932
- padding: 0 4px 0 4px;
7933
- }
7934
-
7935
- .icon-font-infinity:before {
7936
- color: @size-reserved-infinity-before-color;
7937
- font-size: 10px;
7938
- }
7939
- }
7940
-
7941
- .size-chart {
7942
- flex: 1 1 auto;
7943
- min-width: 0;
7944
-
7945
- div.highcharts-tooltip {
7946
- position: fixed !important;
7947
-
7948
- .igz-tooltip-wrapper {
7949
- color: @size-chart-tooltip-wrapper-color;
7950
-
7951
- &.used-capacity-tooltip-wrapper {
7952
- .igz-row {
7953
- .tooltip-label,
7954
- .tooltip-value {
7955
- text-overflow: unset;
7956
- }
7957
- }
7958
- }
7959
-
7960
- .tooltip-header {
7961
- padding-bottom: 6px;
7962
- margin-bottom: 5px;
7963
- line-height: 1.1;
7964
- text-align: center;
7965
- }
7966
- }
7968
+ border: none;
7967
7969
  }
7968
- }
7969
7970
 
7970
- .igz-highcharts-wrapper {
7971
- height: 40px;
7972
- position: relative;
7973
- width: 100%;
7971
+ .igz-icon-add {
7972
+ font-size: 10px;
7973
+ line-height: 15px;
7974
+ padding-right: 8px;
7975
+ }
7974
7976
  }
7975
7977
  }
7976
-
7977
7978
  .igz-slider-input-block {
7978
7979
  .igz-slider-input-block-color-set();
7979
7980
 
@@ -10307,129 +10308,6 @@ ncl-breadcrumbs {
10307
10308
  }
10308
10309
  }
10309
10310
 
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
- }
10341
-
10342
- .row-collapse {
10343
- width: 40px;
10344
- flex: none;
10345
- justify-content: center;
10346
- align-items: flex-start;
10347
- line-height: 51px;
10348
-
10349
- .collapse-icon {
10350
- background-color: transparent;
10351
- position: absolute;
10352
-
10353
- &.igz-icon-right, &.igz-icon-down {
10354
- font-size: 12px;
10355
- .duskThree(0.64);
10356
- color: @color;
10357
-
10358
- &:hover {
10359
- color: @dusk-three;
10360
- }
10361
- }
10362
- }
10363
- }
10364
-
10365
- .item-row {
10366
- 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;
10376
-
10377
- .text-ellipsis {
10378
- width: auto;
10379
- }
10380
- }
10381
-
10382
- .item-class {
10383
- width: 168px;
10384
- padding-left: 16px;
10385
- }
10386
-
10387
- .field-label {
10388
- text-transform: capitalize;
10389
- }
10390
- }
10391
-
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;
10409
- }
10410
-
10411
- .actions-menu {
10412
- visibility: hidden;
10413
- align-items: flex-start;
10414
- line-height: 51px;
10415
- }
10416
-
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
- }
10430
- }
10431
- }
10432
-
10433
10311
  .ncl-breadcrumbs-dropdown {
10434
10312
  display: inline-grid;
10435
10313
 
@@ -10496,75 +10374,198 @@ ncl-breadcrumbs {
10496
10374
  color: @dusk-three;
10497
10375
  font-size: 13px;
10498
10376
 
10499
- &::-webkit-input-placeholder {
10500
- color: @pale-grey;
10377
+ &::-webkit-input-placeholder {
10378
+ color: @pale-grey;
10379
+ }
10380
+
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
10501
  }
10502
+ }
10503
+ }
10504
+ }
10502
10505
 
10503
- &::-moz-placeholder {
10504
- color: @pale-grey;
10505
- }
10506
+ .item-row {
10507
+ display: flex;
10508
+ flex-flow: row nowrap;
10509
+ align-items: center;
10506
10510
 
10507
- &:focus, &:active {
10508
- outline: none;
10509
- border: solid 1px @dark-sky-blue;
10511
+ .item-name {
10512
+ font-weight: bold;
10513
+ display: flex;
10514
+ flex-flow: row nowrap;
10515
+ align-items: baseline;
10516
+ width: 192px;
10510
10517
 
10511
- + .igz-icon-search {
10512
- color: @greyish-purple;
10513
- }
10518
+ .text-ellipsis {
10519
+ width: auto;
10520
+ }
10521
+ }
10514
10522
 
10515
- &::-webkit-input-placeholder {
10516
- color: transparent;
10517
- }
10523
+ .item-class {
10524
+ width: 168px;
10525
+ padding-left: 16px;
10526
+ }
10518
10527
 
10519
- &::-moz-placeholder {
10520
- color: transparent;
10521
- }
10522
- }
10523
- }
10528
+ .field-label {
10529
+ text-transform: capitalize;
10524
10530
  }
10525
10531
  }
10526
10532
 
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;
10533
+ .item-info-row {
10534
+ line-height: 30px;
10535
+ }
10537
10536
 
10538
- li {
10539
- height: 32px;
10540
- line-height: 32px;
10541
- width: 239px;
10537
+ .expanded-item-info-block {
10538
+ width: 100%;
10539
+ height: 100%;
10540
+ top: 0;
10541
+ padding: 10px 0;
10542
+ }
10542
10543
 
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
- }
10544
+ .collapsed-item-info-block {
10545
+ padding-left: 16px;
10546
+ white-space: nowrap;
10547
+ width: 100%;
10548
+ overflow: hidden;
10549
+ text-overflow: ellipsis;
10550
+ }
10555
10551
 
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
- }
10552
+ .actions-menu {
10553
+ visibility: hidden;
10554
+ align-items: flex-start;
10555
+ line-height: 51px;
10556
+ }
10564
10557
 
10565
- &:hover {
10566
- height: 32px;
10567
- background-color: @pale-grey-two;
10558
+ .single-action {
10559
+ visibility: hidden;
10560
+ align-items: flex-start;
10561
+ flex: none;
10562
+ padding-right: 4px;
10563
+
10564
+ .igz-action-panel {
10565
+ transition: unset;
10566
+
10567
+ .igz-action-item {
10568
+ margin: 4px 0 0 0;
10568
10569
  }
10569
10570
  }
10570
10571
  }
@@ -10726,6 +10727,32 @@ ncl-breadcrumbs {
10726
10727
  }
10727
10728
  }
10728
10729
  }
10730
+ .ncl-monaco {
10731
+ .ncl-monaco-wrapper {
10732
+ padding-top: 20px;
10733
+ height: 100%;
10734
+ border: 1px solid @pale-grey;
10735
+ background-color: @white;
10736
+
10737
+ &.no-top-padding {
10738
+ padding-top: 0;
10739
+ }
10740
+
10741
+ .ncl-monaco-top-row {
10742
+ display: block;
10743
+ }
10744
+
10745
+ .ncl-monaco-editor {
10746
+ height: 100%;
10747
+ }
10748
+ }
10749
+
10750
+ .ncl-monaco-dark {
10751
+ background-color: @vs-dark;
10752
+ }
10753
+ }
10754
+
10755
+
10729
10756
  .ncl-key-value-input {
10730
10757
  .input-wrapper {
10731
10758
  width: 100%;
@@ -10940,32 +10967,6 @@ ncl-breadcrumbs {
10940
10967
  }
10941
10968
  }
10942
10969
 
10943
- .ncl-monaco {
10944
- .ncl-monaco-wrapper {
10945
- padding-top: 20px;
10946
- height: 100%;
10947
- border: 1px solid @pale-grey;
10948
- background-color: @white;
10949
-
10950
- &.no-top-padding {
10951
- padding-top: 0;
10952
- }
10953
-
10954
- .ncl-monaco-top-row {
10955
- display: block;
10956
- }
10957
-
10958
- .ncl-monaco-editor {
10959
- height: 100%;
10960
- }
10961
- }
10962
-
10963
- .ncl-monaco-dark {
10964
- background-color: @vs-dark;
10965
- }
10966
- }
10967
-
10968
-
10969
10970
  ncl-navigation-tabs {
10970
10971
  .ncl-navigation-tabs-color-set();
10971
10972
 
@@ -12069,31 +12070,130 @@ ncl-navigation-tabs {
12069
12070
  width: 15%;
12070
12071
  }
12071
12072
 
12072
- .title-field-row .class-field, .item-row .item-class, .header-class {
12073
- margin-right: 16px;
12074
- width: 10%;
12075
- }
12073
+ .title-field-row .class-field, .item-row .item-class, .header-class {
12074
+ margin-right: 16px;
12075
+ width: 10%;
12076
+ }
12077
+
12078
+ .title-field-row .class-field {
12079
+ width: auto;
12080
+ }
12081
+ }
12082
+
12083
+ .ncl-text-size-dropdown {
12084
+ display: flex;
12085
+ justify-content: flex-end;
12086
+
12087
+ .text-size-action-item {
12088
+ width: 35px;
12089
+ height: 35px;
12090
+ margin: 0 8px 0 0;
12091
+ display: flex;
12092
+ justify-content: space-evenly;
12093
+ font-size: 18px;
12094
+
12095
+ .action-icon {
12096
+ &.igz-icon-decrease {
12097
+ font-size: 10px;
12098
+ }
12099
+ }
12100
+ }
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%;
12076
12171
 
12077
- .title-field-row .class-field {
12078
- width: auto;
12079
- }
12080
- }
12172
+ .function-runtime {
12173
+ .input-label {
12174
+ font-size: 14px;
12175
+ font-weight: 600;
12176
+ color: @dusk-three;
12177
+ }
12081
12178
 
12082
- .ncl-text-size-dropdown {
12083
- display: flex;
12084
- justify-content: flex-end;
12179
+ igz-default-dropdown {
12180
+ .default-dropdown {
12181
+ background-color: @white;
12085
12182
 
12086
- .text-size-action-item {
12087
- width: 35px;
12088
- height: 35px;
12089
- margin: 0 8px 0 0;
12090
- display: flex;
12091
- justify-content: space-evenly;
12092
- font-size: 18px;
12183
+ .default-dropdown-field {
12184
+ &:focus {
12185
+ background-color: inherit;
12186
+ }
12187
+ }
12188
+ }
12189
+ }
12093
12190
 
12094
- .action-icon {
12095
- &.igz-icon-decrease {
12096
- font-size: 10px;
12191
+ .bottom-bar {
12192
+ display: flex;
12193
+ justify-content: flex-end;
12194
+ margin-top: 48px;
12195
+ }
12196
+ }
12097
12197
  }
12098
12198
  }
12099
12199
  }
@@ -12361,105 +12461,6 @@ ncl-navigation-tabs {
12361
12461
  }
12362
12462
  }
12363
12463
 
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
- }
12399
-
12400
- igz-default-dropdown {
12401
- .default-dropdown {
12402
- background-color: @white;
12403
-
12404
- .default-dropdown-field {
12405
- &:focus {
12406
- background-color: inherit;
12407
- }
12408
- }
12409
- }
12410
- }
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
-
12422
- igz-validating-input-field {
12423
- margin-left: 2px;
12424
- }
12425
- }
12426
- }
12427
-
12428
- .function-runtime-wrapper {
12429
- width: 50%;
12430
- padding-left: 24px;
12431
- padding-right: 10%;
12432
-
12433
- .function-runtime {
12434
- .input-label {
12435
- font-size: 14px;
12436
- font-weight: 600;
12437
- color: @dusk-three;
12438
- }
12439
-
12440
- igz-default-dropdown {
12441
- .default-dropdown {
12442
- background-color: @white;
12443
-
12444
- .default-dropdown-field {
12445
- &:focus {
12446
- background-color: inherit;
12447
- }
12448
- }
12449
- }
12450
- }
12451
-
12452
- .bottom-bar {
12453
- display: flex;
12454
- justify-content: flex-end;
12455
- margin-top: 48px;
12456
- }
12457
- }
12458
- }
12459
- }
12460
- }
12461
- }
12462
-
12463
12464
  .function-import-wrapper-content {
12464
12465
  font-family: @font-family-sans-serif;
12465
12466
  padding-left: 3%;
@@ -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