iguazio.dashboard-controls 1.2.3 → 1.2.4

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,6 +5569,164 @@ 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
+
5572
5730
  .igz-action-panel {
5573
5731
  .action-panel-color-set();
5574
5732
  .action-icon-color-set();
@@ -5779,164 +5937,6 @@ yx-axis
5779
5937
  }
5780
5938
  }
5781
5939
 
5782
- .igz-action-menu {
5783
- .action-menu-color-set();
5784
- .action-icon-color-set();
5785
-
5786
- opacity: 1;
5787
- position: relative;
5788
-
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;
5797
-
5798
- &.active,
5799
- &:hover {
5800
- color: @menu-btn-active-hover-color;
5801
- }
5802
- }
5803
-
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%);
5821
-
5822
- .actions-list {
5823
- cursor: default;
5824
- padding-bottom: 8px;
5825
-
5826
- .tooltip {
5827
- // !important used to overwrite third-party's inline style
5828
- display: none !important;
5829
- }
5830
- }
5831
-
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;
5841
-
5842
- &:hover,
5843
- &.subtemplate-show {
5844
- background-color: @action-item-hover-bg-color;
5845
- }
5846
-
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
5940
  .auto-complete-wrapper {
5941
5941
  .auto-complete-color-set();
5942
5942
 
@@ -6455,6 +6455,82 @@ 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
+
6458
6534
  .default-dropdown {
6459
6535
  .default-dropdown-color-set();
6460
6536
  .severity-icons-color-set();
@@ -6889,83 +6965,7 @@ yx-axis
6889
6965
 
6890
6966
  &:active, &:focus, &:hover {
6891
6967
  background-color: unset;
6892
- box-shadow: none;
6893
- }
6894
- }
6895
- }
6896
- }
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;
6968
+ box-shadow: none;
6969
6969
  }
6970
6970
  }
6971
6971
  }
@@ -7160,6 +7160,45 @@ yx-axis
7160
7160
  }
7161
7161
  }
7162
7162
 
7163
+ .igz-navigation-tabs {
7164
+ .navigation-tabs-color-set();
7165
+
7166
+ background-color: @navigation-tabs-bg-color;
7167
+ height: 56px;
7168
+ padding-top: 7px;
7169
+
7170
+ .navigation-tab {
7171
+ float: left;
7172
+ height: 32px;
7173
+ padding: 15px 24px 0;
7174
+ font-family: @font-family-sans-serif;
7175
+ color: @navigation-tab-color;
7176
+ font-size: 14px;
7177
+ text-align: center;
7178
+ cursor: pointer;
7179
+ border-bottom: @navigation-tab-border-bottom;
7180
+ box-sizing: content-box;
7181
+
7182
+ &.active, &.active:hover {
7183
+ background-color: @navigation-tab-active-hover-bg-color;
7184
+ color: @navigation-tab-active-hover-color;
7185
+ border-bottom: @navigation-tab-active-hover-border-bottom;
7186
+ }
7187
+
7188
+ &:hover {
7189
+ background-color: @navigation-tab-hover-bg-color;
7190
+ }
7191
+
7192
+ &.active {
7193
+ background-color: @navigation-tab-active-bg-color;
7194
+ }
7195
+
7196
+ @media screen and (max-width: 940px) {
7197
+ padding: 15px 12px 0;
7198
+ }
7199
+ }
7200
+ }
7201
+
7163
7202
  .igz-multiple-checkboxes {
7164
7203
  .multiple-checkboxes-color-set();
7165
7204
 
@@ -7356,45 +7395,6 @@ yx-axis
7356
7395
  }
7357
7396
  }
7358
7397
 
7359
- .igz-navigation-tabs {
7360
- .navigation-tabs-color-set();
7361
-
7362
- background-color: @navigation-tabs-bg-color;
7363
- height: 56px;
7364
- padding-top: 7px;
7365
-
7366
- .navigation-tab {
7367
- float: left;
7368
- height: 32px;
7369
- padding: 15px 24px 0;
7370
- font-family: @font-family-sans-serif;
7371
- color: @navigation-tab-color;
7372
- font-size: 14px;
7373
- text-align: center;
7374
- cursor: pointer;
7375
- border-bottom: @navigation-tab-border-bottom;
7376
- box-sizing: content-box;
7377
-
7378
- &.active, &.active:hover {
7379
- background-color: @navigation-tab-active-hover-bg-color;
7380
- color: @navigation-tab-active-hover-color;
7381
- border-bottom: @navigation-tab-active-hover-border-bottom;
7382
- }
7383
-
7384
- &:hover {
7385
- background-color: @navigation-tab-hover-bg-color;
7386
- }
7387
-
7388
- &.active {
7389
- background-color: @navigation-tab-active-bg-color;
7390
- }
7391
-
7392
- @media screen and (max-width: 940px) {
7393
- padding: 15px 12px 0;
7394
- }
7395
- }
7396
- }
7397
-
7398
7398
  .igz-number-input {
7399
7399
  .number-input-color-set();
7400
7400
 
@@ -7696,6 +7696,97 @@ yx-axis
7696
7696
  }
7697
7697
  }
7698
7698
  }
7699
+ .igz-size {
7700
+ .size-color-set();
7701
+
7702
+ align-items: center;
7703
+ display: flex;
7704
+ justify-content: space-between;
7705
+ min-height: 40px;
7706
+
7707
+ &:after {
7708
+ content: ' ';
7709
+ display: inline-block;
7710
+ vertical-align: middle;
7711
+ }
7712
+
7713
+ .size-value {
7714
+ line-height: 1;
7715
+ flex: 0 0 100px;
7716
+ min-width: 100px;
7717
+
7718
+ > span {
7719
+ line-height: 25px;
7720
+ }
7721
+
7722
+ &.short {
7723
+ flex: 0 0 75px;
7724
+ min-width: 75px;
7725
+ }
7726
+
7727
+ &.shorten {
7728
+ flex: 0 0 60px;
7729
+ min-width: 60px;
7730
+ }
7731
+
7732
+ &.shortest {
7733
+ flex: 0 0 40px;
7734
+ min-width: 40px;
7735
+ }
7736
+ }
7737
+
7738
+ .size-reserved {
7739
+ color: @size-reserved-color;
7740
+ font-size: 12px;
7741
+
7742
+ .icon-font-arrow-right:before {
7743
+ color: @size-reserved-arrow-right-before-color;
7744
+ font-size: 10px;
7745
+ padding: 0 4px 0 4px;
7746
+ }
7747
+
7748
+ .icon-font-infinity:before {
7749
+ color: @size-reserved-infinity-before-color;
7750
+ font-size: 10px;
7751
+ }
7752
+ }
7753
+
7754
+ .size-chart {
7755
+ flex: 1 1 auto;
7756
+ min-width: 0;
7757
+
7758
+ div.highcharts-tooltip {
7759
+ position: fixed !important;
7760
+
7761
+ .igz-tooltip-wrapper {
7762
+ color: @size-chart-tooltip-wrapper-color;
7763
+
7764
+ &.used-capacity-tooltip-wrapper {
7765
+ .igz-row {
7766
+ .tooltip-label,
7767
+ .tooltip-value {
7768
+ text-overflow: unset;
7769
+ }
7770
+ }
7771
+ }
7772
+
7773
+ .tooltip-header {
7774
+ padding-bottom: 6px;
7775
+ margin-bottom: 5px;
7776
+ line-height: 1.1;
7777
+ text-align: center;
7778
+ }
7779
+ }
7780
+ }
7781
+ }
7782
+
7783
+ .igz-highcharts-wrapper {
7784
+ height: 40px;
7785
+ position: relative;
7786
+ width: 100%;
7787
+ }
7788
+ }
7789
+
7699
7790
  .search-input {
7700
7791
  .search-input-color-set();
7701
7792
 
@@ -7829,151 +7920,60 @@ yx-axis
7829
7920
 
7830
7921
  color: @search-input-not-found-color;
7831
7922
  font-family: @font-family-sans-serif;
7832
- font-size: 14px;
7833
- display: flex;
7834
- flex-direction: column;
7835
- justify-content: center;
7836
- align-items: center;
7837
- margin-top: 9px;
7838
-
7839
- .search-message {
7840
- min-height: 49px;
7841
- line-height: 49px;
7842
- width: 100%;
7843
- text-align: center;
7844
- letter-spacing: 0.1px;
7845
- border: @search-input-not-found-message-border;
7846
- }
7847
-
7848
- .create-item-button {
7849
- display: flex;
7850
- align-items: center;
7851
- padding: 0 19px 0 7px;
7852
- margin-top: 8px;
7853
- border-radius: 12px;
7854
- height: 24px;
7855
- color: @create-item-btn-color;
7856
- font-size: 12px;
7857
- font-weight: bold;
7858
- cursor: pointer;
7859
- background-color: @create-item-btn-bg-color;
7860
- border: @create-item-btn-border;
7861
- text-transform: uppercase;
7862
-
7863
- &:hover {
7864
- background-color: @create-item-btn-hover-bg-color;
7865
- box-shadow: @create-item-btn-hover-box-shadow;
7866
- border: @create-item-btn-hover-border;
7867
- }
7868
-
7869
- &:focus {
7870
- outline: none;
7871
- }
7872
-
7873
- &:active {
7874
- background-color: @create-item-btn-active-bg-color;
7875
- 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
- }
7923
+ font-size: 14px;
7924
+ display: flex;
7925
+ flex-direction: column;
7926
+ justify-content: center;
7927
+ align-items: center;
7928
+ margin-top: 9px;
7918
7929
 
7919
- &.shortest {
7920
- flex: 0 0 40px;
7921
- min-width: 40px;
7922
- }
7930
+ .search-message {
7931
+ min-height: 49px;
7932
+ line-height: 49px;
7933
+ width: 100%;
7934
+ text-align: center;
7935
+ letter-spacing: 0.1px;
7936
+ border: @search-input-not-found-message-border;
7923
7937
  }
7924
7938
 
7925
- .size-reserved {
7926
- color: @size-reserved-color;
7939
+ .create-item-button {
7940
+ display: flex;
7941
+ align-items: center;
7942
+ padding: 0 19px 0 7px;
7943
+ margin-top: 8px;
7944
+ border-radius: 12px;
7945
+ height: 24px;
7946
+ color: @create-item-btn-color;
7927
7947
  font-size: 12px;
7948
+ font-weight: bold;
7949
+ cursor: pointer;
7950
+ background-color: @create-item-btn-bg-color;
7951
+ border: @create-item-btn-border;
7952
+ text-transform: uppercase;
7928
7953
 
7929
- .icon-font-arrow-right:before {
7930
- color: @size-reserved-arrow-right-before-color;
7931
- font-size: 10px;
7932
- padding: 0 4px 0 4px;
7954
+ &:hover {
7955
+ background-color: @create-item-btn-hover-bg-color;
7956
+ box-shadow: @create-item-btn-hover-box-shadow;
7957
+ border: @create-item-btn-hover-border;
7933
7958
  }
7934
7959
 
7935
- .icon-font-infinity:before {
7936
- color: @size-reserved-infinity-before-color;
7937
- font-size: 10px;
7960
+ &:focus {
7961
+ outline: none;
7938
7962
  }
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
7963
 
7960
- .tooltip-header {
7961
- padding-bottom: 6px;
7962
- margin-bottom: 5px;
7963
- line-height: 1.1;
7964
- text-align: center;
7965
- }
7966
- }
7964
+ &:active {
7965
+ background-color: @create-item-btn-active-bg-color;
7966
+ box-shadow: @create-item-btn-active-box-shadow;
7967
+ border: none;
7967
7968
  }
7968
- }
7969
7969
 
7970
- .igz-highcharts-wrapper {
7971
- height: 40px;
7972
- position: relative;
7973
- width: 100%;
7970
+ .igz-icon-add {
7971
+ font-size: 10px;
7972
+ line-height: 15px;
7973
+ padding-right: 8px;
7974
+ }
7974
7975
  }
7975
7976
  }
7976
-
7977
7977
  .igz-slider-input-block {
7978
7978
  .igz-slider-input-block-color-set();
7979
7979
 
@@ -8103,6 +8103,83 @@ yx-axis
8103
8103
  }
8104
8104
  }
8105
8105
 
8106
+ .ngdialog.text-edit {
8107
+ .text-edit-color-set();
8108
+
8109
+ .ngdialog-content {
8110
+ padding: 0;
8111
+ width: 1000px;
8112
+ height: 678px;
8113
+
8114
+ .text-preview-directive-wrapper {
8115
+ .title {
8116
+ margin: 25px 0 0 24px;
8117
+ padding: 0 70px 0 0;
8118
+ }
8119
+
8120
+ .close-button {
8121
+ position: absolute;
8122
+ top: 24px;
8123
+ right: 24px;
8124
+ font-size: 18px;
8125
+ color: @close-btn-color;
8126
+ }
8127
+
8128
+ .buttons {
8129
+ margin-right: 24px;
8130
+ }
8131
+
8132
+ .text-preview-wrapper {
8133
+ background-color: @text-preview-wrapper-bg-color;
8134
+ border-top: @text-preview-wrapper-border-top;
8135
+ border-bottom: @text-preview-wrapper-border-bottom;
8136
+ border-radius: 2px;
8137
+ margin-bottom: 16px;
8138
+ padding: 15px 22px 17px;
8139
+ min-width: 690px;
8140
+ height: 550px;
8141
+
8142
+ .text-preview-container {
8143
+ width: 100%;
8144
+ line-height: 1.9;
8145
+ text-align: left;
8146
+ padding-right: 22px;
8147
+ font-size: 13px;
8148
+ color: @text-preview-container-color;
8149
+ resize: none;
8150
+ overflow: hidden;
8151
+ border-color: @text-preview-container-border-color;
8152
+ background-color: @text-preview-container-bg-color;
8153
+ cursor: text;
8154
+ }
8155
+
8156
+ .text-preview-container:focus {
8157
+ outline: 0;
8158
+ }
8159
+
8160
+ .word-wrap-checkbox-wrapper {
8161
+ width: 100%;
8162
+ display: flex;
8163
+ justify-content: flex-end;
8164
+
8165
+ .col-checkbox {
8166
+ line-height: normal;
8167
+ height: 25px;
8168
+
8169
+ label:before {
8170
+ font-size: 16px;
8171
+ }
8172
+ }
8173
+ }
8174
+ }
8175
+ }
8176
+ }
8177
+
8178
+ .ncl-monaco {
8179
+ height: 500px;
8180
+ }
8181
+ }
8182
+
8106
8183
  .splash-screen {
8107
8184
  .splash-screen-color-set();
8108
8185
 
@@ -8231,123 +8308,46 @@ yx-axis
8231
8308
 
8232
8309
  .panel-status {
8233
8310
  color: @toast-panel-status-color;
8234
- line-height: 24px;
8235
- font-size: 14px;
8236
- font-weight: 700;
8237
- font-family: @font-family-sans-serif;
8238
- align-items: center;
8239
- display: flex;
8240
- justify-content: center;
8241
-
8242
- &.in-progress {
8243
- color: @toast-panel-status-in-progress-color;
8244
- }
8245
-
8246
- &.failed {
8247
- color: @toast-panel-status-failed-color;
8248
- }
8249
-
8250
- .panel-status-icon {
8251
- font-size: 24px;
8252
-
8253
- &.igz-icon-properties {
8254
- -webkit-animation: rotation 4s infinite linear;
8255
-
8256
- @-webkit-keyframes rotation {
8257
- from {
8258
- -webkit-transform: rotate(0deg);
8259
- }
8260
- to {
8261
- -webkit-transform: rotate(359deg);
8262
- }
8263
- }
8264
- }
8265
- }
8266
-
8267
- .msg-scrollable-container {
8268
- max-height: 300px;
8269
-
8270
- .panel-status-msg {
8271
- margin: 0 8px;
8272
- }
8273
- }
8274
- }
8275
- }
8276
-
8277
- .ngdialog.text-edit {
8278
- .text-edit-color-set();
8279
-
8280
- .ngdialog-content {
8281
- padding: 0;
8282
- width: 1000px;
8283
- height: 678px;
8284
-
8285
- .text-preview-directive-wrapper {
8286
- .title {
8287
- margin: 25px 0 0 24px;
8288
- padding: 0 70px 0 0;
8289
- }
8290
-
8291
- .close-button {
8292
- position: absolute;
8293
- top: 24px;
8294
- right: 24px;
8295
- font-size: 18px;
8296
- color: @close-btn-color;
8297
- }
8298
-
8299
- .buttons {
8300
- margin-right: 24px;
8301
- }
8302
-
8303
- .text-preview-wrapper {
8304
- background-color: @text-preview-wrapper-bg-color;
8305
- border-top: @text-preview-wrapper-border-top;
8306
- border-bottom: @text-preview-wrapper-border-bottom;
8307
- border-radius: 2px;
8308
- margin-bottom: 16px;
8309
- padding: 15px 22px 17px;
8310
- min-width: 690px;
8311
- height: 550px;
8312
-
8313
- .text-preview-container {
8314
- width: 100%;
8315
- line-height: 1.9;
8316
- text-align: left;
8317
- padding-right: 22px;
8318
- font-size: 13px;
8319
- color: @text-preview-container-color;
8320
- resize: none;
8321
- overflow: hidden;
8322
- border-color: @text-preview-container-border-color;
8323
- background-color: @text-preview-container-bg-color;
8324
- cursor: text;
8325
- }
8311
+ line-height: 24px;
8312
+ font-size: 14px;
8313
+ font-weight: 700;
8314
+ font-family: @font-family-sans-serif;
8315
+ align-items: center;
8316
+ display: flex;
8317
+ justify-content: center;
8326
8318
 
8327
- .text-preview-container:focus {
8328
- outline: 0;
8329
- }
8319
+ &.in-progress {
8320
+ color: @toast-panel-status-in-progress-color;
8321
+ }
8330
8322
 
8331
- .word-wrap-checkbox-wrapper {
8332
- width: 100%;
8333
- display: flex;
8334
- justify-content: flex-end;
8323
+ &.failed {
8324
+ color: @toast-panel-status-failed-color;
8325
+ }
8335
8326
 
8336
- .col-checkbox {
8337
- line-height: normal;
8338
- height: 25px;
8327
+ .panel-status-icon {
8328
+ font-size: 24px;
8339
8329
 
8340
- label:before {
8341
- font-size: 16px;
8342
- }
8330
+ &.igz-icon-properties {
8331
+ -webkit-animation: rotation 4s infinite linear;
8332
+
8333
+ @-webkit-keyframes rotation {
8334
+ from {
8335
+ -webkit-transform: rotate(0deg);
8336
+ }
8337
+ to {
8338
+ -webkit-transform: rotate(359deg);
8343
8339
  }
8344
8340
  }
8345
8341
  }
8346
8342
  }
8347
- }
8348
8343
 
8349
- .ncl-monaco {
8350
- height: 500px;
8344
+ .msg-scrollable-container {
8345
+ max-height: 300px;
8346
+
8347
+ .panel-status-msg {
8348
+ margin: 0 8px;
8349
+ }
8350
+ }
8351
8351
  }
8352
8352
  }
8353
8353
 
@@ -9337,21 +9337,6 @@ body {
9337
9337
  }
9338
9338
  }
9339
9339
 
9340
- .override-function-dialog {
9341
- .sub-title {
9342
- font-size: 16px;
9343
- color: @silver-chalice-two;
9344
- }
9345
-
9346
- .buttons {
9347
- display: flex;
9348
-
9349
- .function-redirect-button {
9350
- margin-right: auto;
9351
- }
9352
- }
9353
- }
9354
-
9355
9340
  .ncl-function-collapsing-row {
9356
9341
  background-color: @white;
9357
9342
  margin-bottom: 8px;
@@ -9486,6 +9471,21 @@ body {
9486
9471
  }
9487
9472
  }
9488
9473
 
9474
+ .override-function-dialog {
9475
+ .sub-title {
9476
+ font-size: 16px;
9477
+ color: @silver-chalice-two;
9478
+ }
9479
+
9480
+ .buttons {
9481
+ display: flex;
9482
+
9483
+ .function-redirect-button {
9484
+ margin-right: auto;
9485
+ }
9486
+ }
9487
+ }
9488
+
9489
9489
  .ncl-edit-version {
9490
9490
  background: #f2f2f6;
9491
9491
  position: relative;
@@ -10278,35 +10278,6 @@ igz-info-page-content {
10278
10278
  }
10279
10279
  }
10280
10280
 
10281
- ncl-breadcrumbs {
10282
- .main-header-title {
10283
- &:not(.disable-behavior) {
10284
- &:hover .main-header-title-text {
10285
- color: @dark-sky-blue;
10286
- }
10287
- }
10288
-
10289
- &.disable-behavior {
10290
- color: @dusk-three;
10291
- }
10292
- }
10293
-
10294
- .igz-icon-right {
10295
- font-size: 11px;
10296
- font-weight: 100;
10297
- margin: 0 14px;
10298
- }
10299
-
10300
- .ncl-header-subtitle {
10301
- color: @greyish-purple;
10302
- }
10303
-
10304
- .ncl-bold-subtitle {
10305
- color: @dusk-three;
10306
- font-weight: bold;
10307
- }
10308
- }
10309
-
10310
10281
  .ncl-breadcrumbs-dropdown {
10311
10282
  display: inline-grid;
10312
10283
 
@@ -10447,6 +10418,35 @@ ncl-breadcrumbs {
10447
10418
  }
10448
10419
  }
10449
10420
 
10421
+ ncl-breadcrumbs {
10422
+ .main-header-title {
10423
+ &:not(.disable-behavior) {
10424
+ &:hover .main-header-title-text {
10425
+ color: @dark-sky-blue;
10426
+ }
10427
+ }
10428
+
10429
+ &.disable-behavior {
10430
+ color: @dusk-three;
10431
+ }
10432
+ }
10433
+
10434
+ .igz-icon-right {
10435
+ font-size: 11px;
10436
+ font-weight: 100;
10437
+ margin: 0 14px;
10438
+ }
10439
+
10440
+ .ncl-header-subtitle {
10441
+ color: @greyish-purple;
10442
+ }
10443
+
10444
+ .ncl-bold-subtitle {
10445
+ color: @dusk-three;
10446
+ font-weight: bold;
10447
+ }
10448
+ }
10449
+
10450
10450
  .ncl-collapsing-row {
10451
10451
  margin-bottom: 9px;
10452
10452
 
@@ -11717,6 +11717,66 @@ ncl-navigation-tabs {
11717
11717
  }
11718
11718
  }
11719
11719
 
11720
+ .ncl-version-configuration {
11721
+ > .igz-scrollable-container {
11722
+ padding: 24px 25px 22px 41px;
11723
+ }
11724
+
11725
+ .ncl-version-configuration-wrapper {
11726
+ > .row {
11727
+ display: flex;
11728
+ justify-content: space-between;
11729
+ flex-wrap: wrap;
11730
+
11731
+ .configuration-block {
11732
+ padding: 16px 23px 16px;
11733
+ background-color: @white;
11734
+ border: solid 1px @pale-grey;
11735
+ flex-grow: 1;
11736
+ flex-basis: 500px;
11737
+ margin-right: 16px;
11738
+ margin-bottom: 16px;
11739
+
11740
+ &.invisible {
11741
+ visibility: hidden;
11742
+ }
11743
+
11744
+ .title {
11745
+ font-size: 16px;
11746
+ font-weight: bold;
11747
+ font-style: normal;
11748
+ font-stretch: normal;
11749
+ letter-spacing: normal;
11750
+ text-align: left;
11751
+ color: @dusk-three;
11752
+ margin-bottom: 12px;
11753
+ }
11754
+
11755
+ .row {
11756
+ .label {
11757
+ display: block;
11758
+ font-family: Roboto, sans-serif;
11759
+ font-size: 14px;
11760
+ font-weight: 500;
11761
+ font-style: normal;
11762
+ font-stretch: normal;
11763
+ letter-spacing: normal;
11764
+ text-align: left;
11765
+ color: @dusk-three;
11766
+ padding: 0;
11767
+ }
11768
+ }
11769
+
11770
+ .ncl-version-configuration-labels, .ncl-version-configuration-annotations {
11771
+ .more-info-wrapper {
11772
+ height: 20px;
11773
+ }
11774
+ }
11775
+ }
11776
+ }
11777
+ }
11778
+ }
11779
+
11720
11780
  .ncl-version-execution-log {
11721
11781
  .control-panel-log-color-set();
11722
11782
 
@@ -11727,7 +11787,7 @@ ncl-navigation-tabs {
11727
11787
  height: 95%;
11728
11788
 
11729
11789
  .info-page-filters {
11730
- z-index: 990;
11790
+ z-index: 1000;
11731
11791
 
11732
11792
  .multiple-checkboxes-option {
11733
11793
  margin: 10px 0;
@@ -11833,66 +11893,6 @@ ncl-navigation-tabs {
11833
11893
  }
11834
11894
  }
11835
11895
 
11836
- .ncl-version-configuration {
11837
- > .igz-scrollable-container {
11838
- padding: 24px 25px 22px 41px;
11839
- }
11840
-
11841
- .ncl-version-configuration-wrapper {
11842
- > .row {
11843
- display: flex;
11844
- justify-content: space-between;
11845
- flex-wrap: wrap;
11846
-
11847
- .configuration-block {
11848
- padding: 16px 23px 16px;
11849
- background-color: @white;
11850
- border: solid 1px @pale-grey;
11851
- flex-grow: 1;
11852
- flex-basis: 500px;
11853
- margin-right: 16px;
11854
- margin-bottom: 16px;
11855
-
11856
- &.invisible {
11857
- visibility: hidden;
11858
- }
11859
-
11860
- .title {
11861
- font-size: 16px;
11862
- font-weight: bold;
11863
- font-style: normal;
11864
- font-stretch: normal;
11865
- letter-spacing: normal;
11866
- text-align: left;
11867
- color: @dusk-three;
11868
- margin-bottom: 12px;
11869
- }
11870
-
11871
- .row {
11872
- .label {
11873
- display: block;
11874
- font-family: Roboto, sans-serif;
11875
- font-size: 14px;
11876
- font-weight: 500;
11877
- font-style: normal;
11878
- font-stretch: normal;
11879
- letter-spacing: normal;
11880
- text-align: left;
11881
- color: @dusk-three;
11882
- padding: 0;
11883
- }
11884
- }
11885
-
11886
- .ncl-version-configuration-labels, .ncl-version-configuration-annotations {
11887
- .more-info-wrapper {
11888
- height: 20px;
11889
- }
11890
- }
11891
- }
11892
- }
11893
- }
11894
- }
11895
-
11896
11896
  .ncl-version-trigger {
11897
11897
  padding: 11px 24px;
11898
11898