iguazio.dashboard-controls 1.2.11 → 1.2.12
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/js/iguazio.dashboard-controls.js +14174 -14156
- package/dist/less/iguazio.dashboard-controls.less +855 -855
- package/package.json +1 -1
- package/src/nuclio/common/screens/create-function/function-from-scratch/function-from-scratch.component.js +6 -0
- package/src/nuclio/common/screens/create-function/function-from-template/function-from-template.component.js +6 -0
- package/src/nuclio/functions/version/version-code/version-code.component.js +6 -0
|
@@ -3809,6 +3809,27 @@ ncl-functions {
|
|
|
3809
3809
|
display: none;
|
|
3810
3810
|
}
|
|
3811
3811
|
|
|
3812
|
+
.action-checkbox {
|
|
3813
|
+
.action-checkbox-color-set();
|
|
3814
|
+
|
|
3815
|
+
line-height: 16px;
|
|
3816
|
+
text-align: center;
|
|
3817
|
+
|
|
3818
|
+
.check-item {
|
|
3819
|
+
font-size: 16px;
|
|
3820
|
+
cursor: pointer;
|
|
3821
|
+
line-height: 1;
|
|
3822
|
+
vertical-align: middle;
|
|
3823
|
+
|
|
3824
|
+
&.igz-icon-checkbox-unchecked {
|
|
3825
|
+
color: @icon-checkbox-unchecked;
|
|
3826
|
+
}
|
|
3827
|
+
|
|
3828
|
+
&.igz-icon-checkbox-checked {
|
|
3829
|
+
color: @icon-checkbox-checked;
|
|
3830
|
+
}
|
|
3831
|
+
}
|
|
3832
|
+
}
|
|
3812
3833
|
/*
|
|
3813
3834
|
== malihu jquery custom scrollbar plugin ==
|
|
3814
3835
|
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
|
|
@@ -5531,27 +5552,6 @@ yx-axis
|
|
|
5531
5552
|
|
|
5532
5553
|
/* ---------------------------------------- */
|
|
5533
5554
|
|
|
5534
|
-
.action-checkbox {
|
|
5535
|
-
.action-checkbox-color-set();
|
|
5536
|
-
|
|
5537
|
-
line-height: 16px;
|
|
5538
|
-
text-align: center;
|
|
5539
|
-
|
|
5540
|
-
.check-item {
|
|
5541
|
-
font-size: 16px;
|
|
5542
|
-
cursor: pointer;
|
|
5543
|
-
line-height: 1;
|
|
5544
|
-
vertical-align: middle;
|
|
5545
|
-
|
|
5546
|
-
&.igz-icon-checkbox-unchecked {
|
|
5547
|
-
color: @icon-checkbox-unchecked;
|
|
5548
|
-
}
|
|
5549
|
-
|
|
5550
|
-
&.igz-icon-checkbox-checked {
|
|
5551
|
-
color: @icon-checkbox-checked;
|
|
5552
|
-
}
|
|
5553
|
-
}
|
|
5554
|
-
}
|
|
5555
5555
|
.action-checkbox-all {
|
|
5556
5556
|
.action-checkbox-all-color-set();
|
|
5557
5557
|
|
|
@@ -7697,97 +7697,6 @@ yx-axis
|
|
|
7697
7697
|
}
|
|
7698
7698
|
}
|
|
7699
7699
|
}
|
|
7700
|
-
.igz-size {
|
|
7701
|
-
.size-color-set();
|
|
7702
|
-
|
|
7703
|
-
align-items: center;
|
|
7704
|
-
display: flex;
|
|
7705
|
-
justify-content: space-between;
|
|
7706
|
-
min-height: 40px;
|
|
7707
|
-
|
|
7708
|
-
&:after {
|
|
7709
|
-
content: ' ';
|
|
7710
|
-
display: inline-block;
|
|
7711
|
-
vertical-align: middle;
|
|
7712
|
-
}
|
|
7713
|
-
|
|
7714
|
-
.size-value {
|
|
7715
|
-
line-height: 1;
|
|
7716
|
-
flex: 0 0 100px;
|
|
7717
|
-
min-width: 100px;
|
|
7718
|
-
|
|
7719
|
-
> span {
|
|
7720
|
-
line-height: 25px;
|
|
7721
|
-
}
|
|
7722
|
-
|
|
7723
|
-
&.short {
|
|
7724
|
-
flex: 0 0 75px;
|
|
7725
|
-
min-width: 75px;
|
|
7726
|
-
}
|
|
7727
|
-
|
|
7728
|
-
&.shorten {
|
|
7729
|
-
flex: 0 0 60px;
|
|
7730
|
-
min-width: 60px;
|
|
7731
|
-
}
|
|
7732
|
-
|
|
7733
|
-
&.shortest {
|
|
7734
|
-
flex: 0 0 40px;
|
|
7735
|
-
min-width: 40px;
|
|
7736
|
-
}
|
|
7737
|
-
}
|
|
7738
|
-
|
|
7739
|
-
.size-reserved {
|
|
7740
|
-
color: @size-reserved-color;
|
|
7741
|
-
font-size: 12px;
|
|
7742
|
-
|
|
7743
|
-
.icon-font-arrow-right:before {
|
|
7744
|
-
color: @size-reserved-arrow-right-before-color;
|
|
7745
|
-
font-size: 10px;
|
|
7746
|
-
padding: 0 4px 0 4px;
|
|
7747
|
-
}
|
|
7748
|
-
|
|
7749
|
-
.icon-font-infinity:before {
|
|
7750
|
-
color: @size-reserved-infinity-before-color;
|
|
7751
|
-
font-size: 10px;
|
|
7752
|
-
}
|
|
7753
|
-
}
|
|
7754
|
-
|
|
7755
|
-
.size-chart {
|
|
7756
|
-
flex: 1 1 auto;
|
|
7757
|
-
min-width: 0;
|
|
7758
|
-
|
|
7759
|
-
div.highcharts-tooltip {
|
|
7760
|
-
position: fixed !important;
|
|
7761
|
-
|
|
7762
|
-
.igz-tooltip-wrapper {
|
|
7763
|
-
color: @size-chart-tooltip-wrapper-color;
|
|
7764
|
-
|
|
7765
|
-
&.used-capacity-tooltip-wrapper {
|
|
7766
|
-
.igz-row {
|
|
7767
|
-
.tooltip-label,
|
|
7768
|
-
.tooltip-value {
|
|
7769
|
-
text-overflow: unset;
|
|
7770
|
-
}
|
|
7771
|
-
}
|
|
7772
|
-
}
|
|
7773
|
-
|
|
7774
|
-
.tooltip-header {
|
|
7775
|
-
padding-bottom: 6px;
|
|
7776
|
-
margin-bottom: 5px;
|
|
7777
|
-
line-height: 1.1;
|
|
7778
|
-
text-align: center;
|
|
7779
|
-
}
|
|
7780
|
-
}
|
|
7781
|
-
}
|
|
7782
|
-
}
|
|
7783
|
-
|
|
7784
|
-
.igz-highcharts-wrapper {
|
|
7785
|
-
height: 40px;
|
|
7786
|
-
position: relative;
|
|
7787
|
-
width: 100%;
|
|
7788
|
-
}
|
|
7789
|
-
}
|
|
7790
|
-
|
|
7791
7700
|
.search-input {
|
|
7792
7701
|
.search-input-color-set();
|
|
7793
7702
|
|
|
@@ -7975,6 +7884,97 @@ yx-axis
|
|
|
7975
7884
|
}
|
|
7976
7885
|
}
|
|
7977
7886
|
}
|
|
7887
|
+
.igz-size {
|
|
7888
|
+
.size-color-set();
|
|
7889
|
+
|
|
7890
|
+
align-items: center;
|
|
7891
|
+
display: flex;
|
|
7892
|
+
justify-content: space-between;
|
|
7893
|
+
min-height: 40px;
|
|
7894
|
+
|
|
7895
|
+
&:after {
|
|
7896
|
+
content: ' ';
|
|
7897
|
+
display: inline-block;
|
|
7898
|
+
vertical-align: middle;
|
|
7899
|
+
}
|
|
7900
|
+
|
|
7901
|
+
.size-value {
|
|
7902
|
+
line-height: 1;
|
|
7903
|
+
flex: 0 0 100px;
|
|
7904
|
+
min-width: 100px;
|
|
7905
|
+
|
|
7906
|
+
> span {
|
|
7907
|
+
line-height: 25px;
|
|
7908
|
+
}
|
|
7909
|
+
|
|
7910
|
+
&.short {
|
|
7911
|
+
flex: 0 0 75px;
|
|
7912
|
+
min-width: 75px;
|
|
7913
|
+
}
|
|
7914
|
+
|
|
7915
|
+
&.shorten {
|
|
7916
|
+
flex: 0 0 60px;
|
|
7917
|
+
min-width: 60px;
|
|
7918
|
+
}
|
|
7919
|
+
|
|
7920
|
+
&.shortest {
|
|
7921
|
+
flex: 0 0 40px;
|
|
7922
|
+
min-width: 40px;
|
|
7923
|
+
}
|
|
7924
|
+
}
|
|
7925
|
+
|
|
7926
|
+
.size-reserved {
|
|
7927
|
+
color: @size-reserved-color;
|
|
7928
|
+
font-size: 12px;
|
|
7929
|
+
|
|
7930
|
+
.icon-font-arrow-right:before {
|
|
7931
|
+
color: @size-reserved-arrow-right-before-color;
|
|
7932
|
+
font-size: 10px;
|
|
7933
|
+
padding: 0 4px 0 4px;
|
|
7934
|
+
}
|
|
7935
|
+
|
|
7936
|
+
.icon-font-infinity:before {
|
|
7937
|
+
color: @size-reserved-infinity-before-color;
|
|
7938
|
+
font-size: 10px;
|
|
7939
|
+
}
|
|
7940
|
+
}
|
|
7941
|
+
|
|
7942
|
+
.size-chart {
|
|
7943
|
+
flex: 1 1 auto;
|
|
7944
|
+
min-width: 0;
|
|
7945
|
+
|
|
7946
|
+
div.highcharts-tooltip {
|
|
7947
|
+
position: fixed !important;
|
|
7948
|
+
|
|
7949
|
+
.igz-tooltip-wrapper {
|
|
7950
|
+
color: @size-chart-tooltip-wrapper-color;
|
|
7951
|
+
|
|
7952
|
+
&.used-capacity-tooltip-wrapper {
|
|
7953
|
+
.igz-row {
|
|
7954
|
+
.tooltip-label,
|
|
7955
|
+
.tooltip-value {
|
|
7956
|
+
text-overflow: unset;
|
|
7957
|
+
}
|
|
7958
|
+
}
|
|
7959
|
+
}
|
|
7960
|
+
|
|
7961
|
+
.tooltip-header {
|
|
7962
|
+
padding-bottom: 6px;
|
|
7963
|
+
margin-bottom: 5px;
|
|
7964
|
+
line-height: 1.1;
|
|
7965
|
+
text-align: center;
|
|
7966
|
+
}
|
|
7967
|
+
}
|
|
7968
|
+
}
|
|
7969
|
+
}
|
|
7970
|
+
|
|
7971
|
+
.igz-highcharts-wrapper {
|
|
7972
|
+
height: 40px;
|
|
7973
|
+
position: relative;
|
|
7974
|
+
width: 100%;
|
|
7975
|
+
}
|
|
7976
|
+
}
|
|
7977
|
+
|
|
7978
7978
|
.igz-slider-input-block {
|
|
7979
7979
|
.igz-slider-input-block-color-set();
|
|
7980
7980
|
|
|
@@ -8104,24 +8104,101 @@ yx-axis
|
|
|
8104
8104
|
}
|
|
8105
8105
|
}
|
|
8106
8106
|
|
|
8107
|
-
.
|
|
8108
|
-
.
|
|
8107
|
+
.ngdialog.text-edit {
|
|
8108
|
+
.text-edit-color-set();
|
|
8109
8109
|
|
|
8110
|
-
|
|
8111
|
-
|
|
8112
|
-
|
|
8113
|
-
|
|
8114
|
-
background-color: @splash-screen-bg-color;
|
|
8115
|
-
transform-style: preserve-3d;
|
|
8110
|
+
.ngdialog-content {
|
|
8111
|
+
padding: 0;
|
|
8112
|
+
width: 1000px;
|
|
8113
|
+
height: 678px;
|
|
8116
8114
|
|
|
8117
|
-
|
|
8118
|
-
|
|
8115
|
+
.text-preview-directive-wrapper {
|
|
8116
|
+
.title {
|
|
8117
|
+
margin: 25px 0 0 24px;
|
|
8118
|
+
padding: 0 70px 0 0;
|
|
8119
|
+
}
|
|
8119
8120
|
|
|
8120
|
-
|
|
8121
|
-
|
|
8122
|
-
|
|
8121
|
+
.close-button {
|
|
8122
|
+
position: absolute;
|
|
8123
|
+
top: 24px;
|
|
8124
|
+
right: 24px;
|
|
8125
|
+
font-size: 18px;
|
|
8126
|
+
color: @close-btn-color;
|
|
8127
|
+
}
|
|
8123
8128
|
|
|
8124
|
-
|
|
8129
|
+
.buttons {
|
|
8130
|
+
margin-right: 24px;
|
|
8131
|
+
}
|
|
8132
|
+
|
|
8133
|
+
.text-preview-wrapper {
|
|
8134
|
+
background-color: @text-preview-wrapper-bg-color;
|
|
8135
|
+
border-top: @text-preview-wrapper-border-top;
|
|
8136
|
+
border-bottom: @text-preview-wrapper-border-bottom;
|
|
8137
|
+
border-radius: 2px;
|
|
8138
|
+
margin-bottom: 16px;
|
|
8139
|
+
padding: 15px 22px 17px;
|
|
8140
|
+
min-width: 690px;
|
|
8141
|
+
height: 550px;
|
|
8142
|
+
|
|
8143
|
+
.text-preview-container {
|
|
8144
|
+
width: 100%;
|
|
8145
|
+
line-height: 1.9;
|
|
8146
|
+
text-align: left;
|
|
8147
|
+
padding-right: 22px;
|
|
8148
|
+
font-size: 13px;
|
|
8149
|
+
color: @text-preview-container-color;
|
|
8150
|
+
resize: none;
|
|
8151
|
+
overflow: hidden;
|
|
8152
|
+
border-color: @text-preview-container-border-color;
|
|
8153
|
+
background-color: @text-preview-container-bg-color;
|
|
8154
|
+
cursor: text;
|
|
8155
|
+
}
|
|
8156
|
+
|
|
8157
|
+
.text-preview-container:focus {
|
|
8158
|
+
outline: 0;
|
|
8159
|
+
}
|
|
8160
|
+
|
|
8161
|
+
.word-wrap-checkbox-wrapper {
|
|
8162
|
+
width: 100%;
|
|
8163
|
+
display: flex;
|
|
8164
|
+
justify-content: flex-end;
|
|
8165
|
+
|
|
8166
|
+
.col-checkbox {
|
|
8167
|
+
line-height: normal;
|
|
8168
|
+
height: 25px;
|
|
8169
|
+
|
|
8170
|
+
label:before {
|
|
8171
|
+
font-size: 16px;
|
|
8172
|
+
}
|
|
8173
|
+
}
|
|
8174
|
+
}
|
|
8175
|
+
}
|
|
8176
|
+
}
|
|
8177
|
+
}
|
|
8178
|
+
|
|
8179
|
+
.ncl-monaco {
|
|
8180
|
+
height: 500px;
|
|
8181
|
+
}
|
|
8182
|
+
}
|
|
8183
|
+
|
|
8184
|
+
.splash-screen {
|
|
8185
|
+
.splash-screen-color-set();
|
|
8186
|
+
|
|
8187
|
+
position: absolute;
|
|
8188
|
+
z-index: 996;
|
|
8189
|
+
width: 100%;
|
|
8190
|
+
height: 100%;
|
|
8191
|
+
background-color: @splash-screen-bg-color;
|
|
8192
|
+
transform-style: preserve-3d;
|
|
8193
|
+
|
|
8194
|
+
// ngAnimate appearance for show/hide
|
|
8195
|
+
transition: opacity linear .25s 0s;
|
|
8196
|
+
|
|
8197
|
+
&.ng-hide-remove {
|
|
8198
|
+
opacity: 0;
|
|
8199
|
+
}
|
|
8200
|
+
|
|
8201
|
+
.loading-splash-screen {
|
|
8125
8202
|
position: absolute;
|
|
8126
8203
|
top: 50%;
|
|
8127
8204
|
left: 50%;
|
|
@@ -8211,83 +8288,6 @@ yx-axis
|
|
|
8211
8288
|
}
|
|
8212
8289
|
}
|
|
8213
8290
|
}
|
|
8214
|
-
.ngdialog.text-edit {
|
|
8215
|
-
.text-edit-color-set();
|
|
8216
|
-
|
|
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
|
-
}
|
|
8282
|
-
}
|
|
8283
|
-
}
|
|
8284
|
-
}
|
|
8285
|
-
|
|
8286
|
-
.ncl-monaco {
|
|
8287
|
-
height: 500px;
|
|
8288
|
-
}
|
|
8289
|
-
}
|
|
8290
|
-
|
|
8291
8291
|
.toast-status-panel {
|
|
8292
8292
|
.toast-status-panel-color-set();
|
|
8293
8293
|
|
|
@@ -8689,609 +8689,609 @@ form.ng-submitted .validating-input-field {
|
|
|
8689
8689
|
}
|
|
8690
8690
|
}
|
|
8691
8691
|
|
|
8692
|
-
.
|
|
8693
|
-
.
|
|
8694
|
-
|
|
8695
|
-
|
|
8696
|
-
|
|
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
|
+
}
|
|
8697
8701
|
|
|
8698
|
-
|
|
8699
|
-
|
|
8700
|
-
|
|
8702
|
+
.ncl-secondary-button {
|
|
8703
|
+
vertical-align: top;
|
|
8704
|
+
position: relative;
|
|
8705
|
+
}
|
|
8701
8706
|
|
|
8702
|
-
|
|
8703
|
-
|
|
8704
|
-
|
|
8705
|
-
|
|
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;
|
|
8706
8716
|
|
|
8707
|
-
|
|
8708
|
-
|
|
8709
|
-
}
|
|
8710
|
-
}
|
|
8711
|
-
}
|
|
8717
|
+
&:hover {
|
|
8718
|
+
color: .duskThree(1)[@color];
|
|
8712
8719
|
}
|
|
8720
|
+
}
|
|
8713
8721
|
|
|
8714
|
-
|
|
8715
|
-
|
|
8716
|
-
|
|
8722
|
+
.ncl-new-entity-button {
|
|
8723
|
+
display: inline-block;
|
|
8724
|
+
vertical-align: top;
|
|
8725
|
+
position: relative;
|
|
8726
|
+
margin-left: 15px;
|
|
8727
|
+
}
|
|
8717
8728
|
|
|
8718
|
-
|
|
8719
|
-
|
|
8720
|
-
.actions-menu {
|
|
8721
|
-
visibility: visible;
|
|
8722
|
-
}
|
|
8723
|
-
}
|
|
8724
|
-
}
|
|
8729
|
+
.ngdialog {
|
|
8730
|
+
z-index: 10000;
|
|
8725
8731
|
}
|
|
8726
8732
|
|
|
8727
|
-
.
|
|
8728
|
-
.
|
|
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;
|
|
8729
8742
|
|
|
8730
|
-
.content
|
|
8731
|
-
.
|
|
8732
|
-
|
|
8733
|
-
|
|
8734
|
-
|
|
8735
|
-
|
|
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;
|
|
8736
8755
|
|
|
8737
|
-
|
|
8738
|
-
|
|
8739
|
-
|
|
8740
|
-
|
|
8741
|
-
|
|
8742
|
-
|
|
8743
|
-
|
|
8744
|
-
align-items: center;
|
|
8756
|
+
/*
|
|
8757
|
+
* Confirms, alerts
|
|
8758
|
+
*/
|
|
8759
|
+
.notification-text {
|
|
8760
|
+
margin: 30px 30px 0 0;
|
|
8761
|
+
max-height: 70vh;
|
|
8762
|
+
overflow: auto;
|
|
8745
8763
|
|
|
8746
|
-
|
|
8747
|
-
|
|
8748
|
-
position: relative;
|
|
8749
|
-
max-width: 320px;
|
|
8750
|
-
padding: 16px 24px;
|
|
8751
|
-
border: @api-gateway-block-border;
|
|
8752
|
-
border-radius: 2px;
|
|
8753
|
-
background-color: @api-gateway-block-bg-color;
|
|
8754
|
-
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
|
|
8755
|
-
transition: box-shadow .3s ease-in-out 0s;
|
|
8764
|
+
.error-list {
|
|
8765
|
+
list-style-type: none;
|
|
8756
8766
|
|
|
8757
|
-
|
|
8758
|
-
|
|
8759
|
-
|
|
8760
|
-
|
|
8761
|
-
|
|
8762
|
-
}
|
|
8767
|
+
.error-list-item {
|
|
8768
|
+
margin-bottom: 5px;
|
|
8769
|
+
}
|
|
8770
|
+
}
|
|
8771
|
+
}
|
|
8763
8772
|
|
|
8764
|
-
|
|
8765
|
-
|
|
8766
|
-
|
|
8773
|
+
.notification-text.description {
|
|
8774
|
+
margin: 10px 30px;
|
|
8775
|
+
}
|
|
8767
8776
|
|
|
8768
|
-
|
|
8769
|
-
|
|
8770
|
-
font-weight: bold;
|
|
8771
|
-
font-size: 16px;
|
|
8772
|
-
color: @api-gateway-block-title-font-color;
|
|
8773
|
-
margin-bottom: 16px;
|
|
8774
|
-
}
|
|
8775
|
-
}
|
|
8777
|
+
.buttons {
|
|
8778
|
+
text-align: right;
|
|
8776
8779
|
|
|
8777
|
-
|
|
8778
|
-
|
|
8779
|
-
|
|
8780
|
-
|
|
8780
|
+
button:not(:first-child) {
|
|
8781
|
+
margin-left: 8px;
|
|
8782
|
+
}
|
|
8783
|
+
}
|
|
8781
8784
|
|
|
8782
|
-
|
|
8783
|
-
|
|
8784
|
-
|
|
8785
|
-
|
|
8786
|
-
|
|
8787
|
-
|
|
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
|
+
}
|
|
8788
8797
|
|
|
8789
|
-
|
|
8790
|
-
|
|
8791
|
-
|
|
8792
|
-
|
|
8793
|
-
|
|
8794
|
-
|
|
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
|
+
}
|
|
8795
8806
|
|
|
8796
|
-
|
|
8797
|
-
|
|
8798
|
-
.fields-wrapper {
|
|
8799
|
-
display: flex;
|
|
8800
|
-
flex-flow: column nowrap;
|
|
8801
|
-
justify-content: space-around;
|
|
8807
|
+
.main-content {
|
|
8808
|
+
margin: 0 0 4px;
|
|
8802
8809
|
|
|
8803
|
-
|
|
8804
|
-
|
|
8805
|
-
flex-flow: row nowrap;
|
|
8806
|
-
justify-content: space-between;
|
|
8807
|
-
line-height: 36px;
|
|
8808
|
-
margin-top: 16px;
|
|
8810
|
+
.field-group {
|
|
8811
|
+
padding: 0 0 20px;
|
|
8809
8812
|
|
|
8810
|
-
|
|
8811
|
-
|
|
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
|
+
}
|
|
8813
8821
|
|
|
8814
|
-
|
|
8815
|
-
|
|
8816
|
-
|
|
8822
|
+
.field-input {
|
|
8823
|
+
position: relative;
|
|
8824
|
+
width: 400px;
|
|
8817
8825
|
|
|
8818
|
-
|
|
8819
|
-
|
|
8820
|
-
|
|
8821
|
-
}
|
|
8826
|
+
.validating-input-field {
|
|
8827
|
+
.input-field {
|
|
8828
|
+
padding-left: 17px;
|
|
8822
8829
|
}
|
|
8823
|
-
}
|
|
8824
|
-
|
|
8825
|
-
.api-gateway-basic-settings {
|
|
8826
|
-
.end-point-block {
|
|
8827
|
-
margin-top: 8px;
|
|
8828
|
-
|
|
8829
|
-
.end-point-title {
|
|
8830
|
-
font-weight: bold;
|
|
8831
|
-
}
|
|
8832
|
-
|
|
8833
|
-
.end-point-host {
|
|
8834
|
-
display: flex;
|
|
8835
|
-
flex-flow: row nowrap;
|
|
8836
|
-
align-items: center;
|
|
8837
|
-
|
|
8838
|
-
.host {
|
|
8839
|
-
flex: auto;
|
|
8840
|
-
word-break: break-all;
|
|
8841
|
-
max-height: 80px;
|
|
8842
|
-
overflow-y: auto;
|
|
8843
|
-
}
|
|
8844
8830
|
|
|
8845
|
-
|
|
8846
|
-
|
|
8847
|
-
|
|
8848
|
-
}
|
|
8831
|
+
.input-placeholder {
|
|
8832
|
+
left: 18px;
|
|
8833
|
+
font-style: italic;
|
|
8849
8834
|
}
|
|
8850
8835
|
}
|
|
8851
8836
|
|
|
8852
|
-
.
|
|
8853
|
-
|
|
8854
|
-
|
|
8855
|
-
|
|
8856
|
-
|
|
8857
|
-
|
|
8858
|
-
|
|
8859
|
-
|
|
8860
|
-
|
|
8861
|
-
}
|
|
8862
|
-
|
|
8863
|
-
.api-gateway-block {
|
|
8864
|
-
border-radius: 35px;
|
|
8865
|
-
|
|
8866
|
-
&.function-circle {
|
|
8867
|
-
width: 320px;
|
|
8868
|
-
|
|
8869
|
-
&.canary-function {
|
|
8870
|
-
.canary-title {
|
|
8871
|
-
margin-top: 20px;
|
|
8872
|
-
margin-bottom: 0;
|
|
8873
|
-
}
|
|
8837
|
+
.error {
|
|
8838
|
+
color: @darkish-pink;
|
|
8839
|
+
font-size: 12px;
|
|
8840
|
+
white-space: nowrap;
|
|
8841
|
+
}
|
|
8842
|
+
}
|
|
8843
|
+
}
|
|
8844
|
+
}
|
|
8845
|
+
}
|
|
8874
8846
|
|
|
8875
|
-
|
|
8876
|
-
|
|
8877
|
-
|
|
8878
|
-
right: 0;
|
|
8879
|
-
}
|
|
8880
|
-
}
|
|
8847
|
+
&.delete-entity-dialog-wrapper {
|
|
8848
|
+
.ngdialog-content {
|
|
8849
|
+
padding: 30px 24px 23px 24px;
|
|
8881
8850
|
|
|
8882
|
-
|
|
8883
|
-
|
|
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
|
+
}
|
|
8884
8860
|
|
|
8885
|
-
|
|
8886
|
-
|
|
8887
|
-
|
|
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
|
+
}
|
|
8888
8869
|
|
|
8889
|
-
|
|
8890
|
-
|
|
8891
|
-
|
|
8892
|
-
|
|
8893
|
-
|
|
8894
|
-
|
|
8870
|
+
.nuclio-alert-icon {
|
|
8871
|
+
background: url('/assets/images/ic-alert-message.svg');
|
|
8872
|
+
height: 29px;
|
|
8873
|
+
width: 34px;
|
|
8874
|
+
margin: 0 auto;
|
|
8875
|
+
}
|
|
8895
8876
|
|
|
8896
|
-
|
|
8897
|
-
|
|
8898
|
-
|
|
8899
|
-
|
|
8900
|
-
|
|
8901
|
-
border-radius: 50% 50% 0 50%;
|
|
8902
|
-
transform: rotate(45deg);
|
|
8903
|
-
}
|
|
8877
|
+
.buttons {
|
|
8878
|
+
margin-top: 30px;
|
|
8879
|
+
}
|
|
8880
|
+
}
|
|
8881
|
+
}
|
|
8904
8882
|
|
|
8905
|
-
|
|
8906
|
-
|
|
8883
|
+
&.ngdialog.ngdialog-closing .ngdialog-content {
|
|
8884
|
+
animation-duration: @animation-duration;
|
|
8885
|
+
animation-timing-function: @animation-function;
|
|
8886
|
+
}
|
|
8907
8887
|
|
|
8908
|
-
|
|
8909
|
-
|
|
8910
|
-
|
|
8911
|
-
|
|
8912
|
-
|
|
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
|
+
}
|
|
8913
8894
|
|
|
8914
|
-
|
|
8915
|
-
|
|
8916
|
-
|
|
8917
|
-
|
|
8918
|
-
width: 100%;
|
|
8919
|
-
height: 36px;
|
|
8920
|
-
line-height: 36px;
|
|
8921
|
-
text-align: center;
|
|
8922
|
-
color: @api-gateway-percentage-value-font-color;
|
|
8895
|
+
&.ngdialog.ngdialog-closing .ngdialog-overlay {
|
|
8896
|
+
animation-duration: @animation-duration;
|
|
8897
|
+
animation-timing-function: @animation-function;
|
|
8898
|
+
}
|
|
8923
8899
|
|
|
8924
|
-
|
|
8925
|
-
|
|
8926
|
-
|
|
8927
|
-
|
|
8928
|
-
}
|
|
8929
|
-
}
|
|
8900
|
+
&.ngdialog.ng-login-modal .ngdialog-content {
|
|
8901
|
+
padding: 0;
|
|
8902
|
+
}
|
|
8903
|
+
}
|
|
8930
8904
|
|
|
8931
|
-
|
|
8932
|
-
|
|
8933
|
-
|
|
8934
|
-
|
|
8935
|
-
|
|
8936
|
-
|
|
8905
|
+
body {
|
|
8906
|
+
.ncl-main-wrapper {
|
|
8907
|
+
padding: 64px 0 0 215px;
|
|
8908
|
+
width: 100%;
|
|
8909
|
+
height: 100%;
|
|
8910
|
+
}
|
|
8937
8911
|
|
|
8938
|
-
|
|
8939
|
-
|
|
8940
|
-
|
|
8941
|
-
|
|
8942
|
-
|
|
8943
|
-
|
|
8944
|
-
|
|
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;
|
|
8945
8921
|
|
|
8946
|
-
|
|
8947
|
-
|
|
8948
|
-
|
|
8949
|
-
width: 100%;
|
|
8950
|
-
display: flex;
|
|
8951
|
-
justify-content: flex-start;
|
|
8952
|
-
margin-left: 20px;
|
|
8922
|
+
.key-header {
|
|
8923
|
+
width: 34%;
|
|
8924
|
+
margin-left: 16px;
|
|
8953
8925
|
|
|
8954
|
-
|
|
8955
|
-
|
|
8956
|
-
|
|
8957
|
-
|
|
8958
|
-
}
|
|
8926
|
+
&:not(.use-type) {
|
|
8927
|
+
width: 36%;
|
|
8928
|
+
}
|
|
8929
|
+
}
|
|
8959
8930
|
|
|
8960
|
-
|
|
8961
|
-
|
|
8962
|
-
|
|
8963
|
-
background-color: @white;
|
|
8964
|
-
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
|
|
8965
|
-
border-radius: 50%;
|
|
8966
|
-
left: -11px !important;
|
|
8967
|
-
outline: 0 none transparent;
|
|
8931
|
+
.type-header {
|
|
8932
|
+
width: 12%;
|
|
8933
|
+
}
|
|
8968
8934
|
|
|
8969
|
-
|
|
8970
|
-
|
|
8971
|
-
left: 11px;
|
|
8972
|
-
width: 5px;
|
|
8973
|
-
height: 5px;
|
|
8974
|
-
}
|
|
8975
|
-
}
|
|
8976
|
-
}
|
|
8977
|
-
}
|
|
8978
|
-
}
|
|
8979
|
-
}
|
|
8980
|
-
}
|
|
8935
|
+
.value-header {
|
|
8936
|
+
width: 52%;
|
|
8981
8937
|
|
|
8982
|
-
.
|
|
8983
|
-
|
|
8984
|
-
width: 100%;
|
|
8985
|
-
margin-top: 32px;
|
|
8938
|
+
&:not(.use-type) {
|
|
8939
|
+
width: 61%;
|
|
8986
8940
|
}
|
|
8987
8941
|
}
|
|
8988
8942
|
}
|
|
8989
|
-
}
|
|
8990
8943
|
|
|
8991
|
-
.
|
|
8992
|
-
|
|
8993
|
-
margin-top: 3px;
|
|
8994
|
-
margin-right: 17px;
|
|
8944
|
+
.table-body:not(:last-child) {
|
|
8945
|
+
margin-bottom: 5px;
|
|
8995
8946
|
}
|
|
8996
8947
|
}
|
|
8997
|
-
.ncl-primary-button {
|
|
8998
|
-
margin-left: 9px;
|
|
8999
|
-
}
|
|
9000
8948
|
|
|
9001
|
-
.ncl-secondary-button {
|
|
9002
|
-
vertical-align: top;
|
|
9003
|
-
position: relative;
|
|
9004
|
-
}
|
|
9005
8949
|
|
|
9006
|
-
.
|
|
9007
|
-
|
|
9008
|
-
right: 0;
|
|
9009
|
-
position: absolute;
|
|
9010
|
-
margin-top: 6px;
|
|
9011
|
-
margin-right: 24px;
|
|
8950
|
+
.logs-common {
|
|
8951
|
+
font-family: "Source Code Pro", "Courier New", monospace;
|
|
9012
8952
|
font-size: 14px;
|
|
9013
|
-
line-height:
|
|
9014
|
-
|
|
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;
|
|
8953
|
+
line-height: 1.1;
|
|
8954
|
+
text-align: left;
|
|
8955
|
+
white-space: pre-wrap;
|
|
9026
8956
|
}
|
|
8957
|
+
.tooltip.custom-tooltip {
|
|
8958
|
+
transition-duration: 0s;
|
|
8959
|
+
z-index: 10001;
|
|
8960
|
+
opacity: 1;
|
|
9027
8961
|
|
|
9028
|
-
.
|
|
9029
|
-
|
|
9030
|
-
|
|
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
|
+
}
|
|
9031
8975
|
|
|
9032
|
-
|
|
9033
|
-
|
|
9034
|
-
|
|
9035
|
-
display: flex;
|
|
9036
|
-
height: 100%;
|
|
9037
|
-
padding: 0 50px;
|
|
9038
|
-
min-width: 500px;
|
|
9039
|
-
align-items: center;
|
|
9040
|
-
justify-content: center;
|
|
8976
|
+
&.bottom {
|
|
8977
|
+
margin-top: 8px;
|
|
8978
|
+
}
|
|
9041
8979
|
|
|
9042
|
-
|
|
9043
|
-
|
|
9044
|
-
|
|
9045
|
-
|
|
9046
|
-
|
|
9047
|
-
font-size: 16px;
|
|
9048
|
-
border-radius: 2px;
|
|
9049
|
-
max-width: 900px;
|
|
8980
|
+
&.top {
|
|
8981
|
+
margin-top: 4px;
|
|
8982
|
+
}
|
|
8983
|
+
|
|
8984
|
+
.tooltip-inner {
|
|
9050
8985
|
background-color: @white;
|
|
9051
|
-
|
|
9052
|
-
|
|
9053
|
-
|
|
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
|
+
}
|
|
8996
|
+
.ncl-api-gateway-row {
|
|
8997
|
+
.common-table-cells-container {
|
|
8998
|
+
.common-table-cell {
|
|
8999
|
+
&.status {
|
|
9000
|
+
text-transform: capitalize;
|
|
9054
9001
|
|
|
9055
|
-
|
|
9056
|
-
|
|
9057
|
-
|
|
9058
|
-
.notification-text {
|
|
9059
|
-
margin: 30px 30px 0 0;
|
|
9060
|
-
max-height: 70vh;
|
|
9061
|
-
overflow: auto;
|
|
9002
|
+
&.ready {
|
|
9003
|
+
color: @tealish;
|
|
9004
|
+
}
|
|
9062
9005
|
|
|
9063
|
-
|
|
9064
|
-
|
|
9006
|
+
// just in case - for now these statuses will not be shown because there will be a loader
|
|
9007
|
+
&.provisioning, &.waitingForProvisioning {
|
|
9008
|
+
color: @pale-orange;
|
|
9009
|
+
}
|
|
9065
9010
|
|
|
9066
|
-
|
|
9067
|
-
|
|
9011
|
+
&.error {
|
|
9012
|
+
color: @darkish-pink;
|
|
9068
9013
|
}
|
|
9069
9014
|
}
|
|
9070
9015
|
}
|
|
9016
|
+
}
|
|
9071
9017
|
|
|
9072
|
-
|
|
9073
|
-
|
|
9074
|
-
|
|
9075
|
-
|
|
9076
|
-
.buttons {
|
|
9077
|
-
text-align: right;
|
|
9018
|
+
.actions-menu {
|
|
9019
|
+
visibility: hidden;
|
|
9020
|
+
}
|
|
9078
9021
|
|
|
9079
|
-
|
|
9080
|
-
|
|
9022
|
+
&.common-table-row {
|
|
9023
|
+
&:hover {
|
|
9024
|
+
.actions-menu {
|
|
9025
|
+
visibility: visible;
|
|
9081
9026
|
}
|
|
9082
9027
|
}
|
|
9028
|
+
}
|
|
9029
|
+
}
|
|
9083
9030
|
|
|
9084
|
-
|
|
9085
|
-
|
|
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
|
-
}
|
|
9031
|
+
.new-api-gateway-wizard {
|
|
9032
|
+
.new-api-gateway-wizard-color-set();
|
|
9105
9033
|
|
|
9106
|
-
|
|
9107
|
-
|
|
9034
|
+
.content-wrapper {
|
|
9035
|
+
.content {
|
|
9036
|
+
.toast-status-panel {
|
|
9037
|
+
max-width: 90vw;
|
|
9038
|
+
margin: 16px auto 20px;
|
|
9039
|
+
}
|
|
9108
9040
|
|
|
9109
|
-
.
|
|
9110
|
-
|
|
9041
|
+
.api-gateway-form {
|
|
9042
|
+
.content-body {
|
|
9043
|
+
margin: 0 auto;
|
|
9044
|
+
height: 400px;
|
|
9045
|
+
display: flex;
|
|
9046
|
+
flex-flow: row nowrap;
|
|
9047
|
+
justify-content: center;
|
|
9048
|
+
align-items: center;
|
|
9111
9049
|
|
|
9112
|
-
|
|
9113
|
-
|
|
9114
|
-
|
|
9115
|
-
|
|
9116
|
-
|
|
9117
|
-
|
|
9118
|
-
|
|
9119
|
-
|
|
9050
|
+
.api-gateway-block {
|
|
9051
|
+
flex: none;
|
|
9052
|
+
position: relative;
|
|
9053
|
+
max-width: 320px;
|
|
9054
|
+
padding: 16px 24px;
|
|
9055
|
+
border: @api-gateway-block-border;
|
|
9056
|
+
border-radius: 2px;
|
|
9057
|
+
background-color: @api-gateway-block-bg-color;
|
|
9058
|
+
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
|
|
9059
|
+
transition: box-shadow .3s ease-in-out 0s;
|
|
9120
9060
|
|
|
9121
|
-
|
|
9122
|
-
|
|
9123
|
-
|
|
9061
|
+
// important for not waiting to animation to finish when removing/promoting canary function
|
|
9062
|
+
// (`ng-leave` and `ng-leave-active` are assigned by the `ng-if` directive when its scope
|
|
9063
|
+
// expression evaluates to a falsy value) see https://docs.angularjs.org/api/ng/directive/ngIf
|
|
9064
|
+
&.ng-leave.ng-leave-active {
|
|
9065
|
+
transition: none 0s 0s;
|
|
9066
|
+
}
|
|
9124
9067
|
|
|
9125
|
-
|
|
9126
|
-
|
|
9127
|
-
padding-left: 17px;
|
|
9068
|
+
&:hover, &:focus-within {
|
|
9069
|
+
box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
|
|
9128
9070
|
}
|
|
9129
9071
|
|
|
9130
|
-
.
|
|
9131
|
-
|
|
9132
|
-
font-
|
|
9072
|
+
.block-title {
|
|
9073
|
+
text-align: center;
|
|
9074
|
+
font-weight: bold;
|
|
9075
|
+
font-size: 16px;
|
|
9076
|
+
color: @api-gateway-block-title-font-color;
|
|
9077
|
+
margin-bottom: 16px;
|
|
9133
9078
|
}
|
|
9134
9079
|
}
|
|
9135
9080
|
|
|
9136
|
-
.
|
|
9137
|
-
|
|
9138
|
-
|
|
9139
|
-
white-space: nowrap;
|
|
9081
|
+
.connector, .connector-split {
|
|
9082
|
+
flex: 1 1 0;
|
|
9083
|
+
border-top: 1px solid @connector-line-stroke-color;
|
|
9140
9084
|
}
|
|
9141
|
-
}
|
|
9142
|
-
}
|
|
9143
|
-
}
|
|
9144
|
-
}
|
|
9145
9085
|
|
|
9146
|
-
|
|
9147
|
-
|
|
9148
|
-
|
|
9086
|
+
.connector-split {
|
|
9087
|
+
border-left: 1px solid @connector-line-stroke-color;
|
|
9088
|
+
border-bottom: 1px solid @connector-line-stroke-color;
|
|
9089
|
+
border-radius: 50px 0 0 50px;
|
|
9090
|
+
height: 280px;
|
|
9091
|
+
}
|
|
9149
9092
|
|
|
9150
|
-
|
|
9151
|
-
|
|
9152
|
-
|
|
9153
|
-
|
|
9154
|
-
|
|
9155
|
-
|
|
9156
|
-
letter-spacing: normal;
|
|
9157
|
-
margin: 11px 0 2px;
|
|
9158
|
-
}
|
|
9093
|
+
.api-gateway-globe {
|
|
9094
|
+
flex: none;
|
|
9095
|
+
width: 128px;
|
|
9096
|
+
height: 128px;
|
|
9097
|
+
background: url('/assets/images/globe.png') center center / cover no-repeat transparent;
|
|
9098
|
+
}
|
|
9159
9099
|
|
|
9160
|
-
|
|
9161
|
-
|
|
9162
|
-
|
|
9163
|
-
|
|
9164
|
-
|
|
9165
|
-
|
|
9166
|
-
color: @dusk-three;
|
|
9167
|
-
}
|
|
9100
|
+
.api-gateway-authentication,
|
|
9101
|
+
.api-gateway-basic-settings {
|
|
9102
|
+
.fields-wrapper {
|
|
9103
|
+
display: flex;
|
|
9104
|
+
flex-flow: column nowrap;
|
|
9105
|
+
justify-content: space-around;
|
|
9168
9106
|
|
|
9169
|
-
|
|
9170
|
-
|
|
9171
|
-
|
|
9172
|
-
|
|
9173
|
-
|
|
9174
|
-
|
|
9107
|
+
.field-wrapper {
|
|
9108
|
+
display: flex;
|
|
9109
|
+
flex-flow: row nowrap;
|
|
9110
|
+
justify-content: space-between;
|
|
9111
|
+
line-height: 36px;
|
|
9112
|
+
margin-top: 16px;
|
|
9175
9113
|
|
|
9176
|
-
|
|
9177
|
-
|
|
9178
|
-
|
|
9179
|
-
|
|
9180
|
-
|
|
9114
|
+
&:first-child {
|
|
9115
|
+
margin-top: 0;
|
|
9116
|
+
}
|
|
9117
|
+
|
|
9118
|
+
.field-label {
|
|
9119
|
+
width: 35%;
|
|
9120
|
+
}
|
|
9121
|
+
|
|
9122
|
+
.field-input {
|
|
9123
|
+
width: 60%;
|
|
9124
|
+
}
|
|
9125
|
+
}
|
|
9126
|
+
}
|
|
9127
|
+
}
|
|
9128
|
+
|
|
9129
|
+
.api-gateway-basic-settings {
|
|
9130
|
+
.end-point-block {
|
|
9131
|
+
margin-top: 8px;
|
|
9132
|
+
|
|
9133
|
+
.end-point-title {
|
|
9134
|
+
font-weight: bold;
|
|
9135
|
+
}
|
|
9136
|
+
|
|
9137
|
+
.end-point-host {
|
|
9138
|
+
display: flex;
|
|
9139
|
+
flex-flow: row nowrap;
|
|
9140
|
+
align-items: center;
|
|
9141
|
+
|
|
9142
|
+
.host {
|
|
9143
|
+
flex: auto;
|
|
9144
|
+
word-break: break-all;
|
|
9145
|
+
max-height: 80px;
|
|
9146
|
+
overflow-y: auto;
|
|
9147
|
+
}
|
|
9148
|
+
|
|
9149
|
+
.copy-to-clipboard {
|
|
9150
|
+
flex: none;
|
|
9151
|
+
}
|
|
9152
|
+
}
|
|
9153
|
+
}
|
|
9154
|
+
}
|
|
9155
|
+
|
|
9156
|
+
.api-gateway-circles {
|
|
9157
|
+
display: flex;
|
|
9158
|
+
flex-flow: column nowrap;
|
|
9159
|
+
justify-content: space-between;
|
|
9160
|
+
align-items: center;
|
|
9161
|
+
position: relative;
|
|
9162
|
+
|
|
9163
|
+
&.only-primary {
|
|
9164
|
+
justify-content: center;
|
|
9165
|
+
}
|
|
9181
9166
|
|
|
9182
|
-
|
|
9183
|
-
|
|
9184
|
-
animation-timing-function: @animation-function;
|
|
9185
|
-
}
|
|
9167
|
+
.api-gateway-block {
|
|
9168
|
+
border-radius: 35px;
|
|
9186
9169
|
|
|
9187
|
-
|
|
9188
|
-
|
|
9189
|
-
border: 2px solid @black;
|
|
9190
|
-
animation-duration: @animation-duration;
|
|
9191
|
-
animation-timing-function: @animation-function;
|
|
9192
|
-
}
|
|
9170
|
+
&.function-circle {
|
|
9171
|
+
width: 320px;
|
|
9193
9172
|
|
|
9194
|
-
|
|
9195
|
-
|
|
9196
|
-
|
|
9197
|
-
|
|
9173
|
+
&.canary-function {
|
|
9174
|
+
.canary-title {
|
|
9175
|
+
margin-top: 20px;
|
|
9176
|
+
margin-bottom: 0;
|
|
9177
|
+
}
|
|
9198
9178
|
|
|
9199
|
-
|
|
9200
|
-
|
|
9201
|
-
|
|
9202
|
-
|
|
9179
|
+
.canary-action-menu {
|
|
9180
|
+
position: absolute;
|
|
9181
|
+
top: 24px;
|
|
9182
|
+
right: 0;
|
|
9183
|
+
}
|
|
9184
|
+
}
|
|
9203
9185
|
|
|
9204
|
-
|
|
9205
|
-
|
|
9206
|
-
padding: 64px 0 0 215px;
|
|
9207
|
-
width: 100%;
|
|
9208
|
-
height: 100%;
|
|
9209
|
-
}
|
|
9186
|
+
.function-name {
|
|
9187
|
+
position: relative;
|
|
9210
9188
|
|
|
9211
|
-
|
|
9212
|
-
|
|
9213
|
-
|
|
9214
|
-
font-weight: bold;
|
|
9215
|
-
font-style: normal;
|
|
9216
|
-
font-stretch: normal;
|
|
9217
|
-
letter-spacing: normal;
|
|
9218
|
-
color: @dusk-three;
|
|
9219
|
-
margin-bottom: 2px;
|
|
9189
|
+
&.percentage-exists {
|
|
9190
|
+
padding-left: 36px;
|
|
9191
|
+
}
|
|
9220
9192
|
|
|
9221
|
-
|
|
9222
|
-
|
|
9223
|
-
|
|
9193
|
+
.percentage {
|
|
9194
|
+
position: absolute;
|
|
9195
|
+
left: -17px;
|
|
9196
|
+
top: -4px;
|
|
9197
|
+
width: 44px;
|
|
9198
|
+
height: 44px;
|
|
9224
9199
|
|
|
9225
|
-
|
|
9226
|
-
|
|
9227
|
-
|
|
9228
|
-
|
|
9200
|
+
.percentage-background {
|
|
9201
|
+
position: absolute;
|
|
9202
|
+
width: 110%;
|
|
9203
|
+
height: 110%;
|
|
9204
|
+
background-color: @api-gateway-percentage-background-color;
|
|
9205
|
+
border-radius: 50% 50% 0 50%;
|
|
9206
|
+
transform: rotate(45deg);
|
|
9207
|
+
}
|
|
9229
9208
|
|
|
9230
|
-
|
|
9231
|
-
|
|
9232
|
-
}
|
|
9209
|
+
&.swap {
|
|
9210
|
+
top: -8px;
|
|
9233
9211
|
|
|
9234
|
-
|
|
9235
|
-
|
|
9212
|
+
.percentage-background {
|
|
9213
|
+
border-radius: 50% 0 50% 50%;
|
|
9214
|
+
transform: rotate(-45deg);
|
|
9215
|
+
}
|
|
9216
|
+
}
|
|
9236
9217
|
|
|
9237
|
-
|
|
9238
|
-
|
|
9239
|
-
|
|
9240
|
-
|
|
9241
|
-
|
|
9218
|
+
.percentage-value {
|
|
9219
|
+
position: absolute;
|
|
9220
|
+
top: 5px;
|
|
9221
|
+
left: 2px;
|
|
9222
|
+
width: 100%;
|
|
9223
|
+
height: 36px;
|
|
9224
|
+
line-height: 36px;
|
|
9225
|
+
text-align: center;
|
|
9226
|
+
color: @api-gateway-percentage-value-font-color;
|
|
9242
9227
|
|
|
9243
|
-
|
|
9244
|
-
|
|
9245
|
-
|
|
9246
|
-
}
|
|
9228
|
+
&:after {
|
|
9229
|
+
content: '%';
|
|
9230
|
+
}
|
|
9231
|
+
}
|
|
9232
|
+
}
|
|
9233
|
+
}
|
|
9247
9234
|
|
|
9235
|
+
.function-name-title {
|
|
9236
|
+
vertical-align: middle;
|
|
9237
|
+
line-height: normal;
|
|
9238
|
+
}
|
|
9239
|
+
}
|
|
9240
|
+
}
|
|
9248
9241
|
|
|
9249
|
-
.
|
|
9250
|
-
|
|
9251
|
-
|
|
9252
|
-
|
|
9253
|
-
|
|
9254
|
-
|
|
9255
|
-
}
|
|
9256
|
-
.tooltip.custom-tooltip {
|
|
9257
|
-
transition-duration: 0s;
|
|
9258
|
-
z-index: 10001;
|
|
9259
|
-
opacity: 1;
|
|
9242
|
+
.create-canary-button {
|
|
9243
|
+
position: absolute;
|
|
9244
|
+
bottom: -40px;
|
|
9245
|
+
.igz-icon-add-round {
|
|
9246
|
+
margin: 0 8px 0 0;
|
|
9247
|
+
}
|
|
9248
|
+
}
|
|
9260
9249
|
|
|
9261
|
-
|
|
9262
|
-
|
|
9263
|
-
|
|
9264
|
-
|
|
9265
|
-
|
|
9266
|
-
|
|
9267
|
-
|
|
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
|
-
}
|
|
9250
|
+
.primary-canary-slider {
|
|
9251
|
+
z-index: 1;
|
|
9252
|
+
height: 175px;
|
|
9253
|
+
width: 100%;
|
|
9254
|
+
display: flex;
|
|
9255
|
+
justify-content: flex-start;
|
|
9256
|
+
margin-left: 20px;
|
|
9274
9257
|
|
|
9275
|
-
|
|
9276
|
-
|
|
9277
|
-
|
|
9258
|
+
.rzslider:not([disabled]).rz-vertical {
|
|
9259
|
+
.rz-bar {
|
|
9260
|
+
background-color: @dark-sky-blue;
|
|
9261
|
+
border-radius: 0;
|
|
9262
|
+
}
|
|
9278
9263
|
|
|
9279
|
-
|
|
9280
|
-
|
|
9281
|
-
|
|
9264
|
+
.rz-pointer {
|
|
9265
|
+
width: 27px;
|
|
9266
|
+
height: 27px;
|
|
9267
|
+
background-color: @white;
|
|
9268
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
|
|
9269
|
+
border-radius: 50%;
|
|
9270
|
+
left: -11px !important;
|
|
9271
|
+
outline: 0 none transparent;
|
|
9282
9272
|
|
|
9283
|
-
|
|
9284
|
-
|
|
9285
|
-
|
|
9286
|
-
|
|
9287
|
-
|
|
9288
|
-
|
|
9289
|
-
|
|
9290
|
-
|
|
9291
|
-
|
|
9292
|
-
|
|
9273
|
+
&::after {
|
|
9274
|
+
top: 11px;
|
|
9275
|
+
left: 11px;
|
|
9276
|
+
width: 5px;
|
|
9277
|
+
height: 5px;
|
|
9278
|
+
}
|
|
9279
|
+
}
|
|
9280
|
+
}
|
|
9281
|
+
}
|
|
9282
|
+
}
|
|
9283
|
+
}
|
|
9284
|
+
}
|
|
9285
|
+
|
|
9286
|
+
.buttons-wrapper {
|
|
9287
|
+
position: relative;
|
|
9288
|
+
width: 100%;
|
|
9289
|
+
margin-top: 32px;
|
|
9290
|
+
}
|
|
9291
|
+
}
|
|
9293
9292
|
}
|
|
9294
9293
|
}
|
|
9294
|
+
|
|
9295
9295
|
.deploy-deleted-function-dialog {
|
|
9296
9296
|
.sub-title {
|
|
9297
9297
|
font-size: 16px;
|
|
@@ -10727,32 +10727,6 @@ ncl-breadcrumbs {
|
|
|
10727
10727
|
}
|
|
10728
10728
|
}
|
|
10729
10729
|
}
|
|
10730
|
-
.ncl-monaco {
|
|
10731
|
-
.ncl-monaco-wrapper {
|
|
10732
|
-
padding-top: 20px;
|
|
10733
|
-
height: 100%;
|
|
10734
|
-
border: 1px solid @pale-grey;
|
|
10735
|
-
background-color: @white;
|
|
10736
|
-
|
|
10737
|
-
&.no-top-padding {
|
|
10738
|
-
padding-top: 0;
|
|
10739
|
-
}
|
|
10740
|
-
|
|
10741
|
-
.ncl-monaco-top-row {
|
|
10742
|
-
display: block;
|
|
10743
|
-
}
|
|
10744
|
-
|
|
10745
|
-
.ncl-monaco-editor {
|
|
10746
|
-
height: 100%;
|
|
10747
|
-
}
|
|
10748
|
-
}
|
|
10749
|
-
|
|
10750
|
-
.ncl-monaco-dark {
|
|
10751
|
-
background-color: @vs-dark;
|
|
10752
|
-
}
|
|
10753
|
-
}
|
|
10754
|
-
|
|
10755
|
-
|
|
10756
10730
|
.ncl-key-value-input {
|
|
10757
10731
|
.input-wrapper {
|
|
10758
10732
|
width: 100%;
|
|
@@ -10957,16 +10931,42 @@ ncl-breadcrumbs {
|
|
|
10957
10931
|
border-radius: 0;
|
|
10958
10932
|
}
|
|
10959
10933
|
|
|
10960
|
-
.default-dropdown-container {
|
|
10961
|
-
z-index: 100;
|
|
10962
|
-
}
|
|
10963
|
-
}
|
|
10964
|
-
}
|
|
10965
|
-
}
|
|
10934
|
+
.default-dropdown-container {
|
|
10935
|
+
z-index: 100;
|
|
10936
|
+
}
|
|
10937
|
+
}
|
|
10938
|
+
}
|
|
10939
|
+
}
|
|
10940
|
+
}
|
|
10941
|
+
}
|
|
10942
|
+
}
|
|
10943
|
+
|
|
10944
|
+
.ncl-monaco {
|
|
10945
|
+
.ncl-monaco-wrapper {
|
|
10946
|
+
padding-top: 20px;
|
|
10947
|
+
height: 100%;
|
|
10948
|
+
border: 1px solid @pale-grey;
|
|
10949
|
+
background-color: @white;
|
|
10950
|
+
|
|
10951
|
+
&.no-top-padding {
|
|
10952
|
+
padding-top: 0;
|
|
10953
|
+
}
|
|
10954
|
+
|
|
10955
|
+
.ncl-monaco-top-row {
|
|
10956
|
+
display: block;
|
|
10957
|
+
}
|
|
10958
|
+
|
|
10959
|
+
.ncl-monaco-editor {
|
|
10960
|
+
height: 100%;
|
|
10966
10961
|
}
|
|
10967
10962
|
}
|
|
10963
|
+
|
|
10964
|
+
.ncl-monaco-dark {
|
|
10965
|
+
background-color: @vs-dark;
|
|
10966
|
+
}
|
|
10968
10967
|
}
|
|
10969
10968
|
|
|
10969
|
+
|
|
10970
10970
|
ncl-navigation-tabs {
|
|
10971
10971
|
.ncl-navigation-tabs-color-set();
|
|
10972
10972
|
|
|
@@ -11421,91 +11421,6 @@ ncl-navigation-tabs {
|
|
|
11421
11421
|
}
|
|
11422
11422
|
}
|
|
11423
11423
|
|
|
11424
|
-
.function-event-wrapper {
|
|
11425
|
-
width: 600px;
|
|
11426
|
-
margin-bottom: -23px;
|
|
11427
|
-
|
|
11428
|
-
.header {
|
|
11429
|
-
display: flex;
|
|
11430
|
-
justify-content: space-between;
|
|
11431
|
-
border-bottom: 1px solid @pale-grey;
|
|
11432
|
-
|
|
11433
|
-
.title {
|
|
11434
|
-
font-size: 18px;
|
|
11435
|
-
}
|
|
11436
|
-
}
|
|
11437
|
-
|
|
11438
|
-
.content {
|
|
11439
|
-
border-bottom: 1px solid @pale-grey;
|
|
11440
|
-
padding: 16px 0 16px 16px;
|
|
11441
|
-
|
|
11442
|
-
.event-form {
|
|
11443
|
-
width: 88%;
|
|
11444
|
-
|
|
11445
|
-
.field-wrapper {
|
|
11446
|
-
display: flex;
|
|
11447
|
-
align-items: center;
|
|
11448
|
-
margin: 15px 0 0 0;
|
|
11449
|
-
|
|
11450
|
-
.field-label {
|
|
11451
|
-
font-size: 16px;
|
|
11452
|
-
margin-right: 10px;
|
|
11453
|
-
width: 195px;
|
|
11454
|
-
}
|
|
11455
|
-
|
|
11456
|
-
.field-content {
|
|
11457
|
-
width: 100%;
|
|
11458
|
-
|
|
11459
|
-
.ncl-monaco {
|
|
11460
|
-
height: 200px;
|
|
11461
|
-
}
|
|
11462
|
-
|
|
11463
|
-
.event-body {
|
|
11464
|
-
font-size: 13px;
|
|
11465
|
-
outline: none;
|
|
11466
|
-
border: 1px solid @pale-grey;
|
|
11467
|
-
resize: none;
|
|
11468
|
-
width: 100%;
|
|
11469
|
-
height: 100px;
|
|
11470
|
-
padding: 5px 5px 5px 16px;
|
|
11471
|
-
}
|
|
11472
|
-
}
|
|
11473
|
-
}
|
|
11474
|
-
}
|
|
11475
|
-
|
|
11476
|
-
.event-error {
|
|
11477
|
-
display: flex;
|
|
11478
|
-
font-size: 13px;
|
|
11479
|
-
align-items: center;
|
|
11480
|
-
justify-content: center;
|
|
11481
|
-
color: @darkish-pink;
|
|
11482
|
-
}
|
|
11483
|
-
}
|
|
11484
|
-
|
|
11485
|
-
.bottom-bar {
|
|
11486
|
-
height: 64px;
|
|
11487
|
-
display: flex;
|
|
11488
|
-
align-items: center;
|
|
11489
|
-
justify-content: flex-end;
|
|
11490
|
-
|
|
11491
|
-
.igz-button-primary {
|
|
11492
|
-
&.disabled {
|
|
11493
|
-
color: rgba(71, 64, 86, 0.24);
|
|
11494
|
-
border-radius: 2px;
|
|
11495
|
-
border: solid 1px #f3f3f6;
|
|
11496
|
-
background-color: #f3f3f6;
|
|
11497
|
-
cursor: default;
|
|
11498
|
-
display: inline-block;
|
|
11499
|
-
|
|
11500
|
-
&:hover {
|
|
11501
|
-
box-shadow: none;
|
|
11502
|
-
border: none;
|
|
11503
|
-
}
|
|
11504
|
-
}
|
|
11505
|
-
}
|
|
11506
|
-
}
|
|
11507
|
-
}
|
|
11508
|
-
|
|
11509
11424
|
.ncl-edit-version-code {
|
|
11510
11425
|
height: 100%;
|
|
11511
11426
|
display: flex;
|
|
@@ -11718,6 +11633,91 @@ ncl-navigation-tabs {
|
|
|
11718
11633
|
}
|
|
11719
11634
|
}
|
|
11720
11635
|
|
|
11636
|
+
.function-event-wrapper {
|
|
11637
|
+
width: 600px;
|
|
11638
|
+
margin-bottom: -23px;
|
|
11639
|
+
|
|
11640
|
+
.header {
|
|
11641
|
+
display: flex;
|
|
11642
|
+
justify-content: space-between;
|
|
11643
|
+
border-bottom: 1px solid @pale-grey;
|
|
11644
|
+
|
|
11645
|
+
.title {
|
|
11646
|
+
font-size: 18px;
|
|
11647
|
+
}
|
|
11648
|
+
}
|
|
11649
|
+
|
|
11650
|
+
.content {
|
|
11651
|
+
border-bottom: 1px solid @pale-grey;
|
|
11652
|
+
padding: 16px 0 16px 16px;
|
|
11653
|
+
|
|
11654
|
+
.event-form {
|
|
11655
|
+
width: 88%;
|
|
11656
|
+
|
|
11657
|
+
.field-wrapper {
|
|
11658
|
+
display: flex;
|
|
11659
|
+
align-items: center;
|
|
11660
|
+
margin: 15px 0 0 0;
|
|
11661
|
+
|
|
11662
|
+
.field-label {
|
|
11663
|
+
font-size: 16px;
|
|
11664
|
+
margin-right: 10px;
|
|
11665
|
+
width: 195px;
|
|
11666
|
+
}
|
|
11667
|
+
|
|
11668
|
+
.field-content {
|
|
11669
|
+
width: 100%;
|
|
11670
|
+
|
|
11671
|
+
.ncl-monaco {
|
|
11672
|
+
height: 200px;
|
|
11673
|
+
}
|
|
11674
|
+
|
|
11675
|
+
.event-body {
|
|
11676
|
+
font-size: 13px;
|
|
11677
|
+
outline: none;
|
|
11678
|
+
border: 1px solid @pale-grey;
|
|
11679
|
+
resize: none;
|
|
11680
|
+
width: 100%;
|
|
11681
|
+
height: 100px;
|
|
11682
|
+
padding: 5px 5px 5px 16px;
|
|
11683
|
+
}
|
|
11684
|
+
}
|
|
11685
|
+
}
|
|
11686
|
+
}
|
|
11687
|
+
|
|
11688
|
+
.event-error {
|
|
11689
|
+
display: flex;
|
|
11690
|
+
font-size: 13px;
|
|
11691
|
+
align-items: center;
|
|
11692
|
+
justify-content: center;
|
|
11693
|
+
color: @darkish-pink;
|
|
11694
|
+
}
|
|
11695
|
+
}
|
|
11696
|
+
|
|
11697
|
+
.bottom-bar {
|
|
11698
|
+
height: 64px;
|
|
11699
|
+
display: flex;
|
|
11700
|
+
align-items: center;
|
|
11701
|
+
justify-content: flex-end;
|
|
11702
|
+
|
|
11703
|
+
.igz-button-primary {
|
|
11704
|
+
&.disabled {
|
|
11705
|
+
color: rgba(71, 64, 86, 0.24);
|
|
11706
|
+
border-radius: 2px;
|
|
11707
|
+
border: solid 1px #f3f3f6;
|
|
11708
|
+
background-color: #f3f3f6;
|
|
11709
|
+
cursor: default;
|
|
11710
|
+
display: inline-block;
|
|
11711
|
+
|
|
11712
|
+
&:hover {
|
|
11713
|
+
box-shadow: none;
|
|
11714
|
+
border: none;
|
|
11715
|
+
}
|
|
11716
|
+
}
|
|
11717
|
+
}
|
|
11718
|
+
}
|
|
11719
|
+
}
|
|
11720
|
+
|
|
11721
11721
|
.ncl-version-configuration {
|
|
11722
11722
|
> .igz-scrollable-container {
|
|
11723
11723
|
padding: 24px 25px 22px 41px;
|
|
@@ -13223,42 +13223,6 @@ ncl-navigation-tabs {
|
|
|
13223
13223
|
}
|
|
13224
13224
|
}
|
|
13225
13225
|
|
|
13226
|
-
.function-from-template-dialog-wrapper {
|
|
13227
|
-
.title {
|
|
13228
|
-
font-size: 20px;
|
|
13229
|
-
font-weight: 500;
|
|
13230
|
-
text-align: left;
|
|
13231
|
-
color: @dusk-three;
|
|
13232
|
-
}
|
|
13233
|
-
|
|
13234
|
-
.main-content {
|
|
13235
|
-
width: 500px;
|
|
13236
|
-
max-height: 500px;
|
|
13237
|
-
|
|
13238
|
-
form {
|
|
13239
|
-
margin: 0 20px 0 0;
|
|
13240
|
-
|
|
13241
|
-
.field-label {
|
|
13242
|
-
font-size: 14px;
|
|
13243
|
-
text-align: left;
|
|
13244
|
-
color: @dusk-three;
|
|
13245
|
-
}
|
|
13246
|
-
|
|
13247
|
-
.validating-input-field {
|
|
13248
|
-
.input-field {
|
|
13249
|
-
padding: 0 10px 0 17px;
|
|
13250
|
-
}
|
|
13251
|
-
|
|
13252
|
-
.input-placeholder {
|
|
13253
|
-
left: 18px;
|
|
13254
|
-
font-style: italic;
|
|
13255
|
-
font-size: 14px;
|
|
13256
|
-
}
|
|
13257
|
-
}
|
|
13258
|
-
}
|
|
13259
|
-
}
|
|
13260
|
-
}
|
|
13261
|
-
|
|
13262
13226
|
.ncl-test-events-logs {
|
|
13263
13227
|
padding: 6px 17px 25px;
|
|
13264
13228
|
background-color: @white;
|
|
@@ -13488,6 +13452,42 @@ ncl-navigation-tabs {
|
|
|
13488
13452
|
text-align: center;
|
|
13489
13453
|
}
|
|
13490
13454
|
}
|
|
13455
|
+
.function-from-template-dialog-wrapper {
|
|
13456
|
+
.title {
|
|
13457
|
+
font-size: 20px;
|
|
13458
|
+
font-weight: 500;
|
|
13459
|
+
text-align: left;
|
|
13460
|
+
color: @dusk-three;
|
|
13461
|
+
}
|
|
13462
|
+
|
|
13463
|
+
.main-content {
|
|
13464
|
+
width: 500px;
|
|
13465
|
+
max-height: 500px;
|
|
13466
|
+
|
|
13467
|
+
form {
|
|
13468
|
+
margin: 0 20px 0 0;
|
|
13469
|
+
|
|
13470
|
+
.field-label {
|
|
13471
|
+
font-size: 14px;
|
|
13472
|
+
text-align: left;
|
|
13473
|
+
color: @dusk-three;
|
|
13474
|
+
}
|
|
13475
|
+
|
|
13476
|
+
.validating-input-field {
|
|
13477
|
+
.input-field {
|
|
13478
|
+
padding: 0 10px 0 17px;
|
|
13479
|
+
}
|
|
13480
|
+
|
|
13481
|
+
.input-placeholder {
|
|
13482
|
+
left: 18px;
|
|
13483
|
+
font-style: italic;
|
|
13484
|
+
font-size: 14px;
|
|
13485
|
+
}
|
|
13486
|
+
}
|
|
13487
|
+
}
|
|
13488
|
+
}
|
|
13489
|
+
}
|
|
13490
|
+
|
|
13491
13491
|
.ncl-test-events-navigation-tabs {
|
|
13492
13492
|
display: flex;
|
|
13493
13493
|
background: #f8f8fb;
|