iguazio.dashboard-controls 1.2.15 → 1.2.17

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.
@@ -3543,7 +3543,7 @@ html input[disabled], html textarea[disabled] {
3543
3543
  div.highcharts-tooltip {
3544
3544
 
3545
3545
  > span {
3546
- width: 160px;
3546
+ width: 160px !important;
3547
3547
  }
3548
3548
  }
3549
3549
  }
@@ -6971,37 +6971,6 @@ 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
-
7005
6974
  .more-info-wrapper {
7006
6975
  .more-info-color-set();
7007
6976
 
@@ -7161,6 +7130,37 @@ yx-axis
7161
7130
  }
7162
7131
  }
7163
7132
 
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
 
@@ -7396,6 +7396,154 @@ yx-axis
7396
7396
  }
7397
7397
  }
7398
7398
 
7399
+ .igz-pagination {
7400
+ .pagination-color-set();
7401
+
7402
+ float: right;
7403
+ padding: 24px 36px 5px 30px;
7404
+
7405
+ > div {
7406
+ vertical-align: top;
7407
+ }
7408
+
7409
+ .rows-title, .per-page, .jump-to-page, .to-page-prev, .to-page-next {
7410
+ display: inline-block;
7411
+ vertical-align: baseline;
7412
+ }
7413
+
7414
+ .rows-title {
7415
+ font-size: 13px;
7416
+ color: @rows-title-color;
7417
+ font-family: @font-family-sans-serif;
7418
+ }
7419
+
7420
+ .per-page {
7421
+ width: 66px;
7422
+
7423
+ .default-dropdown-field {
7424
+ background: none;
7425
+ border: none;
7426
+ box-shadow: none;
7427
+ font-size: 14px;
7428
+ height: 36px;
7429
+
7430
+ .dropdown-selected-item {
7431
+ font-size: 14px;
7432
+ }
7433
+
7434
+ .dropdown-arrow {
7435
+ margin-top: 5px;
7436
+
7437
+ span {
7438
+ font-size: 12px;
7439
+ }
7440
+ }
7441
+
7442
+ .dropdown-arrow {
7443
+ border: none;
7444
+
7445
+ &:hover, &:active {
7446
+ border: none;
7447
+ background: none;
7448
+ box-shadow: none;
7449
+ }
7450
+ }
7451
+
7452
+ &:focus {
7453
+ .dropdown-selected-item {
7454
+ border: none;
7455
+ }
7456
+ }
7457
+ }
7458
+
7459
+ .default-dropdown-container {
7460
+ width: 66px;
7461
+
7462
+ .list-item {
7463
+ padding-left: 15px;
7464
+
7465
+ .list-item-label {
7466
+ margin-right: 10px;
7467
+ }
7468
+ }
7469
+ }
7470
+ }
7471
+
7472
+ .jump-to-page {
7473
+ margin-left: 7px;
7474
+
7475
+ & > div, .jump-to-page-input {
7476
+ display: inline-block;
7477
+ vertical-align: baseline;
7478
+ }
7479
+
7480
+ .to-page-prev, .to-page-next {
7481
+ width: 41px;
7482
+ line-height: 34px;
7483
+ height: 36px;
7484
+ vertical-align: top;
7485
+ position: relative;
7486
+
7487
+ &:not(:active) {
7488
+ background-color: transparent;
7489
+ }
7490
+
7491
+ &:not(:hover):not(:active):not(:disabled):not(.disabled) {
7492
+ color: @page-prev-next-color;
7493
+ }
7494
+
7495
+ &:before {
7496
+ line-height: 34px;
7497
+ }
7498
+ }
7499
+
7500
+ .to-page-prev {
7501
+ border-radius: 2px 0 0 2px;
7502
+
7503
+ &::before {
7504
+ margin-left: -2px;
7505
+ }
7506
+ }
7507
+
7508
+ .to-page-next {
7509
+ border-radius: 0 2px 2px 0;
7510
+ }
7511
+
7512
+ .title {
7513
+ margin: 0 0 0 14px;
7514
+ }
7515
+
7516
+ .page-number {
7517
+ min-width: 30px;
7518
+ height: 36px;
7519
+ line-height: 36px;
7520
+ text-align: center;
7521
+ }
7522
+
7523
+ .validating-input-field {
7524
+ background-color: @input-field-bg-color;
7525
+
7526
+ .input-field {
7527
+ width: 43px;
7528
+ height: 36px;
7529
+ border-radius: 0;
7530
+ box-shadow: @input-field-box-shadow;
7531
+ border: 1px solid @input-field-border-color;
7532
+ border-left: 0 none transparent;
7533
+ border-right: 0 none transparent;
7534
+ font-family: @font-family-sans-serif;
7535
+ font-size: 14px;
7536
+ font-weight: 500;
7537
+ color: @input-field-color;
7538
+ text-align: center;
7539
+
7540
+ &:hover {
7541
+ border: @input-field-hover-border;
7542
+ }
7543
+ }
7544
+ }
7545
+ }
7546
+ }
7399
7547
  .igz-number-input {
7400
7548
  .number-input-color-set();
7401
7549
 
@@ -7549,271 +7697,32 @@ yx-axis
7549
7697
  }
7550
7698
  }
7551
7699
 
7552
- .igz-pagination {
7553
- .pagination-color-set();
7554
-
7555
- float: right;
7556
- padding: 24px 36px 5px 30px;
7557
-
7558
- > div {
7559
- vertical-align: top;
7560
- }
7700
+ .search-input {
7701
+ .search-input-color-set();
7561
7702
 
7562
- .rows-title, .per-page, .jump-to-page, .to-page-prev, .to-page-next {
7563
- display: inline-block;
7564
- vertical-align: baseline;
7565
- }
7703
+ position: relative;
7704
+ color: @search-input-color;
7566
7705
 
7567
- .rows-title {
7568
- font-size: 13px;
7569
- color: @rows-title-color;
7706
+ .container-search-input {
7707
+ background-color: @search-input-bg-color;
7708
+ border: 0;
7570
7709
  font-family: @font-family-sans-serif;
7571
- }
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%;
7572
7718
 
7573
- .per-page {
7574
- width: 66px;
7719
+ &::-webkit-input-placeholder {
7720
+ color: @search-input-placeholder-color;
7721
+ }
7575
7722
 
7576
- .default-dropdown-field {
7577
- background: none;
7578
- border: none;
7579
- box-shadow: none;
7580
- font-size: 14px;
7581
- height: 36px;
7582
-
7583
- .dropdown-selected-item {
7584
- font-size: 14px;
7585
- }
7586
-
7587
- .dropdown-arrow {
7588
- margin-top: 5px;
7589
-
7590
- span {
7591
- font-size: 12px;
7592
- }
7593
- }
7594
-
7595
- .dropdown-arrow {
7596
- border: none;
7597
-
7598
- &:hover, &:active {
7599
- border: none;
7600
- background: none;
7601
- box-shadow: none;
7602
- }
7603
- }
7604
-
7605
- &:focus {
7606
- .dropdown-selected-item {
7607
- border: none;
7608
- }
7609
- }
7610
- }
7611
-
7612
- .default-dropdown-container {
7613
- width: 66px;
7614
-
7615
- .list-item {
7616
- padding-left: 15px;
7617
-
7618
- .list-item-label {
7619
- margin-right: 10px;
7620
- }
7621
- }
7622
- }
7623
- }
7624
-
7625
- .jump-to-page {
7626
- margin-left: 7px;
7627
-
7628
- & > div, .jump-to-page-input {
7629
- display: inline-block;
7630
- vertical-align: baseline;
7631
- }
7632
-
7633
- .to-page-prev, .to-page-next {
7634
- width: 41px;
7635
- line-height: 34px;
7636
- height: 36px;
7637
- vertical-align: top;
7638
- position: relative;
7639
-
7640
- &:not(:active) {
7641
- background-color: transparent;
7642
- }
7643
-
7644
- &:not(:hover):not(:active):not(:disabled):not(.disabled) {
7645
- color: @page-prev-next-color;
7646
- }
7647
-
7648
- &:before {
7649
- line-height: 34px;
7650
- }
7651
- }
7652
-
7653
- .to-page-prev {
7654
- border-radius: 2px 0 0 2px;
7655
-
7656
- &::before {
7657
- margin-left: -2px;
7658
- }
7659
- }
7660
-
7661
- .to-page-next {
7662
- border-radius: 0 2px 2px 0;
7663
- }
7664
-
7665
- .title {
7666
- margin: 0 0 0 14px;
7667
- }
7668
-
7669
- .page-number {
7670
- min-width: 30px;
7671
- height: 36px;
7672
- line-height: 36px;
7673
- text-align: center;
7674
- }
7675
-
7676
- .validating-input-field {
7677
- background-color: @input-field-bg-color;
7678
-
7679
- .input-field {
7680
- width: 43px;
7681
- height: 36px;
7682
- border-radius: 0;
7683
- box-shadow: @input-field-box-shadow;
7684
- border: 1px solid @input-field-border-color;
7685
- border-left: 0 none transparent;
7686
- border-right: 0 none transparent;
7687
- font-family: @font-family-sans-serif;
7688
- font-size: 14px;
7689
- font-weight: 500;
7690
- color: @input-field-color;
7691
- text-align: center;
7692
-
7693
- &:hover {
7694
- border: @input-field-hover-border;
7695
- }
7696
- }
7697
- }
7698
- }
7699
- }
7700
- .igz-size {
7701
- .size-color-set();
7702
-
7703
- align-items: center;
7704
- display: flex;
7705
- justify-content: space-between;
7706
- min-height: 40px;
7707
-
7708
- &:after {
7709
- content: ' ';
7710
- display: inline-block;
7711
- vertical-align: middle;
7712
- }
7713
-
7714
- .size-value {
7715
- line-height: 1;
7716
- flex: 0 0 100px;
7717
- min-width: 100px;
7718
-
7719
- > span {
7720
- line-height: 25px;
7721
- }
7722
-
7723
- &.short {
7724
- flex: 0 0 75px;
7725
- min-width: 75px;
7726
- }
7727
-
7728
- &.shorten {
7729
- flex: 0 0 60px;
7730
- min-width: 60px;
7731
- }
7732
-
7733
- &.shortest {
7734
- flex: 0 0 40px;
7735
- min-width: 40px;
7736
- }
7737
- }
7738
-
7739
- .size-reserved {
7740
- color: @size-reserved-color;
7741
- font-size: 12px;
7742
-
7743
- .icon-font-arrow-right:before {
7744
- color: @size-reserved-arrow-right-before-color;
7745
- font-size: 10px;
7746
- padding: 0 4px 0 4px;
7747
- }
7748
-
7749
- .icon-font-infinity:before {
7750
- color: @size-reserved-infinity-before-color;
7751
- font-size: 10px;
7752
- }
7753
- }
7754
-
7755
- .size-chart {
7756
- flex: 1 1 auto;
7757
- min-width: 0;
7758
-
7759
- div.highcharts-tooltip {
7760
- position: fixed !important;
7761
-
7762
- .igz-tooltip-wrapper {
7763
- color: @size-chart-tooltip-wrapper-color;
7764
-
7765
- &.used-capacity-tooltip-wrapper {
7766
- .igz-row {
7767
- .tooltip-label,
7768
- .tooltip-value {
7769
- text-overflow: unset;
7770
- }
7771
- }
7772
- }
7773
-
7774
- .tooltip-header {
7775
- padding-bottom: 6px;
7776
- margin-bottom: 5px;
7777
- line-height: 1.1;
7778
- text-align: center;
7779
- }
7780
- }
7781
- }
7782
- }
7783
-
7784
- .igz-highcharts-wrapper {
7785
- height: 40px;
7786
- position: relative;
7787
- width: 100%;
7788
- }
7789
- }
7790
-
7791
- .search-input {
7792
- .search-input-color-set();
7793
-
7794
- position: relative;
7795
- color: @search-input-color;
7796
-
7797
- .container-search-input {
7798
- background-color: @search-input-bg-color;
7799
- border: 0;
7800
- font-family: @font-family-sans-serif;
7801
- font-size: 15px;
7802
- font-weight: 400;
7803
- height: 52px;
7804
- line-height: 52px;
7805
- margin: 0;
7806
- outline: 0;
7807
- padding-right: 20px;
7808
- width: 100%;
7809
-
7810
- &::-webkit-input-placeholder {
7811
- color: @search-input-placeholder-color;
7812
- }
7813
-
7814
- &:-moz-placeholder { /* Firefox 18- */
7815
- color: @search-input-placeholder-color;
7816
- }
7723
+ &:-moz-placeholder { /* Firefox 18- */
7724
+ color: @search-input-placeholder-color;
7725
+ }
7817
7726
 
7818
7727
  &::-moz-placeholder { /* Firefox 19+ */
7819
7728
  color: @search-input-placeholder-color;
@@ -7975,133 +7884,95 @@ yx-axis
7975
7884
  }
7976
7885
  }
7977
7886
  }
7978
- .igz-slider-input-block {
7979
- .igz-slider-input-block-color-set();
7887
+ .igz-size {
7888
+ .size-color-set();
7980
7889
 
7981
- position: relative;
7890
+ align-items: center;
7891
+ display: flex;
7892
+ justify-content: space-between;
7893
+ min-height: 40px;
7982
7894
 
7983
- .igz-slider-input-title {
7984
- float: left;
7985
- display: table;
7986
- min-height: 30px;
7895
+ &:after {
7896
+ content: ' ';
7897
+ display: inline-block;
7898
+ vertical-align: middle;
7899
+ }
7900
+
7901
+ .size-value {
7987
7902
  line-height: 1;
7988
- color: @slider-input-title-color;
7989
- font-size: 14px;
7990
- font-weight: 400;
7991
- text-align: left;
7992
- cursor: default;
7903
+ flex: 0 0 100px;
7904
+ min-width: 100px;
7993
7905
 
7994
- .igz-slider-input-title-text {
7995
- display: table-cell;
7996
- vertical-align: middle;
7906
+ > span {
7907
+ line-height: 25px;
7997
7908
  }
7998
- }
7999
-
8000
- // Custom styles for third-party library slider
8001
- .igz-slider-input-rz-slider {
8002
- float: left;
8003
- min-height: 16px;
8004
- line-height: 16px;
8005
-
8006
- .rzslider {
8007
- margin: 0;
8008
- height: 8px;
8009
-
8010
- .rz-bar-wrapper {
8011
- height: auto;
8012
- margin: 0;
8013
- padding: 0;
8014
-
8015
- .rz-bar {
8016
- background-color: @rz-bar-bg-color;
8017
- height: 3px;
8018
- }
8019
- }
8020
-
8021
- .rz-bubble {
8022
- display: none;
8023
- }
8024
-
8025
- .rz-pointer {
8026
- height: 14px;
8027
- width: 14px;
8028
- top: -6px;
8029
- box-shadow: @rz-pointer-box-shadow;
8030
- outline: 0;
8031
7909
 
8032
- &:after {
8033
- display: none;
8034
- }
8035
- }
7910
+ &.short {
7911
+ flex: 0 0 75px;
7912
+ min-width: 75px;
7913
+ }
8036
7914
 
8037
- &:not([disabled]) {
8038
- .rz-bar.rz-selection {
8039
- background-color: @rz-selection-bg-color;
8040
- }
7915
+ &.shorten {
7916
+ flex: 0 0 60px;
7917
+ min-width: 60px;
7918
+ }
8041
7919
 
8042
- .rz-pointer {
8043
- background-color: @rz-pointer-bg-color;
8044
- }
8045
- }
7920
+ &.shortest {
7921
+ flex: 0 0 40px;
7922
+ min-width: 40px;
8046
7923
  }
8047
7924
  }
8048
7925
 
8049
- // Current value
8050
- .igz-slider-input-current-value {
8051
- float: left;
8052
- min-height: 30px;
8053
- line-height: 30px;
8054
-
8055
- &.with-measure-units {
8056
- width: 18%;
8057
- padding-right: 0;
8058
-
8059
- .igz-slider-input-current-value-text {
8060
- margin-right: 4px;
8061
- }
8062
- }
7926
+ .size-reserved {
7927
+ color: @size-reserved-color;
7928
+ font-size: 12px;
8063
7929
 
8064
- &.with-value-unit {
8065
- padding-right: 21px;
7930
+ .icon-font-arrow-right:before {
7931
+ color: @size-reserved-arrow-right-before-color;
7932
+ font-size: 10px;
7933
+ padding: 0 4px 0 4px;
8066
7934
  }
8067
7935
 
8068
- .igz-slider-input-current-value-text {
8069
- color: @slider-input-current-value-text-color;
8070
- font-size: 13px;
8071
- font-weight: 400;
8072
- background-color: @slider-input-current-value-text-bg-color;
8073
- text-align: right;
7936
+ .icon-font-infinity:before {
7937
+ color: @size-reserved-infinity-before-color;
7938
+ font-size: 10px;
8074
7939
  }
8075
7940
  }
8076
7941
 
8077
- .igz-slider-input-unit-label {
8078
- position: absolute;
8079
- right: 0;
8080
- min-height: 30px;
8081
- line-height: 30px;
8082
- }
8083
-
8084
- // Units dropdown
8085
- .igz-slider-input-units-dropdown {
8086
- float: left;
7942
+ .size-chart {
7943
+ flex: 1 1 auto;
7944
+ min-width: 0;
8087
7945
 
8088
- .default-dropdown {
8089
- height: 30px;
7946
+ div.highcharts-tooltip {
7947
+ position: fixed !important;
8090
7948
 
8091
- .default-dropdown-field {
8092
- border: none;
8093
- background-color: @default-dropdown-field-bg-color;
7949
+ .igz-tooltip-wrapper {
7950
+ color: @size-chart-tooltip-wrapper-color;
8094
7951
 
8095
- .dropdown-selected-item {
8096
- padding-left: 0;
7952
+ &.used-capacity-tooltip-wrapper {
7953
+ .igz-row {
7954
+ .tooltip-label,
7955
+ .tooltip-value {
7956
+ text-overflow: unset;
7957
+ }
7958
+ }
8097
7959
  }
8098
7960
 
8099
- .dropdown-arrow {
8100
- margin-right: 0;
7961
+ .tooltip-header {
7962
+ padding-bottom: 6px;
7963
+ margin-bottom: 5px;
7964
+ line-height: 1.1;
7965
+ text-align: center;
8101
7966
  }
8102
7967
  }
8103
7968
  }
8104
7969
  }
7970
+
7971
+ .igz-highcharts-wrapper {
7972
+ height: 40px;
7973
+ position: relative;
7974
+ width: 100%;
7975
+ }
8105
7976
  }
8106
7977
 
8107
7978
  .splash-screen {
@@ -8211,145 +8082,210 @@ yx-axis
8211
8082
  }
8212
8083
  }
8213
8084
  }
8214
- .ngdialog.text-edit {
8215
- .text-edit-color-set();
8085
+ .igz-slider-input-block {
8086
+ .igz-slider-input-block-color-set();
8216
8087
 
8217
- .ngdialog-content {
8218
- padding: 0;
8219
- width: 1000px;
8220
- height: 678px;
8088
+ position: relative;
8221
8089
 
8222
- .text-preview-directive-wrapper {
8223
- .title {
8224
- margin: 25px 0 0 24px;
8225
- padding: 0 70px 0 0;
8226
- }
8090
+ .igz-slider-input-title {
8091
+ float: left;
8092
+ display: table;
8093
+ min-height: 30px;
8094
+ line-height: 1;
8095
+ color: @slider-input-title-color;
8096
+ font-size: 14px;
8097
+ font-weight: 400;
8098
+ text-align: left;
8099
+ cursor: default;
8227
8100
 
8228
- .close-button {
8229
- position: absolute;
8230
- top: 24px;
8231
- right: 24px;
8232
- font-size: 18px;
8233
- color: @close-btn-color;
8101
+ .igz-slider-input-title-text {
8102
+ display: table-cell;
8103
+ vertical-align: middle;
8104
+ }
8105
+ }
8106
+
8107
+ // Custom styles for third-party library slider
8108
+ .igz-slider-input-rz-slider {
8109
+ float: left;
8110
+ min-height: 16px;
8111
+ line-height: 16px;
8112
+
8113
+ .rzslider {
8114
+ margin: 0;
8115
+ height: 8px;
8116
+
8117
+ .rz-bar-wrapper {
8118
+ height: auto;
8119
+ margin: 0;
8120
+ padding: 0;
8121
+
8122
+ .rz-bar {
8123
+ background-color: @rz-bar-bg-color;
8124
+ height: 3px;
8125
+ }
8234
8126
  }
8235
8127
 
8236
- .buttons {
8237
- margin-right: 24px;
8128
+ .rz-bubble {
8129
+ display: none;
8238
8130
  }
8239
8131
 
8240
- .text-preview-wrapper {
8241
- background-color: @text-preview-wrapper-bg-color;
8242
- border-top: @text-preview-wrapper-border-top;
8243
- border-bottom: @text-preview-wrapper-border-bottom;
8244
- border-radius: 2px;
8245
- margin-bottom: 16px;
8246
- padding: 15px 22px 17px;
8247
- min-width: 690px;
8248
- height: 550px;
8132
+ .rz-pointer {
8133
+ height: 14px;
8134
+ width: 14px;
8135
+ top: -6px;
8136
+ box-shadow: @rz-pointer-box-shadow;
8137
+ outline: 0;
8249
8138
 
8250
- .text-preview-container {
8251
- width: 100%;
8252
- line-height: 1.9;
8253
- text-align: left;
8254
- padding-right: 22px;
8255
- font-size: 13px;
8256
- color: @text-preview-container-color;
8257
- resize: none;
8258
- overflow: hidden;
8259
- border-color: @text-preview-container-border-color;
8260
- background-color: @text-preview-container-bg-color;
8261
- cursor: text;
8139
+ &:after {
8140
+ display: none;
8262
8141
  }
8142
+ }
8263
8143
 
8264
- .text-preview-container:focus {
8265
- outline: 0;
8144
+ &:not([disabled]) {
8145
+ .rz-bar.rz-selection {
8146
+ background-color: @rz-selection-bg-color;
8266
8147
  }
8267
8148
 
8268
- .word-wrap-checkbox-wrapper {
8269
- width: 100%;
8270
- display: flex;
8271
- justify-content: flex-end;
8272
-
8273
- .col-checkbox {
8274
- line-height: normal;
8275
- height: 25px;
8276
-
8277
- label:before {
8278
- font-size: 16px;
8279
- }
8280
- }
8149
+ .rz-pointer {
8150
+ background-color: @rz-pointer-bg-color;
8281
8151
  }
8282
8152
  }
8283
8153
  }
8284
8154
  }
8285
8155
 
8286
- .ncl-monaco {
8287
- height: 500px;
8288
- }
8289
- }
8156
+ // Current value
8157
+ .igz-slider-input-current-value {
8158
+ float: left;
8159
+ min-height: 30px;
8160
+ line-height: 30px;
8290
8161
 
8291
- .toast-status-panel {
8292
- .toast-status-panel-color-set();
8162
+ &.with-measure-units {
8163
+ width: 18%;
8164
+ padding-right: 0;
8293
8165
 
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;
8166
+ .igz-slider-input-current-value-text {
8167
+ margin-right: 4px;
8168
+ }
8169
+ }
8299
8170
 
8300
- &.in-progress {
8301
- background-color: @toast-panel-in-progress-bg-color;
8302
- border: @toast-panel-in-progress-border;
8303
- }
8171
+ &.with-value-unit {
8172
+ padding-right: 21px;
8173
+ }
8304
8174
 
8305
- &.failed {
8306
- background-color: @toast-panel-failed-bg-color;
8307
- border: @toast-panel-failed-border;
8175
+ .igz-slider-input-current-value-text {
8176
+ color: @slider-input-current-value-text-color;
8177
+ font-size: 13px;
8178
+ font-weight: 400;
8179
+ background-color: @slider-input-current-value-text-bg-color;
8180
+ text-align: right;
8181
+ }
8308
8182
  }
8309
8183
 
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;
8184
+ .igz-slider-input-unit-label {
8185
+ position: absolute;
8186
+ right: 0;
8187
+ min-height: 30px;
8188
+ line-height: 30px;
8189
+ }
8319
8190
 
8320
- &.in-progress {
8321
- color: @toast-panel-status-in-progress-color;
8322
- }
8191
+ // Units dropdown
8192
+ .igz-slider-input-units-dropdown {
8193
+ float: left;
8323
8194
 
8324
- &.failed {
8325
- color: @toast-panel-status-failed-color;
8326
- }
8195
+ .default-dropdown {
8196
+ height: 30px;
8327
8197
 
8328
- .panel-status-icon {
8329
- font-size: 24px;
8198
+ .default-dropdown-field {
8199
+ border: none;
8200
+ background-color: @default-dropdown-field-bg-color;
8330
8201
 
8331
- &.igz-icon-properties {
8332
- -webkit-animation: rotation 4s infinite linear;
8202
+ .dropdown-selected-item {
8203
+ padding-left: 0;
8204
+ }
8333
8205
 
8334
- @-webkit-keyframes rotation {
8335
- from {
8336
- -webkit-transform: rotate(0deg);
8337
- }
8338
- to {
8339
- -webkit-transform: rotate(359deg);
8340
- }
8206
+ .dropdown-arrow {
8207
+ margin-right: 0;
8341
8208
  }
8342
8209
  }
8343
8210
  }
8211
+ }
8212
+ }
8344
8213
 
8345
- .msg-scrollable-container {
8346
- max-height: 300px;
8214
+ .ngdialog.text-edit {
8215
+ .text-edit-color-set();
8347
8216
 
8348
- .panel-status-msg {
8349
- margin: 0 8px;
8217
+ .ngdialog-content {
8218
+ padding: 0;
8219
+ width: 1000px;
8220
+ height: 678px;
8221
+
8222
+ .text-preview-directive-wrapper {
8223
+ .title {
8224
+ margin: 25px 0 0 24px;
8225
+ padding: 0 70px 0 0;
8226
+ }
8227
+
8228
+ .close-button {
8229
+ position: absolute;
8230
+ top: 24px;
8231
+ right: 24px;
8232
+ font-size: 18px;
8233
+ color: @close-btn-color;
8234
+ }
8235
+
8236
+ .buttons {
8237
+ margin-right: 24px;
8238
+ }
8239
+
8240
+ .text-preview-wrapper {
8241
+ background-color: @text-preview-wrapper-bg-color;
8242
+ border-top: @text-preview-wrapper-border-top;
8243
+ border-bottom: @text-preview-wrapper-border-bottom;
8244
+ border-radius: 2px;
8245
+ margin-bottom: 16px;
8246
+ padding: 15px 22px 17px;
8247
+ min-width: 690px;
8248
+ height: 550px;
8249
+
8250
+ .text-preview-container {
8251
+ width: 100%;
8252
+ line-height: 1.9;
8253
+ text-align: left;
8254
+ padding-right: 22px;
8255
+ font-size: 13px;
8256
+ color: @text-preview-container-color;
8257
+ resize: none;
8258
+ overflow: hidden;
8259
+ border-color: @text-preview-container-border-color;
8260
+ background-color: @text-preview-container-bg-color;
8261
+ cursor: text;
8262
+ }
8263
+
8264
+ .text-preview-container:focus {
8265
+ outline: 0;
8266
+ }
8267
+
8268
+ .word-wrap-checkbox-wrapper {
8269
+ width: 100%;
8270
+ display: flex;
8271
+ justify-content: flex-end;
8272
+
8273
+ .col-checkbox {
8274
+ line-height: normal;
8275
+ height: 25px;
8276
+
8277
+ label:before {
8278
+ font-size: 16px;
8279
+ }
8280
+ }
8281
+ }
8350
8282
  }
8351
8283
  }
8352
8284
  }
8285
+
8286
+ .ncl-monaco {
8287
+ height: 500px;
8288
+ }
8353
8289
  }
8354
8290
 
8355
8291
  .validating-input-field {
@@ -8688,7 +8624,375 @@ form.ng-submitted .validating-input-field {
8688
8624
  }
8689
8625
  }
8690
8626
  }
8691
-
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;
8994
+ }
8995
+ }
8692
8996
  .ncl-api-gateway-row {
8693
8997
  .common-table-cells-container {
8694
8998
  .common-table-cell {
@@ -8972,326 +9276,22 @@ form.ng-submitted .validating-input-field {
8972
9276
  width: 5px;
8973
9277
  height: 5px;
8974
9278
  }
8975
- }
8976
- }
8977
- }
8978
- }
8979
- }
8980
- }
8981
-
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%;
9279
+ }
9280
+ }
9281
+ }
9282
+ }
9283
+ }
9227
9284
  }
9228
- }
9229
-
9230
- .type-header {
9231
- width: 12%;
9232
- }
9233
-
9234
- .value-header {
9235
- width: 52%;
9236
9285
 
9237
- &:not(.use-type) {
9238
- width: 61%;
9286
+ .buttons-wrapper {
9287
+ position: relative;
9288
+ width: 100%;
9289
+ margin-top: 32px;
9239
9290
  }
9240
9291
  }
9241
9292
  }
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;
9255
9293
  }
9256
- .tooltip.custom-tooltip {
9257
- transition-duration: 0s;
9258
- z-index: 10001;
9259
- opacity: 1;
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
9294
 
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;
@@ -9724,27 +9724,221 @@ body {
9724
9724
  }
9725
9725
  }
9726
9726
 
9727
- .label-value-row {
9728
- margin: 0 10px 8px 27px;
9729
- display: flex;
9730
- flex-direction: row;
9731
- font-size: 14px;
9732
- line-height: 16px;
9733
-
9734
- .label-cell {
9735
- color: @greyish-purple;
9736
- width: 185px;
9737
- }
9738
- .value-cell {
9739
- width: auto;
9740
- padding-left: 23px;
9741
- }
9727
+ .label-value-row {
9728
+ margin: 0 10px 8px 27px;
9729
+ display: flex;
9730
+ flex-direction: row;
9731
+ font-size: 14px;
9732
+ line-height: 16px;
9733
+
9734
+ .label-cell {
9735
+ color: @greyish-purple;
9736
+ width: 185px;
9737
+ }
9738
+ .value-cell {
9739
+ width: auto;
9740
+ padding-left: 23px;
9741
+ }
9742
+ }
9743
+ }
9744
+ }
9745
+ }
9746
+ }
9747
+
9748
+ // Style rules for actions bar
9749
+ .border-top > .igz-info-page-actions-bar {
9750
+ .info-page-actions-bar-color-set();
9751
+
9752
+ border-top: @info-page-actions-bar-border-top;
9753
+ }
9754
+
9755
+ .igz-info-page-actions-bar {
9756
+ .info-page-actions-bar-color-set();
9757
+
9758
+ background-color: @info-page-actions-bar-bg-color;
9759
+ position: absolute;
9760
+ top: 0;
9761
+ right: 0;
9762
+ left: 0;
9763
+ height: 56px;
9764
+ padding: 8px 20px 8px 16px;
9765
+ border-bottom: @info-page-actions-bar-border-bottom;
9766
+ transition: @igz-basic-transition;
9767
+
9768
+ &.upper-pane-opened {
9769
+ top: 150px;
9770
+ }
9771
+
9772
+ &.filters-opened {
9773
+ right: 376px;
9774
+ padding-right: 8px;
9775
+ }
9776
+
9777
+ &.info-pane-opened {
9778
+ right: 379px;
9779
+ padding-right: 8px;
9780
+ }
9781
+
9782
+ .actions-bar-left {
9783
+ float: left;
9784
+ height: 100%;
9785
+ }
9786
+
9787
+ .actions-bar-right {
9788
+ float: right;
9789
+ height: 100%;
9790
+ text-align: right;
9791
+ }
9792
+
9793
+ &:before, &:after {
9794
+ content: " ";
9795
+ display: table;
9796
+ }
9797
+ &:after {
9798
+ clear: both;
9799
+ }
9800
+
9801
+ .actions-panes-block {
9802
+ padding-left: 16px;
9803
+ border-left: @actions-panes-block-border-left;
9804
+ }
9805
+
9806
+ .actions-content-block {
9807
+ margin: 0 8px 0 32px;
9808
+ }
9809
+
9810
+ .actions-buttons-block {
9811
+ margin-left: 16px;
9812
+ margin-top: 1px;
9813
+
9814
+ [class^="igz-button"]:not(:first-child), [class*="igz-button"]:not(:first-child) {
9815
+ margin-left: 8px;
9816
+ }
9817
+ }
9818
+ }
9819
+
9820
+ .igz-info-page-content-wrapper {
9821
+ .info-page-content-color-set();
9822
+
9823
+ position: absolute;
9824
+ top: 56px;
9825
+ right: 0;
9826
+ bottom: 0;
9827
+ left: 0;
9828
+ padding-top: 0;
9829
+ transition: @igz-basic-transition;
9830
+ background-color: @page-content-bg-color;
9831
+
9832
+ &.upper-pane-opened {
9833
+ top: 216px;
9834
+ }
9835
+
9836
+ &.filters-opened {
9837
+ right: 377px;
9838
+ }
9839
+
9840
+ &.info-pane-opened {
9841
+ right: 379px;
9842
+ }
9843
+
9844
+ .igz-info-page-content {
9845
+ min-width: 946px;
9846
+ max-width: 100%;
9847
+ padding: 40px 25px;
9848
+ }
9849
+ }
9850
+
9851
+ igz-info-page-actions-bar {
9852
+ .igz-info-page-actions-bar .actions-content-block {
9853
+ margin-left: 14px;
9854
+ }
9855
+ }
9856
+
9857
+ igz-info-page-content {
9858
+ .info-page-content-color-set();
9859
+
9860
+ .container-data-access-policy-table, .data-lifecycle-table {
9861
+ &.common-table {
9862
+ .common-table-header {
9863
+ position: relative;
9864
+ height: 49px;
9865
+ line-height: 48px;
9866
+
9867
+ .common-table-cell {
9868
+ margin-top: -1px;
9869
+ height: 49px;
9870
+
9871
+ &.selected {
9872
+ background-color: @common-table-cell-selected-bg-color;
9873
+ border: @common-table-cell-selected-border;
9874
+ }
9875
+
9876
+ &:last-child {
9877
+ margin-right: 0;
9878
+ }
9879
+
9880
+ &.actions-menu {
9881
+ width: 0;
9882
+ }
9883
+
9884
+ &.check-all-rows {
9885
+ padding-left: 30px;
9886
+
9887
+ .action-checkbox-all {
9888
+ padding-top: 2px;
9889
+ }
9890
+ }
9891
+ }
9892
+
9893
+ .common-table-cells-container {
9894
+ margin-right: 45px;
9895
+
9896
+ .common-table-cell {
9897
+ height: 49px;
9898
+ padding: 0 15px;
9899
+ border-right: @common-table-cell-border-right;
9900
+
9901
+ &:first-child {
9902
+ padding-left: 7px;
9903
+ }
9904
+ }
9905
+ }
9906
+ }
9907
+
9908
+ .common-table-body {
9909
+ margin-top: 7px;
9910
+
9911
+ .common-table-cell {
9912
+ &.actions-menu {
9913
+ width: 45px;
9914
+ }
9915
+ }
9916
+ }
9917
+
9918
+ .data-access-policy-layers, .data-lifecycle-layers {
9919
+ &:last-child {
9920
+ margin-bottom: 20px;
9742
9921
  }
9743
9922
  }
9744
9923
  }
9924
+
9925
+ .sortable-empty {
9926
+ background-color: @sortable-empty-bg-color;
9927
+ color: @sortable-empty-color;
9928
+ font-size: 14px;
9929
+ font-weight: 400;
9930
+ font-family: 'Open Sans', sans-serif;
9931
+ border-bottom: @sortable-empty-border;
9932
+ border-left: @sortable-empty-border;
9933
+ border-right: @sortable-empty-border;
9934
+ padding-left: 70px;
9935
+ height: 40px;
9936
+ line-height: 38px;
9937
+ }
9745
9938
  }
9746
9939
  }
9747
9940
 
9941
+
9748
9942
  .info-page-filters-bookmark {
9749
9943
  .info-page-filters-color-set();
9750
9944
 
@@ -10022,289 +10216,66 @@ body {
10022
10216
 
10023
10217
  &::-webkit-input-placeholder {
10024
10218
  color: @text-search-input-focus-placeholder-color;
10025
- }
10026
-
10027
- &:-moz-placeholder { /* Firefox 18- */
10028
- color: @text-search-input-focus-placeholder-color;
10029
- }
10030
-
10031
- &::-moz-placeholder { /* Firefox 19+ */
10032
- color: @text-search-input-focus-placeholder-color;
10033
- }
10034
-
10035
- &:-ms-input-placeholder {
10036
- color: @text-search-input-focus-placeholder-color;
10037
- }
10038
- }
10039
- }
10040
-
10041
- .info-page-filters-accordion {
10042
- padding: 0;
10043
- border-bottom: none;
10044
-
10045
- .panel-group {
10046
- margin: 0;
10047
-
10048
- .date-time-picker .datetimepicker-input {
10049
- width: 302px;
10050
- }
10051
-
10052
- .panel {
10053
- background-color: inherit;
10054
- border-width: 0 0 1px 0;
10055
- border-radius: 0;
10056
- box-shadow: none;
10057
- border-color: #ddd;
10058
-
10059
- &.panel-default {
10060
- border-color: @accordion-panel-default-border-color;
10061
-
10062
- & > .panel-heading {
10063
- background-color: inherit;
10064
- border: 0;
10065
- }
10066
- }
10067
- }
10068
- }
10069
- }
10070
- }
10071
- }
10072
-
10073
- .info-page-filters-footer {
10074
- display: flex;
10075
- justify-content: flex-end;
10076
- position: absolute;
10077
- height: 70px;
10078
- padding: 16px 18px;
10079
- bottom: 0;
10080
- width: 100%;
10081
-
10082
- button:not(:first-child) {
10083
- margin-left: 5px;
10084
- }
10085
- }
10086
- }
10087
-
10088
- .igz-info-page-content-wrapper {
10089
- .info-page-content-color-set();
10090
-
10091
- position: absolute;
10092
- top: 56px;
10093
- right: 0;
10094
- bottom: 0;
10095
- left: 0;
10096
- padding-top: 0;
10097
- transition: @igz-basic-transition;
10098
- background-color: @page-content-bg-color;
10099
-
10100
- &.upper-pane-opened {
10101
- top: 216px;
10102
- }
10103
-
10104
- &.filters-opened {
10105
- right: 377px;
10106
- }
10107
-
10108
- &.info-pane-opened {
10109
- right: 379px;
10110
- }
10111
-
10112
- .igz-info-page-content {
10113
- min-width: 946px;
10114
- max-width: 100%;
10115
- padding: 40px 25px;
10116
- }
10117
- }
10118
-
10119
- igz-info-page-actions-bar {
10120
- .igz-info-page-actions-bar .actions-content-block {
10121
- margin-left: 14px;
10122
- }
10123
- }
10124
-
10125
- igz-info-page-content {
10126
- .info-page-content-color-set();
10127
-
10128
- .container-data-access-policy-table, .data-lifecycle-table {
10129
- &.common-table {
10130
- .common-table-header {
10131
- position: relative;
10132
- height: 49px;
10133
- line-height: 48px;
10134
-
10135
- .common-table-cell {
10136
- margin-top: -1px;
10137
- height: 49px;
10138
-
10139
- &.selected {
10140
- background-color: @common-table-cell-selected-bg-color;
10141
- border: @common-table-cell-selected-border;
10142
- }
10143
-
10144
- &:last-child {
10145
- margin-right: 0;
10146
- }
10147
-
10148
- &.actions-menu {
10149
- width: 0;
10150
- }
10151
-
10152
- &.check-all-rows {
10153
- padding-left: 30px;
10154
-
10155
- .action-checkbox-all {
10156
- padding-top: 2px;
10157
- }
10158
- }
10159
- }
10160
-
10161
- .common-table-cells-container {
10162
- margin-right: 45px;
10163
-
10164
- .common-table-cell {
10165
- height: 49px;
10166
- padding: 0 15px;
10167
- border-right: @common-table-cell-border-right;
10168
-
10169
- &:first-child {
10170
- padding-left: 7px;
10171
- }
10172
- }
10173
- }
10174
- }
10175
-
10176
- .common-table-body {
10177
- margin-top: 7px;
10178
-
10179
- .common-table-cell {
10180
- &.actions-menu {
10181
- width: 45px;
10182
- }
10183
- }
10184
- }
10185
-
10186
- .data-access-policy-layers, .data-lifecycle-layers {
10187
- &:last-child {
10188
- margin-bottom: 20px;
10189
- }
10190
- }
10191
- }
10192
-
10193
- .sortable-empty {
10194
- background-color: @sortable-empty-bg-color;
10195
- color: @sortable-empty-color;
10196
- font-size: 14px;
10197
- font-weight: 400;
10198
- font-family: 'Open Sans', sans-serif;
10199
- border-bottom: @sortable-empty-border;
10200
- border-left: @sortable-empty-border;
10201
- border-right: @sortable-empty-border;
10202
- padding-left: 70px;
10203
- height: 40px;
10204
- line-height: 38px;
10205
- }
10206
- }
10207
- }
10208
-
10209
-
10210
- // Style rules for actions bar
10211
- .border-top > .igz-info-page-actions-bar {
10212
- .info-page-actions-bar-color-set();
10213
-
10214
- border-top: @info-page-actions-bar-border-top;
10215
- }
10216
-
10217
- .igz-info-page-actions-bar {
10218
- .info-page-actions-bar-color-set();
10219
-
10220
- background-color: @info-page-actions-bar-bg-color;
10221
- position: absolute;
10222
- top: 0;
10223
- right: 0;
10224
- left: 0;
10225
- height: 56px;
10226
- padding: 8px 20px 8px 16px;
10227
- border-bottom: @info-page-actions-bar-border-bottom;
10228
- transition: @igz-basic-transition;
10229
-
10230
- &.upper-pane-opened {
10231
- top: 150px;
10232
- }
10233
-
10234
- &.filters-opened {
10235
- right: 376px;
10236
- padding-right: 8px;
10237
- }
10238
-
10239
- &.info-pane-opened {
10240
- right: 379px;
10241
- padding-right: 8px;
10242
- }
10219
+ }
10243
10220
 
10244
- .actions-bar-left {
10245
- float: left;
10246
- height: 100%;
10247
- }
10221
+ &:-moz-placeholder { /* Firefox 18- */
10222
+ color: @text-search-input-focus-placeholder-color;
10223
+ }
10248
10224
 
10249
- .actions-bar-right {
10250
- float: right;
10251
- height: 100%;
10252
- text-align: right;
10253
- }
10225
+ &::-moz-placeholder { /* Firefox 19+ */
10226
+ color: @text-search-input-focus-placeholder-color;
10227
+ }
10254
10228
 
10255
- &:before, &:after {
10256
- content: " ";
10257
- display: table;
10258
- }
10259
- &:after {
10260
- clear: both;
10261
- }
10229
+ &:-ms-input-placeholder {
10230
+ color: @text-search-input-focus-placeholder-color;
10231
+ }
10232
+ }
10233
+ }
10262
10234
 
10263
- .actions-panes-block {
10264
- padding-left: 16px;
10265
- border-left: @actions-panes-block-border-left;
10266
- }
10235
+ .info-page-filters-accordion {
10236
+ padding: 0;
10237
+ border-bottom: none;
10267
10238
 
10268
- .actions-content-block {
10269
- margin: 0 8px 0 32px;
10270
- }
10239
+ .panel-group {
10240
+ margin: 0;
10271
10241
 
10272
- .actions-buttons-block {
10273
- margin-left: 16px;
10274
- margin-top: 1px;
10242
+ .date-time-picker .datetimepicker-input {
10243
+ width: 302px;
10244
+ }
10275
10245
 
10276
- [class^="igz-button"]:not(:first-child), [class*="igz-button"]:not(:first-child) {
10277
- margin-left: 8px;
10278
- }
10279
- }
10280
- }
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;
10281
10252
 
10282
- ncl-breadcrumbs {
10283
- .main-header-title {
10284
- &:not(.disable-behavior) {
10285
- &:hover .main-header-title-text {
10286
- color: @dark-sky-blue;
10287
- }
10288
- }
10253
+ &.panel-default {
10254
+ border-color: @accordion-panel-default-border-color;
10289
10255
 
10290
- &.disable-behavior {
10291
- color: @dusk-three;
10256
+ & > .panel-heading {
10257
+ background-color: inherit;
10258
+ border: 0;
10259
+ }
10260
+ }
10261
+ }
10262
+ }
10263
+ }
10292
10264
  }
10293
10265
  }
10294
10266
 
10295
- .igz-icon-right {
10296
- font-size: 11px;
10297
- font-weight: 100;
10298
- margin: 0 14px;
10299
- }
10300
-
10301
- .ncl-header-subtitle {
10302
- color: @greyish-purple;
10303
- }
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%;
10304
10275
 
10305
- .ncl-bold-subtitle {
10306
- color: @dusk-three;
10307
- font-weight: bold;
10276
+ button:not(:first-child) {
10277
+ margin-left: 5px;
10278
+ }
10308
10279
  }
10309
10280
  }
10310
10281
 
@@ -10448,6 +10419,35 @@ ncl-breadcrumbs {
10448
10419
  }
10449
10420
  }
10450
10421
 
10422
+ ncl-breadcrumbs {
10423
+ .main-header-title {
10424
+ &:not(.disable-behavior) {
10425
+ &:hover .main-header-title-text {
10426
+ color: @dark-sky-blue;
10427
+ }
10428
+ }
10429
+
10430
+ &.disable-behavior {
10431
+ color: @dusk-three;
10432
+ }
10433
+ }
10434
+
10435
+ .igz-icon-right {
10436
+ font-size: 11px;
10437
+ font-weight: 100;
10438
+ margin: 0 14px;
10439
+ }
10440
+
10441
+ .ncl-header-subtitle {
10442
+ color: @greyish-purple;
10443
+ }
10444
+
10445
+ .ncl-bold-subtitle {
10446
+ color: @dusk-three;
10447
+ font-weight: bold;
10448
+ }
10449
+ }
10450
+
10451
10451
  .ncl-collapsing-row {
10452
10452
  margin-bottom: 9px;
10453
10453
 
@@ -11749,158 +11749,33 @@ ncl-navigation-tabs {
11749
11749
  font-stretch: normal;
11750
11750
  letter-spacing: normal;
11751
11751
  text-align: left;
11752
- color: @dusk-three;
11753
- margin-bottom: 12px;
11754
- }
11755
-
11756
- .row {
11757
- .label {
11758
- display: block;
11759
- font-family: Roboto, sans-serif;
11760
- font-size: 14px;
11761
- font-weight: 500;
11762
- font-style: normal;
11763
- font-stretch: normal;
11764
- letter-spacing: normal;
11765
- text-align: left;
11766
- color: @dusk-three;
11767
- padding: 0;
11768
- }
11769
- }
11770
-
11771
- .ncl-version-configuration-labels, .ncl-version-configuration-annotations {
11772
- .more-info-wrapper {
11773
- height: 20px;
11774
- }
11775
- }
11776
- }
11777
- }
11778
- }
11779
- }
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
- }
11752
+ color: @dusk-three;
11753
+ margin-bottom: 12px;
11754
+ }
11880
11755
 
11881
- .checkboxes-dropdown-field {
11882
- height: 36px;
11883
- padding-left: 15px;
11884
- padding-right: 15px;
11885
- }
11756
+ .row {
11757
+ .label {
11758
+ display: block;
11759
+ font-family: Roboto, sans-serif;
11760
+ font-size: 14px;
11761
+ font-weight: 500;
11762
+ font-style: normal;
11763
+ font-stretch: normal;
11764
+ letter-spacing: normal;
11765
+ text-align: left;
11766
+ color: @dusk-three;
11767
+ padding: 0;
11768
+ }
11769
+ }
11886
11770
 
11887
- .checkboxes-dropdown-title {
11888
- text-transform: initial;
11889
- font-size: 14px;
11771
+ .ncl-version-configuration-labels, .ncl-version-configuration-annotations {
11772
+ .more-info-wrapper {
11773
+ height: 20px;
11774
+ }
11775
+ }
11776
+ }
11890
11777
  }
11891
- }
11892
11778
  }
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
11779
  }
11905
11780
 
11906
11781
  .ncl-version-monitoring {
@@ -12036,6 +11911,131 @@ ncl-navigation-tabs {
12036
11911
  }
12037
11912
  }
12038
11913
 
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
 
@@ -12074,36 +12074,135 @@ ncl-navigation-tabs {
12074
12074
  padding-left: 0;
12075
12075
  }
12076
12076
 
12077
- .title-field-row .name-field, .item-row .item-name, .header-name {
12078
- margin-right: 16px;
12079
- width: 15%;
12080
- }
12077
+ .title-field-row .name-field, .item-row .item-name, .header-name {
12078
+ margin-right: 16px;
12079
+ width: 15%;
12080
+ }
12081
+
12082
+ .title-field-row .class-field, .item-row .item-class, .header-class {
12083
+ margin-right: 16px;
12084
+ width: 10%;
12085
+ }
12086
+
12087
+ .title-field-row .class-field {
12088
+ width: auto;
12089
+ }
12090
+ }
12091
+
12092
+ .ncl-text-size-dropdown {
12093
+ display: flex;
12094
+ justify-content: flex-end;
12095
+
12096
+ .text-size-action-item {
12097
+ width: 35px;
12098
+ height: 35px;
12099
+ margin: 0 8px 0 0;
12100
+ display: flex;
12101
+ justify-content: space-evenly;
12102
+ font-size: 18px;
12103
+
12104
+ .action-icon {
12105
+ &.igz-icon-decrease {
12106
+ font-size: 10px;
12107
+ }
12108
+ }
12109
+ }
12110
+ }
12111
+
12112
+ .function-from-scratch-content {
12113
+ .splash-screen {
12114
+ top: 0;
12115
+ }
12116
+
12117
+ .title-wrapper {
12118
+ margin-left: 50px;
12119
+
12120
+ .title {
12121
+ color: @dusk-three;
12122
+ font-size: 16px;
12123
+ font-weight: bold;
12124
+ }
12125
+ }
12126
+
12127
+ .function-configuration {
12128
+ margin: 28px 0 0 0;
12129
+
12130
+ .configuration-form {
12131
+ display: flex;
12132
+
12133
+ .function-name-wrapper {
12134
+ width: 50%;
12135
+ display: flex;
12136
+ padding: 0 24px 0 74px;
12137
+
12138
+ .projects-drop-down {
12139
+ width: 40%;
12140
+ margin-right: 48px;
12141
+
12142
+ .input-label {
12143
+ font-size: 14px;
12144
+ font-weight: 600;
12145
+ color: @dusk-three;
12146
+ }
12147
+
12148
+ igz-default-dropdown {
12149
+ .default-dropdown {
12150
+ background-color: @white;
12151
+
12152
+ .default-dropdown-field {
12153
+ &:focus {
12154
+ background-color: inherit;
12155
+ }
12156
+ }
12157
+ }
12158
+ }
12159
+ }
12160
+
12161
+ .function-name {
12162
+ width: 100%;
12163
+
12164
+ .input-label {
12165
+ font-size: 14px;
12166
+ font-weight: 600;
12167
+ color: @dusk-three;
12168
+ }
12169
+
12170
+ igz-validating-input-field {
12171
+ margin-left: 2px;
12172
+ }
12173
+ }
12174
+ }
12081
12175
 
12082
- .title-field-row .class-field, .item-row .item-class, .header-class {
12083
- margin-right: 16px;
12084
- width: 10%;
12085
- }
12176
+ .function-runtime-wrapper {
12177
+ width: 50%;
12178
+ padding-left: 24px;
12179
+ padding-right: 10%;
12086
12180
 
12087
- .title-field-row .class-field {
12088
- width: auto;
12089
- }
12090
- }
12181
+ .function-runtime {
12182
+ .input-label {
12183
+ font-size: 14px;
12184
+ font-weight: 600;
12185
+ color: @dusk-three;
12186
+ }
12091
12187
 
12092
- .ncl-text-size-dropdown {
12093
- display: flex;
12094
- justify-content: flex-end;
12188
+ igz-default-dropdown {
12189
+ .default-dropdown {
12190
+ background-color: @white;
12095
12191
 
12096
- .text-size-action-item {
12097
- width: 35px;
12098
- height: 35px;
12099
- margin: 0 8px 0 0;
12100
- display: flex;
12101
- justify-content: space-evenly;
12102
- font-size: 18px;
12192
+ .default-dropdown-field {
12193
+ &:focus {
12194
+ background-color: inherit;
12195
+ }
12196
+ }
12197
+ }
12198
+ }
12103
12199
 
12104
- .action-icon {
12105
- &.igz-icon-decrease {
12106
- font-size: 10px;
12200
+ .bottom-bar {
12201
+ display: flex;
12202
+ justify-content: flex-end;
12203
+ margin-top: 48px;
12204
+ }
12205
+ }
12107
12206
  }
12108
12207
  }
12109
12208
  }
@@ -12371,100 +12470,71 @@ ncl-navigation-tabs {
12371
12470
  }
12372
12471
  }
12373
12472
 
12374
- .function-from-scratch-content {
12375
- .splash-screen {
12376
- top: 0;
12377
- }
12378
-
12379
- .title-wrapper {
12380
- margin-left: 50px;
12381
-
12382
- .title {
12383
- color: @dusk-three;
12384
- font-size: 16px;
12385
- font-weight: bold;
12386
- }
12387
- }
12388
-
12389
- .function-configuration {
12390
- margin: 28px 0 0 0;
12391
-
12392
- .configuration-form {
12393
- display: flex;
12473
+ .function-import-wrapper-content {
12474
+ font-family: @font-family-sans-serif;
12475
+ padding-left: 3%;
12476
+ width: 96%;
12394
12477
 
12395
- .function-name-wrapper {
12396
- width: 50%;
12397
- display: flex;
12398
- padding: 0 24px 0 74px;
12478
+ .function-import-form {
12479
+ display: flex;
12480
+ align-items: flex-end;
12481
+ margin-bottom: 10px;
12399
12482
 
12400
- .projects-drop-down {
12401
- width: 40%;
12402
- margin-right: 48px;
12483
+ .projects-drop-down {
12484
+ margin-right: 48px;
12403
12485
 
12404
- .input-label {
12405
- font-size: 14px;
12406
- font-weight: 600;
12407
- color: @dusk-three;
12408
- }
12486
+ .input-label {
12487
+ font-size: 14px;
12488
+ font-weight: 600;
12489
+ color: @dusk-three;
12490
+ }
12409
12491
 
12410
- igz-default-dropdown {
12411
- .default-dropdown {
12412
- background-color: @white;
12492
+ igz-default-dropdown {
12493
+ .default-dropdown {
12494
+ background-color: @white;
12413
12495
 
12414
- .default-dropdown-field {
12415
- &:focus {
12416
- background-color: inherit;
12417
- }
12418
- }
12496
+ .default-dropdown-field {
12497
+ &:focus {
12498
+ background-color: inherit;
12419
12499
  }
12420
12500
  }
12421
12501
  }
12502
+ }
12503
+ }
12422
12504
 
12423
- .function-name {
12424
- width: 100%;
12505
+ .function-import-actions-bar {
12506
+ display: flex;
12425
12507
 
12426
- .input-label {
12427
- font-size: 14px;
12428
- font-weight: 600;
12429
- color: @dusk-three;
12430
- }
12508
+ .function-import-file-picker {
12509
+ .file-picker-wrapper {
12510
+ margin: 0;
12511
+ line-height: 34px;
12431
12512
 
12432
- igz-validating-input-field {
12433
- margin-left: 2px;
12513
+ .igz-icon-upload {
12514
+ margin-right: 10px;
12434
12515
  }
12435
12516
  }
12436
- }
12437
-
12438
- .function-runtime-wrapper {
12439
- width: 50%;
12440
- padding-left: 24px;
12441
- padding-right: 10%;
12442
12517
 
12443
- .function-runtime {
12444
- .input-label {
12445
- font-size: 14px;
12446
- font-weight: 600;
12447
- color: @dusk-three;
12448
- }
12518
+ .function-import-input {
12519
+ opacity: 0;
12520
+ position: absolute;
12521
+ z-index: -1;
12522
+ }
12523
+ }
12524
+ }
12525
+ }
12449
12526
 
12450
- igz-default-dropdown {
12451
- .default-dropdown {
12452
- background-color: @white;
12527
+ .splash-screen {
12528
+ top: 0;
12529
+ }
12453
12530
 
12454
- .default-dropdown-field {
12455
- &:focus {
12456
- background-color: inherit;
12457
- }
12458
- }
12459
- }
12460
- }
12531
+ .function-import-monaco {
12532
+ .ncl-monaco {
12533
+ height: 370px;
12534
+ width: 100%;
12461
12535
 
12462
- .bottom-bar {
12463
- display: flex;
12464
- justify-content: flex-end;
12465
- margin-top: 48px;
12466
- }
12467
- }
12536
+ .monaco-code-editor {
12537
+ height: 100%;
12468
12538
  }
12469
12539
  }
12470
12540
  }
@@ -13162,76 +13232,6 @@ ncl-navigation-tabs {
13162
13232
  }
13163
13233
  }
13164
13234
 
13165
- .function-import-wrapper-content {
13166
- font-family: @font-family-sans-serif;
13167
- padding-left: 3%;
13168
- width: 96%;
13169
-
13170
- .function-import-form {
13171
- display: flex;
13172
- align-items: flex-end;
13173
- margin-bottom: 10px;
13174
-
13175
- .projects-drop-down {
13176
- margin-right: 48px;
13177
-
13178
- .input-label {
13179
- font-size: 14px;
13180
- font-weight: 600;
13181
- color: @dusk-three;
13182
- }
13183
-
13184
- igz-default-dropdown {
13185
- .default-dropdown {
13186
- background-color: @white;
13187
-
13188
- .default-dropdown-field {
13189
- &:focus {
13190
- background-color: inherit;
13191
- }
13192
- }
13193
- }
13194
- }
13195
- }
13196
-
13197
- .function-import-actions-bar {
13198
- display: flex;
13199
-
13200
- .function-import-file-picker {
13201
- .file-picker-wrapper {
13202
- margin: 0;
13203
- line-height: 34px;
13204
-
13205
- .igz-icon-upload {
13206
- margin-right: 10px;
13207
- }
13208
- }
13209
-
13210
- .function-import-input {
13211
- opacity: 0;
13212
- position: absolute;
13213
- z-index: -1;
13214
- }
13215
- }
13216
- }
13217
- }
13218
-
13219
- .splash-screen {
13220
- top: 0;
13221
- }
13222
-
13223
- .function-import-monaco {
13224
- .ncl-monaco {
13225
- height: 370px;
13226
- width: 100%;
13227
-
13228
- .monaco-code-editor {
13229
- height: 100%;
13230
- }
13231
- }
13232
- }
13233
- }
13234
-
13235
13235
  .function-from-template-dialog-wrapper {
13236
13236
  .title {
13237
13237
  font-size: 20px;