iguazio.dashboard-controls 0.38.9 → 0.38.10-patch1
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.
- package/dist/i18n/en/functions.json +1 -0
- package/dist/js/iguazio.dashboard-controls.js +2936 -2924
- package/dist/less/iguazio.dashboard-controls.less +890 -890
- package/package.json +87 -87
- package/src/i18n/en/functions.json +1 -0
- package/src/igz_controls/components/default-dropdown/default-dropdown.component.js +32 -23
- package/src/igz_controls/components/default-dropdown/default-dropdown.tpl.html +1 -2
- package/src/nuclio/common/screens/create-function/function-from-template/function-from-template.component.js +2 -1
- package/src/nuclio/common/screens/create-function/function-from-template/function-from-template.less +1 -1
- package/src/nuclio/functions/functions.component.js +4 -3
- package/src/nuclio/functions/version/version.component.js +2 -1
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
.common-table-cell {
|
|
2
|
+
&.status {
|
|
3
|
+
min-width: 95px;
|
|
4
|
+
}
|
|
5
|
+
}
|
|
6
|
+
|
|
1
7
|
//
|
|
2
8
|
// Common styles for buttons
|
|
3
9
|
//
|
|
@@ -3578,12 +3584,6 @@ html input[disabled], html textarea[disabled] {
|
|
|
3578
3584
|
|
|
3579
3585
|
// Media Query
|
|
3580
3586
|
@retina-display: ~"only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)";
|
|
3581
|
-
.common-table-cell {
|
|
3582
|
-
&.status {
|
|
3583
|
-
min-width: 95px;
|
|
3584
|
-
}
|
|
3585
|
-
}
|
|
3586
|
-
|
|
3587
3587
|
ncl-functions {
|
|
3588
3588
|
igz-info-page-actions-bar {
|
|
3589
3589
|
.igz-info-page-actions-bar {
|
|
@@ -5539,164 +5539,6 @@ yx-axis
|
|
|
5539
5539
|
}
|
|
5540
5540
|
}
|
|
5541
5541
|
}
|
|
5542
|
-
.igz-action-menu {
|
|
5543
|
-
.action-menu-color-set();
|
|
5544
|
-
.action-icon-color-set();
|
|
5545
|
-
|
|
5546
|
-
opacity: 1;
|
|
5547
|
-
position: relative;
|
|
5548
|
-
|
|
5549
|
-
.menu-button {
|
|
5550
|
-
color: @menu-btn-color;
|
|
5551
|
-
cursor: pointer;
|
|
5552
|
-
font-size: 18px;
|
|
5553
|
-
height: 19px;
|
|
5554
|
-
text-align: center;
|
|
5555
|
-
transition: @igz-basic-transition-color;
|
|
5556
|
-
width: 30px;
|
|
5557
|
-
|
|
5558
|
-
&.active,
|
|
5559
|
-
&:hover {
|
|
5560
|
-
color: @menu-btn-active-hover-color;
|
|
5561
|
-
}
|
|
5562
|
-
}
|
|
5563
|
-
|
|
5564
|
-
.menu-dropdown {
|
|
5565
|
-
visibility: hidden;
|
|
5566
|
-
background-color: @menu-dropdown-bg-color;
|
|
5567
|
-
border: @menu-dropdown-border;
|
|
5568
|
-
border-radius: 2px;
|
|
5569
|
-
box-shadow: @menu-dropdown-box-shadow;
|
|
5570
|
-
color: @menu-dropdown-color;
|
|
5571
|
-
font-family: @font-family-sans-serif;
|
|
5572
|
-
font-size: 13px;
|
|
5573
|
-
font-weight: 500;
|
|
5574
|
-
line-height: normal;
|
|
5575
|
-
margin-top: 9px;
|
|
5576
|
-
min-width: 129px;
|
|
5577
|
-
padding: 8px 0 0;
|
|
5578
|
-
position: absolute;
|
|
5579
|
-
z-index: 10;
|
|
5580
|
-
transform: translateX(-100%);
|
|
5581
|
-
|
|
5582
|
-
.actions-list {
|
|
5583
|
-
cursor: default;
|
|
5584
|
-
padding-bottom: 8px;
|
|
5585
|
-
|
|
5586
|
-
.tooltip {
|
|
5587
|
-
// !important used to overwrite third-party's inline style
|
|
5588
|
-
display: none !important;
|
|
5589
|
-
}
|
|
5590
|
-
}
|
|
5591
|
-
|
|
5592
|
-
.igz-action-item {
|
|
5593
|
-
color: @action-item-color;
|
|
5594
|
-
cursor: pointer;
|
|
5595
|
-
font-size: 13px;
|
|
5596
|
-
font-weight: 400;
|
|
5597
|
-
line-height: 32px;
|
|
5598
|
-
padding: 0 18px;
|
|
5599
|
-
text-align: left;
|
|
5600
|
-
white-space: nowrap;
|
|
5601
|
-
|
|
5602
|
-
&:hover,
|
|
5603
|
-
&.subtemplate-show {
|
|
5604
|
-
background-color: @action-item-hover-bg-color;
|
|
5605
|
-
}
|
|
5606
|
-
|
|
5607
|
-
&.inactive {
|
|
5608
|
-
color: @action-item-inactive-color;
|
|
5609
|
-
cursor: default;
|
|
5610
|
-
|
|
5611
|
-
&:hover {
|
|
5612
|
-
background-color: @menu-dropdown-bg-color;
|
|
5613
|
-
}
|
|
5614
|
-
}
|
|
5615
|
-
|
|
5616
|
-
.action-icon {
|
|
5617
|
-
color: @action-icon-color;
|
|
5618
|
-
display: inline-block;
|
|
5619
|
-
padding-right: 14px;
|
|
5620
|
-
|
|
5621
|
-
&.icon-placeholder {
|
|
5622
|
-
&:before {
|
|
5623
|
-
content: '';
|
|
5624
|
-
display: inline-block;
|
|
5625
|
-
}
|
|
5626
|
-
}
|
|
5627
|
-
|
|
5628
|
-
&:before {
|
|
5629
|
-
font-size: 16px;
|
|
5630
|
-
position: relative;
|
|
5631
|
-
text-align: center;
|
|
5632
|
-
width: 20px;
|
|
5633
|
-
top: 2px;
|
|
5634
|
-
}
|
|
5635
|
-
}
|
|
5636
|
-
|
|
5637
|
-
.action-label {
|
|
5638
|
-
display: inline-block;
|
|
5639
|
-
}
|
|
5640
|
-
}
|
|
5641
|
-
|
|
5642
|
-
.shortcuts-list {
|
|
5643
|
-
padding-bottom: 8px;
|
|
5644
|
-
|
|
5645
|
-
&:not(.first-block) {
|
|
5646
|
-
border-top: @shortcuts-list-not-first-block-border;
|
|
5647
|
-
padding-top: 8px;
|
|
5648
|
-
}
|
|
5649
|
-
}
|
|
5650
|
-
|
|
5651
|
-
.shortcuts-header {
|
|
5652
|
-
font-family: @font-family-sans-serif;
|
|
5653
|
-
color: @shortcuts-header-color;
|
|
5654
|
-
line-height: 24px;
|
|
5655
|
-
font-size: 13px;
|
|
5656
|
-
font-weight: 400;
|
|
5657
|
-
padding: 0 15px 4px 22px;
|
|
5658
|
-
text-align: left;
|
|
5659
|
-
}
|
|
5660
|
-
|
|
5661
|
-
.shortcuts-item {
|
|
5662
|
-
color: @shortcuts-item-color;
|
|
5663
|
-
cursor: pointer;
|
|
5664
|
-
font-weight: 400;
|
|
5665
|
-
white-space: nowrap;
|
|
5666
|
-
line-height: 32px;
|
|
5667
|
-
padding: 0 26px 0 32px;
|
|
5668
|
-
text-align: left;
|
|
5669
|
-
transition: @igz-basic-transition-color;
|
|
5670
|
-
|
|
5671
|
-
&:hover {
|
|
5672
|
-
background-color: @shortcuts-item-hover-bg-color;
|
|
5673
|
-
}
|
|
5674
|
-
|
|
5675
|
-
}
|
|
5676
|
-
|
|
5677
|
-
}
|
|
5678
|
-
|
|
5679
|
-
&.small-action-menu {
|
|
5680
|
-
.menu-button {
|
|
5681
|
-
color: @small-action-menu-btn-color;
|
|
5682
|
-
width: auto;
|
|
5683
|
-
font-size: 12px;
|
|
5684
|
-
display: inline-block;
|
|
5685
|
-
height: auto;
|
|
5686
|
-
margin: 0;
|
|
5687
|
-
vertical-align: sub;
|
|
5688
|
-
}
|
|
5689
|
-
|
|
5690
|
-
.menu-dropdown {
|
|
5691
|
-
margin: 0;
|
|
5692
|
-
}
|
|
5693
|
-
}
|
|
5694
|
-
|
|
5695
|
-
.upward-menu {
|
|
5696
|
-
transform: translate(-100%, -100%);
|
|
5697
|
-
}
|
|
5698
|
-
}
|
|
5699
|
-
|
|
5700
5542
|
.igz-action-panel {
|
|
5701
5543
|
.action-panel-color-set();
|
|
5702
5544
|
.action-icon-color-set();
|
|
@@ -5907,62 +5749,220 @@ yx-axis
|
|
|
5907
5749
|
}
|
|
5908
5750
|
}
|
|
5909
5751
|
|
|
5910
|
-
.
|
|
5911
|
-
.
|
|
5752
|
+
.igz-action-menu {
|
|
5753
|
+
.action-menu-color-set();
|
|
5754
|
+
.action-icon-color-set();
|
|
5912
5755
|
|
|
5756
|
+
opacity: 1;
|
|
5913
5757
|
position: relative;
|
|
5914
5758
|
|
|
5915
|
-
.
|
|
5916
|
-
|
|
5917
|
-
|
|
5918
|
-
|
|
5919
|
-
|
|
5920
|
-
|
|
5921
|
-
|
|
5759
|
+
.menu-button {
|
|
5760
|
+
color: @menu-btn-color;
|
|
5761
|
+
cursor: pointer;
|
|
5762
|
+
font-size: 18px;
|
|
5763
|
+
height: 19px;
|
|
5764
|
+
text-align: center;
|
|
5765
|
+
transition: @igz-basic-transition-color;
|
|
5766
|
+
width: 30px;
|
|
5922
5767
|
|
|
5923
|
-
|
|
5924
|
-
|
|
5768
|
+
&.active,
|
|
5769
|
+
&:hover {
|
|
5770
|
+
color: @menu-btn-active-hover-color;
|
|
5925
5771
|
}
|
|
5926
5772
|
}
|
|
5927
5773
|
|
|
5928
|
-
.
|
|
5929
|
-
|
|
5930
|
-
|
|
5931
|
-
|
|
5932
|
-
|
|
5933
|
-
|
|
5934
|
-
|
|
5935
|
-
|
|
5936
|
-
|
|
5937
|
-
|
|
5938
|
-
|
|
5939
|
-
|
|
5940
|
-
|
|
5941
|
-
|
|
5942
|
-
|
|
5943
|
-
|
|
5944
|
-
|
|
5945
|
-
.list-item {
|
|
5946
|
-
color: @auto-complete-list-item-color;
|
|
5947
|
-
font-family: @font-family-sans-serif;
|
|
5948
|
-
font-size: 14px;
|
|
5949
|
-
list-style-type: none;
|
|
5950
|
-
margin: 0;
|
|
5951
|
-
outline: none;
|
|
5952
|
-
width: 100%;
|
|
5953
|
-
min-height: 32px;
|
|
5774
|
+
.menu-dropdown {
|
|
5775
|
+
visibility: hidden;
|
|
5776
|
+
background-color: @menu-dropdown-bg-color;
|
|
5777
|
+
border: @menu-dropdown-border;
|
|
5778
|
+
border-radius: 2px;
|
|
5779
|
+
box-shadow: @menu-dropdown-box-shadow;
|
|
5780
|
+
color: @menu-dropdown-color;
|
|
5781
|
+
font-family: @font-family-sans-serif;
|
|
5782
|
+
font-size: 13px;
|
|
5783
|
+
font-weight: 500;
|
|
5784
|
+
line-height: normal;
|
|
5785
|
+
margin-top: 9px;
|
|
5786
|
+
min-width: 129px;
|
|
5787
|
+
padding: 8px 0 0;
|
|
5788
|
+
position: absolute;
|
|
5789
|
+
z-index: 10;
|
|
5790
|
+
transform: translateX(-100%);
|
|
5954
5791
|
|
|
5955
|
-
|
|
5956
|
-
|
|
5957
|
-
|
|
5792
|
+
.actions-list {
|
|
5793
|
+
cursor: default;
|
|
5794
|
+
padding-bottom: 8px;
|
|
5958
5795
|
|
|
5959
|
-
|
|
5960
|
-
|
|
5961
|
-
|
|
5796
|
+
.tooltip {
|
|
5797
|
+
// !important used to overwrite third-party's inline style
|
|
5798
|
+
display: none !important;
|
|
5799
|
+
}
|
|
5800
|
+
}
|
|
5962
5801
|
|
|
5963
|
-
|
|
5964
|
-
|
|
5965
|
-
|
|
5802
|
+
.igz-action-item {
|
|
5803
|
+
color: @action-item-color;
|
|
5804
|
+
cursor: pointer;
|
|
5805
|
+
font-size: 13px;
|
|
5806
|
+
font-weight: 400;
|
|
5807
|
+
line-height: 32px;
|
|
5808
|
+
padding: 0 18px;
|
|
5809
|
+
text-align: left;
|
|
5810
|
+
white-space: nowrap;
|
|
5811
|
+
|
|
5812
|
+
&:hover,
|
|
5813
|
+
&.subtemplate-show {
|
|
5814
|
+
background-color: @action-item-hover-bg-color;
|
|
5815
|
+
}
|
|
5816
|
+
|
|
5817
|
+
&.inactive {
|
|
5818
|
+
color: @action-item-inactive-color;
|
|
5819
|
+
cursor: default;
|
|
5820
|
+
|
|
5821
|
+
&:hover {
|
|
5822
|
+
background-color: @menu-dropdown-bg-color;
|
|
5823
|
+
}
|
|
5824
|
+
}
|
|
5825
|
+
|
|
5826
|
+
.action-icon {
|
|
5827
|
+
color: @action-icon-color;
|
|
5828
|
+
display: inline-block;
|
|
5829
|
+
padding-right: 14px;
|
|
5830
|
+
|
|
5831
|
+
&.icon-placeholder {
|
|
5832
|
+
&:before {
|
|
5833
|
+
content: '';
|
|
5834
|
+
display: inline-block;
|
|
5835
|
+
}
|
|
5836
|
+
}
|
|
5837
|
+
|
|
5838
|
+
&:before {
|
|
5839
|
+
font-size: 16px;
|
|
5840
|
+
position: relative;
|
|
5841
|
+
text-align: center;
|
|
5842
|
+
width: 20px;
|
|
5843
|
+
top: 2px;
|
|
5844
|
+
}
|
|
5845
|
+
}
|
|
5846
|
+
|
|
5847
|
+
.action-label {
|
|
5848
|
+
display: inline-block;
|
|
5849
|
+
}
|
|
5850
|
+
}
|
|
5851
|
+
|
|
5852
|
+
.shortcuts-list {
|
|
5853
|
+
padding-bottom: 8px;
|
|
5854
|
+
|
|
5855
|
+
&:not(.first-block) {
|
|
5856
|
+
border-top: @shortcuts-list-not-first-block-border;
|
|
5857
|
+
padding-top: 8px;
|
|
5858
|
+
}
|
|
5859
|
+
}
|
|
5860
|
+
|
|
5861
|
+
.shortcuts-header {
|
|
5862
|
+
font-family: @font-family-sans-serif;
|
|
5863
|
+
color: @shortcuts-header-color;
|
|
5864
|
+
line-height: 24px;
|
|
5865
|
+
font-size: 13px;
|
|
5866
|
+
font-weight: 400;
|
|
5867
|
+
padding: 0 15px 4px 22px;
|
|
5868
|
+
text-align: left;
|
|
5869
|
+
}
|
|
5870
|
+
|
|
5871
|
+
.shortcuts-item {
|
|
5872
|
+
color: @shortcuts-item-color;
|
|
5873
|
+
cursor: pointer;
|
|
5874
|
+
font-weight: 400;
|
|
5875
|
+
white-space: nowrap;
|
|
5876
|
+
line-height: 32px;
|
|
5877
|
+
padding: 0 26px 0 32px;
|
|
5878
|
+
text-align: left;
|
|
5879
|
+
transition: @igz-basic-transition-color;
|
|
5880
|
+
|
|
5881
|
+
&:hover {
|
|
5882
|
+
background-color: @shortcuts-item-hover-bg-color;
|
|
5883
|
+
}
|
|
5884
|
+
|
|
5885
|
+
}
|
|
5886
|
+
|
|
5887
|
+
}
|
|
5888
|
+
|
|
5889
|
+
&.small-action-menu {
|
|
5890
|
+
.menu-button {
|
|
5891
|
+
color: @small-action-menu-btn-color;
|
|
5892
|
+
width: auto;
|
|
5893
|
+
font-size: 12px;
|
|
5894
|
+
display: inline-block;
|
|
5895
|
+
height: auto;
|
|
5896
|
+
margin: 0;
|
|
5897
|
+
vertical-align: sub;
|
|
5898
|
+
}
|
|
5899
|
+
|
|
5900
|
+
.menu-dropdown {
|
|
5901
|
+
margin: 0;
|
|
5902
|
+
}
|
|
5903
|
+
}
|
|
5904
|
+
|
|
5905
|
+
.upward-menu {
|
|
5906
|
+
transform: translate(-100%, -100%);
|
|
5907
|
+
}
|
|
5908
|
+
}
|
|
5909
|
+
|
|
5910
|
+
.auto-complete-wrapper {
|
|
5911
|
+
.auto-complete-color-set();
|
|
5912
|
+
|
|
5913
|
+
position: relative;
|
|
5914
|
+
|
|
5915
|
+
.input-row {
|
|
5916
|
+
display: flex;
|
|
5917
|
+
width: 100%;
|
|
5918
|
+
|
|
5919
|
+
.auto-complete-input {
|
|
5920
|
+
flex-grow: 3;
|
|
5921
|
+
}
|
|
5922
|
+
|
|
5923
|
+
.auto-complete-filters {
|
|
5924
|
+
width: 20%;
|
|
5925
|
+
}
|
|
5926
|
+
}
|
|
5927
|
+
|
|
5928
|
+
.suggestions-row {
|
|
5929
|
+
.auto-complete-suggestions-container {
|
|
5930
|
+
position: absolute;
|
|
5931
|
+
background-color: @auto-complete-suggestions-container-bg-color;
|
|
5932
|
+
border-radius: 2px;
|
|
5933
|
+
box-shadow: @auto-complete-suggestions-container-box-shadow;
|
|
5934
|
+
color: @auto-complete-suggestions-container-color;
|
|
5935
|
+
max-height: 220px;
|
|
5936
|
+
overflow: auto;
|
|
5937
|
+
z-index: 1000;
|
|
5938
|
+
width: 100%;
|
|
5939
|
+
margin-top: 2px;
|
|
5940
|
+
|
|
5941
|
+
.list {
|
|
5942
|
+
padding: 0;
|
|
5943
|
+
margin: 0;
|
|
5944
|
+
|
|
5945
|
+
.list-item {
|
|
5946
|
+
color: @auto-complete-list-item-color;
|
|
5947
|
+
font-family: @font-family-sans-serif;
|
|
5948
|
+
font-size: 14px;
|
|
5949
|
+
list-style-type: none;
|
|
5950
|
+
margin: 0;
|
|
5951
|
+
outline: none;
|
|
5952
|
+
width: 100%;
|
|
5953
|
+
min-height: 32px;
|
|
5954
|
+
|
|
5955
|
+
&:first-child {
|
|
5956
|
+
margin-top: 7px;
|
|
5957
|
+
}
|
|
5958
|
+
|
|
5959
|
+
&:last-child {
|
|
5960
|
+
margin-bottom: 4px;
|
|
5961
|
+
}
|
|
5962
|
+
|
|
5963
|
+
.list-item-block {
|
|
5964
|
+
display: flex;
|
|
5965
|
+
flex-flow: row nowrap;
|
|
5966
5966
|
align-items: center;
|
|
5967
5967
|
padding: 6px 16px;
|
|
5968
5968
|
width: 100%;
|
|
@@ -6006,6 +6006,82 @@ yx-axis
|
|
|
6006
6006
|
}
|
|
6007
6007
|
}
|
|
6008
6008
|
|
|
6009
|
+
.element-loading-status {
|
|
6010
|
+
.element-loading-status-color-set();
|
|
6011
|
+
|
|
6012
|
+
position: relative;
|
|
6013
|
+
width: 100%;
|
|
6014
|
+
height: 100%;
|
|
6015
|
+
|
|
6016
|
+
.loader-wrapper {
|
|
6017
|
+
height: 100%;
|
|
6018
|
+
width: 100%;
|
|
6019
|
+
position: relative;
|
|
6020
|
+
|
|
6021
|
+
.loader-text {
|
|
6022
|
+
color: @loading-text-color;
|
|
6023
|
+
}
|
|
6024
|
+
}
|
|
6025
|
+
|
|
6026
|
+
.loading-error {
|
|
6027
|
+
text-align: center;
|
|
6028
|
+
line-height: 15px;
|
|
6029
|
+
width: 100%;
|
|
6030
|
+
height: 100%;
|
|
6031
|
+
position: relative;
|
|
6032
|
+
|
|
6033
|
+
.sad-icon {
|
|
6034
|
+
position: absolute;
|
|
6035
|
+
left: 32px;
|
|
6036
|
+
}
|
|
6037
|
+
|
|
6038
|
+
.loading-error-title, .loading-error-message {
|
|
6039
|
+
font-size: 13px;
|
|
6040
|
+
font-weight: 700;
|
|
6041
|
+
padding: 0 15px;
|
|
6042
|
+
}
|
|
6043
|
+
|
|
6044
|
+
.loading-error-title {
|
|
6045
|
+
color: @loading-error-title-color;
|
|
6046
|
+
padding-top: 15px;
|
|
6047
|
+
}
|
|
6048
|
+
|
|
6049
|
+
.refresh-page {
|
|
6050
|
+
color: @loading-error-refresh-page-color;
|
|
6051
|
+
text-decoration: underline;
|
|
6052
|
+
cursor: pointer;
|
|
6053
|
+
}
|
|
6054
|
+
}
|
|
6055
|
+
|
|
6056
|
+
// Small size status
|
|
6057
|
+
|
|
6058
|
+
&.loading-status-small {
|
|
6059
|
+
.loader-fading-circle {
|
|
6060
|
+
width: 20px;
|
|
6061
|
+
height: 20px;
|
|
6062
|
+
}
|
|
6063
|
+
|
|
6064
|
+
.loading-error {
|
|
6065
|
+
|
|
6066
|
+
.loading-error-title, .loading-error-message {
|
|
6067
|
+
text-overflow: ellipsis;
|
|
6068
|
+
overflow: hidden;
|
|
6069
|
+
padding: 0;
|
|
6070
|
+
}
|
|
6071
|
+
|
|
6072
|
+
.loading-error-title {
|
|
6073
|
+
padding-top: 8px;
|
|
6074
|
+
}
|
|
6075
|
+
|
|
6076
|
+
.refresh-page {
|
|
6077
|
+
overflow: hidden;
|
|
6078
|
+
text-overflow: ellipsis;
|
|
6079
|
+
padding: 0;
|
|
6080
|
+
}
|
|
6081
|
+
}
|
|
6082
|
+
}
|
|
6083
|
+
}
|
|
6084
|
+
|
|
6009
6085
|
.default-dropdown {
|
|
6010
6086
|
.default-dropdown-color-set();
|
|
6011
6087
|
.severity-icons-color-set();
|
|
@@ -6446,93 +6522,17 @@ yx-axis
|
|
|
6446
6522
|
}
|
|
6447
6523
|
}
|
|
6448
6524
|
|
|
6449
|
-
.
|
|
6450
|
-
.
|
|
6525
|
+
.more-info-wrapper {
|
|
6526
|
+
.more-info-color-set();
|
|
6451
6527
|
|
|
6452
6528
|
position: relative;
|
|
6453
|
-
|
|
6454
|
-
|
|
6529
|
+
display: inline-flex;
|
|
6530
|
+
align-items: center;
|
|
6531
|
+
height: 36px;
|
|
6532
|
+
margin-left: 8px;
|
|
6455
6533
|
|
|
6456
|
-
.
|
|
6457
|
-
|
|
6458
|
-
width: 100%;
|
|
6459
|
-
position: relative;
|
|
6460
|
-
|
|
6461
|
-
.loader-text {
|
|
6462
|
-
color: @loading-text-color;
|
|
6463
|
-
}
|
|
6464
|
-
}
|
|
6465
|
-
|
|
6466
|
-
.loading-error {
|
|
6467
|
-
text-align: center;
|
|
6468
|
-
line-height: 15px;
|
|
6469
|
-
width: 100%;
|
|
6470
|
-
height: 100%;
|
|
6471
|
-
position: relative;
|
|
6472
|
-
|
|
6473
|
-
.sad-icon {
|
|
6474
|
-
position: absolute;
|
|
6475
|
-
left: 32px;
|
|
6476
|
-
}
|
|
6477
|
-
|
|
6478
|
-
.loading-error-title, .loading-error-message {
|
|
6479
|
-
font-size: 13px;
|
|
6480
|
-
font-weight: 700;
|
|
6481
|
-
padding: 0 15px;
|
|
6482
|
-
}
|
|
6483
|
-
|
|
6484
|
-
.loading-error-title {
|
|
6485
|
-
color: @loading-error-title-color;
|
|
6486
|
-
padding-top: 15px;
|
|
6487
|
-
}
|
|
6488
|
-
|
|
6489
|
-
.refresh-page {
|
|
6490
|
-
color: @loading-error-refresh-page-color;
|
|
6491
|
-
text-decoration: underline;
|
|
6492
|
-
cursor: pointer;
|
|
6493
|
-
}
|
|
6494
|
-
}
|
|
6495
|
-
|
|
6496
|
-
// Small size status
|
|
6497
|
-
|
|
6498
|
-
&.loading-status-small {
|
|
6499
|
-
.loader-fading-circle {
|
|
6500
|
-
width: 20px;
|
|
6501
|
-
height: 20px;
|
|
6502
|
-
}
|
|
6503
|
-
|
|
6504
|
-
.loading-error {
|
|
6505
|
-
|
|
6506
|
-
.loading-error-title, .loading-error-message {
|
|
6507
|
-
text-overflow: ellipsis;
|
|
6508
|
-
overflow: hidden;
|
|
6509
|
-
padding: 0;
|
|
6510
|
-
}
|
|
6511
|
-
|
|
6512
|
-
.loading-error-title {
|
|
6513
|
-
padding-top: 8px;
|
|
6514
|
-
}
|
|
6515
|
-
|
|
6516
|
-
.refresh-page {
|
|
6517
|
-
overflow: hidden;
|
|
6518
|
-
text-overflow: ellipsis;
|
|
6519
|
-
padding: 0;
|
|
6520
|
-
}
|
|
6521
|
-
}
|
|
6522
|
-
}
|
|
6523
|
-
}
|
|
6524
|
-
|
|
6525
|
-
.more-info-wrapper {
|
|
6526
|
-
.more-info-color-set();
|
|
6527
|
-
|
|
6528
|
-
position: relative;
|
|
6529
|
-
display: inline-flex;
|
|
6530
|
-
align-items: center;
|
|
6531
|
-
height: 36px;
|
|
6532
|
-
margin-left: 8px;
|
|
6533
|
-
|
|
6534
|
-
.question-mark {
|
|
6535
|
-
cursor: default;
|
|
6534
|
+
.question-mark {
|
|
6535
|
+
cursor: default;
|
|
6536
6536
|
|
|
6537
6537
|
&::before {
|
|
6538
6538
|
color: @icon-help-round-before-color;
|
|
@@ -7212,6 +7212,97 @@ yx-axis
|
|
|
7212
7212
|
}
|
|
7213
7213
|
}
|
|
7214
7214
|
}
|
|
7215
|
+
.igz-size {
|
|
7216
|
+
.size-color-set();
|
|
7217
|
+
|
|
7218
|
+
align-items: center;
|
|
7219
|
+
display: flex;
|
|
7220
|
+
justify-content: space-between;
|
|
7221
|
+
min-height: 40px;
|
|
7222
|
+
|
|
7223
|
+
&:after {
|
|
7224
|
+
content: ' ';
|
|
7225
|
+
display: inline-block;
|
|
7226
|
+
vertical-align: middle;
|
|
7227
|
+
}
|
|
7228
|
+
|
|
7229
|
+
.size-value {
|
|
7230
|
+
line-height: 1;
|
|
7231
|
+
flex: 0 0 100px;
|
|
7232
|
+
min-width: 100px;
|
|
7233
|
+
|
|
7234
|
+
> span {
|
|
7235
|
+
line-height: 25px;
|
|
7236
|
+
}
|
|
7237
|
+
|
|
7238
|
+
&.short {
|
|
7239
|
+
flex: 0 0 75px;
|
|
7240
|
+
min-width: 75px;
|
|
7241
|
+
}
|
|
7242
|
+
|
|
7243
|
+
&.shorten {
|
|
7244
|
+
flex: 0 0 60px;
|
|
7245
|
+
min-width: 60px;
|
|
7246
|
+
}
|
|
7247
|
+
|
|
7248
|
+
&.shortest {
|
|
7249
|
+
flex: 0 0 40px;
|
|
7250
|
+
min-width: 40px;
|
|
7251
|
+
}
|
|
7252
|
+
}
|
|
7253
|
+
|
|
7254
|
+
.size-reserved {
|
|
7255
|
+
color: @size-reserved-color;
|
|
7256
|
+
font-size: 12px;
|
|
7257
|
+
|
|
7258
|
+
.icon-font-arrow-right:before {
|
|
7259
|
+
color: @size-reserved-arrow-right-before-color;
|
|
7260
|
+
font-size: 10px;
|
|
7261
|
+
padding: 0 4px 0 4px;
|
|
7262
|
+
}
|
|
7263
|
+
|
|
7264
|
+
.icon-font-infinity:before {
|
|
7265
|
+
color: @size-reserved-infinity-before-color;
|
|
7266
|
+
font-size: 10px;
|
|
7267
|
+
}
|
|
7268
|
+
}
|
|
7269
|
+
|
|
7270
|
+
.size-chart {
|
|
7271
|
+
flex: 1 1 auto;
|
|
7272
|
+
min-width: 0;
|
|
7273
|
+
|
|
7274
|
+
div.highcharts-tooltip {
|
|
7275
|
+
position: fixed !important;
|
|
7276
|
+
|
|
7277
|
+
.igz-tooltip-wrapper {
|
|
7278
|
+
color: @size-chart-tooltip-wrapper-color;
|
|
7279
|
+
|
|
7280
|
+
&.used-capacity-tooltip-wrapper {
|
|
7281
|
+
.igz-row {
|
|
7282
|
+
.tooltip-label,
|
|
7283
|
+
.tooltip-value {
|
|
7284
|
+
text-overflow: unset;
|
|
7285
|
+
}
|
|
7286
|
+
}
|
|
7287
|
+
}
|
|
7288
|
+
|
|
7289
|
+
.tooltip-header {
|
|
7290
|
+
padding-bottom: 6px;
|
|
7291
|
+
margin-bottom: 5px;
|
|
7292
|
+
line-height: 1.1;
|
|
7293
|
+
text-align: center;
|
|
7294
|
+
}
|
|
7295
|
+
}
|
|
7296
|
+
}
|
|
7297
|
+
}
|
|
7298
|
+
|
|
7299
|
+
.igz-highcharts-wrapper {
|
|
7300
|
+
height: 40px;
|
|
7301
|
+
position: relative;
|
|
7302
|
+
width: 100%;
|
|
7303
|
+
}
|
|
7304
|
+
}
|
|
7305
|
+
|
|
7215
7306
|
.search-input {
|
|
7216
7307
|
.search-input-color-set();
|
|
7217
7308
|
|
|
@@ -7399,143 +7490,52 @@ yx-axis
|
|
|
7399
7490
|
}
|
|
7400
7491
|
}
|
|
7401
7492
|
}
|
|
7402
|
-
.igz-
|
|
7403
|
-
.
|
|
7404
|
-
|
|
7405
|
-
align-items: center;
|
|
7406
|
-
display: flex;
|
|
7407
|
-
justify-content: space-between;
|
|
7408
|
-
min-height: 40px;
|
|
7493
|
+
.igz-slider-input-block {
|
|
7494
|
+
.igz-slider-input-block-color-set();
|
|
7409
7495
|
|
|
7410
|
-
|
|
7411
|
-
content: ' ';
|
|
7412
|
-
display: inline-block;
|
|
7413
|
-
vertical-align: middle;
|
|
7414
|
-
}
|
|
7496
|
+
position: relative;
|
|
7415
7497
|
|
|
7416
|
-
.
|
|
7498
|
+
.igz-slider-input-title {
|
|
7499
|
+
float: left;
|
|
7500
|
+
display: table;
|
|
7501
|
+
min-height: 30px;
|
|
7417
7502
|
line-height: 1;
|
|
7418
|
-
|
|
7419
|
-
|
|
7420
|
-
|
|
7421
|
-
|
|
7422
|
-
|
|
7423
|
-
}
|
|
7424
|
-
|
|
7425
|
-
&.short {
|
|
7426
|
-
flex: 0 0 75px;
|
|
7427
|
-
min-width: 75px;
|
|
7428
|
-
}
|
|
7429
|
-
|
|
7430
|
-
&.shorten {
|
|
7431
|
-
flex: 0 0 60px;
|
|
7432
|
-
min-width: 60px;
|
|
7433
|
-
}
|
|
7503
|
+
color: @slider-input-title-color;
|
|
7504
|
+
font-size: 14px;
|
|
7505
|
+
font-weight: 400;
|
|
7506
|
+
text-align: left;
|
|
7507
|
+
cursor: default;
|
|
7434
7508
|
|
|
7435
|
-
|
|
7436
|
-
|
|
7437
|
-
|
|
7509
|
+
.igz-slider-input-title-text {
|
|
7510
|
+
display: table-cell;
|
|
7511
|
+
vertical-align: middle;
|
|
7438
7512
|
}
|
|
7439
7513
|
}
|
|
7440
7514
|
|
|
7441
|
-
|
|
7442
|
-
|
|
7443
|
-
|
|
7444
|
-
|
|
7445
|
-
|
|
7446
|
-
color: @size-reserved-arrow-right-before-color;
|
|
7447
|
-
font-size: 10px;
|
|
7448
|
-
padding: 0 4px 0 4px;
|
|
7449
|
-
}
|
|
7515
|
+
// Custom styles for third-party library slider
|
|
7516
|
+
.igz-slider-input-rz-slider {
|
|
7517
|
+
float: left;
|
|
7518
|
+
min-height: 16px;
|
|
7519
|
+
line-height: 16px;
|
|
7450
7520
|
|
|
7451
|
-
.
|
|
7452
|
-
|
|
7453
|
-
|
|
7454
|
-
}
|
|
7455
|
-
}
|
|
7521
|
+
.rzslider {
|
|
7522
|
+
margin: 0;
|
|
7523
|
+
height: 8px;
|
|
7456
7524
|
|
|
7457
|
-
|
|
7458
|
-
|
|
7459
|
-
|
|
7525
|
+
.rz-bar-wrapper {
|
|
7526
|
+
height: auto;
|
|
7527
|
+
margin: 0;
|
|
7528
|
+
padding: 0;
|
|
7460
7529
|
|
|
7461
|
-
|
|
7462
|
-
|
|
7530
|
+
.rz-bar {
|
|
7531
|
+
background-color: @rz-bar-bg-color;
|
|
7532
|
+
height: 3px;
|
|
7533
|
+
}
|
|
7534
|
+
}
|
|
7463
7535
|
|
|
7464
|
-
.
|
|
7465
|
-
|
|
7466
|
-
|
|
7467
|
-
&.used-capacity-tooltip-wrapper {
|
|
7468
|
-
.igz-row {
|
|
7469
|
-
.tooltip-label,
|
|
7470
|
-
.tooltip-value {
|
|
7471
|
-
text-overflow: unset;
|
|
7472
|
-
}
|
|
7473
|
-
}
|
|
7474
|
-
}
|
|
7475
|
-
|
|
7476
|
-
.tooltip-header {
|
|
7477
|
-
padding-bottom: 6px;
|
|
7478
|
-
margin-bottom: 5px;
|
|
7479
|
-
line-height: 1.1;
|
|
7480
|
-
text-align: center;
|
|
7481
|
-
}
|
|
7482
|
-
}
|
|
7483
|
-
}
|
|
7484
|
-
}
|
|
7485
|
-
|
|
7486
|
-
.igz-highcharts-wrapper {
|
|
7487
|
-
height: 40px;
|
|
7488
|
-
position: relative;
|
|
7489
|
-
width: 100%;
|
|
7490
|
-
}
|
|
7491
|
-
}
|
|
7492
|
-
|
|
7493
|
-
.igz-slider-input-block {
|
|
7494
|
-
.igz-slider-input-block-color-set();
|
|
7495
|
-
|
|
7496
|
-
position: relative;
|
|
7497
|
-
|
|
7498
|
-
.igz-slider-input-title {
|
|
7499
|
-
float: left;
|
|
7500
|
-
display: table;
|
|
7501
|
-
min-height: 30px;
|
|
7502
|
-
line-height: 1;
|
|
7503
|
-
color: @slider-input-title-color;
|
|
7504
|
-
font-size: 14px;
|
|
7505
|
-
font-weight: 400;
|
|
7506
|
-
text-align: left;
|
|
7507
|
-
cursor: default;
|
|
7508
|
-
|
|
7509
|
-
.igz-slider-input-title-text {
|
|
7510
|
-
display: table-cell;
|
|
7511
|
-
vertical-align: middle;
|
|
7512
|
-
}
|
|
7513
|
-
}
|
|
7514
|
-
|
|
7515
|
-
// Custom styles for third-party library slider
|
|
7516
|
-
.igz-slider-input-rz-slider {
|
|
7517
|
-
float: left;
|
|
7518
|
-
min-height: 16px;
|
|
7519
|
-
line-height: 16px;
|
|
7520
|
-
|
|
7521
|
-
.rzslider {
|
|
7522
|
-
margin: 0;
|
|
7523
|
-
height: 8px;
|
|
7524
|
-
|
|
7525
|
-
.rz-bar-wrapper {
|
|
7526
|
-
height: auto;
|
|
7527
|
-
margin: 0;
|
|
7528
|
-
padding: 0;
|
|
7529
|
-
|
|
7530
|
-
.rz-bar {
|
|
7531
|
-
background-color: @rz-bar-bg-color;
|
|
7532
|
-
height: 3px;
|
|
7533
|
-
}
|
|
7534
|
-
}
|
|
7535
|
-
|
|
7536
|
-
.rz-bubble {
|
|
7537
|
-
display: none;
|
|
7538
|
-
}
|
|
7536
|
+
.rz-bubble {
|
|
7537
|
+
display: none;
|
|
7538
|
+
}
|
|
7539
7539
|
|
|
7540
7540
|
.rz-pointer {
|
|
7541
7541
|
height: 14px;
|
|
@@ -7619,6 +7619,83 @@ yx-axis
|
|
|
7619
7619
|
}
|
|
7620
7620
|
}
|
|
7621
7621
|
|
|
7622
|
+
.ngdialog.text-edit {
|
|
7623
|
+
.text-edit-color-set();
|
|
7624
|
+
|
|
7625
|
+
.ngdialog-content {
|
|
7626
|
+
padding: 0;
|
|
7627
|
+
width: 1000px;
|
|
7628
|
+
height: 678px;
|
|
7629
|
+
|
|
7630
|
+
.text-preview-directive-wrapper {
|
|
7631
|
+
.title {
|
|
7632
|
+
margin: 25px 0 0 24px;
|
|
7633
|
+
padding: 0 70px 0 0;
|
|
7634
|
+
}
|
|
7635
|
+
|
|
7636
|
+
.close-button {
|
|
7637
|
+
position: absolute;
|
|
7638
|
+
top: 24px;
|
|
7639
|
+
right: 24px;
|
|
7640
|
+
font-size: 18px;
|
|
7641
|
+
color: @close-btn-color;
|
|
7642
|
+
}
|
|
7643
|
+
|
|
7644
|
+
.buttons {
|
|
7645
|
+
margin-right: 24px;
|
|
7646
|
+
}
|
|
7647
|
+
|
|
7648
|
+
.text-preview-wrapper {
|
|
7649
|
+
background-color: @text-preview-wrapper-bg-color;
|
|
7650
|
+
border-top: @text-preview-wrapper-border-top;
|
|
7651
|
+
border-bottom: @text-preview-wrapper-border-bottom;
|
|
7652
|
+
border-radius: 2px;
|
|
7653
|
+
margin-bottom: 16px;
|
|
7654
|
+
padding: 15px 22px 17px;
|
|
7655
|
+
min-width: 690px;
|
|
7656
|
+
height: 550px;
|
|
7657
|
+
|
|
7658
|
+
.text-preview-container {
|
|
7659
|
+
width: 100%;
|
|
7660
|
+
line-height: 1.9;
|
|
7661
|
+
text-align: left;
|
|
7662
|
+
padding-right: 22px;
|
|
7663
|
+
font-size: 13px;
|
|
7664
|
+
color: @text-preview-container-color;
|
|
7665
|
+
resize: none;
|
|
7666
|
+
overflow: hidden;
|
|
7667
|
+
border-color: @text-preview-container-border-color;
|
|
7668
|
+
background-color: @text-preview-container-bg-color;
|
|
7669
|
+
cursor: text;
|
|
7670
|
+
}
|
|
7671
|
+
|
|
7672
|
+
.text-preview-container:focus {
|
|
7673
|
+
outline: 0;
|
|
7674
|
+
}
|
|
7675
|
+
|
|
7676
|
+
.word-wrap-checkbox-wrapper {
|
|
7677
|
+
width: 100%;
|
|
7678
|
+
display: flex;
|
|
7679
|
+
justify-content: flex-end;
|
|
7680
|
+
|
|
7681
|
+
.col-checkbox {
|
|
7682
|
+
line-height: normal;
|
|
7683
|
+
height: 25px;
|
|
7684
|
+
|
|
7685
|
+
label:before {
|
|
7686
|
+
font-size: 16px;
|
|
7687
|
+
}
|
|
7688
|
+
}
|
|
7689
|
+
}
|
|
7690
|
+
}
|
|
7691
|
+
}
|
|
7692
|
+
}
|
|
7693
|
+
|
|
7694
|
+
.ncl-monaco {
|
|
7695
|
+
height: 500px;
|
|
7696
|
+
}
|
|
7697
|
+
}
|
|
7698
|
+
|
|
7622
7699
|
.splash-screen {
|
|
7623
7700
|
.splash-screen-color-set();
|
|
7624
7701
|
|
|
@@ -7726,83 +7803,6 @@ yx-axis
|
|
|
7726
7803
|
}
|
|
7727
7804
|
}
|
|
7728
7805
|
}
|
|
7729
|
-
.ngdialog.text-edit {
|
|
7730
|
-
.text-edit-color-set();
|
|
7731
|
-
|
|
7732
|
-
.ngdialog-content {
|
|
7733
|
-
padding: 0;
|
|
7734
|
-
width: 1000px;
|
|
7735
|
-
height: 678px;
|
|
7736
|
-
|
|
7737
|
-
.text-preview-directive-wrapper {
|
|
7738
|
-
.title {
|
|
7739
|
-
margin: 25px 0 0 24px;
|
|
7740
|
-
padding: 0 70px 0 0;
|
|
7741
|
-
}
|
|
7742
|
-
|
|
7743
|
-
.close-button {
|
|
7744
|
-
position: absolute;
|
|
7745
|
-
top: 24px;
|
|
7746
|
-
right: 24px;
|
|
7747
|
-
font-size: 18px;
|
|
7748
|
-
color: @close-btn-color;
|
|
7749
|
-
}
|
|
7750
|
-
|
|
7751
|
-
.buttons {
|
|
7752
|
-
margin-right: 24px;
|
|
7753
|
-
}
|
|
7754
|
-
|
|
7755
|
-
.text-preview-wrapper {
|
|
7756
|
-
background-color: @text-preview-wrapper-bg-color;
|
|
7757
|
-
border-top: @text-preview-wrapper-border-top;
|
|
7758
|
-
border-bottom: @text-preview-wrapper-border-bottom;
|
|
7759
|
-
border-radius: 2px;
|
|
7760
|
-
margin-bottom: 16px;
|
|
7761
|
-
padding: 15px 22px 17px;
|
|
7762
|
-
min-width: 690px;
|
|
7763
|
-
height: 550px;
|
|
7764
|
-
|
|
7765
|
-
.text-preview-container {
|
|
7766
|
-
width: 100%;
|
|
7767
|
-
line-height: 1.9;
|
|
7768
|
-
text-align: left;
|
|
7769
|
-
padding-right: 22px;
|
|
7770
|
-
font-size: 13px;
|
|
7771
|
-
color: @text-preview-container-color;
|
|
7772
|
-
resize: none;
|
|
7773
|
-
overflow: hidden;
|
|
7774
|
-
border-color: @text-preview-container-border-color;
|
|
7775
|
-
background-color: @text-preview-container-bg-color;
|
|
7776
|
-
cursor: text;
|
|
7777
|
-
}
|
|
7778
|
-
|
|
7779
|
-
.text-preview-container:focus {
|
|
7780
|
-
outline: 0;
|
|
7781
|
-
}
|
|
7782
|
-
|
|
7783
|
-
.word-wrap-checkbox-wrapper {
|
|
7784
|
-
width: 100%;
|
|
7785
|
-
display: flex;
|
|
7786
|
-
justify-content: flex-end;
|
|
7787
|
-
|
|
7788
|
-
.col-checkbox {
|
|
7789
|
-
line-height: normal;
|
|
7790
|
-
height: 25px;
|
|
7791
|
-
|
|
7792
|
-
label:before {
|
|
7793
|
-
font-size: 16px;
|
|
7794
|
-
}
|
|
7795
|
-
}
|
|
7796
|
-
}
|
|
7797
|
-
}
|
|
7798
|
-
}
|
|
7799
|
-
}
|
|
7800
|
-
|
|
7801
|
-
.ncl-monaco {
|
|
7802
|
-
height: 500px;
|
|
7803
|
-
}
|
|
7804
|
-
}
|
|
7805
|
-
|
|
7806
7806
|
.toast-status-panel {
|
|
7807
7807
|
.toast-status-panel-color-set();
|
|
7808
7808
|
|
|
@@ -8829,6 +8829,21 @@ body {
|
|
|
8829
8829
|
}
|
|
8830
8830
|
}
|
|
8831
8831
|
|
|
8832
|
+
.override-function-dialog {
|
|
8833
|
+
.sub-title {
|
|
8834
|
+
font-size: 16px;
|
|
8835
|
+
color: @silver-chalice-two;
|
|
8836
|
+
}
|
|
8837
|
+
|
|
8838
|
+
.buttons {
|
|
8839
|
+
display: flex;
|
|
8840
|
+
|
|
8841
|
+
.function-redirect-button {
|
|
8842
|
+
margin-right: auto;
|
|
8843
|
+
}
|
|
8844
|
+
}
|
|
8845
|
+
}
|
|
8846
|
+
|
|
8832
8847
|
.ncl-function-collapsing-row {
|
|
8833
8848
|
background-color: @white;
|
|
8834
8849
|
margin-bottom: 8px;
|
|
@@ -8963,21 +8978,6 @@ body {
|
|
|
8963
8978
|
}
|
|
8964
8979
|
}
|
|
8965
8980
|
|
|
8966
|
-
.override-function-dialog {
|
|
8967
|
-
.sub-title {
|
|
8968
|
-
font-size: 16px;
|
|
8969
|
-
color: @silver-chalice-two;
|
|
8970
|
-
}
|
|
8971
|
-
|
|
8972
|
-
.buttons {
|
|
8973
|
-
display: flex;
|
|
8974
|
-
|
|
8975
|
-
.function-redirect-button {
|
|
8976
|
-
margin-right: auto;
|
|
8977
|
-
}
|
|
8978
|
-
}
|
|
8979
|
-
}
|
|
8980
|
-
|
|
8981
8981
|
.ncl-edit-version {
|
|
8982
8982
|
background: #f2f2f6;
|
|
8983
8983
|
position: relative;
|
|
@@ -9308,6 +9308,128 @@ body {
|
|
|
9308
9308
|
}
|
|
9309
9309
|
}
|
|
9310
9310
|
|
|
9311
|
+
.igz-info-page-content-wrapper {
|
|
9312
|
+
.info-page-content-color-set();
|
|
9313
|
+
|
|
9314
|
+
position: absolute;
|
|
9315
|
+
top: 56px;
|
|
9316
|
+
right: 0;
|
|
9317
|
+
bottom: 0;
|
|
9318
|
+
left: 0;
|
|
9319
|
+
padding-top: 0;
|
|
9320
|
+
transition: @igz-basic-transition;
|
|
9321
|
+
background-color: @page-content-bg-color;
|
|
9322
|
+
|
|
9323
|
+
&.upper-pane-opened {
|
|
9324
|
+
top: 216px;
|
|
9325
|
+
}
|
|
9326
|
+
|
|
9327
|
+
&.filters-opened {
|
|
9328
|
+
right: 377px;
|
|
9329
|
+
}
|
|
9330
|
+
|
|
9331
|
+
&.info-pane-opened {
|
|
9332
|
+
right: 379px;
|
|
9333
|
+
}
|
|
9334
|
+
|
|
9335
|
+
.igz-info-page-content {
|
|
9336
|
+
min-width: 946px;
|
|
9337
|
+
max-width: 100%;
|
|
9338
|
+
padding: 40px 25px;
|
|
9339
|
+
}
|
|
9340
|
+
}
|
|
9341
|
+
|
|
9342
|
+
igz-info-page-actions-bar {
|
|
9343
|
+
.igz-info-page-actions-bar .actions-content-block {
|
|
9344
|
+
margin-left: 14px;
|
|
9345
|
+
}
|
|
9346
|
+
}
|
|
9347
|
+
|
|
9348
|
+
igz-info-page-content {
|
|
9349
|
+
.info-page-content-color-set();
|
|
9350
|
+
|
|
9351
|
+
.container-data-access-policy-table, .data-lifecycle-table {
|
|
9352
|
+
&.common-table {
|
|
9353
|
+
.common-table-header {
|
|
9354
|
+
position: relative;
|
|
9355
|
+
height: 49px;
|
|
9356
|
+
line-height: 48px;
|
|
9357
|
+
|
|
9358
|
+
.common-table-cell {
|
|
9359
|
+
margin-top: -1px;
|
|
9360
|
+
height: 49px;
|
|
9361
|
+
|
|
9362
|
+
&.selected {
|
|
9363
|
+
background-color: @common-table-cell-selected-bg-color;
|
|
9364
|
+
border: @common-table-cell-selected-border;
|
|
9365
|
+
}
|
|
9366
|
+
|
|
9367
|
+
&:last-child {
|
|
9368
|
+
margin-right: 0;
|
|
9369
|
+
}
|
|
9370
|
+
|
|
9371
|
+
&.actions-menu {
|
|
9372
|
+
width: 0;
|
|
9373
|
+
}
|
|
9374
|
+
|
|
9375
|
+
&.check-all-rows {
|
|
9376
|
+
padding-left: 30px;
|
|
9377
|
+
|
|
9378
|
+
.action-checkbox-all {
|
|
9379
|
+
padding-top: 2px;
|
|
9380
|
+
}
|
|
9381
|
+
}
|
|
9382
|
+
}
|
|
9383
|
+
|
|
9384
|
+
.common-table-cells-container {
|
|
9385
|
+
margin-right: 45px;
|
|
9386
|
+
|
|
9387
|
+
.common-table-cell {
|
|
9388
|
+
height: 49px;
|
|
9389
|
+
padding: 0 15px;
|
|
9390
|
+
border-right: @common-table-cell-border-right;
|
|
9391
|
+
|
|
9392
|
+
&:first-child {
|
|
9393
|
+
padding-left: 7px;
|
|
9394
|
+
}
|
|
9395
|
+
}
|
|
9396
|
+
}
|
|
9397
|
+
}
|
|
9398
|
+
|
|
9399
|
+
.common-table-body {
|
|
9400
|
+
margin-top: 7px;
|
|
9401
|
+
|
|
9402
|
+
.common-table-cell {
|
|
9403
|
+
&.actions-menu {
|
|
9404
|
+
width: 45px;
|
|
9405
|
+
}
|
|
9406
|
+
}
|
|
9407
|
+
}
|
|
9408
|
+
|
|
9409
|
+
.data-access-policy-layers, .data-lifecycle-layers {
|
|
9410
|
+
&:last-child {
|
|
9411
|
+
margin-bottom: 20px;
|
|
9412
|
+
}
|
|
9413
|
+
}
|
|
9414
|
+
}
|
|
9415
|
+
|
|
9416
|
+
.sortable-empty {
|
|
9417
|
+
background-color: @sortable-empty-bg-color;
|
|
9418
|
+
color: @sortable-empty-color;
|
|
9419
|
+
font-size: 14px;
|
|
9420
|
+
font-weight: 400;
|
|
9421
|
+
font-family: 'Open Sans', sans-serif;
|
|
9422
|
+
border-bottom: @sortable-empty-border;
|
|
9423
|
+
border-left: @sortable-empty-border;
|
|
9424
|
+
border-right: @sortable-empty-border;
|
|
9425
|
+
padding-left: 70px;
|
|
9426
|
+
height: 40px;
|
|
9427
|
+
line-height: 38px;
|
|
9428
|
+
}
|
|
9429
|
+
}
|
|
9430
|
+
}
|
|
9431
|
+
|
|
9432
|
+
|
|
9311
9433
|
.info-page-filters-bookmark {
|
|
9312
9434
|
.info-page-filters-color-set();
|
|
9313
9435
|
|
|
@@ -9648,128 +9770,6 @@ body {
|
|
|
9648
9770
|
}
|
|
9649
9771
|
}
|
|
9650
9772
|
|
|
9651
|
-
.igz-info-page-content-wrapper {
|
|
9652
|
-
.info-page-content-color-set();
|
|
9653
|
-
|
|
9654
|
-
position: absolute;
|
|
9655
|
-
top: 56px;
|
|
9656
|
-
right: 0;
|
|
9657
|
-
bottom: 0;
|
|
9658
|
-
left: 0;
|
|
9659
|
-
padding-top: 0;
|
|
9660
|
-
transition: @igz-basic-transition;
|
|
9661
|
-
background-color: @page-content-bg-color;
|
|
9662
|
-
|
|
9663
|
-
&.upper-pane-opened {
|
|
9664
|
-
top: 216px;
|
|
9665
|
-
}
|
|
9666
|
-
|
|
9667
|
-
&.filters-opened {
|
|
9668
|
-
right: 377px;
|
|
9669
|
-
}
|
|
9670
|
-
|
|
9671
|
-
&.info-pane-opened {
|
|
9672
|
-
right: 379px;
|
|
9673
|
-
}
|
|
9674
|
-
|
|
9675
|
-
.igz-info-page-content {
|
|
9676
|
-
min-width: 946px;
|
|
9677
|
-
max-width: 100%;
|
|
9678
|
-
padding: 40px 25px;
|
|
9679
|
-
}
|
|
9680
|
-
}
|
|
9681
|
-
|
|
9682
|
-
igz-info-page-actions-bar {
|
|
9683
|
-
.igz-info-page-actions-bar .actions-content-block {
|
|
9684
|
-
margin-left: 14px;
|
|
9685
|
-
}
|
|
9686
|
-
}
|
|
9687
|
-
|
|
9688
|
-
igz-info-page-content {
|
|
9689
|
-
.info-page-content-color-set();
|
|
9690
|
-
|
|
9691
|
-
.container-data-access-policy-table, .data-lifecycle-table {
|
|
9692
|
-
&.common-table {
|
|
9693
|
-
.common-table-header {
|
|
9694
|
-
position: relative;
|
|
9695
|
-
height: 49px;
|
|
9696
|
-
line-height: 48px;
|
|
9697
|
-
|
|
9698
|
-
.common-table-cell {
|
|
9699
|
-
margin-top: -1px;
|
|
9700
|
-
height: 49px;
|
|
9701
|
-
|
|
9702
|
-
&.selected {
|
|
9703
|
-
background-color: @common-table-cell-selected-bg-color;
|
|
9704
|
-
border: @common-table-cell-selected-border;
|
|
9705
|
-
}
|
|
9706
|
-
|
|
9707
|
-
&:last-child {
|
|
9708
|
-
margin-right: 0;
|
|
9709
|
-
}
|
|
9710
|
-
|
|
9711
|
-
&.actions-menu {
|
|
9712
|
-
width: 0;
|
|
9713
|
-
}
|
|
9714
|
-
|
|
9715
|
-
&.check-all-rows {
|
|
9716
|
-
padding-left: 30px;
|
|
9717
|
-
|
|
9718
|
-
.action-checkbox-all {
|
|
9719
|
-
padding-top: 2px;
|
|
9720
|
-
}
|
|
9721
|
-
}
|
|
9722
|
-
}
|
|
9723
|
-
|
|
9724
|
-
.common-table-cells-container {
|
|
9725
|
-
margin-right: 45px;
|
|
9726
|
-
|
|
9727
|
-
.common-table-cell {
|
|
9728
|
-
height: 49px;
|
|
9729
|
-
padding: 0 15px;
|
|
9730
|
-
border-right: @common-table-cell-border-right;
|
|
9731
|
-
|
|
9732
|
-
&:first-child {
|
|
9733
|
-
padding-left: 7px;
|
|
9734
|
-
}
|
|
9735
|
-
}
|
|
9736
|
-
}
|
|
9737
|
-
}
|
|
9738
|
-
|
|
9739
|
-
.common-table-body {
|
|
9740
|
-
margin-top: 7px;
|
|
9741
|
-
|
|
9742
|
-
.common-table-cell {
|
|
9743
|
-
&.actions-menu {
|
|
9744
|
-
width: 45px;
|
|
9745
|
-
}
|
|
9746
|
-
}
|
|
9747
|
-
}
|
|
9748
|
-
|
|
9749
|
-
.data-access-policy-layers, .data-lifecycle-layers {
|
|
9750
|
-
&:last-child {
|
|
9751
|
-
margin-bottom: 20px;
|
|
9752
|
-
}
|
|
9753
|
-
}
|
|
9754
|
-
}
|
|
9755
|
-
|
|
9756
|
-
.sortable-empty {
|
|
9757
|
-
background-color: @sortable-empty-bg-color;
|
|
9758
|
-
color: @sortable-empty-color;
|
|
9759
|
-
font-size: 14px;
|
|
9760
|
-
font-weight: 400;
|
|
9761
|
-
font-family: 'Open Sans', sans-serif;
|
|
9762
|
-
border-bottom: @sortable-empty-border;
|
|
9763
|
-
border-left: @sortable-empty-border;
|
|
9764
|
-
border-right: @sortable-empty-border;
|
|
9765
|
-
padding-left: 70px;
|
|
9766
|
-
height: 40px;
|
|
9767
|
-
line-height: 38px;
|
|
9768
|
-
}
|
|
9769
|
-
}
|
|
9770
|
-
}
|
|
9771
|
-
|
|
9772
|
-
|
|
9773
9773
|
ncl-breadcrumbs {
|
|
9774
9774
|
.main-header-title {
|
|
9775
9775
|
&:not(.disable-behavior) {
|
|
@@ -10200,12 +10200,30 @@ ncl-breadcrumbs {
|
|
|
10200
10200
|
}
|
|
10201
10201
|
}
|
|
10202
10202
|
|
|
10203
|
-
.
|
|
10204
|
-
.
|
|
10205
|
-
|
|
10206
|
-
|
|
10207
|
-
|
|
10208
|
-
|
|
10203
|
+
.view-yaml-dialog-wrapper {
|
|
10204
|
+
.ngdialog-content {
|
|
10205
|
+
.view-yaml-dialog-header {
|
|
10206
|
+
.title {
|
|
10207
|
+
margin-bottom: 10px;
|
|
10208
|
+
}
|
|
10209
|
+
|
|
10210
|
+
.copy-to-clipboard {
|
|
10211
|
+
width: 20px;
|
|
10212
|
+
}
|
|
10213
|
+
}
|
|
10214
|
+
|
|
10215
|
+
.monaco-editor {
|
|
10216
|
+
min-width: 700px;
|
|
10217
|
+
min-height: 450px;
|
|
10218
|
+
}
|
|
10219
|
+
}
|
|
10220
|
+
}
|
|
10221
|
+
.ncl-key-value-input {
|
|
10222
|
+
.input-wrapper {
|
|
10223
|
+
width: 100%;
|
|
10224
|
+
display: flex;
|
|
10225
|
+
background-color: @white;
|
|
10226
|
+
position: relative;
|
|
10209
10227
|
|
|
10210
10228
|
.check-row {
|
|
10211
10229
|
width: 28px;
|
|
@@ -10403,24 +10421,6 @@ ncl-breadcrumbs {
|
|
|
10403
10421
|
}
|
|
10404
10422
|
}
|
|
10405
10423
|
|
|
10406
|
-
.view-yaml-dialog-wrapper {
|
|
10407
|
-
.ngdialog-content {
|
|
10408
|
-
.view-yaml-dialog-header {
|
|
10409
|
-
.title {
|
|
10410
|
-
margin-bottom: 10px;
|
|
10411
|
-
}
|
|
10412
|
-
|
|
10413
|
-
.copy-to-clipboard {
|
|
10414
|
-
width: 20px;
|
|
10415
|
-
}
|
|
10416
|
-
}
|
|
10417
|
-
|
|
10418
|
-
.monaco-editor {
|
|
10419
|
-
min-width: 700px;
|
|
10420
|
-
min-height: 450px;
|
|
10421
|
-
}
|
|
10422
|
-
}
|
|
10423
|
-
}
|
|
10424
10424
|
.ncl-monaco {
|
|
10425
10425
|
.ncl-monaco-wrapper {
|
|
10426
10426
|
padding-top: 20px;
|
|
@@ -10447,76 +10447,6 @@ ncl-breadcrumbs {
|
|
|
10447
10447
|
}
|
|
10448
10448
|
|
|
10449
10449
|
|
|
10450
|
-
.ncl-search-input {
|
|
10451
|
-
position: relative;
|
|
10452
|
-
color: @silver;
|
|
10453
|
-
|
|
10454
|
-
.container-search-input {
|
|
10455
|
-
background-color: transparent;
|
|
10456
|
-
border-bottom: 1px solid @silver;
|
|
10457
|
-
font-size: 13px;
|
|
10458
|
-
font-weight: 400;
|
|
10459
|
-
height: 36px;
|
|
10460
|
-
line-height: 36px;
|
|
10461
|
-
margin: 0;
|
|
10462
|
-
outline: 0;
|
|
10463
|
-
padding: 0 0 3px 31px;
|
|
10464
|
-
width: 100%;
|
|
10465
|
-
|
|
10466
|
-
&::-webkit-input-placeholder {
|
|
10467
|
-
color: @silver;
|
|
10468
|
-
}
|
|
10469
|
-
|
|
10470
|
-
&:-moz-placeholder { /* Firefox 18- */
|
|
10471
|
-
color: @silver;
|
|
10472
|
-
}
|
|
10473
|
-
|
|
10474
|
-
&::-moz-placeholder { /* Firefox 19+ */
|
|
10475
|
-
color: @silver;
|
|
10476
|
-
}
|
|
10477
|
-
|
|
10478
|
-
&:-ms-input-placeholder {
|
|
10479
|
-
color: @silver;
|
|
10480
|
-
}
|
|
10481
|
-
|
|
10482
|
-
&:focus {
|
|
10483
|
-
border-bottom: 1px solid @light-blue;
|
|
10484
|
-
|
|
10485
|
-
&, & + .igz-icon-search:before {
|
|
10486
|
-
color: @dusk-three;
|
|
10487
|
-
}
|
|
10488
|
-
|
|
10489
|
-
&::-webkit-input-placeholder {
|
|
10490
|
-
color: transparent;
|
|
10491
|
-
}
|
|
10492
|
-
|
|
10493
|
-
&:-moz-placeholder { /* Firefox 18- */
|
|
10494
|
-
color: transparent;
|
|
10495
|
-
}
|
|
10496
|
-
|
|
10497
|
-
&::-moz-placeholder { /* Firefox 19+ */
|
|
10498
|
-
color: transparent;
|
|
10499
|
-
}
|
|
10500
|
-
|
|
10501
|
-
&:-ms-input-placeholder {
|
|
10502
|
-
color: transparent;
|
|
10503
|
-
}
|
|
10504
|
-
}
|
|
10505
|
-
}
|
|
10506
|
-
|
|
10507
|
-
.igz-icon-search {
|
|
10508
|
-
font-size: 18px;
|
|
10509
|
-
position: absolute;
|
|
10510
|
-
left: 8px;
|
|
10511
|
-
top: 5px;
|
|
10512
|
-
z-index: 1;
|
|
10513
|
-
color: @silver;
|
|
10514
|
-
}
|
|
10515
|
-
|
|
10516
|
-
input::-ms-clear {
|
|
10517
|
-
display: none;
|
|
10518
|
-
}
|
|
10519
|
-
}
|
|
10520
10450
|
ncl-navigation-tabs {
|
|
10521
10451
|
.ncl-navigation-tabs-color-set();
|
|
10522
10452
|
|
|
@@ -10678,6 +10608,76 @@ ncl-navigation-tabs {
|
|
|
10678
10608
|
}
|
|
10679
10609
|
}
|
|
10680
10610
|
|
|
10611
|
+
.ncl-search-input {
|
|
10612
|
+
position: relative;
|
|
10613
|
+
color: @silver;
|
|
10614
|
+
|
|
10615
|
+
.container-search-input {
|
|
10616
|
+
background-color: transparent;
|
|
10617
|
+
border-bottom: 1px solid @silver;
|
|
10618
|
+
font-size: 13px;
|
|
10619
|
+
font-weight: 400;
|
|
10620
|
+
height: 36px;
|
|
10621
|
+
line-height: 36px;
|
|
10622
|
+
margin: 0;
|
|
10623
|
+
outline: 0;
|
|
10624
|
+
padding: 0 0 3px 31px;
|
|
10625
|
+
width: 100%;
|
|
10626
|
+
|
|
10627
|
+
&::-webkit-input-placeholder {
|
|
10628
|
+
color: @silver;
|
|
10629
|
+
}
|
|
10630
|
+
|
|
10631
|
+
&:-moz-placeholder { /* Firefox 18- */
|
|
10632
|
+
color: @silver;
|
|
10633
|
+
}
|
|
10634
|
+
|
|
10635
|
+
&::-moz-placeholder { /* Firefox 19+ */
|
|
10636
|
+
color: @silver;
|
|
10637
|
+
}
|
|
10638
|
+
|
|
10639
|
+
&:-ms-input-placeholder {
|
|
10640
|
+
color: @silver;
|
|
10641
|
+
}
|
|
10642
|
+
|
|
10643
|
+
&:focus {
|
|
10644
|
+
border-bottom: 1px solid @light-blue;
|
|
10645
|
+
|
|
10646
|
+
&, & + .igz-icon-search:before {
|
|
10647
|
+
color: @dusk-three;
|
|
10648
|
+
}
|
|
10649
|
+
|
|
10650
|
+
&::-webkit-input-placeholder {
|
|
10651
|
+
color: transparent;
|
|
10652
|
+
}
|
|
10653
|
+
|
|
10654
|
+
&:-moz-placeholder { /* Firefox 18- */
|
|
10655
|
+
color: transparent;
|
|
10656
|
+
}
|
|
10657
|
+
|
|
10658
|
+
&::-moz-placeholder { /* Firefox 19+ */
|
|
10659
|
+
color: transparent;
|
|
10660
|
+
}
|
|
10661
|
+
|
|
10662
|
+
&:-ms-input-placeholder {
|
|
10663
|
+
color: transparent;
|
|
10664
|
+
}
|
|
10665
|
+
}
|
|
10666
|
+
}
|
|
10667
|
+
|
|
10668
|
+
.igz-icon-search {
|
|
10669
|
+
font-size: 18px;
|
|
10670
|
+
position: absolute;
|
|
10671
|
+
left: 8px;
|
|
10672
|
+
top: 5px;
|
|
10673
|
+
z-index: 1;
|
|
10674
|
+
color: @silver;
|
|
10675
|
+
}
|
|
10676
|
+
|
|
10677
|
+
input::-ms-clear {
|
|
10678
|
+
display: none;
|
|
10679
|
+
}
|
|
10680
|
+
}
|
|
10681
10681
|
.new-function-wrapper {
|
|
10682
10682
|
.ncl-new-function-color-set();
|
|
10683
10683
|
|
|
@@ -11675,7 +11675,7 @@ ncl-navigation-tabs {
|
|
|
11675
11675
|
}
|
|
11676
11676
|
|
|
11677
11677
|
.templates-pagination {
|
|
11678
|
-
min-width:
|
|
11678
|
+
min-width: 255px;
|
|
11679
11679
|
display: flex;
|
|
11680
11680
|
align-items: flex-end;
|
|
11681
11681
|
justify-content: flex-end;
|
|
@@ -12610,6 +12610,71 @@ ncl-navigation-tabs {
|
|
|
12610
12610
|
}
|
|
12611
12611
|
}
|
|
12612
12612
|
|
|
12613
|
+
.ncl-test-events-navigation-tabs {
|
|
12614
|
+
display: flex;
|
|
12615
|
+
background: #f8f8fb;
|
|
12616
|
+
height: 40px;
|
|
12617
|
+
border-top: 1px solid @pale-grey;
|
|
12618
|
+
border-bottom: 1px solid @pale-grey;
|
|
12619
|
+
|
|
12620
|
+
.test-events-navigation-tab {
|
|
12621
|
+
.duskThree(0.64);
|
|
12622
|
+
position: relative;
|
|
12623
|
+
float: left;
|
|
12624
|
+
height: 27px;
|
|
12625
|
+
padding: 10px 40px 0;
|
|
12626
|
+
font-family: @font-family-sans-serif;
|
|
12627
|
+
color: @color;
|
|
12628
|
+
font-size: 13px;
|
|
12629
|
+
text-align: center;
|
|
12630
|
+
cursor: pointer;
|
|
12631
|
+
border-bottom: none;
|
|
12632
|
+
box-sizing: content-box;
|
|
12633
|
+
|
|
12634
|
+
&.active, &.active:hover {
|
|
12635
|
+
background: none;
|
|
12636
|
+
color: @dusk-three;
|
|
12637
|
+
border-bottom: 2px solid @dusk-three;
|
|
12638
|
+
font-weight: bold;
|
|
12639
|
+
|
|
12640
|
+
.badge {
|
|
12641
|
+
color: @white;
|
|
12642
|
+
background-color: @light-grey-blue;
|
|
12643
|
+
}
|
|
12644
|
+
}
|
|
12645
|
+
|
|
12646
|
+
.badge {
|
|
12647
|
+
display: inline-block;
|
|
12648
|
+
min-width: 22px;
|
|
12649
|
+
padding: 3px 7px;
|
|
12650
|
+
font-size: 12px;
|
|
12651
|
+
font-weight: 500;
|
|
12652
|
+
color: @greyish-purple;
|
|
12653
|
+
line-height: 1;
|
|
12654
|
+
vertical-align: middle;
|
|
12655
|
+
white-space: nowrap;
|
|
12656
|
+
text-align: center;
|
|
12657
|
+
background-color: @pale-grey;
|
|
12658
|
+
border-radius: 7.5px;
|
|
12659
|
+
margin-left: 7px;
|
|
12660
|
+
margin-top: -4px;
|
|
12661
|
+
}
|
|
12662
|
+
}
|
|
12663
|
+
|
|
12664
|
+
.default-dropdown {
|
|
12665
|
+
float: left;
|
|
12666
|
+
width: 105px;
|
|
12667
|
+
|
|
12668
|
+
.default-dropdown-field:not(:hover) {
|
|
12669
|
+
border-color: transparent;
|
|
12670
|
+
}
|
|
12671
|
+
|
|
12672
|
+
.default-dropdown-container {
|
|
12673
|
+
z-index: 3;
|
|
12674
|
+
}
|
|
12675
|
+
}
|
|
12676
|
+
}
|
|
12677
|
+
|
|
12613
12678
|
.ncl-test-events-logs {
|
|
12614
12679
|
padding: 6px 17px 25px;
|
|
12615
12680
|
background-color: @white;
|
|
@@ -12839,167 +12904,6 @@ ncl-navigation-tabs {
|
|
|
12839
12904
|
text-align: center;
|
|
12840
12905
|
}
|
|
12841
12906
|
}
|
|
12842
|
-
.ncl-test-events-navigation-tabs {
|
|
12843
|
-
display: flex;
|
|
12844
|
-
background: #f8f8fb;
|
|
12845
|
-
height: 40px;
|
|
12846
|
-
border-top: 1px solid @pale-grey;
|
|
12847
|
-
border-bottom: 1px solid @pale-grey;
|
|
12848
|
-
|
|
12849
|
-
.test-events-navigation-tab {
|
|
12850
|
-
.duskThree(0.64);
|
|
12851
|
-
position: relative;
|
|
12852
|
-
float: left;
|
|
12853
|
-
height: 27px;
|
|
12854
|
-
padding: 10px 40px 0;
|
|
12855
|
-
font-family: @font-family-sans-serif;
|
|
12856
|
-
color: @color;
|
|
12857
|
-
font-size: 13px;
|
|
12858
|
-
text-align: center;
|
|
12859
|
-
cursor: pointer;
|
|
12860
|
-
border-bottom: none;
|
|
12861
|
-
box-sizing: content-box;
|
|
12862
|
-
|
|
12863
|
-
&.active, &.active:hover {
|
|
12864
|
-
background: none;
|
|
12865
|
-
color: @dusk-three;
|
|
12866
|
-
border-bottom: 2px solid @dusk-three;
|
|
12867
|
-
font-weight: bold;
|
|
12868
|
-
|
|
12869
|
-
.badge {
|
|
12870
|
-
color: @white;
|
|
12871
|
-
background-color: @light-grey-blue;
|
|
12872
|
-
}
|
|
12873
|
-
}
|
|
12874
|
-
|
|
12875
|
-
.badge {
|
|
12876
|
-
display: inline-block;
|
|
12877
|
-
min-width: 22px;
|
|
12878
|
-
padding: 3px 7px;
|
|
12879
|
-
font-size: 12px;
|
|
12880
|
-
font-weight: 500;
|
|
12881
|
-
color: @greyish-purple;
|
|
12882
|
-
line-height: 1;
|
|
12883
|
-
vertical-align: middle;
|
|
12884
|
-
white-space: nowrap;
|
|
12885
|
-
text-align: center;
|
|
12886
|
-
background-color: @pale-grey;
|
|
12887
|
-
border-radius: 7.5px;
|
|
12888
|
-
margin-left: 7px;
|
|
12889
|
-
margin-top: -4px;
|
|
12890
|
-
}
|
|
12891
|
-
}
|
|
12892
|
-
|
|
12893
|
-
.default-dropdown {
|
|
12894
|
-
float: left;
|
|
12895
|
-
width: 105px;
|
|
12896
|
-
|
|
12897
|
-
.default-dropdown-field:not(:hover) {
|
|
12898
|
-
border-color: transparent;
|
|
12899
|
-
}
|
|
12900
|
-
|
|
12901
|
-
.default-dropdown-container {
|
|
12902
|
-
z-index: 3;
|
|
12903
|
-
}
|
|
12904
|
-
}
|
|
12905
|
-
}
|
|
12906
|
-
|
|
12907
|
-
@desktop: 1350px;
|
|
12908
|
-
@desktop-low: 1202px;
|
|
12909
|
-
@desktop-middle: 1550px;
|
|
12910
|
-
|
|
12911
|
-
.ncl-version-configuration-basic-settings {
|
|
12912
|
-
.row {
|
|
12913
|
-
display: flex;
|
|
12914
|
-
justify-content: space-between;
|
|
12915
|
-
|
|
12916
|
-
&:not(:last-child) {
|
|
12917
|
-
margin-bottom: 23px;
|
|
12918
|
-
}
|
|
12919
|
-
|
|
12920
|
-
&:last-child {
|
|
12921
|
-
margin-bottom: 4px;
|
|
12922
|
-
}
|
|
12923
|
-
|
|
12924
|
-
&.enable-checkbox {
|
|
12925
|
-
justify-content: flex-start;
|
|
12926
|
-
margin-bottom: 18px;
|
|
12927
|
-
}
|
|
12928
|
-
|
|
12929
|
-
> div {
|
|
12930
|
-
flex: 1;
|
|
12931
|
-
|
|
12932
|
-
&:not(:last-child) {
|
|
12933
|
-
margin-right: 46px;
|
|
12934
|
-
}
|
|
12935
|
-
|
|
12936
|
-
.label {
|
|
12937
|
-
padding: 0;
|
|
12938
|
-
margin-bottom: 5px;
|
|
12939
|
-
}
|
|
12940
|
-
|
|
12941
|
-
&.timeout-block {
|
|
12942
|
-
.label {
|
|
12943
|
-
margin-bottom: 3px;
|
|
12944
|
-
}
|
|
12945
|
-
|
|
12946
|
-
.timeout-values {
|
|
12947
|
-
margin-left: 27px;
|
|
12948
|
-
|
|
12949
|
-
.inputs {
|
|
12950
|
-
display: flex;
|
|
12951
|
-
align-items: center;
|
|
12952
|
-
|
|
12953
|
-
.values-label {
|
|
12954
|
-
.duskThree(0.9);
|
|
12955
|
-
margin: 0 17px 0 8px;
|
|
12956
|
-
font-size: 14px;
|
|
12957
|
-
font-weight: normal;
|
|
12958
|
-
font-style: normal;
|
|
12959
|
-
letter-spacing: normal;
|
|
12960
|
-
text-align: left;
|
|
12961
|
-
color: @color;
|
|
12962
|
-
}
|
|
12963
|
-
}
|
|
12964
|
-
}
|
|
12965
|
-
}
|
|
12966
|
-
}
|
|
12967
|
-
|
|
12968
|
-
.logger-block {
|
|
12969
|
-
display: flex;
|
|
12970
|
-
margin-top: 3px;
|
|
12971
|
-
|
|
12972
|
-
.logger-dropdown {
|
|
12973
|
-
.default-dropdown {
|
|
12974
|
-
position: relative;
|
|
12975
|
-
height: 36px;
|
|
12976
|
-
|
|
12977
|
-
.dropdown-overlap {
|
|
12978
|
-
z-index: 100;
|
|
12979
|
-
}
|
|
12980
|
-
}
|
|
12981
|
-
}
|
|
12982
|
-
|
|
12983
|
-
> div {
|
|
12984
|
-
flex: 1;
|
|
12985
|
-
|
|
12986
|
-
&:not(:last-child) {
|
|
12987
|
-
margin-right: 16px;
|
|
12988
|
-
}
|
|
12989
|
-
|
|
12990
|
-
.label {
|
|
12991
|
-
padding: 0;
|
|
12992
|
-
margin-bottom: 5px;
|
|
12993
|
-
}
|
|
12994
|
-
|
|
12995
|
-
&.logger-input {
|
|
12996
|
-
flex-grow: 1.95;
|
|
12997
|
-
}
|
|
12998
|
-
}
|
|
12999
|
-
}
|
|
13000
|
-
}
|
|
13001
|
-
}
|
|
13002
|
-
|
|
13003
12907
|
.ncl-version-configuration-build {
|
|
13004
12908
|
&.disabled {
|
|
13005
12909
|
opacity: .5;
|
|
@@ -13239,6 +13143,102 @@ ncl-navigation-tabs {
|
|
|
13239
13143
|
}
|
|
13240
13144
|
}
|
|
13241
13145
|
|
|
13146
|
+
@desktop: 1350px;
|
|
13147
|
+
@desktop-low: 1202px;
|
|
13148
|
+
@desktop-middle: 1550px;
|
|
13149
|
+
|
|
13150
|
+
.ncl-version-configuration-basic-settings {
|
|
13151
|
+
.row {
|
|
13152
|
+
display: flex;
|
|
13153
|
+
justify-content: space-between;
|
|
13154
|
+
|
|
13155
|
+
&:not(:last-child) {
|
|
13156
|
+
margin-bottom: 23px;
|
|
13157
|
+
}
|
|
13158
|
+
|
|
13159
|
+
&:last-child {
|
|
13160
|
+
margin-bottom: 4px;
|
|
13161
|
+
}
|
|
13162
|
+
|
|
13163
|
+
&.enable-checkbox {
|
|
13164
|
+
justify-content: flex-start;
|
|
13165
|
+
margin-bottom: 18px;
|
|
13166
|
+
}
|
|
13167
|
+
|
|
13168
|
+
> div {
|
|
13169
|
+
flex: 1;
|
|
13170
|
+
|
|
13171
|
+
&:not(:last-child) {
|
|
13172
|
+
margin-right: 46px;
|
|
13173
|
+
}
|
|
13174
|
+
|
|
13175
|
+
.label {
|
|
13176
|
+
padding: 0;
|
|
13177
|
+
margin-bottom: 5px;
|
|
13178
|
+
}
|
|
13179
|
+
|
|
13180
|
+
&.timeout-block {
|
|
13181
|
+
.label {
|
|
13182
|
+
margin-bottom: 3px;
|
|
13183
|
+
}
|
|
13184
|
+
|
|
13185
|
+
.timeout-values {
|
|
13186
|
+
margin-left: 27px;
|
|
13187
|
+
|
|
13188
|
+
.inputs {
|
|
13189
|
+
display: flex;
|
|
13190
|
+
align-items: center;
|
|
13191
|
+
|
|
13192
|
+
.values-label {
|
|
13193
|
+
.duskThree(0.9);
|
|
13194
|
+
margin: 0 17px 0 8px;
|
|
13195
|
+
font-size: 14px;
|
|
13196
|
+
font-weight: normal;
|
|
13197
|
+
font-style: normal;
|
|
13198
|
+
letter-spacing: normal;
|
|
13199
|
+
text-align: left;
|
|
13200
|
+
color: @color;
|
|
13201
|
+
}
|
|
13202
|
+
}
|
|
13203
|
+
}
|
|
13204
|
+
}
|
|
13205
|
+
}
|
|
13206
|
+
|
|
13207
|
+
.logger-block {
|
|
13208
|
+
display: flex;
|
|
13209
|
+
margin-top: 3px;
|
|
13210
|
+
|
|
13211
|
+
.logger-dropdown {
|
|
13212
|
+
.default-dropdown {
|
|
13213
|
+
position: relative;
|
|
13214
|
+
height: 36px;
|
|
13215
|
+
|
|
13216
|
+
.dropdown-overlap {
|
|
13217
|
+
z-index: 100;
|
|
13218
|
+
}
|
|
13219
|
+
}
|
|
13220
|
+
}
|
|
13221
|
+
|
|
13222
|
+
> div {
|
|
13223
|
+
flex: 1;
|
|
13224
|
+
|
|
13225
|
+
&:not(:last-child) {
|
|
13226
|
+
margin-right: 16px;
|
|
13227
|
+
}
|
|
13228
|
+
|
|
13229
|
+
.label {
|
|
13230
|
+
padding: 0;
|
|
13231
|
+
margin-bottom: 5px;
|
|
13232
|
+
}
|
|
13233
|
+
|
|
13234
|
+
&.logger-input {
|
|
13235
|
+
flex-grow: 1.95;
|
|
13236
|
+
}
|
|
13237
|
+
}
|
|
13238
|
+
}
|
|
13239
|
+
}
|
|
13240
|
+
}
|
|
13241
|
+
|
|
13242
13242
|
.ncl-version-configuration-logging {
|
|
13243
13243
|
.row {
|
|
13244
13244
|
display: flex;
|