iguazio.dashboard-controls 1.2.17 → 1.2.18

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,216 +5937,58 @@ yx-axis
5779
5937
  }
5780
5938
  }
5781
5939
 
5782
- .igz-action-menu {
5783
- .action-menu-color-set();
5784
- .action-icon-color-set();
5940
+ .auto-complete-wrapper {
5941
+ .auto-complete-color-set();
5785
5942
 
5786
- opacity: 1;
5787
5943
  position: relative;
5788
5944
 
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;
5945
+ .input-row {
5946
+ display: flex;
5947
+ width: 100%;
5797
5948
 
5798
- &.active,
5799
- &:hover {
5800
- color: @menu-btn-active-hover-color;
5949
+ .auto-complete-input {
5950
+ flex-grow: 3;
5801
5951
  }
5802
- }
5803
5952
 
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%);
5953
+ .auto-complete-filters {
5954
+ width: 20%;
5955
+ }
5956
+ }
5821
5957
 
5822
- .actions-list {
5823
- cursor: default;
5824
- padding-bottom: 8px;
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;
5825
5970
 
5826
- .tooltip {
5827
- // !important used to overwrite third-party's inline style
5828
- display: none !important;
5829
- }
5830
- }
5971
+ .list {
5972
+ padding: 0;
5973
+ margin: 0;
5831
5974
 
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;
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;
5841
5984
 
5842
- &:hover,
5843
- &.subtemplate-show {
5844
- background-color: @action-item-hover-bg-color;
5845
- }
5985
+ &:first-child {
5986
+ margin-top: 7px;
5987
+ }
5846
5988
 
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
- }
5989
+ &:last-child {
5990
+ margin-bottom: 4px;
5991
+ }
5992
5992
 
5993
5993
  .list-item-block {
5994
5994
  display: flex;
@@ -6971,6 +6971,37 @@ yx-axis
6971
6971
  }
6972
6972
  }
6973
6973
 
6974
+ .control-panel-log-row {
6975
+ .control-panel-log-table-row-color-set();
6976
+
6977
+ .log-entry {
6978
+ .log-entry-time {
6979
+ color: @log-entry-time-color;
6980
+ }
6981
+
6982
+ .log-entry-level-debug {
6983
+ color: @log-entry-level-debug-color;
6984
+ }
6985
+
6986
+ .log-entry-level-info {
6987
+ color: @log-entry-level-info-color;
6988
+ }
6989
+
6990
+ .log-entry-level-warn, .log-entry-level-warning {
6991
+ color: @log-entry-level-warn-color;
6992
+ }
6993
+
6994
+ .log-entry-level-error {
6995
+ color: @log-entry-level-error-color;
6996
+ }
6997
+
6998
+ .log-entry-message {
6999
+ line-break: anywhere;
7000
+ font-weight: 600;
7001
+ }
7002
+ }
7003
+ }
7004
+
6974
7005
  .more-info-wrapper {
6975
7006
  .more-info-color-set();
6976
7007
 
@@ -7130,37 +7161,6 @@ yx-axis
7130
7161
  }
7131
7162
  }
7132
7163
 
7133
- .control-panel-log-row {
7134
- .control-panel-log-table-row-color-set();
7135
-
7136
- .log-entry {
7137
- .log-entry-time {
7138
- color: @log-entry-time-color;
7139
- }
7140
-
7141
- .log-entry-level-debug {
7142
- color: @log-entry-level-debug-color;
7143
- }
7144
-
7145
- .log-entry-level-info {
7146
- color: @log-entry-level-info-color;
7147
- }
7148
-
7149
- .log-entry-level-warn, .log-entry-level-warning {
7150
- color: @log-entry-level-warn-color;
7151
- }
7152
-
7153
- .log-entry-level-error {
7154
- color: @log-entry-level-error-color;
7155
- }
7156
-
7157
- .log-entry-message {
7158
- line-break: anywhere;
7159
- font-weight: 600;
7160
- }
7161
- }
7162
- }
7163
-
7164
7164
  .igz-multiple-checkboxes {
7165
7165
  .multiple-checkboxes-color-set();
7166
7166
 
@@ -7357,38 +7357,191 @@ yx-axis
7357
7357
  }
7358
7358
  }
7359
7359
 
7360
- .igz-navigation-tabs {
7361
- .navigation-tabs-color-set();
7362
-
7363
- background-color: @navigation-tabs-bg-color;
7364
- height: 56px;
7365
- padding-top: 7px;
7360
+ .igz-number-input {
7361
+ .number-input-color-set();
7366
7362
 
7367
- .navigation-tab {
7368
- float: left;
7369
- height: 32px;
7370
- padding: 15px 24px 0;
7371
- font-family: @font-family-sans-serif;
7372
- color: @navigation-tab-color;
7373
- font-size: 14px;
7374
- text-align: center;
7375
- cursor: pointer;
7376
- border-bottom: @navigation-tab-border-bottom;
7377
- box-sizing: content-box;
7363
+ min-width: 115px;
7364
+ font-family: @font-family-sans-serif;
7365
+ font-size: 14px;
7366
+ font-weight: 400;
7367
+ height: 36px;
7368
+ position: relative;
7369
+ background-color: @number-input-bg-color;
7370
+ border: @number-input-border;
7371
+ border-radius: 2px;
7372
+ color: @number-input-color;
7373
+ display: flex;
7374
+ justify-content: flex-start;
7375
+ align-items: center;
7376
+ padding: 0 10px 0 11px;
7377
+ z-index: 3;
7378
7378
 
7379
- &.active, &.active:hover {
7380
- background-color: @navigation-tab-active-hover-bg-color;
7381
- color: @navigation-tab-active-hover-color;
7382
- border-bottom: @navigation-tab-active-hover-border-bottom;
7379
+ &:not(.disabled) {
7380
+ &:focus.ng-invalid:not(.ng-pristine), &.ng-invalid.ng-touched {
7381
+ background-color: @number-input-not-disabled-focus-invalid-bg-color;
7382
+ border: @number-input-not-disabled-focus-invalid-border;
7383
+ box-shadow: none;
7384
+ outline: none;
7383
7385
  }
7384
7386
 
7385
- &:hover {
7386
- background-color: @navigation-tab-hover-bg-color;
7387
+ &:focus-within, &.focused {
7388
+ outline: 0;
7389
+ border: @number-input-not-disabled-hover-focus-border;
7387
7390
  }
7388
7391
 
7389
- &.active {
7390
- background-color: @navigation-tab-active-bg-color;
7391
- }
7392
+ &.invalid:not(.pristine), &.invalid.submitted {
7393
+ background-color: @number-input-not-disabled-invalid-bg-color;
7394
+ border: @number-input-not-disabled-invalid-border;
7395
+ box-shadow: none;
7396
+ }
7397
+
7398
+ &:focus.ng-valid, &:focus.ng-pristine {
7399
+ border: @number-input-not-disabled-valid-border;
7400
+ box-shadow: none;
7401
+ outline: none;
7402
+ }
7403
+ }
7404
+
7405
+ &.additional-left-padding {
7406
+ padding-left: 22px;
7407
+ }
7408
+
7409
+ .input-field {
7410
+ border: none;
7411
+ outline: 0;
7412
+ padding: 0;
7413
+ text-align: left;
7414
+ background-color: @number-input-field-bg-color;
7415
+ }
7416
+
7417
+ //
7418
+ // placeholder
7419
+ //
7420
+
7421
+ ::-webkit-input-placeholder {
7422
+ /* Chrome, Chromium, Edge, Safari, Opera*/
7423
+ color: @number-input-placeholder-color;
7424
+ }
7425
+
7426
+ :-moz-placeholder {
7427
+ /* Firefox 4-18 */
7428
+ color: @number-input-placeholder-color;
7429
+ }
7430
+
7431
+ ::-moz-placeholder {
7432
+ /* Firefox 19+ */
7433
+ color: @number-input-placeholder-color;
7434
+ }
7435
+
7436
+ :-ms-input-placeholder {
7437
+ /* - Internet Explorer 10–11
7438
+ - Internet Explorer Mobile 10-11 */
7439
+ color: @number-input-placeholder-color !important;
7440
+ }
7441
+
7442
+ ::placeholder {
7443
+ /* modern browser versions */
7444
+ color: @number-input-placeholder-color;
7445
+ }
7446
+
7447
+ .additional-left-block {
7448
+ .prefix-unit {
7449
+ color: @number-input-additional-left-block-prefix-unit-color;
7450
+ font-size: 14px;
7451
+ font-weight: 700;
7452
+ padding-right: 7px;
7453
+ }
7454
+ }
7455
+
7456
+ .suffix-unit-container {
7457
+ display: flex;
7458
+ align-items: center;
7459
+
7460
+ .suffix-unit {
7461
+ color: @number-input-suffix-unit-color;
7462
+ font-size: 14px;
7463
+ font-weight: 400;
7464
+ padding-left: 3px;
7465
+ }
7466
+ }
7467
+
7468
+ .arrow-block {
7469
+ font-size: 11px;
7470
+ display: flex;
7471
+ flex-direction: column;
7472
+ justify-content: center;
7473
+ height: 100%;
7474
+ margin-left: 6px;
7475
+
7476
+ .igz-icon-dropup, .igz-icon-dropdown {
7477
+ color: @number-input-arrow-block-icon-color;
7478
+ cursor: pointer;
7479
+ display: block;
7480
+ line-height: 11px;
7481
+ outline: 0;
7482
+
7483
+ &:hover {
7484
+ color: @number-input-arrow-block-icon-hover-color;
7485
+ }
7486
+ }
7487
+ }
7488
+
7489
+ &.disabled {
7490
+ background-color: @number-input-disabled-bg-color;
7491
+ opacity: 0.5;
7492
+
7493
+ .suffix-unit {
7494
+ opacity: 0.5;
7495
+ }
7496
+
7497
+ .igz-icon-dropup, .igz-icon-dropdown {
7498
+ &, &:hover {
7499
+ color: @number-input-disabled-icon-hover-color;
7500
+ opacity: 0.5;
7501
+ cursor: default;
7502
+ }
7503
+ }
7504
+ }
7505
+ }
7506
+
7507
+ .step3, .step4 {
7508
+ .additional-right-padding {
7509
+ padding-right: 50px;
7510
+ }
7511
+ }
7512
+
7513
+ .igz-navigation-tabs {
7514
+ .navigation-tabs-color-set();
7515
+
7516
+ background-color: @navigation-tabs-bg-color;
7517
+ height: 56px;
7518
+ padding-top: 7px;
7519
+
7520
+ .navigation-tab {
7521
+ float: left;
7522
+ height: 32px;
7523
+ padding: 15px 24px 0;
7524
+ font-family: @font-family-sans-serif;
7525
+ color: @navigation-tab-color;
7526
+ font-size: 14px;
7527
+ text-align: center;
7528
+ cursor: pointer;
7529
+ border-bottom: @navigation-tab-border-bottom;
7530
+ box-sizing: content-box;
7531
+
7532
+ &.active, &.active:hover {
7533
+ background-color: @navigation-tab-active-hover-bg-color;
7534
+ color: @navigation-tab-active-hover-color;
7535
+ border-bottom: @navigation-tab-active-hover-border-bottom;
7536
+ }
7537
+
7538
+ &:hover {
7539
+ background-color: @navigation-tab-hover-bg-color;
7540
+ }
7541
+
7542
+ &.active {
7543
+ background-color: @navigation-tab-active-bg-color;
7544
+ }
7392
7545
 
7393
7546
  @media screen and (max-width: 940px) {
7394
7547
  padding: 15px 12px 0;
@@ -7544,220 +7697,67 @@ yx-axis
7544
7697
  }
7545
7698
  }
7546
7699
  }
7547
- .igz-number-input {
7548
- .number-input-color-set();
7700
+ .search-input {
7701
+ .search-input-color-set();
7549
7702
 
7550
- min-width: 115px;
7551
- font-family: @font-family-sans-serif;
7552
- font-size: 14px;
7553
- font-weight: 400;
7554
- height: 36px;
7555
7703
  position: relative;
7556
- background-color: @number-input-bg-color;
7557
- border: @number-input-border;
7558
- border-radius: 2px;
7559
- color: @number-input-color;
7560
- display: flex;
7561
- justify-content: flex-start;
7562
- align-items: center;
7563
- padding: 0 10px 0 11px;
7564
- z-index: 3;
7704
+ color: @search-input-color;
7565
7705
 
7566
- &:not(.disabled) {
7567
- &:focus.ng-invalid:not(.ng-pristine), &.ng-invalid.ng-touched {
7568
- background-color: @number-input-not-disabled-focus-invalid-bg-color;
7569
- border: @number-input-not-disabled-focus-invalid-border;
7570
- box-shadow: none;
7571
- outline: none;
7706
+ .container-search-input {
7707
+ background-color: @search-input-bg-color;
7708
+ border: 0;
7709
+ font-family: @font-family-sans-serif;
7710
+ font-size: 15px;
7711
+ font-weight: 400;
7712
+ height: 52px;
7713
+ line-height: 52px;
7714
+ margin: 0;
7715
+ outline: 0;
7716
+ padding-right: 20px;
7717
+ width: 100%;
7718
+
7719
+ &::-webkit-input-placeholder {
7720
+ color: @search-input-placeholder-color;
7572
7721
  }
7573
7722
 
7574
- &:focus-within, &.focused {
7575
- outline: 0;
7576
- border: @number-input-not-disabled-hover-focus-border;
7723
+ &:-moz-placeholder { /* Firefox 18- */
7724
+ color: @search-input-placeholder-color;
7577
7725
  }
7578
7726
 
7579
- &.invalid:not(.pristine), &.invalid.submitted {
7580
- background-color: @number-input-not-disabled-invalid-bg-color;
7581
- border: @number-input-not-disabled-invalid-border;
7582
- box-shadow: none;
7727
+ &::-moz-placeholder { /* Firefox 19+ */
7728
+ color: @search-input-placeholder-color;
7583
7729
  }
7584
7730
 
7585
- &:focus.ng-valid, &:focus.ng-pristine {
7586
- border: @number-input-not-disabled-valid-border;
7587
- box-shadow: none;
7588
- outline: none;
7731
+ &:-ms-input-placeholder {
7732
+ color: @search-input-placeholder-color;
7589
7733
  }
7590
- }
7591
7734
 
7592
- &.additional-left-padding {
7593
- padding-left: 22px;
7594
- }
7735
+ &:focus {
7736
+ &, & + .igz-icon-search:before {
7737
+ color: @search-input-focus-icon-search-before-color;
7738
+ }
7595
7739
 
7596
- .input-field {
7597
- border: none;
7598
- outline: 0;
7599
- padding: 0;
7600
- text-align: left;
7601
- background-color: @number-input-field-bg-color;
7602
- }
7740
+ &::-webkit-input-placeholder {
7741
+ color: @search-input-focus-placeholder-color;
7742
+ }
7603
7743
 
7604
- //
7605
- // placeholder
7606
- //
7744
+ &:-moz-placeholder { /* Firefox 18- */
7745
+ color: @search-input-focus-placeholder-color;
7746
+ }
7607
7747
 
7608
- ::-webkit-input-placeholder {
7609
- /* Chrome, Chromium, Edge, Safari, Opera*/
7610
- color: @number-input-placeholder-color;
7611
- }
7748
+ &::-moz-placeholder { /* Firefox 19+ */
7749
+ color: @search-input-focus-placeholder-color;
7750
+ }
7612
7751
 
7613
- :-moz-placeholder {
7614
- /* Firefox 4-18 */
7615
- color: @number-input-placeholder-color;
7616
- }
7752
+ &:-ms-input-placeholder {
7753
+ color: @search-input-focus-placeholder-color;
7754
+ }
7617
7755
 
7618
- ::-moz-placeholder {
7619
- /* Firefox 19+ */
7620
- color: @number-input-placeholder-color;
7621
- }
7622
-
7623
- :-ms-input-placeholder {
7624
- /* - Internet Explorer 10–11
7625
- - Internet Explorer Mobile 10-11 */
7626
- color: @number-input-placeholder-color !important;
7627
- }
7628
-
7629
- ::placeholder {
7630
- /* modern browser versions */
7631
- color: @number-input-placeholder-color;
7632
- }
7633
-
7634
- .additional-left-block {
7635
- .prefix-unit {
7636
- color: @number-input-additional-left-block-prefix-unit-color;
7637
- font-size: 14px;
7638
- font-weight: 700;
7639
- padding-right: 7px;
7640
- }
7641
- }
7642
-
7643
- .suffix-unit-container {
7644
- display: flex;
7645
- align-items: center;
7646
-
7647
- .suffix-unit {
7648
- color: @number-input-suffix-unit-color;
7649
- font-size: 14px;
7650
- font-weight: 400;
7651
- padding-left: 3px;
7652
- }
7653
- }
7654
-
7655
- .arrow-block {
7656
- font-size: 11px;
7657
- display: flex;
7658
- flex-direction: column;
7659
- justify-content: center;
7660
- height: 100%;
7661
- margin-left: 6px;
7662
-
7663
- .igz-icon-dropup, .igz-icon-dropdown {
7664
- color: @number-input-arrow-block-icon-color;
7665
- cursor: pointer;
7666
- display: block;
7667
- line-height: 11px;
7668
- outline: 0;
7669
-
7670
- &:hover {
7671
- color: @number-input-arrow-block-icon-hover-color;
7672
- }
7673
- }
7674
- }
7675
-
7676
- &.disabled {
7677
- background-color: @number-input-disabled-bg-color;
7678
- opacity: 0.5;
7679
-
7680
- .suffix-unit {
7681
- opacity: 0.5;
7682
- }
7683
-
7684
- .igz-icon-dropup, .igz-icon-dropdown {
7685
- &, &:hover {
7686
- color: @number-input-disabled-icon-hover-color;
7687
- opacity: 0.5;
7688
- cursor: default;
7689
- }
7690
- }
7691
- }
7692
- }
7693
-
7694
- .step3, .step4 {
7695
- .additional-right-padding {
7696
- padding-right: 50px;
7697
- }
7698
- }
7699
-
7700
- .search-input {
7701
- .search-input-color-set();
7702
-
7703
- position: relative;
7704
- color: @search-input-color;
7705
-
7706
- .container-search-input {
7707
- background-color: @search-input-bg-color;
7708
- border: 0;
7709
- font-family: @font-family-sans-serif;
7710
- font-size: 15px;
7711
- font-weight: 400;
7712
- height: 52px;
7713
- line-height: 52px;
7714
- margin: 0;
7715
- outline: 0;
7716
- padding-right: 20px;
7717
- width: 100%;
7718
-
7719
- &::-webkit-input-placeholder {
7720
- color: @search-input-placeholder-color;
7721
- }
7722
-
7723
- &:-moz-placeholder { /* Firefox 18- */
7724
- color: @search-input-placeholder-color;
7725
- }
7726
-
7727
- &::-moz-placeholder { /* Firefox 19+ */
7728
- color: @search-input-placeholder-color;
7729
- }
7730
-
7731
- &:-ms-input-placeholder {
7732
- color: @search-input-placeholder-color;
7733
- }
7734
-
7735
- &:focus {
7736
- &, & + .igz-icon-search:before {
7737
- color: @search-input-focus-icon-search-before-color;
7738
- }
7739
-
7740
- &::-webkit-input-placeholder {
7741
- color: @search-input-focus-placeholder-color;
7742
- }
7743
-
7744
- &:-moz-placeholder { /* Firefox 18- */
7745
- color: @search-input-focus-placeholder-color;
7746
- }
7747
-
7748
- &::-moz-placeholder { /* Firefox 19+ */
7749
- color: @search-input-focus-placeholder-color;
7750
- }
7751
-
7752
- &:-ms-input-placeholder {
7753
- color: @search-input-focus-placeholder-color;
7754
- }
7755
-
7756
- &::placeholder {
7757
- /* modern browser versions */
7758
- color: @search-input-focus-placeholder-color !important;
7759
- }
7760
- }
7756
+ &::placeholder {
7757
+ /* modern browser versions */
7758
+ color: @search-input-focus-placeholder-color !important;
7759
+ }
7760
+ }
7761
7761
  }
7762
7762
 
7763
7763
  .igz-icon-search {
@@ -7975,113 +7975,6 @@ yx-axis
7975
7975
  }
7976
7976
  }
7977
7977
 
7978
- .splash-screen {
7979
- .splash-screen-color-set();
7980
-
7981
- position: absolute;
7982
- z-index: 996;
7983
- width: 100%;
7984
- height: 100%;
7985
- background-color: @splash-screen-bg-color;
7986
- transform-style: preserve-3d;
7987
-
7988
- // ngAnimate appearance for show/hide
7989
- transition: opacity linear .25s 0s;
7990
-
7991
- &.ng-hide-remove {
7992
- opacity: 0;
7993
- }
7994
-
7995
- .loading-splash-screen {
7996
- position: absolute;
7997
- top: 50%;
7998
- left: 50%;
7999
- transform: translate(-50%, -50%);
8000
- color: @loading-splash-screen-color;
8001
- font-size: 20px;
8002
- text-align: center;
8003
- font-weight: 500;
8004
- width: 217px;
8005
- border-radius: 6px;
8006
- background-image: @loading-splash-screen-bg-image;
8007
- padding: 49px 0;
8008
-
8009
- .splash-logo-wrapper {
8010
- position: relative;
8011
- text-align: center;
8012
-
8013
- .loader-fading-circle {
8014
- width: 60px;
8015
- height: 60px;
8016
- }
8017
- }
8018
-
8019
- .loading-text {
8020
- padding: 31px 0 0 12px;
8021
- font-family: @font-family-sans-serif;
8022
- font-size: 20px;
8023
- color: @loading-splash-screen-text-color;
8024
- }
8025
- }
8026
-
8027
- .alert-splash-screen {
8028
- position: absolute;
8029
- top: 50%;
8030
- left: 50%;
8031
- transform: translate(-50%, -50%);
8032
- color: @alert-splash-screen-color;
8033
- font-size: 20px;
8034
- font-weight: 500;
8035
- width: 504px;
8036
- border-radius: 6px;
8037
- background-image: @alert-splash-screen-bg-image;
8038
- box-shadow: none;
8039
- padding: 0 0 49px;
8040
-
8041
- .header {
8042
- background: url('/assets/images/oops.png') no-repeat center;
8043
- margin: 47px 0 24px;
8044
- height: 59px;
8045
- background-size: contain;
8046
- }
8047
-
8048
- .notification-text {
8049
- color: @alert-splash-screen-notification-text-color;
8050
- padding: 0 60px;
8051
- text-align: center;
8052
- margin: 0 0 36px;
8053
- line-height: 1.5;
8054
- }
8055
-
8056
- .buttons {
8057
- text-align: center;
8058
- height: 36px;
8059
-
8060
- .refresh-button {
8061
- margin: 0 auto;
8062
- padding-top: 8px;
8063
- height: 36px;
8064
- width: 124px;
8065
- font-size: 12px;
8066
- border-radius: 2px;
8067
- background-color: @alert-splash-screen-refresh-btn-bg-color;
8068
- border: @alert-splash-screen-refresh-btn-border;
8069
- text-transform: uppercase;
8070
-
8071
- &:hover {
8072
- background-color: @alert-splash-screen-refresh-btn-hover-bg-color;
8073
- box-shadow: @alert-splash-screen-refresh-btn-hover-box-shadow;
8074
- }
8075
-
8076
- .igz-icon-refresh {
8077
- font-size: 16px;
8078
- margin-right: 8px;
8079
- vertical-align: middle;
8080
- }
8081
- }
8082
- }
8083
- }
8084
- }
8085
7978
  .igz-slider-input-block {
8086
7979
  .igz-slider-input-block-color-set();
8087
7980
 
@@ -8211,13 +8104,120 @@ yx-axis
8211
8104
  }
8212
8105
  }
8213
8106
 
8214
- .ngdialog.text-edit {
8215
- .text-edit-color-set();
8216
-
8217
- .ngdialog-content {
8218
- padding: 0;
8219
- width: 1000px;
8220
- height: 678px;
8107
+ .splash-screen {
8108
+ .splash-screen-color-set();
8109
+
8110
+ position: absolute;
8111
+ z-index: 996;
8112
+ width: 100%;
8113
+ height: 100%;
8114
+ background-color: @splash-screen-bg-color;
8115
+ transform-style: preserve-3d;
8116
+
8117
+ // ngAnimate appearance for show/hide
8118
+ transition: opacity linear .25s 0s;
8119
+
8120
+ &.ng-hide-remove {
8121
+ opacity: 0;
8122
+ }
8123
+
8124
+ .loading-splash-screen {
8125
+ position: absolute;
8126
+ top: 50%;
8127
+ left: 50%;
8128
+ transform: translate(-50%, -50%);
8129
+ color: @loading-splash-screen-color;
8130
+ font-size: 20px;
8131
+ text-align: center;
8132
+ font-weight: 500;
8133
+ width: 217px;
8134
+ border-radius: 6px;
8135
+ background-image: @loading-splash-screen-bg-image;
8136
+ padding: 49px 0;
8137
+
8138
+ .splash-logo-wrapper {
8139
+ position: relative;
8140
+ text-align: center;
8141
+
8142
+ .loader-fading-circle {
8143
+ width: 60px;
8144
+ height: 60px;
8145
+ }
8146
+ }
8147
+
8148
+ .loading-text {
8149
+ padding: 31px 0 0 12px;
8150
+ font-family: @font-family-sans-serif;
8151
+ font-size: 20px;
8152
+ color: @loading-splash-screen-text-color;
8153
+ }
8154
+ }
8155
+
8156
+ .alert-splash-screen {
8157
+ position: absolute;
8158
+ top: 50%;
8159
+ left: 50%;
8160
+ transform: translate(-50%, -50%);
8161
+ color: @alert-splash-screen-color;
8162
+ font-size: 20px;
8163
+ font-weight: 500;
8164
+ width: 504px;
8165
+ border-radius: 6px;
8166
+ background-image: @alert-splash-screen-bg-image;
8167
+ box-shadow: none;
8168
+ padding: 0 0 49px;
8169
+
8170
+ .header {
8171
+ background: url('/assets/images/oops.png') no-repeat center;
8172
+ margin: 47px 0 24px;
8173
+ height: 59px;
8174
+ background-size: contain;
8175
+ }
8176
+
8177
+ .notification-text {
8178
+ color: @alert-splash-screen-notification-text-color;
8179
+ padding: 0 60px;
8180
+ text-align: center;
8181
+ margin: 0 0 36px;
8182
+ line-height: 1.5;
8183
+ }
8184
+
8185
+ .buttons {
8186
+ text-align: center;
8187
+ height: 36px;
8188
+
8189
+ .refresh-button {
8190
+ margin: 0 auto;
8191
+ padding-top: 8px;
8192
+ height: 36px;
8193
+ width: 124px;
8194
+ font-size: 12px;
8195
+ border-radius: 2px;
8196
+ background-color: @alert-splash-screen-refresh-btn-bg-color;
8197
+ border: @alert-splash-screen-refresh-btn-border;
8198
+ text-transform: uppercase;
8199
+
8200
+ &:hover {
8201
+ background-color: @alert-splash-screen-refresh-btn-hover-bg-color;
8202
+ box-shadow: @alert-splash-screen-refresh-btn-hover-box-shadow;
8203
+ }
8204
+
8205
+ .igz-icon-refresh {
8206
+ font-size: 16px;
8207
+ margin-right: 8px;
8208
+ vertical-align: middle;
8209
+ }
8210
+ }
8211
+ }
8212
+ }
8213
+ }
8214
+ .ngdialog.text-edit {
8215
+ .text-edit-color-set();
8216
+
8217
+ .ngdialog-content {
8218
+ padding: 0;
8219
+ width: 1000px;
8220
+ height: 678px;
8221
8221
 
8222
8222
  .text-preview-directive-wrapper {
8223
8223
  .title {
@@ -8288,6 +8288,70 @@ yx-axis
8288
8288
  }
8289
8289
  }
8290
8290
 
8291
+ .toast-status-panel {
8292
+ .toast-status-panel-color-set();
8293
+
8294
+ margin-bottom: 20px;
8295
+ padding: 16px 36px 16px 12px;
8296
+ background-color: @toast-panel-bg-color;
8297
+ border: @toast-panel-border;
8298
+ position: relative;
8299
+
8300
+ &.in-progress {
8301
+ background-color: @toast-panel-in-progress-bg-color;
8302
+ border: @toast-panel-in-progress-border;
8303
+ }
8304
+
8305
+ &.failed {
8306
+ background-color: @toast-panel-failed-bg-color;
8307
+ border: @toast-panel-failed-border;
8308
+ }
8309
+
8310
+ .panel-status {
8311
+ color: @toast-panel-status-color;
8312
+ line-height: 24px;
8313
+ font-size: 14px;
8314
+ font-weight: 700;
8315
+ font-family: @font-family-sans-serif;
8316
+ align-items: center;
8317
+ display: flex;
8318
+ justify-content: center;
8319
+
8320
+ &.in-progress {
8321
+ color: @toast-panel-status-in-progress-color;
8322
+ }
8323
+
8324
+ &.failed {
8325
+ color: @toast-panel-status-failed-color;
8326
+ }
8327
+
8328
+ .panel-status-icon {
8329
+ font-size: 24px;
8330
+
8331
+ &.igz-icon-properties {
8332
+ -webkit-animation: rotation 4s infinite linear;
8333
+
8334
+ @-webkit-keyframes rotation {
8335
+ from {
8336
+ -webkit-transform: rotate(0deg);
8337
+ }
8338
+ to {
8339
+ -webkit-transform: rotate(359deg);
8340
+ }
8341
+ }
8342
+ }
8343
+ }
8344
+
8345
+ .msg-scrollable-container {
8346
+ max-height: 300px;
8347
+
8348
+ .panel-status-msg {
8349
+ margin: 0 8px;
8350
+ }
8351
+ }
8352
+ }
8353
+ }
8354
+
8291
8355
  .validating-input-field {
8292
8356
  .validating-input-field-color-set();
8293
8357
 
@@ -8613,386 +8677,18 @@ form.ng-submitted .validating-input-field {
8613
8677
  &.ng-invalid, &.invalid {
8614
8678
  &:focus {
8615
8679
  background-color: @input-textarea-field-not-disabled-focus-invalid-bg-color;
8616
- border: @input-textarea-field-not-disabled-focus-invalid-border;
8617
- }
8618
-
8619
- &:not(:focus) {
8620
- background-color: @input-textarea-field-not-disabled-invalid-bg-color;
8621
- border: @input-textarea-field-not-disabled-invalid-border;
8622
- }
8623
- }
8624
- }
8625
- }
8626
- }
8627
-
8628
- .toast-status-panel {
8629
- .toast-status-panel-color-set();
8630
-
8631
- margin-bottom: 20px;
8632
- padding: 16px 36px 16px 12px;
8633
- background-color: @toast-panel-bg-color;
8634
- border: @toast-panel-border;
8635
- position: relative;
8636
-
8637
- &.in-progress {
8638
- background-color: @toast-panel-in-progress-bg-color;
8639
- border: @toast-panel-in-progress-border;
8640
- }
8641
-
8642
- &.failed {
8643
- background-color: @toast-panel-failed-bg-color;
8644
- border: @toast-panel-failed-border;
8645
- }
8646
-
8647
- .panel-status {
8648
- color: @toast-panel-status-color;
8649
- line-height: 24px;
8650
- font-size: 14px;
8651
- font-weight: 700;
8652
- font-family: @font-family-sans-serif;
8653
- align-items: center;
8654
- display: flex;
8655
- justify-content: center;
8656
-
8657
- &.in-progress {
8658
- color: @toast-panel-status-in-progress-color;
8659
- }
8660
-
8661
- &.failed {
8662
- color: @toast-panel-status-failed-color;
8663
- }
8664
-
8665
- .panel-status-icon {
8666
- font-size: 24px;
8667
-
8668
- &.igz-icon-properties {
8669
- -webkit-animation: rotation 4s infinite linear;
8670
-
8671
- @-webkit-keyframes rotation {
8672
- from {
8673
- -webkit-transform: rotate(0deg);
8674
- }
8675
- to {
8676
- -webkit-transform: rotate(359deg);
8677
- }
8678
- }
8679
- }
8680
- }
8681
-
8682
- .msg-scrollable-container {
8683
- max-height: 300px;
8684
-
8685
- .panel-status-msg {
8686
- margin: 0 8px;
8687
- }
8688
- }
8689
- }
8690
- }
8691
-
8692
- .igz-info-page-actions-bar {
8693
- .actions-buttons-block {
8694
- margin-top: 3px;
8695
- margin-right: 17px;
8696
- }
8697
- }
8698
- .ncl-primary-button {
8699
- margin-left: 9px;
8700
- }
8701
-
8702
- .ncl-secondary-button {
8703
- vertical-align: top;
8704
- position: relative;
8705
- }
8706
-
8707
- .btn-close {
8708
- color: .duskThree(0.64)[@color];
8709
- right: 0;
8710
- position: absolute;
8711
- margin-top: 6px;
8712
- margin-right: 24px;
8713
- font-size: 14px;
8714
- line-height: 14px;
8715
- z-index: 11;
8716
-
8717
- &:hover {
8718
- color: .duskThree(1)[@color];
8719
- }
8720
- }
8721
-
8722
- .ncl-new-entity-button {
8723
- display: inline-block;
8724
- vertical-align: top;
8725
- position: relative;
8726
- margin-left: 15px;
8727
- }
8728
-
8729
- .ngdialog {
8730
- z-index: 10000;
8731
- }
8732
-
8733
- .ngdialog-theme-nuclio {
8734
- @animation-duration: 0.2s;
8735
- @animation-function: ease;
8736
- display: flex;
8737
- height: 100%;
8738
- padding: 0 50px;
8739
- min-width: 500px;
8740
- align-items: center;
8741
- justify-content: center;
8742
-
8743
- .ngdialog-content {
8744
- box-shadow: 0 10px 20px 0 .black(0.25)[@color];
8745
- animation-duration: @animation-duration;
8746
- animation-timing-function: @animation-function;
8747
- font-family: @font-family-sans-serif;
8748
- font-size: 16px;
8749
- border-radius: 2px;
8750
- max-width: 900px;
8751
- background-color: @white;
8752
- z-index: 5;
8753
- position: relative;
8754
- padding: 19px 24px 23px 24px;
8755
-
8756
- /*
8757
- * Confirms, alerts
8758
- */
8759
- .notification-text {
8760
- margin: 30px 30px 0 0;
8761
- max-height: 70vh;
8762
- overflow: auto;
8763
-
8764
- .error-list {
8765
- list-style-type: none;
8766
-
8767
- .error-list-item {
8768
- margin-bottom: 5px;
8769
- }
8770
- }
8771
- }
8772
-
8773
- .notification-text.description {
8774
- margin: 10px 30px;
8775
- }
8776
-
8777
- .buttons {
8778
- text-align: right;
8779
-
8780
- button:not(:first-child) {
8781
- margin-left: 8px;
8782
- }
8783
- }
8784
-
8785
- /*
8786
- * Create/edit dialogs
8787
- */
8788
- .close-button {
8789
- position: absolute;
8790
- right: 24px;
8791
- top: 26px;
8792
- line-height: 10px;
8793
- font-size: 14px;
8794
- color: .duskThree(0.64)[@color];
8795
- cursor: pointer;
8796
- }
8797
-
8798
- .title {
8799
- color: @dusk-three;
8800
- font-family: @font-family-sans-serif;
8801
- font-size: 20px;
8802
- font-weight: 500;
8803
- margin: 0 0 21px 0;
8804
- padding-right: 24px;
8805
- }
8806
-
8807
- .main-content {
8808
- margin: 0 0 4px;
8809
-
8810
- .field-group {
8811
- padding: 0 0 20px;
8812
-
8813
- .field-label {
8814
- color: @dusk-three;
8815
- font-size: 14px;
8816
- font-weight: 500;
8817
- padding: 0;
8818
- min-width: 50px;
8819
- margin: 0 0 2px;
8820
- }
8821
-
8822
- .field-input {
8823
- position: relative;
8824
- width: 400px;
8825
-
8826
- .validating-input-field {
8827
- .input-field {
8828
- padding-left: 17px;
8829
- }
8830
-
8831
- .input-placeholder {
8832
- left: 18px;
8833
- font-style: italic;
8834
- }
8835
- }
8836
-
8837
- .error {
8838
- color: @darkish-pink;
8839
- font-size: 12px;
8840
- white-space: nowrap;
8841
- }
8842
- }
8843
- }
8844
- }
8845
- }
8846
-
8847
- &.delete-entity-dialog-wrapper {
8848
- .ngdialog-content {
8849
- padding: 30px 24px 23px 24px;
8850
-
8851
- .notification-text.title {
8852
- text-align: center;
8853
- padding-right: 0;
8854
- color: @darkish-pink;
8855
- font-size: 20px;
8856
- font-weight: 500;
8857
- letter-spacing: normal;
8858
- margin: 11px 0 2px;
8859
- }
8860
-
8861
- .notification-text.description {
8862
- text-align: center;
8863
- margin: 0 37px;
8864
- font-size: 16px;
8865
- font-weight: normal;
8866
- letter-spacing: normal;
8867
- color: @dusk-three;
8868
- }
8869
-
8870
- .nuclio-alert-icon {
8871
- background: url('/assets/images/ic-alert-message.svg');
8872
- height: 29px;
8873
- width: 34px;
8874
- margin: 0 auto;
8875
- }
8876
-
8877
- .buttons {
8878
- margin-top: 30px;
8879
- }
8880
- }
8881
- }
8882
-
8883
- &.ngdialog.ngdialog-closing .ngdialog-content {
8884
- animation-duration: @animation-duration;
8885
- animation-timing-function: @animation-function;
8886
- }
8887
-
8888
- .ngdialog-overlay {
8889
- background: .black(0.6)[@color];
8890
- border: 2px solid @black;
8891
- animation-duration: @animation-duration;
8892
- animation-timing-function: @animation-function;
8893
- }
8894
-
8895
- &.ngdialog.ngdialog-closing .ngdialog-overlay {
8896
- animation-duration: @animation-duration;
8897
- animation-timing-function: @animation-function;
8898
- }
8899
-
8900
- &.ngdialog.ng-login-modal .ngdialog-content {
8901
- padding: 0;
8902
- }
8903
- }
8904
-
8905
- body {
8906
- .ncl-main-wrapper {
8907
- padding: 64px 0 0 215px;
8908
- width: 100%;
8909
- height: 100%;
8910
- }
8911
-
8912
- .table-headers {
8913
- display: flex;
8914
- font-size: 14px;
8915
- font-weight: bold;
8916
- font-style: normal;
8917
- font-stretch: normal;
8918
- letter-spacing: normal;
8919
- color: @dusk-three;
8920
- margin-bottom: 2px;
8921
-
8922
- .key-header {
8923
- width: 34%;
8924
- margin-left: 16px;
8925
-
8926
- &:not(.use-type) {
8927
- width: 36%;
8928
- }
8929
- }
8930
-
8931
- .type-header {
8932
- width: 12%;
8933
- }
8934
-
8935
- .value-header {
8936
- width: 52%;
8937
-
8938
- &:not(.use-type) {
8939
- width: 61%;
8940
- }
8941
- }
8942
- }
8943
-
8944
- .table-body:not(:last-child) {
8945
- margin-bottom: 5px;
8946
- }
8947
- }
8948
-
8949
-
8950
- .logs-common {
8951
- font-family: "Source Code Pro", "Courier New", monospace;
8952
- font-size: 14px;
8953
- line-height: 1.1;
8954
- text-align: left;
8955
- white-space: pre-wrap;
8956
- }
8957
- .tooltip.custom-tooltip {
8958
- transition-duration: 0s;
8959
- z-index: 10001;
8960
- opacity: 1;
8961
-
8962
- .tooltip-arrow {
8963
- display: block;
8964
- margin-left: 0;
8965
- position: absolute;
8966
- top: -1px;
8967
- width: 13px;
8968
- height: 13px;
8969
- transform: rotate(226deg);
8970
- border-right: 1px solid @pale-grey;
8971
- border-bottom: 1px solid @pale-grey;
8972
- border-width: 1px;
8973
- background-color: @white;
8974
- }
8975
-
8976
- &.bottom {
8977
- margin-top: 8px;
8978
- }
8979
-
8980
- &.top {
8981
- margin-top: 4px;
8982
- }
8983
-
8984
- .tooltip-inner {
8985
- background-color: @white;
8986
- color: @dusk-three;
8987
- border-radius: 2px;
8988
- font-size: 14px;
8989
- word-wrap: break-word;
8990
- max-width: 280px;
8991
- padding: 29px 30px;
8992
- box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
8993
- border: solid 1px @pale-grey;
8680
+ border: @input-textarea-field-not-disabled-focus-invalid-border;
8681
+ }
8682
+
8683
+ &:not(:focus) {
8684
+ background-color: @input-textarea-field-not-disabled-invalid-bg-color;
8685
+ border: @input-textarea-field-not-disabled-invalid-border;
8686
+ }
8687
+ }
8688
+ }
8994
8689
  }
8995
8690
  }
8691
+
8996
8692
  .ncl-api-gateway-row {
8997
8693
  .common-table-cells-container {
8998
8694
  .common-table-cell {
@@ -9283,15 +8979,319 @@ body {
9283
8979
  }
9284
8980
  }
9285
8981
 
9286
- .buttons-wrapper {
9287
- position: relative;
9288
- width: 100%;
9289
- margin-top: 32px;
8982
+ .buttons-wrapper {
8983
+ position: relative;
8984
+ width: 100%;
8985
+ margin-top: 32px;
8986
+ }
8987
+ }
8988
+ }
8989
+ }
8990
+
8991
+ .igz-info-page-actions-bar {
8992
+ .actions-buttons-block {
8993
+ margin-top: 3px;
8994
+ margin-right: 17px;
8995
+ }
8996
+ }
8997
+ .ncl-primary-button {
8998
+ margin-left: 9px;
8999
+ }
9000
+
9001
+ .ncl-secondary-button {
9002
+ vertical-align: top;
9003
+ position: relative;
9004
+ }
9005
+
9006
+ .btn-close {
9007
+ color: .duskThree(0.64)[@color];
9008
+ right: 0;
9009
+ position: absolute;
9010
+ margin-top: 6px;
9011
+ margin-right: 24px;
9012
+ font-size: 14px;
9013
+ line-height: 14px;
9014
+ z-index: 11;
9015
+
9016
+ &:hover {
9017
+ color: .duskThree(1)[@color];
9018
+ }
9019
+ }
9020
+
9021
+ .ncl-new-entity-button {
9022
+ display: inline-block;
9023
+ vertical-align: top;
9024
+ position: relative;
9025
+ margin-left: 15px;
9026
+ }
9027
+
9028
+ .ngdialog {
9029
+ z-index: 10000;
9030
+ }
9031
+
9032
+ .ngdialog-theme-nuclio {
9033
+ @animation-duration: 0.2s;
9034
+ @animation-function: ease;
9035
+ display: flex;
9036
+ height: 100%;
9037
+ padding: 0 50px;
9038
+ min-width: 500px;
9039
+ align-items: center;
9040
+ justify-content: center;
9041
+
9042
+ .ngdialog-content {
9043
+ box-shadow: 0 10px 20px 0 .black(0.25)[@color];
9044
+ animation-duration: @animation-duration;
9045
+ animation-timing-function: @animation-function;
9046
+ font-family: @font-family-sans-serif;
9047
+ font-size: 16px;
9048
+ border-radius: 2px;
9049
+ max-width: 900px;
9050
+ background-color: @white;
9051
+ z-index: 5;
9052
+ position: relative;
9053
+ padding: 19px 24px 23px 24px;
9054
+
9055
+ /*
9056
+ * Confirms, alerts
9057
+ */
9058
+ .notification-text {
9059
+ margin: 30px 30px 0 0;
9060
+ max-height: 70vh;
9061
+ overflow: auto;
9062
+
9063
+ .error-list {
9064
+ list-style-type: none;
9065
+
9066
+ .error-list-item {
9067
+ margin-bottom: 5px;
9068
+ }
9069
+ }
9070
+ }
9071
+
9072
+ .notification-text.description {
9073
+ margin: 10px 30px;
9074
+ }
9075
+
9076
+ .buttons {
9077
+ text-align: right;
9078
+
9079
+ button:not(:first-child) {
9080
+ margin-left: 8px;
9081
+ }
9082
+ }
9083
+
9084
+ /*
9085
+ * Create/edit dialogs
9086
+ */
9087
+ .close-button {
9088
+ position: absolute;
9089
+ right: 24px;
9090
+ top: 26px;
9091
+ line-height: 10px;
9092
+ font-size: 14px;
9093
+ color: .duskThree(0.64)[@color];
9094
+ cursor: pointer;
9095
+ }
9096
+
9097
+ .title {
9098
+ color: @dusk-three;
9099
+ font-family: @font-family-sans-serif;
9100
+ font-size: 20px;
9101
+ font-weight: 500;
9102
+ margin: 0 0 21px 0;
9103
+ padding-right: 24px;
9104
+ }
9105
+
9106
+ .main-content {
9107
+ margin: 0 0 4px;
9108
+
9109
+ .field-group {
9110
+ padding: 0 0 20px;
9111
+
9112
+ .field-label {
9113
+ color: @dusk-three;
9114
+ font-size: 14px;
9115
+ font-weight: 500;
9116
+ padding: 0;
9117
+ min-width: 50px;
9118
+ margin: 0 0 2px;
9119
+ }
9120
+
9121
+ .field-input {
9122
+ position: relative;
9123
+ width: 400px;
9124
+
9125
+ .validating-input-field {
9126
+ .input-field {
9127
+ padding-left: 17px;
9128
+ }
9129
+
9130
+ .input-placeholder {
9131
+ left: 18px;
9132
+ font-style: italic;
9133
+ }
9134
+ }
9135
+
9136
+ .error {
9137
+ color: @darkish-pink;
9138
+ font-size: 12px;
9139
+ white-space: nowrap;
9140
+ }
9141
+ }
9142
+ }
9143
+ }
9144
+ }
9145
+
9146
+ &.delete-entity-dialog-wrapper {
9147
+ .ngdialog-content {
9148
+ padding: 30px 24px 23px 24px;
9149
+
9150
+ .notification-text.title {
9151
+ text-align: center;
9152
+ padding-right: 0;
9153
+ color: @darkish-pink;
9154
+ font-size: 20px;
9155
+ font-weight: 500;
9156
+ letter-spacing: normal;
9157
+ margin: 11px 0 2px;
9158
+ }
9159
+
9160
+ .notification-text.description {
9161
+ text-align: center;
9162
+ margin: 0 37px;
9163
+ font-size: 16px;
9164
+ font-weight: normal;
9165
+ letter-spacing: normal;
9166
+ color: @dusk-three;
9167
+ }
9168
+
9169
+ .nuclio-alert-icon {
9170
+ background: url('/assets/images/ic-alert-message.svg');
9171
+ height: 29px;
9172
+ width: 34px;
9173
+ margin: 0 auto;
9174
+ }
9175
+
9176
+ .buttons {
9177
+ margin-top: 30px;
9178
+ }
9179
+ }
9180
+ }
9181
+
9182
+ &.ngdialog.ngdialog-closing .ngdialog-content {
9183
+ animation-duration: @animation-duration;
9184
+ animation-timing-function: @animation-function;
9185
+ }
9186
+
9187
+ .ngdialog-overlay {
9188
+ background: .black(0.6)[@color];
9189
+ border: 2px solid @black;
9190
+ animation-duration: @animation-duration;
9191
+ animation-timing-function: @animation-function;
9192
+ }
9193
+
9194
+ &.ngdialog.ngdialog-closing .ngdialog-overlay {
9195
+ animation-duration: @animation-duration;
9196
+ animation-timing-function: @animation-function;
9197
+ }
9198
+
9199
+ &.ngdialog.ng-login-modal .ngdialog-content {
9200
+ padding: 0;
9201
+ }
9202
+ }
9203
+
9204
+ body {
9205
+ .ncl-main-wrapper {
9206
+ padding: 64px 0 0 215px;
9207
+ width: 100%;
9208
+ height: 100%;
9209
+ }
9210
+
9211
+ .table-headers {
9212
+ display: flex;
9213
+ font-size: 14px;
9214
+ font-weight: bold;
9215
+ font-style: normal;
9216
+ font-stretch: normal;
9217
+ letter-spacing: normal;
9218
+ color: @dusk-three;
9219
+ margin-bottom: 2px;
9220
+
9221
+ .key-header {
9222
+ width: 34%;
9223
+ margin-left: 16px;
9224
+
9225
+ &:not(.use-type) {
9226
+ width: 36%;
9227
+ }
9228
+ }
9229
+
9230
+ .type-header {
9231
+ width: 12%;
9232
+ }
9233
+
9234
+ .value-header {
9235
+ width: 52%;
9236
+
9237
+ &:not(.use-type) {
9238
+ width: 61%;
9290
9239
  }
9291
9240
  }
9292
9241
  }
9242
+
9243
+ .table-body:not(:last-child) {
9244
+ margin-bottom: 5px;
9245
+ }
9246
+ }
9247
+
9248
+
9249
+ .logs-common {
9250
+ font-family: "Source Code Pro", "Courier New", monospace;
9251
+ font-size: 14px;
9252
+ line-height: 1.1;
9253
+ text-align: left;
9254
+ white-space: pre-wrap;
9293
9255
  }
9256
+ .tooltip.custom-tooltip {
9257
+ transition-duration: 0s;
9258
+ z-index: 10001;
9259
+ opacity: 1;
9294
9260
 
9261
+ .tooltip-arrow {
9262
+ display: block;
9263
+ margin-left: 0;
9264
+ position: absolute;
9265
+ top: -1px;
9266
+ width: 13px;
9267
+ height: 13px;
9268
+ transform: rotate(226deg);
9269
+ border-right: 1px solid @pale-grey;
9270
+ border-bottom: 1px solid @pale-grey;
9271
+ border-width: 1px;
9272
+ background-color: @white;
9273
+ }
9274
+
9275
+ &.bottom {
9276
+ margin-top: 8px;
9277
+ }
9278
+
9279
+ &.top {
9280
+ margin-top: 4px;
9281
+ }
9282
+
9283
+ .tooltip-inner {
9284
+ background-color: @white;
9285
+ color: @dusk-three;
9286
+ border-radius: 2px;
9287
+ font-size: 14px;
9288
+ word-wrap: break-word;
9289
+ max-width: 280px;
9290
+ padding: 29px 30px;
9291
+ box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
9292
+ border: solid 1px @pale-grey;
9293
+ }
9294
+ }
9295
9295
  .deploy-deleted-function-dialog {
9296
9296
  .sub-title {
9297
9297
  font-size: 16px;
@@ -9304,6 +9304,40 @@ 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
+
9307
9341
  .ncl-function-collapsing-row {
9308
9342
  background-color: @white;
9309
9343
  margin-bottom: 8px;
@@ -9438,40 +9472,6 @@ body {
9438
9472
  }
9439
9473
  }
9440
9474
 
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
9475
  .override-function-dialog {
9476
9476
  .sub-title {
9477
9477
  font-size: 16px;
@@ -10230,191 +10230,51 @@ igz-info-page-content {
10230
10230
  color: @text-search-input-focus-placeholder-color;
10231
10231
  }
10232
10232
  }
10233
- }
10234
-
10235
- .info-page-filters-accordion {
10236
- padding: 0;
10237
- border-bottom: none;
10238
-
10239
- .panel-group {
10240
- margin: 0;
10241
-
10242
- .date-time-picker .datetimepicker-input {
10243
- width: 302px;
10244
- }
10245
-
10246
- .panel {
10247
- background-color: inherit;
10248
- border-width: 0 0 1px 0;
10249
- border-radius: 0;
10250
- box-shadow: none;
10251
- border-color: #ddd;
10252
-
10253
- &.panel-default {
10254
- border-color: @accordion-panel-default-border-color;
10255
-
10256
- & > .panel-heading {
10257
- background-color: inherit;
10258
- border: 0;
10259
- }
10260
- }
10261
- }
10262
- }
10263
- }
10264
- }
10265
- }
10266
-
10267
- .info-page-filters-footer {
10268
- display: flex;
10269
- justify-content: flex-end;
10270
- position: absolute;
10271
- height: 70px;
10272
- padding: 16px 18px;
10273
- bottom: 0;
10274
- width: 100%;
10275
-
10276
- button:not(:first-child) {
10277
- margin-left: 5px;
10278
- }
10279
- }
10280
- }
10281
-
10282
- .ncl-breadcrumbs-dropdown {
10283
- display: inline-grid;
10284
-
10285
- .breadcrumb-toggle {
10286
- cursor: pointer;
10287
- font-weight: bold;
10288
-
10289
- .igz-icon-right {
10290
- display: block;
10291
- margin: 1.5px 0 0 7px;
10292
- }
10293
-
10294
- .breadcrumb-arrow {
10295
- display: inline-block;
10296
- width: 24px;
10297
- height: 24px;
10298
- margin: 0 8px;
10299
- border-radius: 50%;
10300
- background-color: transparent;
10301
-
10302
- &:hover {
10303
- background-color: @pale-grey;
10304
- transition: transform .2s linear;
10305
- }
10306
- }
10307
-
10308
- .ncl-dropdown-expanded {
10309
- background-color: @pale-grey;
10310
- transform: rotate(90deg);
10311
-
10312
- .igz-icon-right {
10313
- color: @dusk-three;
10314
- }
10315
- }
10316
- }
10317
-
10318
- .dropdown-menu {
10319
- margin: 0;
10320
- border: none;
10321
- min-width: inherit;
10322
- padding: 5px 0 8px;
10323
- width: 230px;
10324
- box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
10325
-
10326
- .search-input {
10327
- text-align: center;
10328
- margin-top: 3px;
10329
-
10330
- .igz-icon-search {
10331
- .greyishPurple(0.34);
10332
- font-size: 18px;
10333
- color: @color;
10334
- position: absolute;
10335
- top: 6px;
10336
- left: 16px;
10337
- }
10338
-
10339
- input {
10340
- width: 210px;
10341
- height: 32px;
10342
- border: solid 1px @pale-grey;
10343
- outline: none;
10344
- padding-left: 29px;
10345
- color: @dusk-three;
10346
- font-size: 13px;
10347
-
10348
- &::-webkit-input-placeholder {
10349
- color: @pale-grey;
10350
- }
10351
-
10352
- &::-moz-placeholder {
10353
- color: @pale-grey;
10354
- }
10233
+ }
10355
10234
 
10356
- &:focus, &:active {
10357
- outline: none;
10358
- border: solid 1px @dark-sky-blue;
10235
+ .info-page-filters-accordion {
10236
+ padding: 0;
10237
+ border-bottom: none;
10359
10238
 
10360
- + .igz-icon-search {
10361
- color: @greyish-purple;
10362
- }
10239
+ .panel-group {
10240
+ margin: 0;
10363
10241
 
10364
- &::-webkit-input-placeholder {
10365
- color: transparent;
10242
+ .date-time-picker .datetimepicker-input {
10243
+ width: 302px;
10366
10244
  }
10367
10245
 
10368
- &::-moz-placeholder {
10369
- color: transparent;
10246
+ .panel {
10247
+ background-color: inherit;
10248
+ border-width: 0 0 1px 0;
10249
+ border-radius: 0;
10250
+ box-shadow: none;
10251
+ border-color: #ddd;
10252
+
10253
+ &.panel-default {
10254
+ border-color: @accordion-panel-default-border-color;
10255
+
10256
+ & > .panel-heading {
10257
+ background-color: inherit;
10258
+ border: 0;
10259
+ }
10260
+ }
10370
10261
  }
10371
10262
  }
10372
10263
  }
10373
10264
  }
10374
10265
  }
10375
10266
 
10376
- .dropdown-list {
10377
- font-size: 13px;
10378
- font-weight: 500;
10379
- text-align: left;
10380
- max-height: 375px;
10381
- list-style: none;
10382
- padding: 8px 0 0;
10383
- margin: 0;
10384
- border-radius: 2px;
10385
- background-color: @white;
10386
-
10387
- li {
10388
- height: 32px;
10389
- line-height: 32px;
10390
- width: 239px;
10391
-
10392
- .item-name {
10393
- display: inline-block;
10394
- width: 170px;
10395
- overflow: hidden;
10396
- white-space: nowrap;
10397
- text-overflow: ellipsis;
10398
- margin-left: 16px;
10399
- color: @dusk-three;
10400
- vertical-align:top;
10401
- text-decoration: none;
10402
- height: 32px;
10403
- }
10404
-
10405
- .igz-icon-tick {
10406
- display: inline-block;
10407
- font-size: 16px;
10408
- width: 41px;
10409
- height: 32px;
10410
- padding: 0 19px 0 12px;
10411
- vertical-align: top;
10412
- }
10267
+ .info-page-filters-footer {
10268
+ display: flex;
10269
+ justify-content: flex-end;
10270
+ position: absolute;
10271
+ height: 70px;
10272
+ padding: 16px 18px;
10273
+ bottom: 0;
10274
+ width: 100%;
10413
10275
 
10414
- &:hover {
10415
- height: 32px;
10416
- background-color: @pale-grey-two;
10417
- }
10276
+ button:not(:first-child) {
10277
+ margin-left: 5px;
10418
10278
  }
10419
10279
  }
10420
10280
  }
@@ -10571,6 +10431,146 @@ ncl-breadcrumbs {
10571
10431
  }
10572
10432
  }
10573
10433
 
10434
+ .ncl-breadcrumbs-dropdown {
10435
+ display: inline-grid;
10436
+
10437
+ .breadcrumb-toggle {
10438
+ cursor: pointer;
10439
+ font-weight: bold;
10440
+
10441
+ .igz-icon-right {
10442
+ display: block;
10443
+ margin: 1.5px 0 0 7px;
10444
+ }
10445
+
10446
+ .breadcrumb-arrow {
10447
+ display: inline-block;
10448
+ width: 24px;
10449
+ height: 24px;
10450
+ margin: 0 8px;
10451
+ border-radius: 50%;
10452
+ background-color: transparent;
10453
+
10454
+ &:hover {
10455
+ background-color: @pale-grey;
10456
+ transition: transform .2s linear;
10457
+ }
10458
+ }
10459
+
10460
+ .ncl-dropdown-expanded {
10461
+ background-color: @pale-grey;
10462
+ transform: rotate(90deg);
10463
+
10464
+ .igz-icon-right {
10465
+ color: @dusk-three;
10466
+ }
10467
+ }
10468
+ }
10469
+
10470
+ .dropdown-menu {
10471
+ margin: 0;
10472
+ border: none;
10473
+ min-width: inherit;
10474
+ padding: 5px 0 8px;
10475
+ width: 230px;
10476
+ box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
10477
+
10478
+ .search-input {
10479
+ text-align: center;
10480
+ margin-top: 3px;
10481
+
10482
+ .igz-icon-search {
10483
+ .greyishPurple(0.34);
10484
+ font-size: 18px;
10485
+ color: @color;
10486
+ position: absolute;
10487
+ top: 6px;
10488
+ left: 16px;
10489
+ }
10490
+
10491
+ input {
10492
+ width: 210px;
10493
+ height: 32px;
10494
+ border: solid 1px @pale-grey;
10495
+ outline: none;
10496
+ padding-left: 29px;
10497
+ color: @dusk-three;
10498
+ font-size: 13px;
10499
+
10500
+ &::-webkit-input-placeholder {
10501
+ color: @pale-grey;
10502
+ }
10503
+
10504
+ &::-moz-placeholder {
10505
+ color: @pale-grey;
10506
+ }
10507
+
10508
+ &:focus, &:active {
10509
+ outline: none;
10510
+ border: solid 1px @dark-sky-blue;
10511
+
10512
+ + .igz-icon-search {
10513
+ color: @greyish-purple;
10514
+ }
10515
+
10516
+ &::-webkit-input-placeholder {
10517
+ color: transparent;
10518
+ }
10519
+
10520
+ &::-moz-placeholder {
10521
+ color: transparent;
10522
+ }
10523
+ }
10524
+ }
10525
+ }
10526
+ }
10527
+
10528
+ .dropdown-list {
10529
+ font-size: 13px;
10530
+ font-weight: 500;
10531
+ text-align: left;
10532
+ max-height: 375px;
10533
+ list-style: none;
10534
+ padding: 8px 0 0;
10535
+ margin: 0;
10536
+ border-radius: 2px;
10537
+ background-color: @white;
10538
+
10539
+ li {
10540
+ height: 32px;
10541
+ line-height: 32px;
10542
+ width: 239px;
10543
+
10544
+ .item-name {
10545
+ display: inline-block;
10546
+ width: 170px;
10547
+ overflow: hidden;
10548
+ white-space: nowrap;
10549
+ text-overflow: ellipsis;
10550
+ margin-left: 16px;
10551
+ color: @dusk-three;
10552
+ vertical-align:top;
10553
+ text-decoration: none;
10554
+ height: 32px;
10555
+ }
10556
+
10557
+ .igz-icon-tick {
10558
+ display: inline-block;
10559
+ font-size: 16px;
10560
+ width: 41px;
10561
+ height: 32px;
10562
+ padding: 0 19px 0 12px;
10563
+ vertical-align: top;
10564
+ }
10565
+
10566
+ &:hover {
10567
+ height: 32px;
10568
+ background-color: @pale-grey-two;
10569
+ }
10570
+ }
10571
+ }
10572
+ }
10573
+
10574
10574
  .ncl-deploy-log-wrapper {
10575
10575
  .log-panel {
10576
10576
  .logs-common();
@@ -10709,24 +10709,6 @@ ncl-breadcrumbs {
10709
10709
  }
10710
10710
  }
10711
10711
 
10712
- .view-yaml-dialog-wrapper {
10713
- .ngdialog-content {
10714
- .view-yaml-dialog-header {
10715
- .title {
10716
- margin-bottom: 10px;
10717
- }
10718
-
10719
- .copy-to-clipboard {
10720
- width: 20px;
10721
- }
10722
- }
10723
-
10724
- .monaco-editor {
10725
- min-width: 700px;
10726
- min-height: 450px;
10727
- }
10728
- }
10729
- }
10730
10712
  .ncl-key-value-input {
10731
10713
  .input-wrapper {
10732
10714
  width: 100%;
@@ -10940,7 +10922,25 @@ ncl-breadcrumbs {
10940
10922
  }
10941
10923
  }
10942
10924
  }
10943
-
10925
+
10926
+ .view-yaml-dialog-wrapper {
10927
+ .ngdialog-content {
10928
+ .view-yaml-dialog-header {
10929
+ .title {
10930
+ margin-bottom: 10px;
10931
+ }
10932
+
10933
+ .copy-to-clipboard {
10934
+ width: 20px;
10935
+ }
10936
+ }
10937
+
10938
+ .monaco-editor {
10939
+ min-width: 700px;
10940
+ min-height: 450px;
10941
+ }
10942
+ }
10943
+ }
10944
10944
  .ncl-monaco {
10945
10945
  .ncl-monaco-wrapper {
10946
10946
  padding-top: 20px;
@@ -11778,6 +11778,131 @@ ncl-navigation-tabs {
11778
11778
  }
11779
11779
  }
11780
11780
 
11781
+ .ncl-version-execution-log {
11782
+ .control-panel-log-color-set();
11783
+
11784
+ min-width: 1250px;
11785
+ padding: 24px 25px 22px 41px;
11786
+
11787
+ .ncl-version-execution-log-wrapper {
11788
+ height: 95%;
11789
+
11790
+ .info-page-filters {
11791
+ z-index: 1000;
11792
+
11793
+ .multiple-checkboxes-option {
11794
+ margin: 10px 0;
11795
+ }
11796
+ }
11797
+
11798
+ .igz-info-page-actions-bar {
11799
+ z-index: 990;
11800
+
11801
+ .actions-dropdown-block {
11802
+ width: 200px;
11803
+ }
11804
+ }
11805
+
11806
+ > .row {
11807
+ position: relative;
11808
+ padding: 16px 23px 16px;
11809
+ background-color: @white;
11810
+ border: solid 1px @pale-grey;
11811
+ overflow: hidden;
11812
+ margin-right: 16px;
11813
+ margin-bottom: 16px;
11814
+ transition: @igz-basic-transition;
11815
+ height: 100%;
11816
+
11817
+ .limitation-message {
11818
+ line-height: 20px;
11819
+ }
11820
+
11821
+ .logs-container {
11822
+ padding-bottom: 50px;
11823
+ }
11824
+
11825
+ &.filters-shown {
11826
+ padding-right: 310px;
11827
+ }
11828
+
11829
+ .info-page-filters {
11830
+ width: 300px;
11831
+
11832
+ .info-page-filters-item {
11833
+ &.search-input-item {
11834
+ padding-top: 10px;
11835
+ }
11836
+ }
11837
+
11838
+ .filter-label {
11839
+ font-weight: bold;
11840
+ color: @log-filters-filter-label-color;
11841
+ }
11842
+
11843
+ .filter-level-wrapper {
11844
+ .filter-level-item {
11845
+ margin: 5px 0;
11846
+ }
11847
+
11848
+ .level-icon {
11849
+ display: inline-block;
11850
+ margin-right: 8px;
11851
+ width: 20px;
11852
+ text-align: center;
11853
+
11854
+ &::before {
11855
+ font-size: 16px;
11856
+ vertical-align: text-bottom;
11857
+ }
11858
+
11859
+ &.ncl-icon-debug {
11860
+ color: @log-filters-level-debug-icon-color;
11861
+ }
11862
+
11863
+ &.igz-icon-info-round {
11864
+ color: @log-filters-level-info-icon-color;
11865
+ }
11866
+
11867
+ &.igz-icon-warning {
11868
+ color: @log-filters-level-warn-icon-color;
11869
+
11870
+ &::before {
11871
+ font-size: 15px;
11872
+ }
11873
+ }
11874
+
11875
+ &.igz-icon-cancel-path {
11876
+ color: @log-filters-level-error-icon-color;
11877
+ }
11878
+ }
11879
+ }
11880
+
11881
+ .checkboxes-dropdown-field {
11882
+ height: 36px;
11883
+ padding-left: 15px;
11884
+ padding-right: 15px;
11885
+ }
11886
+
11887
+ .checkboxes-dropdown-title {
11888
+ text-transform: initial;
11889
+ font-size: 14px;
11890
+ }
11891
+ }
11892
+ }
11893
+
11894
+ .online-replicas__checkbox {
11895
+ margin: 5px 0;
11896
+ }
11897
+
11898
+ .igz-multiple-checkboxes {
11899
+ .checkboxes-dropdown-container {
11900
+ position: unset;
11901
+ }
11902
+ }
11903
+ }
11904
+ }
11905
+
11781
11906
  .ncl-version-monitoring {
11782
11907
  > .igz-scrollable-container {
11783
11908
  padding: 24px 25px 22px 41px;
@@ -11911,131 +12036,6 @@ ncl-navigation-tabs {
11911
12036
  }
11912
12037
  }
11913
12038
 
11914
- .ncl-version-execution-log {
11915
- .control-panel-log-color-set();
11916
-
11917
- min-width: 1250px;
11918
- padding: 24px 25px 22px 41px;
11919
-
11920
- .ncl-version-execution-log-wrapper {
11921
- height: 95%;
11922
-
11923
- .info-page-filters {
11924
- z-index: 1000;
11925
-
11926
- .multiple-checkboxes-option {
11927
- margin: 10px 0;
11928
- }
11929
- }
11930
-
11931
- .igz-info-page-actions-bar {
11932
- z-index: 990;
11933
-
11934
- .actions-dropdown-block {
11935
- width: 200px;
11936
- }
11937
- }
11938
-
11939
- > .row {
11940
- position: relative;
11941
- padding: 16px 23px 16px;
11942
- background-color: @white;
11943
- border: solid 1px @pale-grey;
11944
- overflow: hidden;
11945
- margin-right: 16px;
11946
- margin-bottom: 16px;
11947
- transition: @igz-basic-transition;
11948
- height: 100%;
11949
-
11950
- .limitation-message {
11951
- line-height: 20px;
11952
- }
11953
-
11954
- .logs-container {
11955
- padding-bottom: 50px;
11956
- }
11957
-
11958
- &.filters-shown {
11959
- padding-right: 310px;
11960
- }
11961
-
11962
- .info-page-filters {
11963
- width: 300px;
11964
-
11965
- .info-page-filters-item {
11966
- &.search-input-item {
11967
- padding-top: 10px;
11968
- }
11969
- }
11970
-
11971
- .filter-label {
11972
- font-weight: bold;
11973
- color: @log-filters-filter-label-color;
11974
- }
11975
-
11976
- .filter-level-wrapper {
11977
- .filter-level-item {
11978
- margin: 5px 0;
11979
- }
11980
-
11981
- .level-icon {
11982
- display: inline-block;
11983
- margin-right: 8px;
11984
- width: 20px;
11985
- text-align: center;
11986
-
11987
- &::before {
11988
- font-size: 16px;
11989
- vertical-align: text-bottom;
11990
- }
11991
-
11992
- &.ncl-icon-debug {
11993
- color: @log-filters-level-debug-icon-color;
11994
- }
11995
-
11996
- &.igz-icon-info-round {
11997
- color: @log-filters-level-info-icon-color;
11998
- }
11999
-
12000
- &.igz-icon-warning {
12001
- color: @log-filters-level-warn-icon-color;
12002
-
12003
- &::before {
12004
- font-size: 15px;
12005
- }
12006
- }
12007
-
12008
- &.igz-icon-cancel-path {
12009
- color: @log-filters-level-error-icon-color;
12010
- }
12011
- }
12012
- }
12013
-
12014
- .checkboxes-dropdown-field {
12015
- height: 36px;
12016
- padding-left: 15px;
12017
- padding-right: 15px;
12018
- }
12019
-
12020
- .checkboxes-dropdown-title {
12021
- text-transform: initial;
12022
- font-size: 14px;
12023
- }
12024
- }
12025
- }
12026
-
12027
- .online-replicas__checkbox {
12028
- margin: 5px 0;
12029
- }
12030
-
12031
- .igz-multiple-checkboxes {
12032
- .checkboxes-dropdown-container {
12033
- position: unset;
12034
- }
12035
- }
12036
- }
12037
- }
12038
-
12039
12039
  .ncl-version-trigger {
12040
12040
  padding: 11px 24px;
12041
12041