iguazio.dashboard-controls 1.2.13 → 1.2.15

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.
@@ -5569,164 +5569,6 @@ yx-axis
5569
5569
  }
5570
5570
  }
5571
5571
  }
5572
- .igz-action-menu {
5573
- .action-menu-color-set();
5574
- .action-icon-color-set();
5575
-
5576
- opacity: 1;
5577
- position: relative;
5578
-
5579
- .menu-button {
5580
- color: @menu-btn-color;
5581
- cursor: pointer;
5582
- font-size: 18px;
5583
- height: 19px;
5584
- text-align: center;
5585
- transition: @igz-basic-transition-color;
5586
- width: 30px;
5587
-
5588
- &.active,
5589
- &:hover {
5590
- color: @menu-btn-active-hover-color;
5591
- }
5592
- }
5593
-
5594
- .menu-dropdown {
5595
- visibility: hidden;
5596
- background-color: @menu-dropdown-bg-color;
5597
- border: @menu-dropdown-border;
5598
- border-radius: 2px;
5599
- box-shadow: @menu-dropdown-box-shadow;
5600
- color: @menu-dropdown-color;
5601
- font-family: @font-family-sans-serif;
5602
- font-size: 13px;
5603
- font-weight: 500;
5604
- line-height: normal;
5605
- margin-top: 9px;
5606
- min-width: 129px;
5607
- padding: 8px 0 0;
5608
- position: absolute;
5609
- z-index: 10;
5610
- transform: translateX(-100%);
5611
-
5612
- .actions-list {
5613
- cursor: default;
5614
- padding-bottom: 8px;
5615
-
5616
- .tooltip {
5617
- // !important used to overwrite third-party's inline style
5618
- display: none !important;
5619
- }
5620
- }
5621
-
5622
- .igz-action-item {
5623
- color: @action-item-color;
5624
- cursor: pointer;
5625
- font-size: 13px;
5626
- font-weight: 400;
5627
- line-height: 32px;
5628
- padding: 0 18px;
5629
- text-align: left;
5630
- white-space: nowrap;
5631
-
5632
- &:hover,
5633
- &.subtemplate-show {
5634
- background-color: @action-item-hover-bg-color;
5635
- }
5636
-
5637
- &.inactive {
5638
- color: @action-item-inactive-color;
5639
- cursor: default;
5640
-
5641
- &:hover {
5642
- background-color: @menu-dropdown-bg-color;
5643
- }
5644
- }
5645
-
5646
- .action-icon {
5647
- color: @action-icon-color;
5648
- display: inline-block;
5649
- padding-right: 14px;
5650
-
5651
- &.icon-placeholder {
5652
- &:before {
5653
- content: '';
5654
- display: inline-block;
5655
- }
5656
- }
5657
-
5658
- &:before {
5659
- font-size: 16px;
5660
- position: relative;
5661
- text-align: center;
5662
- width: 20px;
5663
- top: 2px;
5664
- }
5665
- }
5666
-
5667
- .action-label {
5668
- display: inline-block;
5669
- }
5670
- }
5671
-
5672
- .shortcuts-list {
5673
- padding-bottom: 8px;
5674
-
5675
- &:not(.first-block) {
5676
- border-top: @shortcuts-list-not-first-block-border;
5677
- padding-top: 8px;
5678
- }
5679
- }
5680
-
5681
- .shortcuts-header {
5682
- font-family: @font-family-sans-serif;
5683
- color: @shortcuts-header-color;
5684
- line-height: 24px;
5685
- font-size: 13px;
5686
- font-weight: 400;
5687
- padding: 0 15px 4px 22px;
5688
- text-align: left;
5689
- }
5690
-
5691
- .shortcuts-item {
5692
- color: @shortcuts-item-color;
5693
- cursor: pointer;
5694
- font-weight: 400;
5695
- white-space: nowrap;
5696
- line-height: 32px;
5697
- padding: 0 26px 0 32px;
5698
- text-align: left;
5699
- transition: @igz-basic-transition-color;
5700
-
5701
- &:hover {
5702
- background-color: @shortcuts-item-hover-bg-color;
5703
- }
5704
-
5705
- }
5706
-
5707
- }
5708
-
5709
- &.small-action-menu {
5710
- .menu-button {
5711
- color: @small-action-menu-btn-color;
5712
- width: auto;
5713
- font-size: 12px;
5714
- display: inline-block;
5715
- height: auto;
5716
- margin: 0;
5717
- vertical-align: sub;
5718
- }
5719
-
5720
- .menu-dropdown {
5721
- margin: 0;
5722
- }
5723
- }
5724
-
5725
- .upward-menu {
5726
- transform: translate(-100%, -100%);
5727
- }
5728
- }
5729
-
5730
5572
  .igz-action-panel {
5731
5573
  .action-panel-color-set();
5732
5574
  .action-icon-color-set();
@@ -5937,63 +5779,221 @@ yx-axis
5937
5779
  }
5938
5780
  }
5939
5781
 
5940
- .auto-complete-wrapper {
5941
- .auto-complete-color-set();
5782
+ .igz-action-menu {
5783
+ .action-menu-color-set();
5784
+ .action-icon-color-set();
5942
5785
 
5786
+ opacity: 1;
5943
5787
  position: relative;
5944
5788
 
5945
- .input-row {
5946
- display: flex;
5947
- width: 100%;
5948
-
5949
- .auto-complete-input {
5950
- flex-grow: 3;
5951
- }
5789
+ .menu-button {
5790
+ color: @menu-btn-color;
5791
+ cursor: pointer;
5792
+ font-size: 18px;
5793
+ height: 19px;
5794
+ text-align: center;
5795
+ transition: @igz-basic-transition-color;
5796
+ width: 30px;
5952
5797
 
5953
- .auto-complete-filters {
5954
- width: 20%;
5798
+ &.active,
5799
+ &:hover {
5800
+ color: @menu-btn-active-hover-color;
5955
5801
  }
5956
5802
  }
5957
5803
 
5958
- .suggestions-row {
5959
- .auto-complete-suggestions-container {
5960
- position: absolute;
5961
- background-color: @auto-complete-suggestions-container-bg-color;
5962
- border-radius: 2px;
5963
- box-shadow: @auto-complete-suggestions-container-box-shadow;
5964
- color: @auto-complete-suggestions-container-color;
5965
- max-height: 220px;
5966
- overflow: auto;
5967
- z-index: 1000;
5968
- width: 100%;
5969
- margin-top: 2px;
5804
+ .menu-dropdown {
5805
+ visibility: hidden;
5806
+ background-color: @menu-dropdown-bg-color;
5807
+ border: @menu-dropdown-border;
5808
+ border-radius: 2px;
5809
+ box-shadow: @menu-dropdown-box-shadow;
5810
+ color: @menu-dropdown-color;
5811
+ font-family: @font-family-sans-serif;
5812
+ font-size: 13px;
5813
+ font-weight: 500;
5814
+ line-height: normal;
5815
+ margin-top: 9px;
5816
+ min-width: 129px;
5817
+ padding: 8px 0 0;
5818
+ position: absolute;
5819
+ z-index: 10;
5820
+ transform: translateX(-100%);
5970
5821
 
5971
- .list {
5972
- padding: 0;
5973
- margin: 0;
5822
+ .actions-list {
5823
+ cursor: default;
5824
+ padding-bottom: 8px;
5974
5825
 
5975
- .list-item {
5976
- color: @auto-complete-list-item-color;
5977
- font-family: @font-family-sans-serif;
5978
- font-size: 14px;
5979
- list-style-type: none;
5980
- margin: 0;
5981
- outline: none;
5982
- width: 100%;
5983
- min-height: 32px;
5826
+ .tooltip {
5827
+ // !important used to overwrite third-party's inline style
5828
+ display: none !important;
5829
+ }
5830
+ }
5984
5831
 
5985
- &:first-child {
5986
- margin-top: 7px;
5987
- }
5832
+ .igz-action-item {
5833
+ color: @action-item-color;
5834
+ cursor: pointer;
5835
+ font-size: 13px;
5836
+ font-weight: 400;
5837
+ line-height: 32px;
5838
+ padding: 0 18px;
5839
+ text-align: left;
5840
+ white-space: nowrap;
5988
5841
 
5989
- &:last-child {
5990
- margin-bottom: 4px;
5991
- }
5842
+ &:hover,
5843
+ &.subtemplate-show {
5844
+ background-color: @action-item-hover-bg-color;
5845
+ }
5992
5846
 
5993
- .list-item-block {
5994
- display: flex;
5995
- flex-flow: row nowrap;
5996
- align-items: center;
5847
+ &.inactive {
5848
+ color: @action-item-inactive-color;
5849
+ cursor: default;
5850
+
5851
+ &:hover {
5852
+ background-color: @menu-dropdown-bg-color;
5853
+ }
5854
+ }
5855
+
5856
+ .action-icon {
5857
+ color: @action-icon-color;
5858
+ display: inline-block;
5859
+ padding-right: 14px;
5860
+
5861
+ &.icon-placeholder {
5862
+ &:before {
5863
+ content: '';
5864
+ display: inline-block;
5865
+ }
5866
+ }
5867
+
5868
+ &:before {
5869
+ font-size: 16px;
5870
+ position: relative;
5871
+ text-align: center;
5872
+ width: 20px;
5873
+ top: 2px;
5874
+ }
5875
+ }
5876
+
5877
+ .action-label {
5878
+ display: inline-block;
5879
+ }
5880
+ }
5881
+
5882
+ .shortcuts-list {
5883
+ padding-bottom: 8px;
5884
+
5885
+ &:not(.first-block) {
5886
+ border-top: @shortcuts-list-not-first-block-border;
5887
+ padding-top: 8px;
5888
+ }
5889
+ }
5890
+
5891
+ .shortcuts-header {
5892
+ font-family: @font-family-sans-serif;
5893
+ color: @shortcuts-header-color;
5894
+ line-height: 24px;
5895
+ font-size: 13px;
5896
+ font-weight: 400;
5897
+ padding: 0 15px 4px 22px;
5898
+ text-align: left;
5899
+ }
5900
+
5901
+ .shortcuts-item {
5902
+ color: @shortcuts-item-color;
5903
+ cursor: pointer;
5904
+ font-weight: 400;
5905
+ white-space: nowrap;
5906
+ line-height: 32px;
5907
+ padding: 0 26px 0 32px;
5908
+ text-align: left;
5909
+ transition: @igz-basic-transition-color;
5910
+
5911
+ &:hover {
5912
+ background-color: @shortcuts-item-hover-bg-color;
5913
+ }
5914
+
5915
+ }
5916
+
5917
+ }
5918
+
5919
+ &.small-action-menu {
5920
+ .menu-button {
5921
+ color: @small-action-menu-btn-color;
5922
+ width: auto;
5923
+ font-size: 12px;
5924
+ display: inline-block;
5925
+ height: auto;
5926
+ margin: 0;
5927
+ vertical-align: sub;
5928
+ }
5929
+
5930
+ .menu-dropdown {
5931
+ margin: 0;
5932
+ }
5933
+ }
5934
+
5935
+ .upward-menu {
5936
+ transform: translate(-100%, -100%);
5937
+ }
5938
+ }
5939
+
5940
+ .auto-complete-wrapper {
5941
+ .auto-complete-color-set();
5942
+
5943
+ position: relative;
5944
+
5945
+ .input-row {
5946
+ display: flex;
5947
+ width: 100%;
5948
+
5949
+ .auto-complete-input {
5950
+ flex-grow: 3;
5951
+ }
5952
+
5953
+ .auto-complete-filters {
5954
+ width: 20%;
5955
+ }
5956
+ }
5957
+
5958
+ .suggestions-row {
5959
+ .auto-complete-suggestions-container {
5960
+ position: absolute;
5961
+ background-color: @auto-complete-suggestions-container-bg-color;
5962
+ border-radius: 2px;
5963
+ box-shadow: @auto-complete-suggestions-container-box-shadow;
5964
+ color: @auto-complete-suggestions-container-color;
5965
+ max-height: 220px;
5966
+ overflow: auto;
5967
+ z-index: 1000;
5968
+ width: 100%;
5969
+ margin-top: 2px;
5970
+
5971
+ .list {
5972
+ padding: 0;
5973
+ margin: 0;
5974
+
5975
+ .list-item {
5976
+ color: @auto-complete-list-item-color;
5977
+ font-family: @font-family-sans-serif;
5978
+ font-size: 14px;
5979
+ list-style-type: none;
5980
+ margin: 0;
5981
+ outline: none;
5982
+ width: 100%;
5983
+ min-height: 32px;
5984
+
5985
+ &:first-child {
5986
+ margin-top: 7px;
5987
+ }
5988
+
5989
+ &:last-child {
5990
+ margin-bottom: 4px;
5991
+ }
5992
+
5993
+ .list-item-block {
5994
+ display: flex;
5995
+ flex-flow: row nowrap;
5996
+ align-items: center;
5997
5997
  padding: 6px 16px;
5998
5998
  width: 100%;
5999
5999
 
@@ -7697,6 +7697,97 @@ yx-axis
7697
7697
  }
7698
7698
  }
7699
7699
  }
7700
+ .igz-size {
7701
+ .size-color-set();
7702
+
7703
+ align-items: center;
7704
+ display: flex;
7705
+ justify-content: space-between;
7706
+ min-height: 40px;
7707
+
7708
+ &:after {
7709
+ content: ' ';
7710
+ display: inline-block;
7711
+ vertical-align: middle;
7712
+ }
7713
+
7714
+ .size-value {
7715
+ line-height: 1;
7716
+ flex: 0 0 100px;
7717
+ min-width: 100px;
7718
+
7719
+ > span {
7720
+ line-height: 25px;
7721
+ }
7722
+
7723
+ &.short {
7724
+ flex: 0 0 75px;
7725
+ min-width: 75px;
7726
+ }
7727
+
7728
+ &.shorten {
7729
+ flex: 0 0 60px;
7730
+ min-width: 60px;
7731
+ }
7732
+
7733
+ &.shortest {
7734
+ flex: 0 0 40px;
7735
+ min-width: 40px;
7736
+ }
7737
+ }
7738
+
7739
+ .size-reserved {
7740
+ color: @size-reserved-color;
7741
+ font-size: 12px;
7742
+
7743
+ .icon-font-arrow-right:before {
7744
+ color: @size-reserved-arrow-right-before-color;
7745
+ font-size: 10px;
7746
+ padding: 0 4px 0 4px;
7747
+ }
7748
+
7749
+ .icon-font-infinity:before {
7750
+ color: @size-reserved-infinity-before-color;
7751
+ font-size: 10px;
7752
+ }
7753
+ }
7754
+
7755
+ .size-chart {
7756
+ flex: 1 1 auto;
7757
+ min-width: 0;
7758
+
7759
+ div.highcharts-tooltip {
7760
+ position: fixed !important;
7761
+
7762
+ .igz-tooltip-wrapper {
7763
+ color: @size-chart-tooltip-wrapper-color;
7764
+
7765
+ &.used-capacity-tooltip-wrapper {
7766
+ .igz-row {
7767
+ .tooltip-label,
7768
+ .tooltip-value {
7769
+ text-overflow: unset;
7770
+ }
7771
+ }
7772
+ }
7773
+
7774
+ .tooltip-header {
7775
+ padding-bottom: 6px;
7776
+ margin-bottom: 5px;
7777
+ line-height: 1.1;
7778
+ text-align: center;
7779
+ }
7780
+ }
7781
+ }
7782
+ }
7783
+
7784
+ .igz-highcharts-wrapper {
7785
+ height: 40px;
7786
+ position: relative;
7787
+ width: 100%;
7788
+ }
7789
+ }
7790
+
7700
7791
  .search-input {
7701
7792
  .search-input-color-set();
7702
7793
 
@@ -7884,101 +7975,10 @@ yx-axis
7884
7975
  }
7885
7976
  }
7886
7977
  }
7887
- .igz-size {
7888
- .size-color-set();
7889
-
7890
- align-items: center;
7891
- display: flex;
7892
- justify-content: space-between;
7893
- min-height: 40px;
7978
+ .igz-slider-input-block {
7979
+ .igz-slider-input-block-color-set();
7894
7980
 
7895
- &:after {
7896
- content: ' ';
7897
- display: inline-block;
7898
- vertical-align: middle;
7899
- }
7900
-
7901
- .size-value {
7902
- line-height: 1;
7903
- flex: 0 0 100px;
7904
- min-width: 100px;
7905
-
7906
- > span {
7907
- line-height: 25px;
7908
- }
7909
-
7910
- &.short {
7911
- flex: 0 0 75px;
7912
- min-width: 75px;
7913
- }
7914
-
7915
- &.shorten {
7916
- flex: 0 0 60px;
7917
- min-width: 60px;
7918
- }
7919
-
7920
- &.shortest {
7921
- flex: 0 0 40px;
7922
- min-width: 40px;
7923
- }
7924
- }
7925
-
7926
- .size-reserved {
7927
- color: @size-reserved-color;
7928
- font-size: 12px;
7929
-
7930
- .icon-font-arrow-right:before {
7931
- color: @size-reserved-arrow-right-before-color;
7932
- font-size: 10px;
7933
- padding: 0 4px 0 4px;
7934
- }
7935
-
7936
- .icon-font-infinity:before {
7937
- color: @size-reserved-infinity-before-color;
7938
- font-size: 10px;
7939
- }
7940
- }
7941
-
7942
- .size-chart {
7943
- flex: 1 1 auto;
7944
- min-width: 0;
7945
-
7946
- div.highcharts-tooltip {
7947
- position: fixed !important;
7948
-
7949
- .igz-tooltip-wrapper {
7950
- color: @size-chart-tooltip-wrapper-color;
7951
-
7952
- &.used-capacity-tooltip-wrapper {
7953
- .igz-row {
7954
- .tooltip-label,
7955
- .tooltip-value {
7956
- text-overflow: unset;
7957
- }
7958
- }
7959
- }
7960
-
7961
- .tooltip-header {
7962
- padding-bottom: 6px;
7963
- margin-bottom: 5px;
7964
- line-height: 1.1;
7965
- text-align: center;
7966
- }
7967
- }
7968
- }
7969
- }
7970
-
7971
- .igz-highcharts-wrapper {
7972
- height: 40px;
7973
- position: relative;
7974
- width: 100%;
7975
- }
7976
- }
7977
-
7978
- .igz-slider-input-block {
7979
- .igz-slider-input-block-color-set();
7980
-
7981
- position: relative;
7981
+ position: relative;
7982
7982
 
7983
7983
  .igz-slider-input-title {
7984
7984
  float: left;
@@ -9304,40 +9304,6 @@ body {
9304
9304
  }
9305
9305
  }
9306
9306
 
9307
- .duplicate-function-dialog-wrapper {
9308
- .main-content {
9309
- .field-group {
9310
- display: flex;
9311
- flex-wrap: wrap;
9312
- width: 450px;
9313
-
9314
- .field-label.function-name-label,
9315
- .field-input.function-name-input,
9316
- .field-input.function-configuration-input {
9317
- width: 100%;
9318
- }
9319
-
9320
- .field-label.function-configuration-label {
9321
- width: 100%;
9322
- line-height: 30px;
9323
- }
9324
-
9325
- .field-input.function-name-input,
9326
- .field-input.function-configuration-input {
9327
- .error {
9328
- top: 38px;
9329
- }
9330
- }
9331
-
9332
- .field-label.function-configuration-path {
9333
- font-size: 14px;
9334
- margin-left: 3px;
9335
- line-height: 30px;
9336
- }
9337
- }
9338
- }
9339
- }
9340
-
9341
9307
  .ncl-function-collapsing-row {
9342
9308
  background-color: @white;
9343
9309
  margin-bottom: 8px;
@@ -9472,6 +9438,55 @@ body {
9472
9438
  }
9473
9439
  }
9474
9440
 
9441
+ .duplicate-function-dialog-wrapper {
9442
+ .main-content {
9443
+ .field-group {
9444
+ display: flex;
9445
+ flex-wrap: wrap;
9446
+ width: 450px;
9447
+
9448
+ .field-label.function-name-label,
9449
+ .field-input.function-name-input,
9450
+ .field-input.function-configuration-input {
9451
+ width: 100%;
9452
+ }
9453
+
9454
+ .field-label.function-configuration-label {
9455
+ width: 100%;
9456
+ line-height: 30px;
9457
+ }
9458
+
9459
+ .field-input.function-name-input,
9460
+ .field-input.function-configuration-input {
9461
+ .error {
9462
+ top: 38px;
9463
+ }
9464
+ }
9465
+
9466
+ .field-label.function-configuration-path {
9467
+ font-size: 14px;
9468
+ margin-left: 3px;
9469
+ line-height: 30px;
9470
+ }
9471
+ }
9472
+ }
9473
+ }
9474
+
9475
+ .override-function-dialog {
9476
+ .sub-title {
9477
+ font-size: 16px;
9478
+ color: @silver-chalice-two;
9479
+ }
9480
+
9481
+ .buttons {
9482
+ display: flex;
9483
+
9484
+ .function-redirect-button {
9485
+ margin-right: auto;
9486
+ }
9487
+ }
9488
+ }
9489
+
9475
9490
  .ncl-edit-version {
9476
9491
  background: #f2f2f6;
9477
9492
  position: relative;
@@ -9730,290 +9745,81 @@ body {
9730
9745
  }
9731
9746
  }
9732
9747
 
9733
- .override-function-dialog {
9734
- .sub-title {
9735
- font-size: 16px;
9736
- color: @silver-chalice-two;
9737
- }
9748
+ .info-page-filters-bookmark {
9749
+ .info-page-filters-color-set();
9738
9750
 
9739
- .buttons {
9740
- display: flex;
9751
+ background-color: @filters-bookmark-bg-color;
9752
+ border-bottom-right-radius: 4px;
9753
+ border-top-right-radius: 4px;
9754
+ box-shadow: @filters-bookmark-box-shadow;
9755
+ color: @filters-bookmark-color;
9756
+ cursor: pointer;
9757
+ font-size: 10px;
9758
+ height: 22px;
9759
+ right: 0;
9760
+ line-height: 22px;
9761
+ position: absolute;
9762
+ text-align: center;
9763
+ top: 22px;
9764
+ transition: @igz-basic-transition;
9765
+ width: 18px;
9766
+ z-index: 998;
9741
9767
 
9742
- .function-redirect-button {
9743
- margin-right: auto;
9768
+ &:before {
9769
+ right: 3px;
9770
+ position: absolute;
9771
+ top: 6px;
9744
9772
  }
9745
- }
9746
- }
9747
9773
 
9748
- // Style rules for actions bar
9749
- .border-top > .igz-info-page-actions-bar {
9750
- .info-page-actions-bar-color-set();
9774
+ &:after {
9775
+ background-color: @filters-bookmark-after-bg-color;
9776
+ content: "";
9777
+ height: 100%;
9778
+ right: -6px;
9779
+ position: absolute;
9780
+ top: 0;
9781
+ width: 6px;
9782
+ }
9751
9783
 
9752
- border-top: @info-page-actions-bar-border-top;
9784
+ &.upper-pane-opened {
9785
+ top: 172px;
9786
+ }
9787
+
9788
+ &.info-page-filters-active {
9789
+ right: 249px;
9790
+ }
9791
+
9792
+ .bookmark-badge {
9793
+ position: absolute;
9794
+ top: -10px;
9795
+ right: -12px;
9796
+ box-shadow: @filters-bookmark-badge-box-shadow;
9797
+ }
9753
9798
  }
9754
9799
 
9755
- .igz-info-page-actions-bar {
9756
- .info-page-actions-bar-color-set();
9800
+ .info-page-filters {
9801
+ .info-page-filters-color-set();
9757
9802
 
9758
- background-color: @info-page-actions-bar-bg-color;
9803
+ background: @filters-bg;
9804
+ border: @filters-border;
9805
+ border-top: none;
9806
+ box-shadow: @filters-box-shadow;
9759
9807
  position: absolute;
9760
- top: 0;
9808
+ bottom: 0;
9761
9809
  right: 0;
9762
- left: 0;
9763
- height: 56px;
9764
- padding: 8px 20px 8px 16px;
9765
- border-bottom: @info-page-actions-bar-border-bottom;
9810
+ padding: 0 0 15px 0;
9811
+ top: 0;
9766
9812
  transition: @igz-basic-transition;
9813
+ width: 376px;
9814
+ z-index: 996;
9767
9815
 
9768
- &.upper-pane-opened {
9769
- top: 150px;
9770
- }
9816
+ &.ng-hide {
9817
+ right: -375px;
9771
9818
 
9772
- &.filters-opened {
9773
- right: 376px;
9774
- padding-right: 8px;
9775
- }
9776
-
9777
- &.info-pane-opened {
9778
- right: 379px;
9779
- padding-right: 8px;
9780
- }
9781
-
9782
- .actions-bar-left {
9783
- float: left;
9784
- height: 100%;
9785
- }
9786
-
9787
- .actions-bar-right {
9788
- float: right;
9789
- height: 100%;
9790
- text-align: right;
9791
- }
9792
-
9793
- &:before, &:after {
9794
- content: " ";
9795
- display: table;
9796
- }
9797
- &:after {
9798
- clear: both;
9799
- }
9800
-
9801
- .actions-panes-block {
9802
- padding-left: 16px;
9803
- border-left: @actions-panes-block-border-left;
9804
- }
9805
-
9806
- .actions-content-block {
9807
- margin: 0 8px 0 32px;
9808
- }
9809
-
9810
- .actions-buttons-block {
9811
- margin-left: 16px;
9812
- margin-top: 1px;
9813
-
9814
- [class^="igz-button"]:not(:first-child), [class*="igz-button"]:not(:first-child) {
9815
- margin-left: 8px;
9816
- }
9817
- }
9818
- }
9819
-
9820
- .igz-info-page-content-wrapper {
9821
- .info-page-content-color-set();
9822
-
9823
- position: absolute;
9824
- top: 56px;
9825
- right: 0;
9826
- bottom: 0;
9827
- left: 0;
9828
- padding-top: 0;
9829
- transition: @igz-basic-transition;
9830
- background-color: @page-content-bg-color;
9831
-
9832
- &.upper-pane-opened {
9833
- top: 216px;
9834
- }
9835
-
9836
- &.filters-opened {
9837
- right: 377px;
9838
- }
9839
-
9840
- &.info-pane-opened {
9841
- right: 379px;
9842
- }
9843
-
9844
- .igz-info-page-content {
9845
- min-width: 946px;
9846
- max-width: 100%;
9847
- padding: 40px 25px;
9848
- }
9849
- }
9850
-
9851
- igz-info-page-actions-bar {
9852
- .igz-info-page-actions-bar .actions-content-block {
9853
- margin-left: 14px;
9854
- }
9855
- }
9856
-
9857
- igz-info-page-content {
9858
- .info-page-content-color-set();
9859
-
9860
- .container-data-access-policy-table, .data-lifecycle-table {
9861
- &.common-table {
9862
- .common-table-header {
9863
- position: relative;
9864
- height: 49px;
9865
- line-height: 48px;
9866
-
9867
- .common-table-cell {
9868
- margin-top: -1px;
9869
- height: 49px;
9870
-
9871
- &.selected {
9872
- background-color: @common-table-cell-selected-bg-color;
9873
- border: @common-table-cell-selected-border;
9874
- }
9875
-
9876
- &:last-child {
9877
- margin-right: 0;
9878
- }
9879
-
9880
- &.actions-menu {
9881
- width: 0;
9882
- }
9883
-
9884
- &.check-all-rows {
9885
- padding-left: 30px;
9886
-
9887
- .action-checkbox-all {
9888
- padding-top: 2px;
9889
- }
9890
- }
9891
- }
9892
-
9893
- .common-table-cells-container {
9894
- margin-right: 45px;
9895
-
9896
- .common-table-cell {
9897
- height: 49px;
9898
- padding: 0 15px;
9899
- border-right: @common-table-cell-border-right;
9900
-
9901
- &:first-child {
9902
- padding-left: 7px;
9903
- }
9904
- }
9905
- }
9906
- }
9907
-
9908
- .common-table-body {
9909
- margin-top: 7px;
9910
-
9911
- .common-table-cell {
9912
- &.actions-menu {
9913
- width: 45px;
9914
- }
9915
- }
9916
- }
9917
-
9918
- .data-access-policy-layers, .data-lifecycle-layers {
9919
- &:last-child {
9920
- margin-bottom: 20px;
9921
- }
9922
- }
9923
- }
9924
-
9925
- .sortable-empty {
9926
- background-color: @sortable-empty-bg-color;
9927
- color: @sortable-empty-color;
9928
- font-size: 14px;
9929
- font-weight: 400;
9930
- font-family: 'Open Sans', sans-serif;
9931
- border-bottom: @sortable-empty-border;
9932
- border-left: @sortable-empty-border;
9933
- border-right: @sortable-empty-border;
9934
- padding-left: 70px;
9935
- height: 40px;
9936
- line-height: 38px;
9937
- }
9938
- }
9939
- }
9940
-
9941
-
9942
- .info-page-filters-bookmark {
9943
- .info-page-filters-color-set();
9944
-
9945
- background-color: @filters-bookmark-bg-color;
9946
- border-bottom-right-radius: 4px;
9947
- border-top-right-radius: 4px;
9948
- box-shadow: @filters-bookmark-box-shadow;
9949
- color: @filters-bookmark-color;
9950
- cursor: pointer;
9951
- font-size: 10px;
9952
- height: 22px;
9953
- right: 0;
9954
- line-height: 22px;
9955
- position: absolute;
9956
- text-align: center;
9957
- top: 22px;
9958
- transition: @igz-basic-transition;
9959
- width: 18px;
9960
- z-index: 998;
9961
-
9962
- &:before {
9963
- right: 3px;
9964
- position: absolute;
9965
- top: 6px;
9966
- }
9967
-
9968
- &:after {
9969
- background-color: @filters-bookmark-after-bg-color;
9970
- content: "";
9971
- height: 100%;
9972
- right: -6px;
9973
- position: absolute;
9974
- top: 0;
9975
- width: 6px;
9976
- }
9977
-
9978
- &.upper-pane-opened {
9979
- top: 172px;
9980
- }
9981
-
9982
- &.info-page-filters-active {
9983
- right: 249px;
9984
- }
9985
-
9986
- .bookmark-badge {
9987
- position: absolute;
9988
- top: -10px;
9989
- right: -12px;
9990
- box-shadow: @filters-bookmark-badge-box-shadow;
9991
- }
9992
- }
9993
-
9994
- .info-page-filters {
9995
- .info-page-filters-color-set();
9996
-
9997
- background: @filters-bg;
9998
- border: @filters-border;
9999
- border-top: none;
10000
- box-shadow: @filters-box-shadow;
10001
- position: absolute;
10002
- bottom: 0;
10003
- right: 0;
10004
- padding: 0 0 15px 0;
10005
- top: 0;
10006
- transition: @igz-basic-transition;
10007
- width: 376px;
10008
- z-index: 996;
10009
-
10010
- &.ng-hide {
10011
- right: -375px;
10012
-
10013
- > [class*="info-page-filters"] {
10014
- opacity: 0;
10015
- transition: @igz-basic-transition;
10016
- }
9819
+ > [class*="info-page-filters"] {
9820
+ opacity: 0;
9821
+ transition: @igz-basic-transition;
9822
+ }
10017
9823
  }
10018
9824
 
10019
9825
  .info-page-filters-title {
@@ -10279,18 +10085,212 @@ igz-info-page-content {
10279
10085
  }
10280
10086
  }
10281
10087
 
10282
- ncl-breadcrumbs {
10283
- .main-header-title {
10284
- &:not(.disable-behavior) {
10285
- &:hover .main-header-title-text {
10286
- color: @dark-sky-blue;
10287
- }
10288
- }
10289
-
10290
- &.disable-behavior {
10291
- color: @dusk-three;
10292
- }
10293
- }
10088
+ .igz-info-page-content-wrapper {
10089
+ .info-page-content-color-set();
10090
+
10091
+ position: absolute;
10092
+ top: 56px;
10093
+ right: 0;
10094
+ bottom: 0;
10095
+ left: 0;
10096
+ padding-top: 0;
10097
+ transition: @igz-basic-transition;
10098
+ background-color: @page-content-bg-color;
10099
+
10100
+ &.upper-pane-opened {
10101
+ top: 216px;
10102
+ }
10103
+
10104
+ &.filters-opened {
10105
+ right: 377px;
10106
+ }
10107
+
10108
+ &.info-pane-opened {
10109
+ right: 379px;
10110
+ }
10111
+
10112
+ .igz-info-page-content {
10113
+ min-width: 946px;
10114
+ max-width: 100%;
10115
+ padding: 40px 25px;
10116
+ }
10117
+ }
10118
+
10119
+ igz-info-page-actions-bar {
10120
+ .igz-info-page-actions-bar .actions-content-block {
10121
+ margin-left: 14px;
10122
+ }
10123
+ }
10124
+
10125
+ igz-info-page-content {
10126
+ .info-page-content-color-set();
10127
+
10128
+ .container-data-access-policy-table, .data-lifecycle-table {
10129
+ &.common-table {
10130
+ .common-table-header {
10131
+ position: relative;
10132
+ height: 49px;
10133
+ line-height: 48px;
10134
+
10135
+ .common-table-cell {
10136
+ margin-top: -1px;
10137
+ height: 49px;
10138
+
10139
+ &.selected {
10140
+ background-color: @common-table-cell-selected-bg-color;
10141
+ border: @common-table-cell-selected-border;
10142
+ }
10143
+
10144
+ &:last-child {
10145
+ margin-right: 0;
10146
+ }
10147
+
10148
+ &.actions-menu {
10149
+ width: 0;
10150
+ }
10151
+
10152
+ &.check-all-rows {
10153
+ padding-left: 30px;
10154
+
10155
+ .action-checkbox-all {
10156
+ padding-top: 2px;
10157
+ }
10158
+ }
10159
+ }
10160
+
10161
+ .common-table-cells-container {
10162
+ margin-right: 45px;
10163
+
10164
+ .common-table-cell {
10165
+ height: 49px;
10166
+ padding: 0 15px;
10167
+ border-right: @common-table-cell-border-right;
10168
+
10169
+ &:first-child {
10170
+ padding-left: 7px;
10171
+ }
10172
+ }
10173
+ }
10174
+ }
10175
+
10176
+ .common-table-body {
10177
+ margin-top: 7px;
10178
+
10179
+ .common-table-cell {
10180
+ &.actions-menu {
10181
+ width: 45px;
10182
+ }
10183
+ }
10184
+ }
10185
+
10186
+ .data-access-policy-layers, .data-lifecycle-layers {
10187
+ &:last-child {
10188
+ margin-bottom: 20px;
10189
+ }
10190
+ }
10191
+ }
10192
+
10193
+ .sortable-empty {
10194
+ background-color: @sortable-empty-bg-color;
10195
+ color: @sortable-empty-color;
10196
+ font-size: 14px;
10197
+ font-weight: 400;
10198
+ font-family: 'Open Sans', sans-serif;
10199
+ border-bottom: @sortable-empty-border;
10200
+ border-left: @sortable-empty-border;
10201
+ border-right: @sortable-empty-border;
10202
+ padding-left: 70px;
10203
+ height: 40px;
10204
+ line-height: 38px;
10205
+ }
10206
+ }
10207
+ }
10208
+
10209
+
10210
+ // Style rules for actions bar
10211
+ .border-top > .igz-info-page-actions-bar {
10212
+ .info-page-actions-bar-color-set();
10213
+
10214
+ border-top: @info-page-actions-bar-border-top;
10215
+ }
10216
+
10217
+ .igz-info-page-actions-bar {
10218
+ .info-page-actions-bar-color-set();
10219
+
10220
+ background-color: @info-page-actions-bar-bg-color;
10221
+ position: absolute;
10222
+ top: 0;
10223
+ right: 0;
10224
+ left: 0;
10225
+ height: 56px;
10226
+ padding: 8px 20px 8px 16px;
10227
+ border-bottom: @info-page-actions-bar-border-bottom;
10228
+ transition: @igz-basic-transition;
10229
+
10230
+ &.upper-pane-opened {
10231
+ top: 150px;
10232
+ }
10233
+
10234
+ &.filters-opened {
10235
+ right: 376px;
10236
+ padding-right: 8px;
10237
+ }
10238
+
10239
+ &.info-pane-opened {
10240
+ right: 379px;
10241
+ padding-right: 8px;
10242
+ }
10243
+
10244
+ .actions-bar-left {
10245
+ float: left;
10246
+ height: 100%;
10247
+ }
10248
+
10249
+ .actions-bar-right {
10250
+ float: right;
10251
+ height: 100%;
10252
+ text-align: right;
10253
+ }
10254
+
10255
+ &:before, &:after {
10256
+ content: " ";
10257
+ display: table;
10258
+ }
10259
+ &:after {
10260
+ clear: both;
10261
+ }
10262
+
10263
+ .actions-panes-block {
10264
+ padding-left: 16px;
10265
+ border-left: @actions-panes-block-border-left;
10266
+ }
10267
+
10268
+ .actions-content-block {
10269
+ margin: 0 8px 0 32px;
10270
+ }
10271
+
10272
+ .actions-buttons-block {
10273
+ margin-left: 16px;
10274
+ margin-top: 1px;
10275
+
10276
+ [class^="igz-button"]:not(:first-child), [class*="igz-button"]:not(:first-child) {
10277
+ margin-left: 8px;
10278
+ }
10279
+ }
10280
+ }
10281
+
10282
+ ncl-breadcrumbs {
10283
+ .main-header-title {
10284
+ &:not(.disable-behavior) {
10285
+ &:hover .main-header-title-text {
10286
+ color: @dark-sky-blue;
10287
+ }
10288
+ }
10289
+
10290
+ &.disable-behavior {
10291
+ color: @dusk-three;
10292
+ }
10293
+ }
10294
10294
 
10295
10295
  .igz-icon-right {
10296
10296
  font-size: 11px;
@@ -10448,44 +10448,6 @@ ncl-breadcrumbs {
10448
10448
  }
10449
10449
  }
10450
10450
 
10451
- .ncl-deploy-log-wrapper {
10452
- .log-panel {
10453
- .logs-common();
10454
- background-color: @dark-grey;
10455
- color: @light-grey-three;
10456
- padding: 5px;
10457
- margin: 21px 0 0 4px;
10458
- min-height: 280px;
10459
- max-height: 280px;
10460
- height: 280px;
10461
-
10462
- .log-entry {
10463
- .log-entry-time {
10464
- color: @solid-grey;
10465
- }
10466
-
10467
- .log-entry-level-debug{
10468
- color: @dusty-blue;
10469
- }
10470
-
10471
- .log-entry-level-info {
10472
- color: @cloudy-blue;
10473
- }
10474
-
10475
- .log-entry-level-warn{
10476
- color: @sunflower-yellow;
10477
- }
10478
-
10479
- .log-entry-level-error {
10480
- color: @darkish-pink;
10481
- }
10482
-
10483
- .log-entry-message {
10484
- font-weight: 600;
10485
- }
10486
- }
10487
- }
10488
- }
10489
10451
  .ncl-collapsing-row {
10490
10452
  margin-bottom: 9px;
10491
10453
 
@@ -10609,11 +10571,49 @@ ncl-breadcrumbs {
10609
10571
  }
10610
10572
  }
10611
10573
 
10612
- .ncl-edit-item {
10613
- width: 100%;
10614
- padding: 6px 0;
10574
+ .ncl-deploy-log-wrapper {
10575
+ .log-panel {
10576
+ .logs-common();
10577
+ background-color: @dark-grey;
10578
+ color: @light-grey-three;
10579
+ padding: 5px;
10580
+ margin: 21px 0 0 4px;
10581
+ min-height: 280px;
10582
+ max-height: 280px;
10583
+ height: 280px;
10615
10584
 
10616
- .title-field-row {
10585
+ .log-entry {
10586
+ .log-entry-time {
10587
+ color: @solid-grey;
10588
+ }
10589
+
10590
+ .log-entry-level-debug{
10591
+ color: @dusty-blue;
10592
+ }
10593
+
10594
+ .log-entry-level-info {
10595
+ color: @cloudy-blue;
10596
+ }
10597
+
10598
+ .log-entry-level-warn{
10599
+ color: @sunflower-yellow;
10600
+ }
10601
+
10602
+ .log-entry-level-error {
10603
+ color: @darkish-pink;
10604
+ }
10605
+
10606
+ .log-entry-message {
10607
+ font-weight: 600;
10608
+ }
10609
+ }
10610
+ }
10611
+ }
10612
+ .ncl-edit-item {
10613
+ width: 100%;
10614
+ padding: 6px 0;
10615
+
10616
+ .title-field-row {
10617
10617
  display: flex;
10618
10618
 
10619
10619
  .name-field {
@@ -10727,32 +10727,6 @@ ncl-breadcrumbs {
10727
10727
  }
10728
10728
  }
10729
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
-
10756
10730
  .ncl-key-value-input {
10757
10731
  .input-wrapper {
10758
10732
  width: 100%;
@@ -10967,6 +10941,32 @@ ncl-breadcrumbs {
10967
10941
  }
10968
10942
  }
10969
10943
 
10944
+ .ncl-monaco {
10945
+ .ncl-monaco-wrapper {
10946
+ padding-top: 20px;
10947
+ height: 100%;
10948
+ border: 1px solid @pale-grey;
10949
+ background-color: @white;
10950
+
10951
+ &.no-top-padding {
10952
+ padding-top: 0;
10953
+ }
10954
+
10955
+ .ncl-monaco-top-row {
10956
+ display: block;
10957
+ }
10958
+
10959
+ .ncl-monaco-editor {
10960
+ height: 100%;
10961
+ }
10962
+ }
10963
+
10964
+ .ncl-monaco-dark {
10965
+ background-color: @vs-dark;
10966
+ }
10967
+ }
10968
+
10969
+
10970
10970
  ncl-navigation-tabs {
10971
10971
  .ncl-navigation-tabs-color-set();
10972
10972
 
@@ -11421,6 +11421,91 @@ ncl-navigation-tabs {
11421
11421
  }
11422
11422
  }
11423
11423
 
11424
+ .function-event-wrapper {
11425
+ width: 600px;
11426
+ margin-bottom: -23px;
11427
+
11428
+ .header {
11429
+ display: flex;
11430
+ justify-content: space-between;
11431
+ border-bottom: 1px solid @pale-grey;
11432
+
11433
+ .title {
11434
+ font-size: 18px;
11435
+ }
11436
+ }
11437
+
11438
+ .content {
11439
+ border-bottom: 1px solid @pale-grey;
11440
+ padding: 16px 0 16px 16px;
11441
+
11442
+ .event-form {
11443
+ width: 88%;
11444
+
11445
+ .field-wrapper {
11446
+ display: flex;
11447
+ align-items: center;
11448
+ margin: 15px 0 0 0;
11449
+
11450
+ .field-label {
11451
+ font-size: 16px;
11452
+ margin-right: 10px;
11453
+ width: 195px;
11454
+ }
11455
+
11456
+ .field-content {
11457
+ width: 100%;
11458
+
11459
+ .ncl-monaco {
11460
+ height: 200px;
11461
+ }
11462
+
11463
+ .event-body {
11464
+ font-size: 13px;
11465
+ outline: none;
11466
+ border: 1px solid @pale-grey;
11467
+ resize: none;
11468
+ width: 100%;
11469
+ height: 100px;
11470
+ padding: 5px 5px 5px 16px;
11471
+ }
11472
+ }
11473
+ }
11474
+ }
11475
+
11476
+ .event-error {
11477
+ display: flex;
11478
+ font-size: 13px;
11479
+ align-items: center;
11480
+ justify-content: center;
11481
+ color: @darkish-pink;
11482
+ }
11483
+ }
11484
+
11485
+ .bottom-bar {
11486
+ height: 64px;
11487
+ display: flex;
11488
+ align-items: center;
11489
+ justify-content: flex-end;
11490
+
11491
+ .igz-button-primary {
11492
+ &.disabled {
11493
+ color: rgba(71, 64, 86, 0.24);
11494
+ border-radius: 2px;
11495
+ border: solid 1px #f3f3f6;
11496
+ background-color: #f3f3f6;
11497
+ cursor: default;
11498
+ display: inline-block;
11499
+
11500
+ &:hover {
11501
+ box-shadow: none;
11502
+ border: none;
11503
+ }
11504
+ }
11505
+ }
11506
+ }
11507
+ }
11508
+
11424
11509
  .ncl-edit-version-code {
11425
11510
  height: 100%;
11426
11511
  display: flex;
@@ -11633,90 +11718,65 @@ ncl-navigation-tabs {
11633
11718
  }
11634
11719
  }
11635
11720
 
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
- }
11721
+ .ncl-version-configuration {
11722
+ > .igz-scrollable-container {
11723
+ padding: 24px 25px 22px 41px;
11648
11724
  }
11649
11725
 
11650
- .content {
11651
- border-bottom: 1px solid @pale-grey;
11652
- padding: 16px 0 16px 16px;
11726
+ .ncl-version-configuration-wrapper {
11727
+ > .row {
11728
+ display: flex;
11729
+ justify-content: space-between;
11730
+ flex-wrap: wrap;
11653
11731
 
11654
- .event-form {
11655
- width: 88%;
11732
+ .configuration-block {
11733
+ padding: 16px 23px 16px;
11734
+ background-color: @white;
11735
+ border: solid 1px @pale-grey;
11736
+ flex-grow: 1;
11737
+ flex-basis: 500px;
11738
+ margin-right: 16px;
11739
+ margin-bottom: 16px;
11656
11740
 
11657
- .field-wrapper {
11658
- display: flex;
11659
- align-items: center;
11660
- margin: 15px 0 0 0;
11741
+ &.invisible {
11742
+ visibility: hidden;
11743
+ }
11661
11744
 
11662
- .field-label {
11745
+ .title {
11663
11746
  font-size: 16px;
11664
- margin-right: 10px;
11665
- width: 195px;
11747
+ font-weight: bold;
11748
+ font-style: normal;
11749
+ font-stretch: normal;
11750
+ letter-spacing: normal;
11751
+ text-align: left;
11752
+ color: @dusk-three;
11753
+ margin-bottom: 12px;
11666
11754
  }
11667
11755
 
11668
- .field-content {
11669
- width: 100%;
11670
-
11671
- .ncl-monaco {
11672
- height: 200px;
11756
+ .row {
11757
+ .label {
11758
+ display: block;
11759
+ font-family: Roboto, sans-serif;
11760
+ font-size: 14px;
11761
+ font-weight: 500;
11762
+ font-style: normal;
11763
+ font-stretch: normal;
11764
+ letter-spacing: normal;
11765
+ text-align: left;
11766
+ color: @dusk-three;
11767
+ padding: 0;
11673
11768
  }
11769
+ }
11674
11770
 
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;
11771
+ .ncl-version-configuration-labels, .ncl-version-configuration-annotations {
11772
+ .more-info-wrapper {
11773
+ height: 20px;
11683
11774
  }
11684
11775
  }
11685
11776
  }
11686
11777
  }
11687
-
11688
- .event-error {
11689
- display: flex;
11690
- font-size: 13px;
11691
- align-items: center;
11692
- justify-content: center;
11693
- color: @darkish-pink;
11694
- }
11695
- }
11696
-
11697
- .bottom-bar {
11698
- height: 64px;
11699
- display: flex;
11700
- align-items: center;
11701
- justify-content: flex-end;
11702
-
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
- }
11717
- }
11718
- }
11719
- }
11778
+ }
11779
+ }
11720
11780
 
11721
11781
  .ncl-version-execution-log {
11722
11782
  .control-panel-log-color-set();
@@ -11823,9 +11883,18 @@ ncl-navigation-tabs {
11823
11883
  padding-left: 15px;
11824
11884
  padding-right: 15px;
11825
11885
  }
11886
+
11887
+ .checkboxes-dropdown-title {
11888
+ text-transform: initial;
11889
+ font-size: 14px;
11890
+ }
11826
11891
  }
11827
11892
  }
11828
11893
 
11894
+ .online-replicas__checkbox {
11895
+ margin: 5px 0;
11896
+ }
11897
+
11829
11898
  .igz-multiple-checkboxes {
11830
11899
  .checkboxes-dropdown-container {
11831
11900
  position: unset;
@@ -11834,66 +11903,6 @@ ncl-navigation-tabs {
11834
11903
  }
11835
11904
  }
11836
11905
 
11837
- .ncl-version-configuration {
11838
- > .igz-scrollable-container {
11839
- padding: 24px 25px 22px 41px;
11840
- }
11841
-
11842
- .ncl-version-configuration-wrapper {
11843
- > .row {
11844
- display: flex;
11845
- justify-content: space-between;
11846
- flex-wrap: wrap;
11847
-
11848
- .configuration-block {
11849
- padding: 16px 23px 16px;
11850
- background-color: @white;
11851
- border: solid 1px @pale-grey;
11852
- flex-grow: 1;
11853
- flex-basis: 500px;
11854
- margin-right: 16px;
11855
- margin-bottom: 16px;
11856
-
11857
- &.invisible {
11858
- visibility: hidden;
11859
- }
11860
-
11861
- .title {
11862
- font-size: 16px;
11863
- font-weight: bold;
11864
- font-style: normal;
11865
- font-stretch: normal;
11866
- letter-spacing: normal;
11867
- text-align: left;
11868
- color: @dusk-three;
11869
- margin-bottom: 12px;
11870
- }
11871
-
11872
- .row {
11873
- .label {
11874
- display: block;
11875
- font-family: Roboto, sans-serif;
11876
- font-size: 14px;
11877
- font-weight: 500;
11878
- font-style: normal;
11879
- font-stretch: normal;
11880
- letter-spacing: normal;
11881
- text-align: left;
11882
- color: @dusk-three;
11883
- padding: 0;
11884
- }
11885
- }
11886
-
11887
- .ncl-version-configuration-labels, .ncl-version-configuration-annotations {
11888
- .more-info-wrapper {
11889
- height: 20px;
11890
- }
11891
- }
11892
- }
11893
- }
11894
- }
11895
- }
11896
-
11897
11906
  .ncl-version-monitoring {
11898
11907
  > .igz-scrollable-container {
11899
11908
  padding: 24px 25px 22px 41px;
@@ -12100,105 +12109,6 @@ ncl-navigation-tabs {
12100
12109
  }
12101
12110
  }
12102
12111
 
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
-
12202
12112
  .function-from-template-content {
12203
12113
  .ncl-function-from-template-color-set();
12204
12114
 
@@ -12461,71 +12371,100 @@ ncl-navigation-tabs {
12461
12371
  }
12462
12372
  }
12463
12373
 
12464
- .function-import-wrapper-content {
12465
- font-family: @font-family-sans-serif;
12466
- padding-left: 3%;
12467
- width: 96%;
12468
-
12469
- .function-import-form {
12470
- display: flex;
12471
- align-items: flex-end;
12472
- margin-bottom: 10px;
12473
-
12474
- .projects-drop-down {
12475
- margin-right: 48px;
12476
-
12477
- .input-label {
12478
- font-size: 14px;
12479
- font-weight: 600;
12480
- color: @dusk-three;
12481
- }
12374
+ .function-from-scratch-content {
12375
+ .splash-screen {
12376
+ top: 0;
12377
+ }
12482
12378
 
12483
- igz-default-dropdown {
12484
- .default-dropdown {
12485
- background-color: @white;
12379
+ .title-wrapper {
12380
+ margin-left: 50px;
12486
12381
 
12487
- .default-dropdown-field {
12488
- &:focus {
12489
- background-color: inherit;
12490
- }
12491
- }
12492
- }
12493
- }
12382
+ .title {
12383
+ color: @dusk-three;
12384
+ font-size: 16px;
12385
+ font-weight: bold;
12494
12386
  }
12387
+ }
12495
12388
 
12496
- .function-import-actions-bar {
12389
+ .function-configuration {
12390
+ margin: 28px 0 0 0;
12391
+
12392
+ .configuration-form {
12497
12393
  display: flex;
12498
12394
 
12499
- .function-import-file-picker {
12500
- .file-picker-wrapper {
12501
- margin: 0;
12502
- line-height: 34px;
12395
+ .function-name-wrapper {
12396
+ width: 50%;
12397
+ display: flex;
12398
+ padding: 0 24px 0 74px;
12503
12399
 
12504
- .igz-icon-upload {
12505
- margin-right: 10px;
12400
+ .projects-drop-down {
12401
+ width: 40%;
12402
+ margin-right: 48px;
12403
+
12404
+ .input-label {
12405
+ font-size: 14px;
12406
+ font-weight: 600;
12407
+ color: @dusk-three;
12506
12408
  }
12507
- }
12508
12409
 
12509
- .function-import-input {
12510
- opacity: 0;
12511
- position: absolute;
12512
- z-index: -1;
12410
+ igz-default-dropdown {
12411
+ .default-dropdown {
12412
+ background-color: @white;
12413
+
12414
+ .default-dropdown-field {
12415
+ &:focus {
12416
+ background-color: inherit;
12417
+ }
12418
+ }
12419
+ }
12420
+ }
12421
+ }
12422
+
12423
+ .function-name {
12424
+ width: 100%;
12425
+
12426
+ .input-label {
12427
+ font-size: 14px;
12428
+ font-weight: 600;
12429
+ color: @dusk-three;
12430
+ }
12431
+
12432
+ igz-validating-input-field {
12433
+ margin-left: 2px;
12434
+ }
12513
12435
  }
12514
12436
  }
12515
- }
12516
- }
12517
12437
 
12518
- .splash-screen {
12519
- top: 0;
12520
- }
12438
+ .function-runtime-wrapper {
12439
+ width: 50%;
12440
+ padding-left: 24px;
12441
+ padding-right: 10%;
12521
12442
 
12522
- .function-import-monaco {
12523
- .ncl-monaco {
12524
- height: 370px;
12525
- width: 100%;
12443
+ .function-runtime {
12444
+ .input-label {
12445
+ font-size: 14px;
12446
+ font-weight: 600;
12447
+ color: @dusk-three;
12448
+ }
12526
12449
 
12527
- .monaco-code-editor {
12528
- height: 100%;
12450
+ igz-default-dropdown {
12451
+ .default-dropdown {
12452
+ background-color: @white;
12453
+
12454
+ .default-dropdown-field {
12455
+ &:focus {
12456
+ background-color: inherit;
12457
+ }
12458
+ }
12459
+ }
12460
+ }
12461
+
12462
+ .bottom-bar {
12463
+ display: flex;
12464
+ justify-content: flex-end;
12465
+ margin-top: 48px;
12466
+ }
12467
+ }
12529
12468
  }
12530
12469
  }
12531
12470
  }
@@ -13223,6 +13162,76 @@ ncl-navigation-tabs {
13223
13162
  }
13224
13163
  }
13225
13164
 
13165
+ .function-import-wrapper-content {
13166
+ font-family: @font-family-sans-serif;
13167
+ padding-left: 3%;
13168
+ width: 96%;
13169
+
13170
+ .function-import-form {
13171
+ display: flex;
13172
+ align-items: flex-end;
13173
+ margin-bottom: 10px;
13174
+
13175
+ .projects-drop-down {
13176
+ margin-right: 48px;
13177
+
13178
+ .input-label {
13179
+ font-size: 14px;
13180
+ font-weight: 600;
13181
+ color: @dusk-three;
13182
+ }
13183
+
13184
+ igz-default-dropdown {
13185
+ .default-dropdown {
13186
+ background-color: @white;
13187
+
13188
+ .default-dropdown-field {
13189
+ &:focus {
13190
+ background-color: inherit;
13191
+ }
13192
+ }
13193
+ }
13194
+ }
13195
+ }
13196
+
13197
+ .function-import-actions-bar {
13198
+ display: flex;
13199
+
13200
+ .function-import-file-picker {
13201
+ .file-picker-wrapper {
13202
+ margin: 0;
13203
+ line-height: 34px;
13204
+
13205
+ .igz-icon-upload {
13206
+ margin-right: 10px;
13207
+ }
13208
+ }
13209
+
13210
+ .function-import-input {
13211
+ opacity: 0;
13212
+ position: absolute;
13213
+ z-index: -1;
13214
+ }
13215
+ }
13216
+ }
13217
+ }
13218
+
13219
+ .splash-screen {
13220
+ top: 0;
13221
+ }
13222
+
13223
+ .function-import-monaco {
13224
+ .ncl-monaco {
13225
+ height: 370px;
13226
+ width: 100%;
13227
+
13228
+ .monaco-code-editor {
13229
+ height: 100%;
13230
+ }
13231
+ }
13232
+ }
13233
+ }
13234
+
13226
13235
  .function-from-template-dialog-wrapper {
13227
13236
  .title {
13228
13237
  font-size: 20px;
@@ -13259,814 +13268,814 @@ ncl-navigation-tabs {
13259
13268
  }
13260
13269
  }
13261
13270
 
13262
- @desktop: 1350px;
13263
- @desktop-low: 1202px;
13264
- @desktop-middle: 1550px;
13271
+ .ncl-test-events-logs {
13272
+ padding: 6px 17px 25px;
13273
+ background-color: @white;
13265
13274
 
13266
- .ncl-version-configuration-basic-settings {
13267
- .row {
13275
+ .functional-buttons {
13276
+ .duskThree(0.64);
13268
13277
  display: flex;
13269
- justify-content: space-between;
13278
+ justify-content: flex-end;
13279
+ color: @color;
13280
+ font-size: 16px;
13270
13281
 
13271
- &:not(:last-child) {
13272
- margin-bottom: 23px;
13273
- }
13282
+ > div {
13283
+ margin-right: 24px;
13274
13284
 
13275
- &:last-child {
13276
- margin-bottom: 4px;
13285
+ &:hover {
13286
+ color: @dusk-three;
13287
+ }
13277
13288
  }
13289
+ }
13278
13290
 
13279
- &.enable-checkbox {
13280
- justify-content: flex-start;
13281
- margin-bottom: 18px;
13282
- }
13291
+ .collapsed-row {
13292
+ .black(0.2);
13293
+ display: flex;
13294
+ align-items: center;
13295
+ position: relative;
13296
+ height: 36px;
13297
+ background-color: @white;
13298
+ color: @dusk-three;
13299
+ box-shadow: 1.7px 1.1px 4px 0 @color;
13300
+ border: solid 1px @pale-grey;
13301
+ margin-bottom: 10px;
13283
13302
 
13284
- > div {
13285
- flex: 1;
13303
+ .igz-icon-right {
13304
+ .duskThree(0.64);
13305
+ font-size: 12px;
13306
+ color: @color;
13307
+ margin: 0 8px 0 12px;
13286
13308
 
13287
- &:not(:last-child) {
13288
- margin-right: 46px;
13309
+ &::before {
13310
+ vertical-align: text-bottom;
13289
13311
  }
13312
+ }
13290
13313
 
13291
- .label {
13292
- padding: 0;
13293
- margin-bottom: 5px;
13314
+ .level-icon {
13315
+ display: inline-block;
13316
+ margin-right: 8px;
13317
+ width: 20px;
13318
+ text-align: center;
13319
+
13320
+ &::before {
13321
+ font-size: 16px;
13322
+ vertical-align: text-bottom;
13294
13323
  }
13295
13324
 
13296
- &.timeout-block {
13297
- .label {
13298
- margin-bottom: 3px;
13325
+ &.ncl-icon-debug {
13326
+ color: @orangish;
13327
+
13328
+ &::before {
13329
+ font-size: 18px;
13299
13330
  }
13331
+ }
13300
13332
 
13301
- .timeout-values {
13302
- margin-left: 27px;
13333
+ &.igz-icon-info-round {
13334
+ color: @orangish;
13335
+ }
13303
13336
 
13304
- .inputs {
13305
- display: flex;
13306
- align-items: center;
13337
+ &.igz-icon-warning {
13338
+ color: @orangish;
13339
+ }
13307
13340
 
13308
- .values-label {
13309
- .duskThree(0.9);
13310
- margin: 0 17px 0 8px;
13311
- font-size: 14px;
13312
- font-weight: normal;
13313
- font-style: normal;
13314
- letter-spacing: normal;
13315
- text-align: left;
13316
- color: @color;
13317
- }
13318
- }
13319
- }
13341
+ &.igz-icon-cancel-path {
13342
+ color: @orangish;
13320
13343
  }
13321
13344
  }
13322
13345
 
13323
- .logger-block {
13324
- display: flex;
13325
- margin-top: 3px;
13346
+ .date {
13347
+ display: inline-block;
13348
+ width: 230px;
13349
+ font-size: 14px;
13350
+ font-weight: bold;
13351
+ margin-right: 15px;
13352
+ }
13326
13353
 
13327
- .logger-dropdown {
13328
- .default-dropdown {
13329
- position: relative;
13330
- height: 36px;
13354
+ .message {
13355
+ display: inline-block;
13356
+ width: 200px;
13357
+ margin-right: 30px;
13358
+ }
13331
13359
 
13332
- .dropdown-overlap {
13333
- z-index: 100;
13334
- }
13335
- }
13336
- }
13337
-
13338
- > div {
13339
- flex: 1;
13340
-
13341
- &:not(:last-child) {
13342
- margin-right: 16px;
13343
- }
13344
-
13345
- .label {
13346
- padding: 0;
13347
- margin-bottom: 5px;
13348
- }
13349
-
13350
- &.logger-input {
13351
- flex-grow: 1.95;
13352
- }
13353
- }
13354
- }
13355
- }
13356
- }
13357
-
13358
- .ncl-version-configuration-build {
13359
- &.disabled {
13360
- opacity: .5;
13361
- }
13362
-
13363
- .build-field {
13364
- margin-bottom: 23px;
13365
-
13366
- &.build-base-image-field {
13367
- padding-right: 10px;
13368
- }
13369
-
13370
- &.build-onbuild-image-field {
13371
- padding-left: 10px;
13372
- }
13373
-
13374
- .field-label {
13375
- font-family: @font-family-sans-serif;
13360
+ .ncl-icon-parameters {
13361
+ .duskThree(0.64);
13362
+ color: @color;
13376
13363
  font-size: 14px;
13377
- font-weight: 500;
13378
- text-align: left;
13379
- color: @dusk-three;
13380
- }
13381
-
13382
- .label-with-tooltip {
13383
- height: 20px;
13384
- }
13385
-
13386
- .validating-input-field {
13387
- .input-field {
13388
- padding: 0 10px 0 17px;
13389
- }
13390
-
13391
- .input-placeholder {
13392
- left: 18px;
13393
- font-style: italic;
13394
- font-size: 14px;
13395
- }
13396
- }
13397
-
13398
- .build-textarea-input {
13399
- &.build-commands-input {
13400
- .textarea-field {
13401
- height: 150px;
13402
- }
13403
- }
13404
-
13405
- .textarea-field {
13406
- height: 70px;
13407
- resize: none;
13408
- white-space: pre;
13409
- overflow: auto;
13410
- }
13411
- }
13412
- }
13413
-
13414
- .build-checkboxes {
13415
- display: flex;
13416
-
13417
- .checkbox-block {
13418
- display: inline-flex;
13419
- align-items: baseline;
13420
- margin-right: 15px;
13364
+ position: absolute;
13365
+ top: 9px;
13366
+ right: 9px;
13421
13367
  }
13422
13368
  }
13423
13369
 
13424
- .files-field {
13425
- margin-bottom: 1px;
13370
+ .expanded-row {
13371
+ background-color: @white;
13372
+ color: @dusk-three;
13373
+ border: solid 1px @pale-grey;
13374
+ margin-bottom: 10px;
13426
13375
 
13427
- .uploading-files {
13428
- margin-top: -6px;
13376
+ .header {
13377
+ position: relative;
13429
13378
  display: flex;
13379
+ align-items: center;
13380
+ height: 34px;
13430
13381
 
13431
- .file-block {
13432
- height: 32px;
13433
- border-radius: 2px;
13434
- background-color: @light-grayish-blue;
13435
- border: solid 1px @pale-grey;
13382
+ .igz-icon-down {
13383
+ .duskThree(0.64);
13384
+ font-size: 12px;
13385
+ color: @color;
13386
+ margin: 0 8px 0 12px;
13436
13387
 
13437
- .file-name {
13438
- height: 14px;
13439
- font-family: @font-family-sans-serif;
13440
- font-size: 14px;
13441
- line-height: 1.38;
13388
+ &::before {
13389
+ vertical-align: text-bottom;
13442
13390
  }
13391
+ }
13443
13392
 
13444
- .ncl-icon-script,
13445
- .ncl-icon-file,
13446
- .file-name {
13447
- display: inline-block;
13393
+ .level-icon {
13394
+ display: inline-block;
13395
+ margin-right: 8px;
13396
+ width: 20px;
13397
+ text-align: center;
13398
+
13399
+ &::before {
13400
+ font-size: 16px;
13401
+ vertical-align: text-bottom;
13448
13402
  }
13449
13403
 
13450
- .progress {
13451
- position: absolute;
13452
- background-color: @white;
13453
- display: inline-block;
13454
- width: 95px;
13455
- height: 6px;
13456
- border: 1px solid @pale-grey;
13457
- border-radius: 2px;
13458
- top: 13px;
13459
- right: 28px;
13404
+ &.ncl-icon-debug {
13405
+ color: @orangish;
13460
13406
 
13461
- .progress-bar {
13462
- border-radius: 2px;
13463
- background-color: @dark-sky-blue;
13407
+ &::before {
13408
+ font-size: 18px;
13464
13409
  }
13465
13410
  }
13466
13411
 
13467
- .build-close-button {
13468
- position: absolute;
13469
- right: 13px;
13470
- width: 10px;
13471
- height: 10px;
13472
- border: none;
13473
- outline: none;
13474
- background: none;
13475
- margin-top: 3px;
13476
- font-size: 10px;
13412
+ &.igz-icon-info-round {
13413
+ color: @orangish;
13477
13414
  }
13478
13415
 
13479
- .ncl-icon-file {
13480
- font-size: 20px;
13416
+ &.igz-icon-warning {
13417
+ color: @orangish;
13481
13418
  }
13482
13419
 
13483
- .ncl-icon-script,
13484
- .ncl-icon-file,
13485
- .ncl-icon-close {
13486
- color: @greyish-purple;
13420
+ &.igz-icon-cancel-path {
13421
+ color: @orangish;
13487
13422
  }
13488
13423
  }
13489
13424
 
13490
- .uploading-proccess-wrapper {
13491
- width: 100%;
13492
- flex-grow: 2.5;
13493
-
13494
- .uploading {
13495
- position: relative;
13496
- padding: 6px 130px 6px 8px;
13497
-
13498
- .progress-percents {
13499
- margin-left: 15px;
13500
- color: @dark-grey;
13501
- }
13502
-
13503
- .file-name {
13504
- margin-left: 8px;
13505
- color: @dark-sky-blue;
13506
- text-overflow: ellipsis;
13507
- }
13425
+ .date {
13426
+ display: inline-block;
13427
+ width: 230px;
13428
+ font-size: 14px;
13429
+ font-weight: bold;
13430
+ margin-right: 15px;
13431
+ }
13508
13432
 
13509
- .ncl-icon-script {
13510
- font-size: 12px;
13511
- }
13512
- }
13433
+ .ncl-icon-parameters {
13434
+ .duskThree(0.64);
13435
+ position: absolute;
13436
+ top: 9px;
13437
+ right: 9px;
13438
+ color: @color;
13439
+ font-size: 14px;
13440
+ }
13441
+ }
13513
13442
 
13514
- .uploading-file {
13515
- padding: 3px 55px 3px 8px;
13443
+ .expanded-body {
13444
+ font-size: 14px;
13445
+ color: @dusk-three;
13516
13446
 
13517
- .file-name {
13518
- vertical-align: top;
13519
- margin: 4px;
13520
- margin-left: 9px;
13521
- }
13522
- }
13447
+ .error {
13448
+ width: 71%;
13449
+ border-radius: 3px;
13450
+ background-color: #fbe5e8;
13451
+ border: solid 1px @darkish-pink;
13452
+ color: @darkish-pink;
13453
+ word-wrap: break-word;
13454
+ margin-left: 62px;
13455
+ padding: 12px;
13456
+ margin-bottom: 16px;
13523
13457
  }
13524
13458
 
13525
- .one-file-uploaded {
13526
- margin-right: 16px;
13459
+ .message {
13460
+ display: inline-block;
13461
+ width: 70%;
13462
+ word-wrap: break-word;
13463
+ margin: 0 0 16px 62px;
13527
13464
  }
13528
13465
 
13529
- .uploaded-wrapper {
13530
- width: 100%;
13531
- display: flex;
13532
- justify-content: space-between;
13533
-
13534
- .uploaded {
13535
- position: relative;
13536
- flex-grow: 1;
13537
- padding: 6px 40px 6px 8px;
13538
-
13539
- .file-name {
13540
- margin-left: 9px;
13541
- color: @dusk-three;
13466
+ .parameters {
13467
+ padding: 0 62px 16px;
13542
13468
 
13543
- .uploaded-file-directory {
13544
- margin-left: 8px;
13545
- color: @dark-greyish-blue;
13546
- }
13547
- }
13469
+ .parameters-header {
13470
+ font-weight: bold;
13548
13471
  }
13549
13472
 
13550
- .uploaded-file {
13551
- padding: 3px 55px 3px 8px;
13473
+ > div {
13474
+ display: flex;
13475
+ line-height: 2;
13552
13476
 
13553
- .file-name {
13554
- margin: 4px 4px 4px 9px;
13555
- vertical-align: top;
13477
+ .labels {
13478
+ color: @greyish-purple;
13479
+ font-size: 14px;
13480
+ width: 30%;
13556
13481
  }
13557
13482
 
13558
- .build-close-button {
13559
- top: 6px;
13483
+ .values {
13484
+ color: @dusk-three;
13485
+ font-size: 14px;
13486
+ width: 70%;
13560
13487
  }
13561
13488
  }
13562
13489
  }
13563
13490
  }
13564
13491
  }
13565
13492
 
13566
- .configuration-build-title-wrapper {
13567
- display: flex;
13568
- justify-content: space-between;
13493
+ .no-logs {
13494
+ margin: 10px auto 0;
13495
+ font-size: 14px;
13496
+ color: @pale-grey;
13497
+ text-align: center;
13498
+ }
13499
+ }
13500
+ .ncl-test-events-navigation-tabs {
13501
+ display: flex;
13502
+ background: #f8f8fb;
13503
+ height: 40px;
13504
+ border-top: 1px solid @pale-grey;
13505
+ border-bottom: 1px solid @pale-grey;
13569
13506
 
13570
- .igz-action-menu {
13571
- .menu-button {
13572
- width: 40px;
13573
- height: 40px;
13574
- display: flex;
13575
- justify-content: center;
13576
- align-items: center;
13577
- font-size: 22px;
13578
- margin: -10px -15px 0 0;
13579
- border-radius: 50%;
13580
- color: @dusk-three;
13581
- }
13507
+ .test-events-navigation-tab {
13508
+ .duskThree(0.64);
13509
+ position: relative;
13510
+ float: left;
13511
+ height: 27px;
13512
+ padding: 10px 40px 0;
13513
+ font-family: @font-family-sans-serif;
13514
+ color: @color;
13515
+ font-size: 13px;
13516
+ text-align: center;
13517
+ cursor: pointer;
13518
+ border-bottom: none;
13519
+ box-sizing: content-box;
13520
+
13521
+ &.active, &.active:hover {
13522
+ background: none;
13523
+ color: @dusk-three;
13524
+ border-bottom: 2px solid @dusk-three;
13525
+ font-weight: bold;
13582
13526
 
13583
- .active {
13584
- .black(0.1);
13585
- background-color: @silver;
13586
- box-shadow: inset 0px 2px 3px 0 @color;
13527
+ .badge {
13528
+ color: @white;
13529
+ background-color: @light-grey-blue;
13587
13530
  }
13531
+ }
13588
13532
 
13589
- .menu-dropdown {
13590
- margin-top: 4px;
13591
- right: -18px;
13592
- }
13533
+ .badge {
13534
+ display: inline-block;
13535
+ min-width: 22px;
13536
+ padding: 3px 7px;
13537
+ font-size: 12px;
13538
+ font-weight: 500;
13539
+ color: @greyish-purple;
13540
+ line-height: 1;
13541
+ vertical-align: middle;
13542
+ white-space: nowrap;
13543
+ text-align: center;
13544
+ background-color: @pale-grey;
13545
+ border-radius: 7.5px;
13546
+ margin-left: 7px;
13547
+ margin-top: -4px;
13593
13548
  }
13594
13549
  }
13595
- }
13596
13550
 
13597
- .ncl-version-configuration-logging {
13598
- .row {
13599
- display: flex;
13600
- position: relative;
13551
+ .default-dropdown {
13552
+ float: left;
13553
+ width: 105px;
13601
13554
 
13602
- .logging-wrapper {
13603
- width: 100%;
13555
+ .default-dropdown-field:not(:hover) {
13556
+ border-color: transparent;
13557
+ }
13558
+
13559
+ .default-dropdown-container {
13560
+ z-index: 3;
13604
13561
  }
13605
13562
  }
13606
13563
  }
13607
13564
 
13565
+ @desktop: 1350px;
13566
+ @desktop-low: 1202px;
13608
13567
  @desktop-middle: 1550px;
13609
13568
 
13610
- .ncl-version-configuration-resources {
13569
+ .ncl-version-configuration-basic-settings {
13611
13570
  .row {
13612
- .range-inputs-row {
13613
- display: flex;
13614
- align-items: flex-end;
13571
+ display: flex;
13572
+ justify-content: space-between;
13615
13573
 
13616
- .row-title {
13617
- margin-bottom: 8px;
13618
- }
13574
+ &:not(:last-child) {
13575
+ margin-bottom: 23px;
13619
13576
  }
13620
13577
 
13621
- .form-row {
13622
- padding: 12px 0;
13578
+ &:last-child {
13579
+ margin-bottom: 4px;
13580
+ }
13623
13581
 
13624
- .row-title, .input-title {
13625
- font-size: 14px;
13626
- }
13582
+ &.enable-checkbox {
13583
+ justify-content: flex-start;
13584
+ margin-bottom: 18px;
13585
+ }
13627
13586
 
13628
- .row-title {
13629
- font-weight: 500;
13587
+ > div {
13588
+ flex: 1;
13589
+
13590
+ &:not(:last-child) {
13591
+ margin-right: 46px;
13630
13592
  }
13631
13593
 
13632
- .input-wrapper {
13633
- display: flex;
13634
- flex-wrap: wrap;
13594
+ .label {
13595
+ padding: 0;
13596
+ margin-bottom: 5px;
13597
+ }
13635
13598
 
13636
- .input-title {
13637
- width: 100%;
13599
+ &.timeout-block {
13600
+ .label {
13601
+ margin-bottom: 3px;
13638
13602
  }
13639
13603
 
13640
- .memory-number-input, .cpu-number-input {
13641
- width: 50%;
13642
- }
13604
+ .timeout-values {
13605
+ margin-left: 27px;
13643
13606
 
13644
- .memory-size-dropdown, .cpu-dropdown {
13645
- width: 35%
13646
- }
13607
+ .inputs {
13608
+ display: flex;
13609
+ align-items: center;
13647
13610
 
13648
- .gpu-number-input, .replicas-number-input, .preemtion-mode-input, .priority-class-input {
13649
- width: 85%;
13611
+ .values-label {
13612
+ .duskThree(0.9);
13613
+ margin: 0 17px 0 8px;
13614
+ font-size: 14px;
13615
+ font-weight: normal;
13616
+ font-style: normal;
13617
+ letter-spacing: normal;
13618
+ text-align: left;
13619
+ color: @color;
13620
+ }
13621
+ }
13650
13622
  }
13651
13623
  }
13652
13624
  }
13653
13625
 
13654
- .slider-block {
13655
- padding-top: 0;
13656
- margin-bottom: 10px;
13626
+ .logger-block {
13627
+ display: flex;
13628
+ margin-top: 3px;
13657
13629
 
13658
- .slider {
13659
- width: 70%;
13630
+ .logger-dropdown {
13631
+ .default-dropdown {
13632
+ position: relative;
13633
+ height: 36px;
13634
+
13635
+ .dropdown-overlap {
13636
+ z-index: 100;
13637
+ }
13638
+ }
13639
+ }
13640
+
13641
+ > div {
13642
+ flex: 1;
13643
+
13644
+ &:not(:last-child) {
13645
+ margin-right: 16px;
13646
+ }
13647
+
13648
+ .label {
13649
+ padding: 0;
13650
+ margin-bottom: 5px;
13651
+ }
13652
+
13653
+ &.logger-input {
13654
+ flex-grow: 1.95;
13655
+ }
13660
13656
  }
13661
13657
  }
13662
13658
  }
13663
13659
  }
13664
13660
 
13665
- .ncl-version-configuration-runtime-attributes {
13666
- .row:not(.info-row) {
13667
- display: flex;
13668
- justify-content: space-between;
13669
-
13670
- &:not(:last-child) {
13671
- margin-top: 10px;
13672
- margin-bottom: 25px;
13673
- }
13661
+ .ncl-version-configuration-build {
13662
+ &.disabled {
13663
+ opacity: .5;
13664
+ }
13674
13665
 
13675
- > div {
13676
- flex: 0.65;
13666
+ .build-field {
13667
+ margin-bottom: 23px;
13677
13668
 
13678
- &:not(:last-child) {
13679
- margin-right: 16px;
13680
- }
13669
+ &.build-base-image-field {
13670
+ padding-right: 10px;
13671
+ }
13681
13672
 
13682
- &.arguments-input {
13683
- flex-grow: 2;
13684
- }
13673
+ &.build-onbuild-image-field {
13674
+ padding-left: 10px;
13685
13675
  }
13686
- }
13687
13676
 
13688
- .row {
13689
- .runtime {
13690
- height: 36px;
13691
- border-radius: 2px;
13692
- padding: 9px 0 0 14px;
13693
- text-transform: capitalize;
13677
+ .field-label {
13694
13678
  font-family: @font-family-sans-serif;
13695
13679
  font-size: 14px;
13680
+ font-weight: 500;
13696
13681
  text-align: left;
13697
13682
  color: @dusk-three;
13698
13683
  }
13699
13684
 
13700
- .textarea-field {
13701
- height: 177px;
13702
- resize: none;
13703
- white-space: pre;
13704
- overflow-x: auto;
13685
+ .label-with-tooltip {
13686
+ height: 20px;
13687
+ }
13688
+
13689
+ .validating-input-field {
13690
+ .input-field {
13691
+ padding: 0 10px 0 17px;
13692
+ }
13693
+
13694
+ .input-placeholder {
13695
+ left: 18px;
13696
+ font-style: italic;
13697
+ font-size: 14px;
13698
+ }
13699
+ }
13700
+
13701
+ .build-textarea-input {
13702
+ &.build-commands-input {
13703
+ .textarea-field {
13704
+ height: 150px;
13705
+ }
13706
+ }
13707
+
13708
+ .textarea-field {
13709
+ height: 70px;
13710
+ resize: none;
13711
+ white-space: pre;
13712
+ overflow: auto;
13713
+ }
13705
13714
  }
13706
13715
  }
13707
13716
 
13708
- .java-attribute {
13709
- .textarea-field {
13710
- height: 70px;
13711
- overflow-y: auto;
13717
+ .build-checkboxes {
13718
+ display: flex;
13719
+
13720
+ .checkbox-block {
13721
+ display: inline-flex;
13722
+ align-items: baseline;
13723
+ margin-right: 15px;
13712
13724
  }
13713
13725
  }
13714
- }
13715
13726
 
13716
- .ncl-version-configuration-volumes {
13717
- .ncl-version-volume {
13718
- .common-table-header {
13719
- border: none;
13720
- padding-left: 40px;
13721
- padding-right: 60px;
13727
+ .files-field {
13728
+ margin-bottom: 1px;
13722
13729
 
13723
- .common-table-cell {
13724
- font-size: 14px;
13725
- font-weight: bold;
13726
- letter-spacing: normal;
13727
- color: @dusk-three;
13728
- height: 46px;
13729
- }
13730
+ .uploading-files {
13731
+ margin-top: -6px;
13732
+ display: flex;
13730
13733
 
13731
- &.item-header {
13732
- display: flex;
13734
+ .file-block {
13735
+ height: 32px;
13736
+ border-radius: 2px;
13737
+ background-color: @light-grayish-blue;
13738
+ border: solid 1px @pale-grey;
13733
13739
 
13734
- .item-name {
13735
- width: 25%;
13736
- padding-left: 0;
13740
+ .file-name {
13741
+ height: 14px;
13742
+ font-family: @font-family-sans-serif;
13743
+ font-size: 14px;
13744
+ line-height: 1.38;
13737
13745
  }
13738
13746
 
13739
- .item-class {
13740
- width: 20%;
13747
+ .ncl-icon-script,
13748
+ .ncl-icon-file,
13749
+ .file-name {
13750
+ display: inline-block;
13741
13751
  }
13742
13752
 
13743
- .item-info {
13744
- width: 55%;
13753
+ .progress {
13754
+ position: absolute;
13755
+ background-color: @white;
13756
+ display: inline-block;
13757
+ width: 95px;
13758
+ height: 6px;
13759
+ border: 1px solid @pale-grey;
13760
+ border-radius: 2px;
13761
+ top: 13px;
13762
+ right: 28px;
13763
+
13764
+ .progress-bar {
13765
+ border-radius: 2px;
13766
+ background-color: @dark-sky-blue;
13767
+ }
13745
13768
  }
13746
- }
13747
- }
13748
13769
 
13749
- .common-table-body {
13750
- .ncl-collapsing-row .item-row {
13751
- .item-name {
13752
- padding-left: 0;
13753
- width: 25%;
13770
+ .build-close-button {
13771
+ position: absolute;
13772
+ right: 13px;
13773
+ width: 10px;
13774
+ height: 10px;
13775
+ border: none;
13776
+ outline: none;
13777
+ background: none;
13778
+ margin-top: 3px;
13779
+ font-size: 10px;
13754
13780
  }
13755
13781
 
13756
- .item-class {
13757
- width: 20%;
13782
+ .ncl-icon-file {
13783
+ font-size: 20px;
13758
13784
  }
13759
13785
 
13760
- .item-info {
13761
- width: 55%;
13786
+ .ncl-icon-script,
13787
+ .ncl-icon-file,
13788
+ .ncl-icon-close {
13789
+ color: @greyish-purple;
13762
13790
  }
13763
13791
  }
13764
13792
 
13765
- .common-table-row {
13766
- &:not(.read-only):hover {
13767
- .common-table-cells-container {
13768
- background-color: @white;
13793
+ .uploading-proccess-wrapper {
13794
+ width: 100%;
13795
+ flex-grow: 2.5;
13796
+
13797
+ .uploading {
13798
+ position: relative;
13799
+ padding: 6px 130px 6px 8px;
13800
+
13801
+ .progress-percents {
13802
+ margin-left: 15px;
13803
+ color: @dark-grey;
13769
13804
  }
13770
13805
 
13771
- .actions-menu {
13772
- background-color: @white;
13806
+ .file-name {
13807
+ margin-left: 8px;
13808
+ color: @dark-sky-blue;
13809
+ text-overflow: ellipsis;
13773
13810
  }
13774
- }
13775
- }
13776
- }
13777
- }
13778
- }
13779
13811
 
13780
- .ncl-test-events-logs {
13781
- padding: 6px 17px 25px;
13782
- background-color: @white;
13812
+ .ncl-icon-script {
13813
+ font-size: 12px;
13814
+ }
13815
+ }
13783
13816
 
13784
- .functional-buttons {
13785
- .duskThree(0.64);
13786
- display: flex;
13787
- justify-content: flex-end;
13788
- color: @color;
13789
- font-size: 16px;
13817
+ .uploading-file {
13818
+ padding: 3px 55px 3px 8px;
13790
13819
 
13791
- > div {
13792
- margin-right: 24px;
13820
+ .file-name {
13821
+ vertical-align: top;
13822
+ margin: 4px;
13823
+ margin-left: 9px;
13824
+ }
13825
+ }
13826
+ }
13793
13827
 
13794
- &:hover {
13795
- color: @dusk-three;
13828
+ .one-file-uploaded {
13829
+ margin-right: 16px;
13796
13830
  }
13797
- }
13798
- }
13799
13831
 
13800
- .collapsed-row {
13801
- .black(0.2);
13802
- display: flex;
13803
- align-items: center;
13804
- position: relative;
13805
- height: 36px;
13806
- background-color: @white;
13807
- color: @dusk-three;
13808
- box-shadow: 1.7px 1.1px 4px 0 @color;
13809
- border: solid 1px @pale-grey;
13810
- margin-bottom: 10px;
13832
+ .uploaded-wrapper {
13833
+ width: 100%;
13834
+ display: flex;
13835
+ justify-content: space-between;
13811
13836
 
13812
- .igz-icon-right {
13813
- .duskThree(0.64);
13814
- font-size: 12px;
13815
- color: @color;
13816
- margin: 0 8px 0 12px;
13837
+ .uploaded {
13838
+ position: relative;
13839
+ flex-grow: 1;
13840
+ padding: 6px 40px 6px 8px;
13817
13841
 
13818
- &::before {
13819
- vertical-align: text-bottom;
13820
- }
13821
- }
13842
+ .file-name {
13843
+ margin-left: 9px;
13844
+ color: @dusk-three;
13822
13845
 
13823
- .level-icon {
13824
- display: inline-block;
13825
- margin-right: 8px;
13826
- width: 20px;
13827
- text-align: center;
13846
+ .uploaded-file-directory {
13847
+ margin-left: 8px;
13848
+ color: @dark-greyish-blue;
13849
+ }
13850
+ }
13851
+ }
13828
13852
 
13829
- &::before {
13830
- font-size: 16px;
13831
- vertical-align: text-bottom;
13832
- }
13853
+ .uploaded-file {
13854
+ padding: 3px 55px 3px 8px;
13833
13855
 
13834
- &.ncl-icon-debug {
13835
- color: @orangish;
13856
+ .file-name {
13857
+ margin: 4px 4px 4px 9px;
13858
+ vertical-align: top;
13859
+ }
13836
13860
 
13837
- &::before {
13838
- font-size: 18px;
13861
+ .build-close-button {
13862
+ top: 6px;
13863
+ }
13839
13864
  }
13840
13865
  }
13866
+ }
13867
+ }
13841
13868
 
13842
- &.igz-icon-info-round {
13843
- color: @orangish;
13844
- }
13869
+ .configuration-build-title-wrapper {
13870
+ display: flex;
13871
+ justify-content: space-between;
13845
13872
 
13846
- &.igz-icon-warning {
13847
- color: @orangish;
13873
+ .igz-action-menu {
13874
+ .menu-button {
13875
+ width: 40px;
13876
+ height: 40px;
13877
+ display: flex;
13878
+ justify-content: center;
13879
+ align-items: center;
13880
+ font-size: 22px;
13881
+ margin: -10px -15px 0 0;
13882
+ border-radius: 50%;
13883
+ color: @dusk-three;
13848
13884
  }
13849
13885
 
13850
- &.igz-icon-cancel-path {
13851
- color: @orangish;
13886
+ .active {
13887
+ .black(0.1);
13888
+ background-color: @silver;
13889
+ box-shadow: inset 0px 2px 3px 0 @color;
13852
13890
  }
13853
- }
13854
13891
 
13855
- .date {
13856
- display: inline-block;
13857
- width: 230px;
13858
- font-size: 14px;
13859
- font-weight: bold;
13860
- margin-right: 15px;
13892
+ .menu-dropdown {
13893
+ margin-top: 4px;
13894
+ right: -18px;
13895
+ }
13861
13896
  }
13897
+ }
13898
+ }
13862
13899
 
13863
- .message {
13864
- display: inline-block;
13865
- width: 200px;
13866
- margin-right: 30px;
13867
- }
13900
+ .ncl-version-configuration-logging {
13901
+ .row {
13902
+ display: flex;
13903
+ position: relative;
13868
13904
 
13869
- .ncl-icon-parameters {
13870
- .duskThree(0.64);
13871
- color: @color;
13872
- font-size: 14px;
13873
- position: absolute;
13874
- top: 9px;
13875
- right: 9px;
13905
+ .logging-wrapper {
13906
+ width: 100%;
13876
13907
  }
13877
13908
  }
13909
+ }
13878
13910
 
13879
- .expanded-row {
13880
- background-color: @white;
13881
- color: @dusk-three;
13882
- border: solid 1px @pale-grey;
13883
- margin-bottom: 10px;
13911
+ @desktop-middle: 1550px;
13884
13912
 
13885
- .header {
13886
- position: relative;
13913
+ .ncl-version-configuration-resources {
13914
+ .row {
13915
+ .range-inputs-row {
13887
13916
  display: flex;
13888
- align-items: center;
13889
- height: 34px;
13917
+ align-items: flex-end;
13918
+
13919
+ .row-title {
13920
+ margin-bottom: 8px;
13921
+ }
13922
+ }
13923
+
13924
+ .form-row {
13925
+ padding: 12px 0;
13890
13926
 
13891
- .igz-icon-down {
13892
- .duskThree(0.64);
13893
- font-size: 12px;
13894
- color: @color;
13895
- margin: 0 8px 0 12px;
13927
+ .row-title, .input-title {
13928
+ font-size: 14px;
13929
+ }
13896
13930
 
13897
- &::before {
13898
- vertical-align: text-bottom;
13899
- }
13931
+ .row-title {
13932
+ font-weight: 500;
13900
13933
  }
13901
13934
 
13902
- .level-icon {
13903
- display: inline-block;
13904
- margin-right: 8px;
13905
- width: 20px;
13906
- text-align: center;
13935
+ .input-wrapper {
13936
+ display: flex;
13937
+ flex-wrap: wrap;
13907
13938
 
13908
- &::before {
13909
- font-size: 16px;
13910
- vertical-align: text-bottom;
13939
+ .input-title {
13940
+ width: 100%;
13911
13941
  }
13912
13942
 
13913
- &.ncl-icon-debug {
13914
- color: @orangish;
13915
-
13916
- &::before {
13917
- font-size: 18px;
13918
- }
13943
+ .memory-number-input, .cpu-number-input {
13944
+ width: 50%;
13919
13945
  }
13920
13946
 
13921
- &.igz-icon-info-round {
13922
- color: @orangish;
13947
+ .memory-size-dropdown, .cpu-dropdown {
13948
+ width: 35%
13923
13949
  }
13924
13950
 
13925
- &.igz-icon-warning {
13926
- color: @orangish;
13951
+ .gpu-number-input, .replicas-number-input, .preemtion-mode-input, .priority-class-input {
13952
+ width: 85%;
13927
13953
  }
13954
+ }
13955
+ }
13928
13956
 
13929
- &.igz-icon-cancel-path {
13930
- color: @orangish;
13931
- }
13957
+ .slider-block {
13958
+ padding-top: 0;
13959
+ margin-bottom: 10px;
13960
+
13961
+ .slider {
13962
+ width: 70%;
13932
13963
  }
13964
+ }
13965
+ }
13966
+ }
13933
13967
 
13934
- .date {
13935
- display: inline-block;
13936
- width: 230px;
13937
- font-size: 14px;
13938
- font-weight: bold;
13939
- margin-right: 15px;
13968
+ .ncl-version-configuration-runtime-attributes {
13969
+ .row:not(.info-row) {
13970
+ display: flex;
13971
+ justify-content: space-between;
13972
+
13973
+ &:not(:last-child) {
13974
+ margin-top: 10px;
13975
+ margin-bottom: 25px;
13976
+ }
13977
+
13978
+ > div {
13979
+ flex: 0.65;
13980
+
13981
+ &:not(:last-child) {
13982
+ margin-right: 16px;
13940
13983
  }
13941
13984
 
13942
- .ncl-icon-parameters {
13943
- .duskThree(0.64);
13944
- position: absolute;
13945
- top: 9px;
13946
- right: 9px;
13947
- color: @color;
13948
- font-size: 14px;
13985
+ &.arguments-input {
13986
+ flex-grow: 2;
13949
13987
  }
13950
13988
  }
13989
+ }
13951
13990
 
13952
- .expanded-body {
13991
+ .row {
13992
+ .runtime {
13993
+ height: 36px;
13994
+ border-radius: 2px;
13995
+ padding: 9px 0 0 14px;
13996
+ text-transform: capitalize;
13997
+ font-family: @font-family-sans-serif;
13953
13998
  font-size: 14px;
13999
+ text-align: left;
13954
14000
  color: @dusk-three;
14001
+ }
13955
14002
 
13956
- .error {
13957
- width: 71%;
13958
- border-radius: 3px;
13959
- background-color: #fbe5e8;
13960
- border: solid 1px @darkish-pink;
13961
- color: @darkish-pink;
13962
- word-wrap: break-word;
13963
- margin-left: 62px;
13964
- padding: 12px;
13965
- margin-bottom: 16px;
13966
- }
14003
+ .textarea-field {
14004
+ height: 177px;
14005
+ resize: none;
14006
+ white-space: pre;
14007
+ overflow-x: auto;
14008
+ }
14009
+ }
13967
14010
 
13968
- .message {
13969
- display: inline-block;
13970
- width: 70%;
13971
- word-wrap: break-word;
13972
- margin: 0 0 16px 62px;
14011
+ .java-attribute {
14012
+ .textarea-field {
14013
+ height: 70px;
14014
+ overflow-y: auto;
14015
+ }
14016
+ }
14017
+ }
14018
+
14019
+ .ncl-version-configuration-volumes {
14020
+ .ncl-version-volume {
14021
+ .common-table-header {
14022
+ border: none;
14023
+ padding-left: 40px;
14024
+ padding-right: 60px;
14025
+
14026
+ .common-table-cell {
14027
+ font-size: 14px;
14028
+ font-weight: bold;
14029
+ letter-spacing: normal;
14030
+ color: @dusk-three;
14031
+ height: 46px;
13973
14032
  }
13974
14033
 
13975
- .parameters {
13976
- padding: 0 62px 16px;
14034
+ &.item-header {
14035
+ display: flex;
13977
14036
 
13978
- .parameters-header {
13979
- font-weight: bold;
14037
+ .item-name {
14038
+ width: 25%;
14039
+ padding-left: 0;
13980
14040
  }
13981
14041
 
13982
- > div {
13983
- display: flex;
13984
- line-height: 2;
13985
-
13986
- .labels {
13987
- color: @greyish-purple;
13988
- font-size: 14px;
13989
- width: 30%;
13990
- }
14042
+ .item-class {
14043
+ width: 20%;
14044
+ }
13991
14045
 
13992
- .values {
13993
- color: @dusk-three;
13994
- font-size: 14px;
13995
- width: 70%;
13996
- }
14046
+ .item-info {
14047
+ width: 55%;
13997
14048
  }
13998
14049
  }
13999
14050
  }
14000
- }
14001
-
14002
- .no-logs {
14003
- margin: 10px auto 0;
14004
- font-size: 14px;
14005
- color: @pale-grey;
14006
- text-align: center;
14007
- }
14008
- }
14009
- .ncl-test-events-navigation-tabs {
14010
- display: flex;
14011
- background: #f8f8fb;
14012
- height: 40px;
14013
- border-top: 1px solid @pale-grey;
14014
- border-bottom: 1px solid @pale-grey;
14015
14051
 
14016
- .test-events-navigation-tab {
14017
- .duskThree(0.64);
14018
- position: relative;
14019
- float: left;
14020
- height: 27px;
14021
- padding: 10px 40px 0;
14022
- font-family: @font-family-sans-serif;
14023
- color: @color;
14024
- font-size: 13px;
14025
- text-align: center;
14026
- cursor: pointer;
14027
- border-bottom: none;
14028
- box-sizing: content-box;
14052
+ .common-table-body {
14053
+ .ncl-collapsing-row .item-row {
14054
+ .item-name {
14055
+ padding-left: 0;
14056
+ width: 25%;
14057
+ }
14029
14058
 
14030
- &.active, &.active:hover {
14031
- background: none;
14032
- color: @dusk-three;
14033
- border-bottom: 2px solid @dusk-three;
14034
- font-weight: bold;
14059
+ .item-class {
14060
+ width: 20%;
14061
+ }
14035
14062
 
14036
- .badge {
14037
- color: @white;
14038
- background-color: @light-grey-blue;
14063
+ .item-info {
14064
+ width: 55%;
14065
+ }
14039
14066
  }
14040
- }
14041
-
14042
- .badge {
14043
- display: inline-block;
14044
- min-width: 22px;
14045
- padding: 3px 7px;
14046
- font-size: 12px;
14047
- font-weight: 500;
14048
- color: @greyish-purple;
14049
- line-height: 1;
14050
- vertical-align: middle;
14051
- white-space: nowrap;
14052
- text-align: center;
14053
- background-color: @pale-grey;
14054
- border-radius: 7.5px;
14055
- margin-left: 7px;
14056
- margin-top: -4px;
14057
- }
14058
- }
14059
-
14060
- .default-dropdown {
14061
- float: left;
14062
- width: 105px;
14063
14067
 
14064
- .default-dropdown-field:not(:hover) {
14065
- border-color: transparent;
14066
- }
14068
+ .common-table-row {
14069
+ &:not(.read-only):hover {
14070
+ .common-table-cells-container {
14071
+ background-color: @white;
14072
+ }
14067
14073
 
14068
- .default-dropdown-container {
14069
- z-index: 3;
14074
+ .actions-menu {
14075
+ background-color: @white;
14076
+ }
14077
+ }
14078
+ }
14070
14079
  }
14071
14080
  }
14072
14081
  }