iguazio.dashboard-controls 1.2.12 → 1.2.13

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.
@@ -3809,27 +3809,6 @@ 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
- }
3833
3812
  /*
3834
3813
  == malihu jquery custom scrollbar plugin ==
3835
3814
  Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
@@ -5552,6 +5531,27 @@ yx-axis
5552
5531
 
5553
5532
  /* ---------------------------------------- */
5554
5533
 
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
 
@@ -8104,83 +8104,6 @@ yx-axis
8104
8104
  }
8105
8105
  }
8106
8106
 
8107
- .ngdialog.text-edit {
8108
- .text-edit-color-set();
8109
-
8110
- .ngdialog-content {
8111
- padding: 0;
8112
- width: 1000px;
8113
- height: 678px;
8114
-
8115
- .text-preview-directive-wrapper {
8116
- .title {
8117
- margin: 25px 0 0 24px;
8118
- padding: 0 70px 0 0;
8119
- }
8120
-
8121
- .close-button {
8122
- position: absolute;
8123
- top: 24px;
8124
- right: 24px;
8125
- font-size: 18px;
8126
- color: @close-btn-color;
8127
- }
8128
-
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
8107
  .splash-screen {
8185
8108
  .splash-screen-color-set();
8186
8109
 
@@ -8288,6 +8211,83 @@ yx-axis
8288
8211
  }
8289
8212
  }
8290
8213
  }
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
- .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
- }
8692
+ .ncl-api-gateway-row {
8693
+ .common-table-cells-container {
8694
+ .common-table-cell {
8695
+ &.status {
8696
+ text-transform: capitalize;
8701
8697
 
8702
- .ncl-secondary-button {
8703
- vertical-align: top;
8704
- position: relative;
8705
- }
8698
+ &.ready {
8699
+ color: @tealish;
8700
+ }
8706
8701
 
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;
8702
+ // just in case - for now these statuses will not be shown because there will be a loader
8703
+ &.provisioning, &.waitingForProvisioning {
8704
+ color: @pale-orange;
8705
+ }
8716
8706
 
8717
- &:hover {
8718
- color: .duskThree(1)[@color];
8707
+ &.error {
8708
+ color: @darkish-pink;
8709
+ }
8710
+ }
8711
+ }
8719
8712
  }
8720
- }
8721
8713
 
8722
- .ncl-new-entity-button {
8723
- display: inline-block;
8724
- vertical-align: top;
8725
- position: relative;
8726
- margin-left: 15px;
8727
- }
8714
+ .actions-menu {
8715
+ visibility: hidden;
8716
+ }
8728
8717
 
8729
- .ngdialog {
8730
- z-index: 10000;
8718
+ &.common-table-row {
8719
+ &:hover {
8720
+ .actions-menu {
8721
+ visibility: visible;
8722
+ }
8723
+ }
8724
+ }
8731
8725
  }
8732
8726
 
8733
- .ngdialog-theme-nuclio {
8734
- @animation-duration: 0.2s;
8735
- @animation-function: ease;
8736
- display: flex;
8737
- height: 100%;
8738
- padding: 0 50px;
8739
- min-width: 500px;
8740
- align-items: center;
8741
- justify-content: center;
8742
-
8743
- .ngdialog-content {
8744
- box-shadow: 0 10px 20px 0 .black(0.25)[@color];
8745
- animation-duration: @animation-duration;
8746
- animation-timing-function: @animation-function;
8747
- font-family: @font-family-sans-serif;
8748
- font-size: 16px;
8749
- border-radius: 2px;
8750
- max-width: 900px;
8751
- background-color: @white;
8752
- z-index: 5;
8753
- position: relative;
8754
- padding: 19px 24px 23px 24px;
8727
+ .new-api-gateway-wizard {
8728
+ .new-api-gateway-wizard-color-set();
8755
8729
 
8756
- /*
8757
- * Confirms, alerts
8758
- */
8759
- .notification-text {
8760
- margin: 30px 30px 0 0;
8761
- max-height: 70vh;
8762
- overflow: auto;
8730
+ .content-wrapper {
8731
+ .content {
8732
+ .toast-status-panel {
8733
+ max-width: 90vw;
8734
+ margin: 16px auto 20px;
8735
+ }
8763
8736
 
8764
- .error-list {
8765
- list-style-type: none;
8737
+ .api-gateway-form {
8738
+ .content-body {
8739
+ margin: 0 auto;
8740
+ height: 400px;
8741
+ display: flex;
8742
+ flex-flow: row nowrap;
8743
+ justify-content: center;
8744
+ align-items: center;
8766
8745
 
8767
- .error-list-item {
8768
- margin-bottom: 5px;
8769
- }
8770
- }
8771
- }
8746
+ .api-gateway-block {
8747
+ flex: none;
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;
8772
8756
 
8773
- .notification-text.description {
8774
- margin: 10px 30px;
8775
- }
8757
+ // important for not waiting to animation to finish when removing/promoting canary function
8758
+ // (`ng-leave` and `ng-leave-active` are assigned by the `ng-if` directive when its scope
8759
+ // expression evaluates to a falsy value) see https://docs.angularjs.org/api/ng/directive/ngIf
8760
+ &.ng-leave.ng-leave-active {
8761
+ transition: none 0s 0s;
8762
+ }
8776
8763
 
8777
- .buttons {
8778
- text-align: right;
8764
+ &:hover, &:focus-within {
8765
+ box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
8766
+ }
8779
8767
 
8780
- button:not(:first-child) {
8781
- margin-left: 8px;
8782
- }
8783
- }
8768
+ .block-title {
8769
+ text-align: center;
8770
+ font-weight: bold;
8771
+ font-size: 16px;
8772
+ color: @api-gateway-block-title-font-color;
8773
+ margin-bottom: 16px;
8774
+ }
8775
+ }
8784
8776
 
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
- }
8777
+ .connector, .connector-split {
8778
+ flex: 1 1 0;
8779
+ border-top: 1px solid @connector-line-stroke-color;
8780
+ }
8797
8781
 
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
- }
8782
+ .connector-split {
8783
+ border-left: 1px solid @connector-line-stroke-color;
8784
+ border-bottom: 1px solid @connector-line-stroke-color;
8785
+ border-radius: 50px 0 0 50px;
8786
+ height: 280px;
8787
+ }
8806
8788
 
8807
- .main-content {
8808
- margin: 0 0 4px;
8789
+ .api-gateway-globe {
8790
+ flex: none;
8791
+ width: 128px;
8792
+ height: 128px;
8793
+ background: url('/assets/images/globe.png') center center / cover no-repeat transparent;
8794
+ }
8809
8795
 
8810
- .field-group {
8811
- padding: 0 0 20px;
8796
+ .api-gateway-authentication,
8797
+ .api-gateway-basic-settings {
8798
+ .fields-wrapper {
8799
+ display: flex;
8800
+ flex-flow: column nowrap;
8801
+ justify-content: space-around;
8812
8802
 
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
- }
8803
+ .field-wrapper {
8804
+ display: flex;
8805
+ flex-flow: row nowrap;
8806
+ justify-content: space-between;
8807
+ line-height: 36px;
8808
+ margin-top: 16px;
8821
8809
 
8822
- .field-input {
8823
- position: relative;
8824
- width: 400px;
8810
+ &:first-child {
8811
+ margin-top: 0;
8812
+ }
8825
8813
 
8826
- .validating-input-field {
8827
- .input-field {
8828
- padding-left: 17px;
8829
- }
8814
+ .field-label {
8815
+ width: 35%;
8816
+ }
8830
8817
 
8831
- .input-placeholder {
8832
- left: 18px;
8833
- font-style: italic;
8818
+ .field-input {
8819
+ width: 60%;
8820
+ }
8821
+ }
8834
8822
  }
8835
8823
  }
8836
8824
 
8837
- .error {
8838
- color: @darkish-pink;
8839
- font-size: 12px;
8840
- white-space: nowrap;
8841
- }
8842
- }
8843
- }
8844
- }
8845
- }
8846
-
8847
- &.delete-entity-dialog-wrapper {
8848
- .ngdialog-content {
8849
- padding: 30px 24px 23px 24px;
8850
-
8851
- .notification-text.title {
8852
- text-align: center;
8853
- padding-right: 0;
8854
- color: @darkish-pink;
8855
- font-size: 20px;
8856
- font-weight: 500;
8857
- letter-spacing: normal;
8858
- margin: 11px 0 2px;
8859
- }
8825
+ .api-gateway-basic-settings {
8826
+ .end-point-block {
8827
+ margin-top: 8px;
8860
8828
 
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
- }
8829
+ .end-point-title {
8830
+ font-weight: bold;
8831
+ }
8869
8832
 
8870
- .nuclio-alert-icon {
8871
- background: url('/assets/images/ic-alert-message.svg');
8872
- height: 29px;
8873
- width: 34px;
8874
- margin: 0 auto;
8875
- }
8833
+ .end-point-host {
8834
+ display: flex;
8835
+ flex-flow: row nowrap;
8836
+ align-items: center;
8876
8837
 
8877
- .buttons {
8878
- margin-top: 30px;
8879
- }
8880
- }
8881
- }
8838
+ .host {
8839
+ flex: auto;
8840
+ word-break: break-all;
8841
+ max-height: 80px;
8842
+ overflow-y: auto;
8843
+ }
8882
8844
 
8883
- &.ngdialog.ngdialog-closing .ngdialog-content {
8884
- animation-duration: @animation-duration;
8885
- animation-timing-function: @animation-function;
8886
- }
8845
+ .copy-to-clipboard {
8846
+ flex: none;
8847
+ }
8848
+ }
8849
+ }
8850
+ }
8887
8851
 
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
- }
8852
+ .api-gateway-circles {
8853
+ display: flex;
8854
+ flex-flow: column nowrap;
8855
+ justify-content: space-between;
8856
+ align-items: center;
8857
+ position: relative;
8894
8858
 
8895
- &.ngdialog.ngdialog-closing .ngdialog-overlay {
8896
- animation-duration: @animation-duration;
8897
- animation-timing-function: @animation-function;
8898
- }
8859
+ &.only-primary {
8860
+ justify-content: center;
8861
+ }
8899
8862
 
8900
- &.ngdialog.ng-login-modal .ngdialog-content {
8901
- padding: 0;
8902
- }
8903
- }
8863
+ .api-gateway-block {
8864
+ border-radius: 35px;
8904
8865
 
8905
- body {
8906
- .ncl-main-wrapper {
8907
- padding: 64px 0 0 215px;
8908
- width: 100%;
8909
- height: 100%;
8910
- }
8866
+ &.function-circle {
8867
+ width: 320px;
8911
8868
 
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;
8869
+ &.canary-function {
8870
+ .canary-title {
8871
+ margin-top: 20px;
8872
+ margin-bottom: 0;
8873
+ }
8921
8874
 
8922
- .key-header {
8923
- width: 34%;
8924
- margin-left: 16px;
8875
+ .canary-action-menu {
8876
+ position: absolute;
8877
+ top: 24px;
8878
+ right: 0;
8879
+ }
8880
+ }
8925
8881
 
8926
- &:not(.use-type) {
8927
- width: 36%;
8928
- }
8929
- }
8882
+ .function-name {
8883
+ position: relative;
8930
8884
 
8931
- .type-header {
8932
- width: 12%;
8933
- }
8885
+ &.percentage-exists {
8886
+ padding-left: 36px;
8887
+ }
8934
8888
 
8935
- .value-header {
8936
- width: 52%;
8889
+ .percentage {
8890
+ position: absolute;
8891
+ left: -17px;
8892
+ top: -4px;
8893
+ width: 44px;
8894
+ height: 44px;
8937
8895
 
8938
- &:not(.use-type) {
8939
- width: 61%;
8940
- }
8941
- }
8942
- }
8896
+ .percentage-background {
8897
+ position: absolute;
8898
+ width: 110%;
8899
+ height: 110%;
8900
+ background-color: @api-gateway-percentage-background-color;
8901
+ border-radius: 50% 50% 0 50%;
8902
+ transform: rotate(45deg);
8903
+ }
8943
8904
 
8944
- .table-body:not(:last-child) {
8945
- margin-bottom: 5px;
8946
- }
8947
- }
8905
+ &.swap {
8906
+ top: -8px;
8948
8907
 
8908
+ .percentage-background {
8909
+ border-radius: 50% 0 50% 50%;
8910
+ transform: rotate(-45deg);
8911
+ }
8912
+ }
8949
8913
 
8950
- .logs-common {
8951
- font-family: "Source Code Pro", "Courier New", monospace;
8952
- font-size: 14px;
8953
- line-height: 1.1;
8954
- text-align: left;
8955
- white-space: pre-wrap;
8956
- }
8957
- .tooltip.custom-tooltip {
8958
- transition-duration: 0s;
8959
- z-index: 10001;
8960
- opacity: 1;
8914
+ .percentage-value {
8915
+ position: absolute;
8916
+ top: 5px;
8917
+ left: 2px;
8918
+ width: 100%;
8919
+ height: 36px;
8920
+ line-height: 36px;
8921
+ text-align: center;
8922
+ color: @api-gateway-percentage-value-font-color;
8961
8923
 
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
- }
8924
+ &:after {
8925
+ content: '%';
8926
+ }
8927
+ }
8928
+ }
8929
+ }
8975
8930
 
8976
- &.bottom {
8977
- margin-top: 8px;
8978
- }
8931
+ .function-name-title {
8932
+ vertical-align: middle;
8933
+ line-height: normal;
8934
+ }
8935
+ }
8936
+ }
8979
8937
 
8980
- &.top {
8981
- margin-top: 4px;
8982
- }
8938
+ .create-canary-button {
8939
+ position: absolute;
8940
+ bottom: -40px;
8941
+ .igz-icon-add-round {
8942
+ margin: 0 8px 0 0;
8943
+ }
8944
+ }
8983
8945
 
8984
- .tooltip-inner {
8985
- background-color: @white;
8986
- color: @dusk-three;
8987
- border-radius: 2px;
8988
- font-size: 14px;
8989
- word-wrap: break-word;
8990
- max-width: 280px;
8991
- padding: 29px 30px;
8992
- box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
8993
- border: solid 1px @pale-grey;
8994
- }
8995
- }
8996
- .ncl-api-gateway-row {
8997
- .common-table-cells-container {
8998
- .common-table-cell {
8999
- &.status {
9000
- text-transform: capitalize;
8946
+ .primary-canary-slider {
8947
+ z-index: 1;
8948
+ height: 175px;
8949
+ width: 100%;
8950
+ display: flex;
8951
+ justify-content: flex-start;
8952
+ margin-left: 20px;
9001
8953
 
9002
- &.ready {
9003
- color: @tealish;
9004
- }
8954
+ .rzslider:not([disabled]).rz-vertical {
8955
+ .rz-bar {
8956
+ background-color: @dark-sky-blue;
8957
+ border-radius: 0;
8958
+ }
9005
8959
 
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
- }
8960
+ .rz-pointer {
8961
+ width: 27px;
8962
+ height: 27px;
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;
9010
8968
 
9011
- &.error {
9012
- color: @darkish-pink;
8969
+ &::after {
8970
+ top: 11px;
8971
+ left: 11px;
8972
+ width: 5px;
8973
+ height: 5px;
8974
+ }
8975
+ }
8976
+ }
8977
+ }
8978
+ }
9013
8979
  }
9014
8980
  }
9015
- }
9016
- }
9017
-
9018
- .actions-menu {
9019
- visibility: hidden;
9020
- }
9021
8981
 
9022
- &.common-table-row {
9023
- &:hover {
9024
- .actions-menu {
9025
- visibility: visible;
8982
+ .buttons-wrapper {
8983
+ position: relative;
8984
+ width: 100%;
8985
+ margin-top: 32px;
9026
8986
  }
9027
8987
  }
9028
8988
  }
9029
8989
  }
9030
8990
 
9031
- .new-api-gateway-wizard {
9032
- .new-api-gateway-wizard-color-set();
8991
+ .igz-info-page-actions-bar {
8992
+ .actions-buttons-block {
8993
+ margin-top: 3px;
8994
+ margin-right: 17px;
8995
+ }
8996
+ }
8997
+ .ncl-primary-button {
8998
+ margin-left: 9px;
8999
+ }
9033
9000
 
9034
- .content-wrapper {
9035
- .content {
9036
- .toast-status-panel {
9037
- max-width: 90vw;
9038
- margin: 16px auto 20px;
9039
- }
9001
+ .ncl-secondary-button {
9002
+ vertical-align: top;
9003
+ position: relative;
9004
+ }
9040
9005
 
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;
9006
+ .btn-close {
9007
+ color: .duskThree(0.64)[@color];
9008
+ right: 0;
9009
+ position: absolute;
9010
+ margin-top: 6px;
9011
+ margin-right: 24px;
9012
+ font-size: 14px;
9013
+ line-height: 14px;
9014
+ z-index: 11;
9049
9015
 
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;
9016
+ &:hover {
9017
+ color: .duskThree(1)[@color];
9018
+ }
9019
+ }
9060
9020
 
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
- }
9021
+ .ncl-new-entity-button {
9022
+ display: inline-block;
9023
+ vertical-align: top;
9024
+ position: relative;
9025
+ margin-left: 15px;
9026
+ }
9067
9027
 
9068
- &:hover, &:focus-within {
9069
- box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
9070
- }
9028
+ .ngdialog {
9029
+ z-index: 10000;
9030
+ }
9071
9031
 
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;
9078
- }
9079
- }
9032
+ .ngdialog-theme-nuclio {
9033
+ @animation-duration: 0.2s;
9034
+ @animation-function: ease;
9035
+ display: flex;
9036
+ height: 100%;
9037
+ padding: 0 50px;
9038
+ min-width: 500px;
9039
+ align-items: center;
9040
+ justify-content: center;
9080
9041
 
9081
- .connector, .connector-split {
9082
- flex: 1 1 0;
9083
- border-top: 1px solid @connector-line-stroke-color;
9084
- }
9042
+ .ngdialog-content {
9043
+ box-shadow: 0 10px 20px 0 .black(0.25)[@color];
9044
+ animation-duration: @animation-duration;
9045
+ animation-timing-function: @animation-function;
9046
+ font-family: @font-family-sans-serif;
9047
+ font-size: 16px;
9048
+ border-radius: 2px;
9049
+ max-width: 900px;
9050
+ background-color: @white;
9051
+ z-index: 5;
9052
+ position: relative;
9053
+ padding: 19px 24px 23px 24px;
9085
9054
 
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
- }
9055
+ /*
9056
+ * Confirms, alerts
9057
+ */
9058
+ .notification-text {
9059
+ margin: 30px 30px 0 0;
9060
+ max-height: 70vh;
9061
+ overflow: auto;
9092
9062
 
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
- }
9063
+ .error-list {
9064
+ list-style-type: none;
9099
9065
 
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;
9066
+ .error-list-item {
9067
+ margin-bottom: 5px;
9068
+ }
9069
+ }
9070
+ }
9106
9071
 
9107
- .field-wrapper {
9108
- display: flex;
9109
- flex-flow: row nowrap;
9110
- justify-content: space-between;
9111
- line-height: 36px;
9112
- margin-top: 16px;
9072
+ .notification-text.description {
9073
+ margin: 10px 30px;
9074
+ }
9113
9075
 
9114
- &:first-child {
9115
- margin-top: 0;
9116
- }
9076
+ .buttons {
9077
+ text-align: right;
9117
9078
 
9118
- .field-label {
9119
- width: 35%;
9120
- }
9079
+ button:not(:first-child) {
9080
+ margin-left: 8px;
9081
+ }
9082
+ }
9121
9083
 
9122
- .field-input {
9123
- width: 60%;
9124
- }
9125
- }
9126
- }
9127
- }
9084
+ /*
9085
+ * Create/edit dialogs
9086
+ */
9087
+ .close-button {
9088
+ position: absolute;
9089
+ right: 24px;
9090
+ top: 26px;
9091
+ line-height: 10px;
9092
+ font-size: 14px;
9093
+ color: .duskThree(0.64)[@color];
9094
+ cursor: pointer;
9095
+ }
9128
9096
 
9129
- .api-gateway-basic-settings {
9130
- .end-point-block {
9131
- margin-top: 8px;
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
+ }
9132
9105
 
9133
- .end-point-title {
9134
- font-weight: bold;
9135
- }
9106
+ .main-content {
9107
+ margin: 0 0 4px;
9136
9108
 
9137
- .end-point-host {
9138
- display: flex;
9139
- flex-flow: row nowrap;
9140
- align-items: center;
9109
+ .field-group {
9110
+ padding: 0 0 20px;
9141
9111
 
9142
- .host {
9143
- flex: auto;
9144
- word-break: break-all;
9145
- max-height: 80px;
9146
- overflow-y: auto;
9147
- }
9112
+ .field-label {
9113
+ color: @dusk-three;
9114
+ font-size: 14px;
9115
+ font-weight: 500;
9116
+ padding: 0;
9117
+ min-width: 50px;
9118
+ margin: 0 0 2px;
9119
+ }
9148
9120
 
9149
- .copy-to-clipboard {
9150
- flex: none;
9151
- }
9152
- }
9121
+ .field-input {
9122
+ position: relative;
9123
+ width: 400px;
9124
+
9125
+ .validating-input-field {
9126
+ .input-field {
9127
+ padding-left: 17px;
9128
+ }
9129
+
9130
+ .input-placeholder {
9131
+ left: 18px;
9132
+ font-style: italic;
9153
9133
  }
9154
9134
  }
9155
9135
 
9156
- .api-gateway-circles {
9157
- display: flex;
9158
- flex-flow: column nowrap;
9159
- justify-content: space-between;
9160
- align-items: center;
9161
- position: relative;
9136
+ .error {
9137
+ color: @darkish-pink;
9138
+ font-size: 12px;
9139
+ white-space: nowrap;
9140
+ }
9141
+ }
9142
+ }
9143
+ }
9144
+ }
9145
+
9146
+ &.delete-entity-dialog-wrapper {
9147
+ .ngdialog-content {
9148
+ padding: 30px 24px 23px 24px;
9149
+
9150
+ .notification-text.title {
9151
+ text-align: center;
9152
+ padding-right: 0;
9153
+ color: @darkish-pink;
9154
+ font-size: 20px;
9155
+ font-weight: 500;
9156
+ letter-spacing: normal;
9157
+ margin: 11px 0 2px;
9158
+ }
9162
9159
 
9163
- &.only-primary {
9164
- justify-content: center;
9165
- }
9160
+ .notification-text.description {
9161
+ text-align: center;
9162
+ margin: 0 37px;
9163
+ font-size: 16px;
9164
+ font-weight: normal;
9165
+ letter-spacing: normal;
9166
+ color: @dusk-three;
9167
+ }
9166
9168
 
9167
- .api-gateway-block {
9168
- border-radius: 35px;
9169
+ .nuclio-alert-icon {
9170
+ background: url('/assets/images/ic-alert-message.svg');
9171
+ height: 29px;
9172
+ width: 34px;
9173
+ margin: 0 auto;
9174
+ }
9169
9175
 
9170
- &.function-circle {
9171
- width: 320px;
9176
+ .buttons {
9177
+ margin-top: 30px;
9178
+ }
9179
+ }
9180
+ }
9172
9181
 
9173
- &.canary-function {
9174
- .canary-title {
9175
- margin-top: 20px;
9176
- margin-bottom: 0;
9177
- }
9182
+ &.ngdialog.ngdialog-closing .ngdialog-content {
9183
+ animation-duration: @animation-duration;
9184
+ animation-timing-function: @animation-function;
9185
+ }
9178
9186
 
9179
- .canary-action-menu {
9180
- position: absolute;
9181
- top: 24px;
9182
- right: 0;
9183
- }
9184
- }
9187
+ .ngdialog-overlay {
9188
+ background: .black(0.6)[@color];
9189
+ border: 2px solid @black;
9190
+ animation-duration: @animation-duration;
9191
+ animation-timing-function: @animation-function;
9192
+ }
9185
9193
 
9186
- .function-name {
9187
- position: relative;
9194
+ &.ngdialog.ngdialog-closing .ngdialog-overlay {
9195
+ animation-duration: @animation-duration;
9196
+ animation-timing-function: @animation-function;
9197
+ }
9188
9198
 
9189
- &.percentage-exists {
9190
- padding-left: 36px;
9191
- }
9199
+ &.ngdialog.ng-login-modal .ngdialog-content {
9200
+ padding: 0;
9201
+ }
9202
+ }
9192
9203
 
9193
- .percentage {
9194
- position: absolute;
9195
- left: -17px;
9196
- top: -4px;
9197
- width: 44px;
9198
- height: 44px;
9204
+ body {
9205
+ .ncl-main-wrapper {
9206
+ padding: 64px 0 0 215px;
9207
+ width: 100%;
9208
+ height: 100%;
9209
+ }
9199
9210
 
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
- }
9211
+ .table-headers {
9212
+ display: flex;
9213
+ font-size: 14px;
9214
+ font-weight: bold;
9215
+ font-style: normal;
9216
+ font-stretch: normal;
9217
+ letter-spacing: normal;
9218
+ color: @dusk-three;
9219
+ margin-bottom: 2px;
9208
9220
 
9209
- &.swap {
9210
- top: -8px;
9221
+ .key-header {
9222
+ width: 34%;
9223
+ margin-left: 16px;
9211
9224
 
9212
- .percentage-background {
9213
- border-radius: 50% 0 50% 50%;
9214
- transform: rotate(-45deg);
9215
- }
9216
- }
9225
+ &:not(.use-type) {
9226
+ width: 36%;
9227
+ }
9228
+ }
9217
9229
 
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;
9230
+ .type-header {
9231
+ width: 12%;
9232
+ }
9227
9233
 
9228
- &:after {
9229
- content: '%';
9230
- }
9231
- }
9232
- }
9233
- }
9234
+ .value-header {
9235
+ width: 52%;
9234
9236
 
9235
- .function-name-title {
9236
- vertical-align: middle;
9237
- line-height: normal;
9238
- }
9239
- }
9240
- }
9237
+ &:not(.use-type) {
9238
+ width: 61%;
9239
+ }
9240
+ }
9241
+ }
9241
9242
 
9242
- .create-canary-button {
9243
- position: absolute;
9244
- bottom: -40px;
9245
- .igz-icon-add-round {
9246
- margin: 0 8px 0 0;
9247
- }
9248
- }
9243
+ .table-body:not(:last-child) {
9244
+ margin-bottom: 5px;
9245
+ }
9246
+ }
9249
9247
 
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;
9257
9248
 
9258
- .rzslider:not([disabled]).rz-vertical {
9259
- .rz-bar {
9260
- background-color: @dark-sky-blue;
9261
- border-radius: 0;
9262
- }
9249
+ .logs-common {
9250
+ font-family: "Source Code Pro", "Courier New", monospace;
9251
+ font-size: 14px;
9252
+ line-height: 1.1;
9253
+ text-align: left;
9254
+ white-space: pre-wrap;
9255
+ }
9256
+ .tooltip.custom-tooltip {
9257
+ transition-duration: 0s;
9258
+ z-index: 10001;
9259
+ opacity: 1;
9263
9260
 
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;
9261
+ .tooltip-arrow {
9262
+ display: block;
9263
+ margin-left: 0;
9264
+ position: absolute;
9265
+ top: -1px;
9266
+ width: 13px;
9267
+ height: 13px;
9268
+ transform: rotate(226deg);
9269
+ border-right: 1px solid @pale-grey;
9270
+ border-bottom: 1px solid @pale-grey;
9271
+ border-width: 1px;
9272
+ background-color: @white;
9273
+ }
9272
9274
 
9273
- &::after {
9274
- top: 11px;
9275
- left: 11px;
9276
- width: 5px;
9277
- height: 5px;
9278
- }
9279
- }
9280
- }
9281
- }
9282
- }
9283
- }
9284
- }
9275
+ &.bottom {
9276
+ margin-top: 8px;
9277
+ }
9285
9278
 
9286
- .buttons-wrapper {
9287
- position: relative;
9288
- width: 100%;
9289
- margin-top: 32px;
9290
- }
9291
- }
9279
+ &.top {
9280
+ margin-top: 4px;
9292
9281
  }
9293
- }
9294
9282
 
9283
+ .tooltip-inner {
9284
+ background-color: @white;
9285
+ color: @dusk-three;
9286
+ border-radius: 2px;
9287
+ font-size: 14px;
9288
+ word-wrap: break-word;
9289
+ max-width: 280px;
9290
+ padding: 29px 30px;
9291
+ box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
9292
+ border: solid 1px @pale-grey;
9293
+ }
9294
+ }
9295
9295
  .deploy-deleted-function-dialog {
9296
9296
  .sub-title {
9297
9297
  font-size: 16px;
@@ -9472,21 +9472,6 @@ body {
9472
9472
  }
9473
9473
  }
9474
9474
 
9475
- .override-function-dialog {
9476
- .sub-title {
9477
- font-size: 16px;
9478
- color: @silver-chalice-two;
9479
- }
9480
-
9481
- .buttons {
9482
- display: flex;
9483
-
9484
- .function-redirect-button {
9485
- margin-right: auto;
9486
- }
9487
- }
9488
- }
9489
-
9490
9475
  .ncl-edit-version {
9491
9476
  background: #f2f2f6;
9492
9477
  position: relative;
@@ -9745,6 +9730,21 @@ body {
9745
9730
  }
9746
9731
  }
9747
9732
 
9733
+ .override-function-dialog {
9734
+ .sub-title {
9735
+ font-size: 16px;
9736
+ color: @silver-chalice-two;
9737
+ }
9738
+
9739
+ .buttons {
9740
+ display: flex;
9741
+
9742
+ .function-redirect-button {
9743
+ margin-right: auto;
9744
+ }
9745
+ }
9746
+ }
9747
+
9748
9748
  // Style rules for actions bar
9749
9749
  .border-top > .igz-info-page-actions-bar {
9750
9750
  .info-page-actions-bar-color-set();
@@ -10448,6 +10448,44 @@ ncl-breadcrumbs {
10448
10448
  }
10449
10449
  }
10450
10450
 
10451
+ .ncl-deploy-log-wrapper {
10452
+ .log-panel {
10453
+ .logs-common();
10454
+ background-color: @dark-grey;
10455
+ color: @light-grey-three;
10456
+ padding: 5px;
10457
+ margin: 21px 0 0 4px;
10458
+ min-height: 280px;
10459
+ max-height: 280px;
10460
+ height: 280px;
10461
+
10462
+ .log-entry {
10463
+ .log-entry-time {
10464
+ color: @solid-grey;
10465
+ }
10466
+
10467
+ .log-entry-level-debug{
10468
+ color: @dusty-blue;
10469
+ }
10470
+
10471
+ .log-entry-level-info {
10472
+ color: @cloudy-blue;
10473
+ }
10474
+
10475
+ .log-entry-level-warn{
10476
+ color: @sunflower-yellow;
10477
+ }
10478
+
10479
+ .log-entry-level-error {
10480
+ color: @darkish-pink;
10481
+ }
10482
+
10483
+ .log-entry-message {
10484
+ font-weight: 600;
10485
+ }
10486
+ }
10487
+ }
10488
+ }
10451
10489
  .ncl-collapsing-row {
10452
10490
  margin-bottom: 9px;
10453
10491
 
@@ -10571,44 +10609,6 @@ ncl-breadcrumbs {
10571
10609
  }
10572
10610
  }
10573
10611
 
10574
- .ncl-deploy-log-wrapper {
10575
- .log-panel {
10576
- .logs-common();
10577
- background-color: @dark-grey;
10578
- color: @light-grey-three;
10579
- padding: 5px;
10580
- margin: 21px 0 0 4px;
10581
- min-height: 280px;
10582
- max-height: 280px;
10583
- height: 280px;
10584
-
10585
- .log-entry {
10586
- .log-entry-time {
10587
- color: @solid-grey;
10588
- }
10589
-
10590
- .log-entry-level-debug{
10591
- color: @dusty-blue;
10592
- }
10593
-
10594
- .log-entry-level-info {
10595
- color: @cloudy-blue;
10596
- }
10597
-
10598
- .log-entry-level-warn{
10599
- color: @sunflower-yellow;
10600
- }
10601
-
10602
- .log-entry-level-error {
10603
- color: @darkish-pink;
10604
- }
10605
-
10606
- .log-entry-message {
10607
- font-weight: 600;
10608
- }
10609
- }
10610
- }
10611
- }
10612
10612
  .ncl-edit-item {
10613
10613
  width: 100%;
10614
10614
  padding: 6px 0;
@@ -10727,6 +10727,32 @@ 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
+
10730
10756
  .ncl-key-value-input {
10731
10757
  .input-wrapper {
10732
10758
  width: 100%;
@@ -10941,32 +10967,6 @@ ncl-breadcrumbs {
10941
10967
  }
10942
10968
  }
10943
10969
 
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%;
10961
- }
10962
- }
10963
-
10964
- .ncl-monaco-dark {
10965
- background-color: @vs-dark;
10966
- }
10967
- }
10968
-
10969
-
10970
10970
  ncl-navigation-tabs {
10971
10971
  .ncl-navigation-tabs-color-set();
10972
10972
 
@@ -11718,66 +11718,6 @@ ncl-navigation-tabs {
11718
11718
  }
11719
11719
  }
11720
11720
 
11721
- .ncl-version-configuration {
11722
- > .igz-scrollable-container {
11723
- padding: 24px 25px 22px 41px;
11724
- }
11725
-
11726
- .ncl-version-configuration-wrapper {
11727
- > .row {
11728
- display: flex;
11729
- justify-content: space-between;
11730
- flex-wrap: wrap;
11731
-
11732
- .configuration-block {
11733
- padding: 16px 23px 16px;
11734
- background-color: @white;
11735
- border: solid 1px @pale-grey;
11736
- flex-grow: 1;
11737
- flex-basis: 500px;
11738
- margin-right: 16px;
11739
- margin-bottom: 16px;
11740
-
11741
- &.invisible {
11742
- visibility: hidden;
11743
- }
11744
-
11745
- .title {
11746
- font-size: 16px;
11747
- font-weight: bold;
11748
- font-style: normal;
11749
- font-stretch: normal;
11750
- letter-spacing: normal;
11751
- text-align: left;
11752
- color: @dusk-three;
11753
- margin-bottom: 12px;
11754
- }
11755
-
11756
- .row {
11757
- .label {
11758
- display: block;
11759
- font-family: Roboto, sans-serif;
11760
- font-size: 14px;
11761
- font-weight: 500;
11762
- font-style: normal;
11763
- font-stretch: normal;
11764
- letter-spacing: normal;
11765
- text-align: left;
11766
- color: @dusk-three;
11767
- padding: 0;
11768
- }
11769
- }
11770
-
11771
- .ncl-version-configuration-labels, .ncl-version-configuration-annotations {
11772
- .more-info-wrapper {
11773
- height: 20px;
11774
- }
11775
- }
11776
- }
11777
- }
11778
- }
11779
- }
11780
-
11781
11721
  .ncl-version-execution-log {
11782
11722
  .control-panel-log-color-set();
11783
11723
 
@@ -11883,15 +11823,75 @@ ncl-navigation-tabs {
11883
11823
  padding-left: 15px;
11884
11824
  padding-right: 15px;
11885
11825
  }
11886
- }
11887
- }
11888
-
11889
- .igz-multiple-checkboxes {
11890
- .checkboxes-dropdown-container {
11891
- position: unset;
11892
- }
11826
+ }
11827
+ }
11828
+
11829
+ .igz-multiple-checkboxes {
11830
+ .checkboxes-dropdown-container {
11831
+ position: unset;
11832
+ }
11833
+ }
11834
+ }
11835
+ }
11836
+
11837
+ .ncl-version-configuration {
11838
+ > .igz-scrollable-container {
11839
+ padding: 24px 25px 22px 41px;
11840
+ }
11841
+
11842
+ .ncl-version-configuration-wrapper {
11843
+ > .row {
11844
+ display: flex;
11845
+ justify-content: space-between;
11846
+ flex-wrap: wrap;
11847
+
11848
+ .configuration-block {
11849
+ padding: 16px 23px 16px;
11850
+ background-color: @white;
11851
+ border: solid 1px @pale-grey;
11852
+ flex-grow: 1;
11853
+ flex-basis: 500px;
11854
+ margin-right: 16px;
11855
+ margin-bottom: 16px;
11856
+
11857
+ &.invisible {
11858
+ visibility: hidden;
11859
+ }
11860
+
11861
+ .title {
11862
+ font-size: 16px;
11863
+ font-weight: bold;
11864
+ font-style: normal;
11865
+ font-stretch: normal;
11866
+ letter-spacing: normal;
11867
+ text-align: left;
11868
+ color: @dusk-three;
11869
+ margin-bottom: 12px;
11870
+ }
11871
+
11872
+ .row {
11873
+ .label {
11874
+ display: block;
11875
+ font-family: Roboto, sans-serif;
11876
+ font-size: 14px;
11877
+ font-weight: 500;
11878
+ font-style: normal;
11879
+ font-stretch: normal;
11880
+ letter-spacing: normal;
11881
+ text-align: left;
11882
+ color: @dusk-three;
11883
+ padding: 0;
11884
+ }
11885
+ }
11886
+
11887
+ .ncl-version-configuration-labels, .ncl-version-configuration-annotations {
11888
+ .more-info-wrapper {
11889
+ height: 20px;
11890
+ }
11891
+ }
11892
+ }
11893
+ }
11893
11894
  }
11894
- }
11895
11895
  }
11896
11896
 
11897
11897
  .ncl-version-monitoring {
@@ -13223,850 +13223,850 @@ ncl-navigation-tabs {
13223
13223
  }
13224
13224
  }
13225
13225
 
13226
- .ncl-test-events-logs {
13227
- padding: 6px 17px 25px;
13228
- background-color: @white;
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
+ }
13229
13233
 
13230
- .functional-buttons {
13231
- .duskThree(0.64);
13232
- display: flex;
13233
- justify-content: flex-end;
13234
- color: @color;
13235
- font-size: 16px;
13234
+ .main-content {
13235
+ width: 500px;
13236
+ max-height: 500px;
13236
13237
 
13237
- > div {
13238
- margin-right: 24px;
13238
+ form {
13239
+ margin: 0 20px 0 0;
13239
13240
 
13240
- &:hover {
13241
+ .field-label {
13242
+ font-size: 14px;
13243
+ text-align: left;
13241
13244
  color: @dusk-three;
13242
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
+ }
13243
13258
  }
13244
13259
  }
13260
+ }
13245
13261
 
13246
- .collapsed-row {
13247
- .black(0.2);
13262
+ @desktop: 1350px;
13263
+ @desktop-low: 1202px;
13264
+ @desktop-middle: 1550px;
13265
+
13266
+ .ncl-version-configuration-basic-settings {
13267
+ .row {
13248
13268
  display: flex;
13249
- align-items: center;
13250
- position: relative;
13251
- height: 36px;
13252
- background-color: @white;
13253
- color: @dusk-three;
13254
- box-shadow: 1.7px 1.1px 4px 0 @color;
13255
- border: solid 1px @pale-grey;
13256
- margin-bottom: 10px;
13269
+ justify-content: space-between;
13257
13270
 
13258
- .igz-icon-right {
13259
- .duskThree(0.64);
13260
- font-size: 12px;
13261
- color: @color;
13262
- margin: 0 8px 0 12px;
13271
+ &:not(:last-child) {
13272
+ margin-bottom: 23px;
13273
+ }
13263
13274
 
13264
- &::before {
13265
- vertical-align: text-bottom;
13266
- }
13275
+ &:last-child {
13276
+ margin-bottom: 4px;
13267
13277
  }
13268
13278
 
13269
- .level-icon {
13270
- display: inline-block;
13271
- margin-right: 8px;
13272
- width: 20px;
13273
- text-align: center;
13279
+ &.enable-checkbox {
13280
+ justify-content: flex-start;
13281
+ margin-bottom: 18px;
13282
+ }
13274
13283
 
13275
- &::before {
13276
- font-size: 16px;
13277
- vertical-align: text-bottom;
13284
+ > div {
13285
+ flex: 1;
13286
+
13287
+ &:not(:last-child) {
13288
+ margin-right: 46px;
13278
13289
  }
13279
13290
 
13280
- &.ncl-icon-debug {
13281
- color: @orangish;
13291
+ .label {
13292
+ padding: 0;
13293
+ margin-bottom: 5px;
13294
+ }
13282
13295
 
13283
- &::before {
13284
- font-size: 18px;
13296
+ &.timeout-block {
13297
+ .label {
13298
+ margin-bottom: 3px;
13285
13299
  }
13286
- }
13287
13300
 
13288
- &.igz-icon-info-round {
13289
- color: @orangish;
13301
+ .timeout-values {
13302
+ margin-left: 27px;
13303
+
13304
+ .inputs {
13305
+ display: flex;
13306
+ align-items: center;
13307
+
13308
+ .values-label {
13309
+ .duskThree(0.9);
13310
+ margin: 0 17px 0 8px;
13311
+ font-size: 14px;
13312
+ font-weight: normal;
13313
+ font-style: normal;
13314
+ letter-spacing: normal;
13315
+ text-align: left;
13316
+ color: @color;
13317
+ }
13318
+ }
13319
+ }
13290
13320
  }
13321
+ }
13291
13322
 
13292
- &.igz-icon-warning {
13293
- color: @orangish;
13323
+ .logger-block {
13324
+ display: flex;
13325
+ margin-top: 3px;
13326
+
13327
+ .logger-dropdown {
13328
+ .default-dropdown {
13329
+ position: relative;
13330
+ height: 36px;
13331
+
13332
+ .dropdown-overlap {
13333
+ z-index: 100;
13334
+ }
13335
+ }
13294
13336
  }
13295
13337
 
13296
- &.igz-icon-cancel-path {
13297
- color: @orangish;
13338
+ > div {
13339
+ flex: 1;
13340
+
13341
+ &:not(:last-child) {
13342
+ margin-right: 16px;
13343
+ }
13344
+
13345
+ .label {
13346
+ padding: 0;
13347
+ margin-bottom: 5px;
13348
+ }
13349
+
13350
+ &.logger-input {
13351
+ flex-grow: 1.95;
13352
+ }
13298
13353
  }
13299
13354
  }
13355
+ }
13356
+ }
13300
13357
 
13301
- .date {
13302
- display: inline-block;
13303
- width: 230px;
13304
- font-size: 14px;
13305
- font-weight: bold;
13306
- margin-right: 15px;
13358
+ .ncl-version-configuration-build {
13359
+ &.disabled {
13360
+ opacity: .5;
13361
+ }
13362
+
13363
+ .build-field {
13364
+ margin-bottom: 23px;
13365
+
13366
+ &.build-base-image-field {
13367
+ padding-right: 10px;
13307
13368
  }
13308
13369
 
13309
- .message {
13310
- display: inline-block;
13311
- width: 200px;
13312
- margin-right: 30px;
13370
+ &.build-onbuild-image-field {
13371
+ padding-left: 10px;
13313
13372
  }
13314
13373
 
13315
- .ncl-icon-parameters {
13316
- .duskThree(0.64);
13317
- color: @color;
13374
+ .field-label {
13375
+ font-family: @font-family-sans-serif;
13318
13376
  font-size: 14px;
13319
- position: absolute;
13320
- top: 9px;
13321
- right: 9px;
13377
+ font-weight: 500;
13378
+ text-align: left;
13379
+ color: @dusk-three;
13380
+ }
13381
+
13382
+ .label-with-tooltip {
13383
+ height: 20px;
13384
+ }
13385
+
13386
+ .validating-input-field {
13387
+ .input-field {
13388
+ padding: 0 10px 0 17px;
13389
+ }
13390
+
13391
+ .input-placeholder {
13392
+ left: 18px;
13393
+ font-style: italic;
13394
+ font-size: 14px;
13395
+ }
13396
+ }
13397
+
13398
+ .build-textarea-input {
13399
+ &.build-commands-input {
13400
+ .textarea-field {
13401
+ height: 150px;
13402
+ }
13403
+ }
13404
+
13405
+ .textarea-field {
13406
+ height: 70px;
13407
+ resize: none;
13408
+ white-space: pre;
13409
+ overflow: auto;
13410
+ }
13322
13411
  }
13323
13412
  }
13324
13413
 
13325
- .expanded-row {
13326
- background-color: @white;
13327
- color: @dusk-three;
13328
- border: solid 1px @pale-grey;
13329
- margin-bottom: 10px;
13414
+ .build-checkboxes {
13415
+ display: flex;
13330
13416
 
13331
- .header {
13332
- position: relative;
13333
- display: flex;
13334
- align-items: center;
13335
- height: 34px;
13417
+ .checkbox-block {
13418
+ display: inline-flex;
13419
+ align-items: baseline;
13420
+ margin-right: 15px;
13421
+ }
13422
+ }
13336
13423
 
13337
- .igz-icon-down {
13338
- .duskThree(0.64);
13339
- font-size: 12px;
13340
- color: @color;
13341
- margin: 0 8px 0 12px;
13424
+ .files-field {
13425
+ margin-bottom: 1px;
13426
+
13427
+ .uploading-files {
13428
+ margin-top: -6px;
13429
+ display: flex;
13342
13430
 
13343
- &::before {
13344
- vertical-align: text-bottom;
13345
- }
13346
- }
13431
+ .file-block {
13432
+ height: 32px;
13433
+ border-radius: 2px;
13434
+ background-color: @light-grayish-blue;
13435
+ border: solid 1px @pale-grey;
13347
13436
 
13348
- .level-icon {
13349
- display: inline-block;
13350
- margin-right: 8px;
13351
- width: 20px;
13352
- text-align: center;
13437
+ .file-name {
13438
+ height: 14px;
13439
+ font-family: @font-family-sans-serif;
13440
+ font-size: 14px;
13441
+ line-height: 1.38;
13442
+ }
13353
13443
 
13354
- &::before {
13355
- font-size: 16px;
13356
- vertical-align: text-bottom;
13444
+ .ncl-icon-script,
13445
+ .ncl-icon-file,
13446
+ .file-name {
13447
+ display: inline-block;
13357
13448
  }
13358
13449
 
13359
- &.ncl-icon-debug {
13360
- color: @orangish;
13450
+ .progress {
13451
+ position: absolute;
13452
+ background-color: @white;
13453
+ display: inline-block;
13454
+ width: 95px;
13455
+ height: 6px;
13456
+ border: 1px solid @pale-grey;
13457
+ border-radius: 2px;
13458
+ top: 13px;
13459
+ right: 28px;
13361
13460
 
13362
- &::before {
13363
- font-size: 18px;
13461
+ .progress-bar {
13462
+ border-radius: 2px;
13463
+ background-color: @dark-sky-blue;
13364
13464
  }
13365
13465
  }
13366
13466
 
13367
- &.igz-icon-info-round {
13368
- color: @orangish;
13467
+ .build-close-button {
13468
+ position: absolute;
13469
+ right: 13px;
13470
+ width: 10px;
13471
+ height: 10px;
13472
+ border: none;
13473
+ outline: none;
13474
+ background: none;
13475
+ margin-top: 3px;
13476
+ font-size: 10px;
13369
13477
  }
13370
13478
 
13371
- &.igz-icon-warning {
13372
- color: @orangish;
13479
+ .ncl-icon-file {
13480
+ font-size: 20px;
13373
13481
  }
13374
13482
 
13375
- &.igz-icon-cancel-path {
13376
- color: @orangish;
13483
+ .ncl-icon-script,
13484
+ .ncl-icon-file,
13485
+ .ncl-icon-close {
13486
+ color: @greyish-purple;
13377
13487
  }
13378
13488
  }
13379
13489
 
13380
- .date {
13381
- display: inline-block;
13382
- width: 230px;
13383
- font-size: 14px;
13384
- font-weight: bold;
13385
- margin-right: 15px;
13386
- }
13387
-
13388
- .ncl-icon-parameters {
13389
- .duskThree(0.64);
13390
- position: absolute;
13391
- top: 9px;
13392
- right: 9px;
13393
- color: @color;
13394
- font-size: 14px;
13395
- }
13396
- }
13397
-
13398
- .expanded-body {
13399
- font-size: 14px;
13400
- color: @dusk-three;
13490
+ .uploading-proccess-wrapper {
13491
+ width: 100%;
13492
+ flex-grow: 2.5;
13401
13493
 
13402
- .error {
13403
- width: 71%;
13404
- border-radius: 3px;
13405
- background-color: #fbe5e8;
13406
- border: solid 1px @darkish-pink;
13407
- color: @darkish-pink;
13408
- word-wrap: break-word;
13409
- margin-left: 62px;
13410
- padding: 12px;
13411
- margin-bottom: 16px;
13412
- }
13494
+ .uploading {
13495
+ position: relative;
13496
+ padding: 6px 130px 6px 8px;
13413
13497
 
13414
- .message {
13415
- display: inline-block;
13416
- width: 70%;
13417
- word-wrap: break-word;
13418
- margin: 0 0 16px 62px;
13419
- }
13498
+ .progress-percents {
13499
+ margin-left: 15px;
13500
+ color: @dark-grey;
13501
+ }
13420
13502
 
13421
- .parameters {
13422
- padding: 0 62px 16px;
13503
+ .file-name {
13504
+ margin-left: 8px;
13505
+ color: @dark-sky-blue;
13506
+ text-overflow: ellipsis;
13507
+ }
13423
13508
 
13424
- .parameters-header {
13425
- font-weight: bold;
13509
+ .ncl-icon-script {
13510
+ font-size: 12px;
13511
+ }
13426
13512
  }
13427
13513
 
13428
- > div {
13429
- display: flex;
13430
- line-height: 2;
13431
-
13432
- .labels {
13433
- color: @greyish-purple;
13434
- font-size: 14px;
13435
- width: 30%;
13436
- }
13514
+ .uploading-file {
13515
+ padding: 3px 55px 3px 8px;
13437
13516
 
13438
- .values {
13439
- color: @dusk-three;
13440
- font-size: 14px;
13441
- width: 70%;
13517
+ .file-name {
13518
+ vertical-align: top;
13519
+ margin: 4px;
13520
+ margin-left: 9px;
13442
13521
  }
13443
13522
  }
13444
13523
  }
13445
- }
13446
- }
13447
-
13448
- .no-logs {
13449
- margin: 10px auto 0;
13450
- font-size: 14px;
13451
- color: @pale-grey;
13452
- text-align: center;
13453
- }
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
13524
 
13470
- .field-label {
13471
- font-size: 14px;
13472
- text-align: left;
13473
- color: @dusk-three;
13525
+ .one-file-uploaded {
13526
+ margin-right: 16px;
13474
13527
  }
13475
13528
 
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
- }
13529
+ .uploaded-wrapper {
13530
+ width: 100%;
13531
+ display: flex;
13532
+ justify-content: space-between;
13490
13533
 
13491
- .ncl-test-events-navigation-tabs {
13492
- display: flex;
13493
- background: #f8f8fb;
13494
- height: 40px;
13495
- border-top: 1px solid @pale-grey;
13496
- border-bottom: 1px solid @pale-grey;
13534
+ .uploaded {
13535
+ position: relative;
13536
+ flex-grow: 1;
13537
+ padding: 6px 40px 6px 8px;
13497
13538
 
13498
- .test-events-navigation-tab {
13499
- .duskThree(0.64);
13500
- position: relative;
13501
- float: left;
13502
- height: 27px;
13503
- padding: 10px 40px 0;
13504
- font-family: @font-family-sans-serif;
13505
- color: @color;
13506
- font-size: 13px;
13507
- text-align: center;
13508
- cursor: pointer;
13509
- border-bottom: none;
13510
- box-sizing: content-box;
13539
+ .file-name {
13540
+ margin-left: 9px;
13541
+ color: @dusk-three;
13511
13542
 
13512
- &.active, &.active:hover {
13513
- background: none;
13514
- color: @dusk-three;
13515
- border-bottom: 2px solid @dusk-three;
13516
- font-weight: bold;
13543
+ .uploaded-file-directory {
13544
+ margin-left: 8px;
13545
+ color: @dark-greyish-blue;
13546
+ }
13547
+ }
13548
+ }
13517
13549
 
13518
- .badge {
13519
- color: @white;
13520
- background-color: @light-grey-blue;
13521
- }
13522
- }
13550
+ .uploaded-file {
13551
+ padding: 3px 55px 3px 8px;
13523
13552
 
13524
- .badge {
13525
- display: inline-block;
13526
- min-width: 22px;
13527
- padding: 3px 7px;
13528
- font-size: 12px;
13529
- font-weight: 500;
13530
- color: @greyish-purple;
13531
- line-height: 1;
13532
- vertical-align: middle;
13533
- white-space: nowrap;
13534
- text-align: center;
13535
- background-color: @pale-grey;
13536
- border-radius: 7.5px;
13537
- margin-left: 7px;
13538
- margin-top: -4px;
13553
+ .file-name {
13554
+ margin: 4px 4px 4px 9px;
13555
+ vertical-align: top;
13556
+ }
13557
+
13558
+ .build-close-button {
13559
+ top: 6px;
13560
+ }
13561
+ }
13562
+ }
13539
13563
  }
13540
13564
  }
13541
13565
 
13542
- .default-dropdown {
13543
- float: left;
13544
- width: 105px;
13566
+ .configuration-build-title-wrapper {
13567
+ display: flex;
13568
+ justify-content: space-between;
13545
13569
 
13546
- .default-dropdown-field:not(:hover) {
13547
- border-color: transparent;
13548
- }
13570
+ .igz-action-menu {
13571
+ .menu-button {
13572
+ width: 40px;
13573
+ height: 40px;
13574
+ display: flex;
13575
+ justify-content: center;
13576
+ align-items: center;
13577
+ font-size: 22px;
13578
+ margin: -10px -15px 0 0;
13579
+ border-radius: 50%;
13580
+ color: @dusk-three;
13581
+ }
13549
13582
 
13550
- .default-dropdown-container {
13551
- z-index: 3;
13583
+ .active {
13584
+ .black(0.1);
13585
+ background-color: @silver;
13586
+ box-shadow: inset 0px 2px 3px 0 @color;
13587
+ }
13588
+
13589
+ .menu-dropdown {
13590
+ margin-top: 4px;
13591
+ right: -18px;
13592
+ }
13552
13593
  }
13553
13594
  }
13554
13595
  }
13555
13596
 
13556
- @desktop: 1350px;
13557
- @desktop-low: 1202px;
13558
- @desktop-middle: 1550px;
13559
-
13560
- .ncl-version-configuration-basic-settings {
13597
+ .ncl-version-configuration-logging {
13561
13598
  .row {
13562
13599
  display: flex;
13563
- justify-content: space-between;
13600
+ position: relative;
13564
13601
 
13565
- &:not(:last-child) {
13566
- margin-bottom: 23px;
13602
+ .logging-wrapper {
13603
+ width: 100%;
13567
13604
  }
13605
+ }
13606
+ }
13568
13607
 
13569
- &:last-child {
13570
- margin-bottom: 4px;
13571
- }
13608
+ @desktop-middle: 1550px;
13572
13609
 
13573
- &.enable-checkbox {
13574
- justify-content: flex-start;
13575
- margin-bottom: 18px;
13610
+ .ncl-version-configuration-resources {
13611
+ .row {
13612
+ .range-inputs-row {
13613
+ display: flex;
13614
+ align-items: flex-end;
13615
+
13616
+ .row-title {
13617
+ margin-bottom: 8px;
13618
+ }
13576
13619
  }
13577
13620
 
13578
- > div {
13579
- flex: 1;
13621
+ .form-row {
13622
+ padding: 12px 0;
13580
13623
 
13581
- &:not(:last-child) {
13582
- margin-right: 46px;
13624
+ .row-title, .input-title {
13625
+ font-size: 14px;
13583
13626
  }
13584
13627
 
13585
- .label {
13586
- padding: 0;
13587
- margin-bottom: 5px;
13628
+ .row-title {
13629
+ font-weight: 500;
13588
13630
  }
13589
13631
 
13590
- &.timeout-block {
13591
- .label {
13592
- margin-bottom: 3px;
13593
- }
13594
-
13595
- .timeout-values {
13596
- margin-left: 27px;
13597
-
13598
- .inputs {
13599
- display: flex;
13600
- align-items: center;
13632
+ .input-wrapper {
13633
+ display: flex;
13634
+ flex-wrap: wrap;
13601
13635
 
13602
- .values-label {
13603
- .duskThree(0.9);
13604
- margin: 0 17px 0 8px;
13605
- font-size: 14px;
13606
- font-weight: normal;
13607
- font-style: normal;
13608
- letter-spacing: normal;
13609
- text-align: left;
13610
- color: @color;
13611
- }
13612
- }
13636
+ .input-title {
13637
+ width: 100%;
13613
13638
  }
13614
- }
13615
- }
13616
-
13617
- .logger-block {
13618
- display: flex;
13619
- margin-top: 3px;
13620
-
13621
- .logger-dropdown {
13622
- .default-dropdown {
13623
- position: relative;
13624
- height: 36px;
13625
13639
 
13626
- .dropdown-overlap {
13627
- z-index: 100;
13628
- }
13640
+ .memory-number-input, .cpu-number-input {
13641
+ width: 50%;
13629
13642
  }
13630
- }
13631
-
13632
- > div {
13633
- flex: 1;
13634
13643
 
13635
- &:not(:last-child) {
13636
- margin-right: 16px;
13644
+ .memory-size-dropdown, .cpu-dropdown {
13645
+ width: 35%
13637
13646
  }
13638
13647
 
13639
- .label {
13640
- padding: 0;
13641
- margin-bottom: 5px;
13648
+ .gpu-number-input, .replicas-number-input, .preemtion-mode-input, .priority-class-input {
13649
+ width: 85%;
13642
13650
  }
13651
+ }
13652
+ }
13643
13653
 
13644
- &.logger-input {
13645
- flex-grow: 1.95;
13646
- }
13654
+ .slider-block {
13655
+ padding-top: 0;
13656
+ margin-bottom: 10px;
13657
+
13658
+ .slider {
13659
+ width: 70%;
13647
13660
  }
13648
13661
  }
13649
13662
  }
13650
13663
  }
13651
13664
 
13652
- .ncl-version-configuration-build {
13653
- &.disabled {
13654
- opacity: .5;
13655
- }
13656
-
13657
- .build-field {
13658
- margin-bottom: 23px;
13665
+ .ncl-version-configuration-runtime-attributes {
13666
+ .row:not(.info-row) {
13667
+ display: flex;
13668
+ justify-content: space-between;
13659
13669
 
13660
- &.build-base-image-field {
13661
- padding-right: 10px;
13670
+ &:not(:last-child) {
13671
+ margin-top: 10px;
13672
+ margin-bottom: 25px;
13662
13673
  }
13663
13674
 
13664
- &.build-onbuild-image-field {
13665
- padding-left: 10px;
13675
+ > div {
13676
+ flex: 0.65;
13677
+
13678
+ &:not(:last-child) {
13679
+ margin-right: 16px;
13680
+ }
13681
+
13682
+ &.arguments-input {
13683
+ flex-grow: 2;
13684
+ }
13666
13685
  }
13686
+ }
13667
13687
 
13668
- .field-label {
13688
+ .row {
13689
+ .runtime {
13690
+ height: 36px;
13691
+ border-radius: 2px;
13692
+ padding: 9px 0 0 14px;
13693
+ text-transform: capitalize;
13669
13694
  font-family: @font-family-sans-serif;
13670
13695
  font-size: 14px;
13671
- font-weight: 500;
13672
13696
  text-align: left;
13673
13697
  color: @dusk-three;
13674
13698
  }
13675
13699
 
13676
- .label-with-tooltip {
13677
- height: 20px;
13678
- }
13679
-
13680
- .validating-input-field {
13681
- .input-field {
13682
- padding: 0 10px 0 17px;
13683
- }
13684
-
13685
- .input-placeholder {
13686
- left: 18px;
13687
- font-style: italic;
13688
- font-size: 14px;
13689
- }
13690
- }
13691
-
13692
- .build-textarea-input {
13693
- &.build-commands-input {
13694
- .textarea-field {
13695
- height: 150px;
13696
- }
13697
- }
13698
-
13699
- .textarea-field {
13700
- height: 70px;
13701
- resize: none;
13702
- white-space: pre;
13703
- overflow: auto;
13704
- }
13700
+ .textarea-field {
13701
+ height: 177px;
13702
+ resize: none;
13703
+ white-space: pre;
13704
+ overflow-x: auto;
13705
13705
  }
13706
13706
  }
13707
13707
 
13708
- .build-checkboxes {
13709
- display: flex;
13710
-
13711
- .checkbox-block {
13712
- display: inline-flex;
13713
- align-items: baseline;
13714
- margin-right: 15px;
13708
+ .java-attribute {
13709
+ .textarea-field {
13710
+ height: 70px;
13711
+ overflow-y: auto;
13715
13712
  }
13716
13713
  }
13714
+ }
13717
13715
 
13718
- .files-field {
13719
- margin-bottom: 1px;
13720
-
13721
- .uploading-files {
13722
- margin-top: -6px;
13723
- display: flex;
13716
+ .ncl-version-configuration-volumes {
13717
+ .ncl-version-volume {
13718
+ .common-table-header {
13719
+ border: none;
13720
+ padding-left: 40px;
13721
+ padding-right: 60px;
13724
13722
 
13725
- .file-block {
13726
- height: 32px;
13727
- border-radius: 2px;
13728
- background-color: @light-grayish-blue;
13729
- border: solid 1px @pale-grey;
13723
+ .common-table-cell {
13724
+ font-size: 14px;
13725
+ font-weight: bold;
13726
+ letter-spacing: normal;
13727
+ color: @dusk-three;
13728
+ height: 46px;
13729
+ }
13730
13730
 
13731
- .file-name {
13732
- height: 14px;
13733
- font-family: @font-family-sans-serif;
13734
- font-size: 14px;
13735
- line-height: 1.38;
13736
- }
13731
+ &.item-header {
13732
+ display: flex;
13737
13733
 
13738
- .ncl-icon-script,
13739
- .ncl-icon-file,
13740
- .file-name {
13741
- display: inline-block;
13734
+ .item-name {
13735
+ width: 25%;
13736
+ padding-left: 0;
13742
13737
  }
13743
13738
 
13744
- .progress {
13745
- position: absolute;
13746
- background-color: @white;
13747
- display: inline-block;
13748
- width: 95px;
13749
- height: 6px;
13750
- border: 1px solid @pale-grey;
13751
- border-radius: 2px;
13752
- top: 13px;
13753
- right: 28px;
13739
+ .item-class {
13740
+ width: 20%;
13741
+ }
13754
13742
 
13755
- .progress-bar {
13756
- border-radius: 2px;
13757
- background-color: @dark-sky-blue;
13758
- }
13743
+ .item-info {
13744
+ width: 55%;
13759
13745
  }
13746
+ }
13747
+ }
13760
13748
 
13761
- .build-close-button {
13762
- position: absolute;
13763
- right: 13px;
13764
- width: 10px;
13765
- height: 10px;
13766
- border: none;
13767
- outline: none;
13768
- background: none;
13769
- margin-top: 3px;
13770
- font-size: 10px;
13749
+ .common-table-body {
13750
+ .ncl-collapsing-row .item-row {
13751
+ .item-name {
13752
+ padding-left: 0;
13753
+ width: 25%;
13771
13754
  }
13772
13755
 
13773
- .ncl-icon-file {
13774
- font-size: 20px;
13756
+ .item-class {
13757
+ width: 20%;
13775
13758
  }
13776
13759
 
13777
- .ncl-icon-script,
13778
- .ncl-icon-file,
13779
- .ncl-icon-close {
13780
- color: @greyish-purple;
13760
+ .item-info {
13761
+ width: 55%;
13781
13762
  }
13782
13763
  }
13783
13764
 
13784
- .uploading-proccess-wrapper {
13785
- width: 100%;
13786
- flex-grow: 2.5;
13787
-
13788
- .uploading {
13789
- position: relative;
13790
- padding: 6px 130px 6px 8px;
13791
-
13792
- .progress-percents {
13793
- margin-left: 15px;
13794
- color: @dark-grey;
13795
- }
13796
-
13797
- .file-name {
13798
- margin-left: 8px;
13799
- color: @dark-sky-blue;
13800
- text-overflow: ellipsis;
13765
+ .common-table-row {
13766
+ &:not(.read-only):hover {
13767
+ .common-table-cells-container {
13768
+ background-color: @white;
13801
13769
  }
13802
13770
 
13803
- .ncl-icon-script {
13804
- font-size: 12px;
13771
+ .actions-menu {
13772
+ background-color: @white;
13805
13773
  }
13806
13774
  }
13775
+ }
13776
+ }
13777
+ }
13778
+ }
13807
13779
 
13808
- .uploading-file {
13809
- padding: 3px 55px 3px 8px;
13780
+ .ncl-test-events-logs {
13781
+ padding: 6px 17px 25px;
13782
+ background-color: @white;
13810
13783
 
13811
- .file-name {
13812
- vertical-align: top;
13813
- margin: 4px;
13814
- margin-left: 9px;
13815
- }
13816
- }
13817
- }
13784
+ .functional-buttons {
13785
+ .duskThree(0.64);
13786
+ display: flex;
13787
+ justify-content: flex-end;
13788
+ color: @color;
13789
+ font-size: 16px;
13818
13790
 
13819
- .one-file-uploaded {
13820
- margin-right: 16px;
13791
+ > div {
13792
+ margin-right: 24px;
13793
+
13794
+ &:hover {
13795
+ color: @dusk-three;
13821
13796
  }
13797
+ }
13798
+ }
13822
13799
 
13823
- .uploaded-wrapper {
13824
- width: 100%;
13825
- display: flex;
13826
- justify-content: space-between;
13800
+ .collapsed-row {
13801
+ .black(0.2);
13802
+ display: flex;
13803
+ align-items: center;
13804
+ position: relative;
13805
+ height: 36px;
13806
+ background-color: @white;
13807
+ color: @dusk-three;
13808
+ box-shadow: 1.7px 1.1px 4px 0 @color;
13809
+ border: solid 1px @pale-grey;
13810
+ margin-bottom: 10px;
13827
13811
 
13828
- .uploaded {
13829
- position: relative;
13830
- flex-grow: 1;
13831
- padding: 6px 40px 6px 8px;
13812
+ .igz-icon-right {
13813
+ .duskThree(0.64);
13814
+ font-size: 12px;
13815
+ color: @color;
13816
+ margin: 0 8px 0 12px;
13832
13817
 
13833
- .file-name {
13834
- margin-left: 9px;
13835
- color: @dusk-three;
13818
+ &::before {
13819
+ vertical-align: text-bottom;
13820
+ }
13821
+ }
13836
13822
 
13837
- .uploaded-file-directory {
13838
- margin-left: 8px;
13839
- color: @dark-greyish-blue;
13840
- }
13841
- }
13842
- }
13823
+ .level-icon {
13824
+ display: inline-block;
13825
+ margin-right: 8px;
13826
+ width: 20px;
13827
+ text-align: center;
13843
13828
 
13844
- .uploaded-file {
13845
- padding: 3px 55px 3px 8px;
13829
+ &::before {
13830
+ font-size: 16px;
13831
+ vertical-align: text-bottom;
13832
+ }
13846
13833
 
13847
- .file-name {
13848
- margin: 4px 4px 4px 9px;
13849
- vertical-align: top;
13850
- }
13834
+ &.ncl-icon-debug {
13835
+ color: @orangish;
13851
13836
 
13852
- .build-close-button {
13853
- top: 6px;
13854
- }
13837
+ &::before {
13838
+ font-size: 18px;
13855
13839
  }
13856
13840
  }
13857
- }
13858
- }
13859
-
13860
- .configuration-build-title-wrapper {
13861
- display: flex;
13862
- justify-content: space-between;
13863
13841
 
13864
- .igz-action-menu {
13865
- .menu-button {
13866
- width: 40px;
13867
- height: 40px;
13868
- display: flex;
13869
- justify-content: center;
13870
- align-items: center;
13871
- font-size: 22px;
13872
- margin: -10px -15px 0 0;
13873
- border-radius: 50%;
13874
- color: @dusk-three;
13842
+ &.igz-icon-info-round {
13843
+ color: @orangish;
13875
13844
  }
13876
13845
 
13877
- .active {
13878
- .black(0.1);
13879
- background-color: @silver;
13880
- box-shadow: inset 0px 2px 3px 0 @color;
13846
+ &.igz-icon-warning {
13847
+ color: @orangish;
13881
13848
  }
13882
13849
 
13883
- .menu-dropdown {
13884
- margin-top: 4px;
13885
- right: -18px;
13850
+ &.igz-icon-cancel-path {
13851
+ color: @orangish;
13886
13852
  }
13887
13853
  }
13888
- }
13889
- }
13890
13854
 
13891
- .ncl-version-configuration-logging {
13892
- .row {
13893
- display: flex;
13894
- position: relative;
13855
+ .date {
13856
+ display: inline-block;
13857
+ width: 230px;
13858
+ font-size: 14px;
13859
+ font-weight: bold;
13860
+ margin-right: 15px;
13861
+ }
13895
13862
 
13896
- .logging-wrapper {
13897
- width: 100%;
13863
+ .message {
13864
+ display: inline-block;
13865
+ width: 200px;
13866
+ margin-right: 30px;
13867
+ }
13868
+
13869
+ .ncl-icon-parameters {
13870
+ .duskThree(0.64);
13871
+ color: @color;
13872
+ font-size: 14px;
13873
+ position: absolute;
13874
+ top: 9px;
13875
+ right: 9px;
13898
13876
  }
13899
13877
  }
13900
- }
13901
13878
 
13902
- @desktop-middle: 1550px;
13879
+ .expanded-row {
13880
+ background-color: @white;
13881
+ color: @dusk-three;
13882
+ border: solid 1px @pale-grey;
13883
+ margin-bottom: 10px;
13903
13884
 
13904
- .ncl-version-configuration-resources {
13905
- .row {
13906
- .range-inputs-row {
13885
+ .header {
13886
+ position: relative;
13907
13887
  display: flex;
13908
- align-items: flex-end;
13909
-
13910
- .row-title {
13911
- margin-bottom: 8px;
13912
- }
13913
- }
13914
-
13915
- .form-row {
13916
- padding: 12px 0;
13888
+ align-items: center;
13889
+ height: 34px;
13917
13890
 
13918
- .row-title, .input-title {
13919
- font-size: 14px;
13920
- }
13891
+ .igz-icon-down {
13892
+ .duskThree(0.64);
13893
+ font-size: 12px;
13894
+ color: @color;
13895
+ margin: 0 8px 0 12px;
13921
13896
 
13922
- .row-title {
13923
- font-weight: 500;
13897
+ &::before {
13898
+ vertical-align: text-bottom;
13899
+ }
13924
13900
  }
13925
13901
 
13926
- .input-wrapper {
13927
- display: flex;
13928
- flex-wrap: wrap;
13902
+ .level-icon {
13903
+ display: inline-block;
13904
+ margin-right: 8px;
13905
+ width: 20px;
13906
+ text-align: center;
13929
13907
 
13930
- .input-title {
13931
- width: 100%;
13908
+ &::before {
13909
+ font-size: 16px;
13910
+ vertical-align: text-bottom;
13932
13911
  }
13933
13912
 
13934
- .memory-number-input, .cpu-number-input {
13935
- width: 50%;
13936
- }
13913
+ &.ncl-icon-debug {
13914
+ color: @orangish;
13937
13915
 
13938
- .memory-size-dropdown, .cpu-dropdown {
13939
- width: 35%
13916
+ &::before {
13917
+ font-size: 18px;
13918
+ }
13940
13919
  }
13941
13920
 
13942
- .gpu-number-input, .replicas-number-input, .preemtion-mode-input, .priority-class-input {
13943
- width: 85%;
13921
+ &.igz-icon-info-round {
13922
+ color: @orangish;
13944
13923
  }
13945
- }
13946
- }
13947
13924
 
13948
- .slider-block {
13949
- padding-top: 0;
13950
- margin-bottom: 10px;
13925
+ &.igz-icon-warning {
13926
+ color: @orangish;
13927
+ }
13951
13928
 
13952
- .slider {
13953
- width: 70%;
13929
+ &.igz-icon-cancel-path {
13930
+ color: @orangish;
13931
+ }
13954
13932
  }
13955
- }
13956
- }
13957
- }
13958
-
13959
- .ncl-version-configuration-runtime-attributes {
13960
- .row:not(.info-row) {
13961
- display: flex;
13962
- justify-content: space-between;
13963
-
13964
- &:not(:last-child) {
13965
- margin-top: 10px;
13966
- margin-bottom: 25px;
13967
- }
13968
-
13969
- > div {
13970
- flex: 0.65;
13971
13933
 
13972
- &:not(:last-child) {
13973
- margin-right: 16px;
13934
+ .date {
13935
+ display: inline-block;
13936
+ width: 230px;
13937
+ font-size: 14px;
13938
+ font-weight: bold;
13939
+ margin-right: 15px;
13974
13940
  }
13975
13941
 
13976
- &.arguments-input {
13977
- flex-grow: 2;
13942
+ .ncl-icon-parameters {
13943
+ .duskThree(0.64);
13944
+ position: absolute;
13945
+ top: 9px;
13946
+ right: 9px;
13947
+ color: @color;
13948
+ font-size: 14px;
13978
13949
  }
13979
13950
  }
13980
- }
13981
13951
 
13982
- .row {
13983
- .runtime {
13984
- height: 36px;
13985
- border-radius: 2px;
13986
- padding: 9px 0 0 14px;
13987
- text-transform: capitalize;
13988
- font-family: @font-family-sans-serif;
13952
+ .expanded-body {
13989
13953
  font-size: 14px;
13990
- text-align: left;
13991
13954
  color: @dusk-three;
13992
- }
13993
-
13994
- .textarea-field {
13995
- height: 177px;
13996
- resize: none;
13997
- white-space: pre;
13998
- overflow-x: auto;
13999
- }
14000
- }
14001
-
14002
- .java-attribute {
14003
- .textarea-field {
14004
- height: 70px;
14005
- overflow-y: auto;
14006
- }
14007
- }
14008
- }
14009
13955
 
14010
- .ncl-version-configuration-volumes {
14011
- .ncl-version-volume {
14012
- .common-table-header {
14013
- border: none;
14014
- padding-left: 40px;
14015
- padding-right: 60px;
13956
+ .error {
13957
+ width: 71%;
13958
+ border-radius: 3px;
13959
+ background-color: #fbe5e8;
13960
+ border: solid 1px @darkish-pink;
13961
+ color: @darkish-pink;
13962
+ word-wrap: break-word;
13963
+ margin-left: 62px;
13964
+ padding: 12px;
13965
+ margin-bottom: 16px;
13966
+ }
14016
13967
 
14017
- .common-table-cell {
14018
- font-size: 14px;
14019
- font-weight: bold;
14020
- letter-spacing: normal;
14021
- color: @dusk-three;
14022
- height: 46px;
13968
+ .message {
13969
+ display: inline-block;
13970
+ width: 70%;
13971
+ word-wrap: break-word;
13972
+ margin: 0 0 16px 62px;
14023
13973
  }
14024
13974
 
14025
- &.item-header {
14026
- display: flex;
13975
+ .parameters {
13976
+ padding: 0 62px 16px;
14027
13977
 
14028
- .item-name {
14029
- width: 25%;
14030
- padding-left: 0;
13978
+ .parameters-header {
13979
+ font-weight: bold;
14031
13980
  }
14032
13981
 
14033
- .item-class {
14034
- width: 20%;
14035
- }
13982
+ > div {
13983
+ display: flex;
13984
+ line-height: 2;
14036
13985
 
14037
- .item-info {
14038
- width: 55%;
13986
+ .labels {
13987
+ color: @greyish-purple;
13988
+ font-size: 14px;
13989
+ width: 30%;
13990
+ }
13991
+
13992
+ .values {
13993
+ color: @dusk-three;
13994
+ font-size: 14px;
13995
+ width: 70%;
13996
+ }
14039
13997
  }
14040
13998
  }
14041
13999
  }
14000
+ }
14042
14001
 
14043
- .common-table-body {
14044
- .ncl-collapsing-row .item-row {
14045
- .item-name {
14046
- padding-left: 0;
14047
- width: 25%;
14048
- }
14002
+ .no-logs {
14003
+ margin: 10px auto 0;
14004
+ font-size: 14px;
14005
+ color: @pale-grey;
14006
+ text-align: center;
14007
+ }
14008
+ }
14009
+ .ncl-test-events-navigation-tabs {
14010
+ display: flex;
14011
+ background: #f8f8fb;
14012
+ height: 40px;
14013
+ border-top: 1px solid @pale-grey;
14014
+ border-bottom: 1px solid @pale-grey;
14049
14015
 
14050
- .item-class {
14051
- width: 20%;
14052
- }
14016
+ .test-events-navigation-tab {
14017
+ .duskThree(0.64);
14018
+ position: relative;
14019
+ float: left;
14020
+ height: 27px;
14021
+ padding: 10px 40px 0;
14022
+ font-family: @font-family-sans-serif;
14023
+ color: @color;
14024
+ font-size: 13px;
14025
+ text-align: center;
14026
+ cursor: pointer;
14027
+ border-bottom: none;
14028
+ box-sizing: content-box;
14053
14029
 
14054
- .item-info {
14055
- width: 55%;
14056
- }
14030
+ &.active, &.active:hover {
14031
+ background: none;
14032
+ color: @dusk-three;
14033
+ border-bottom: 2px solid @dusk-three;
14034
+ font-weight: bold;
14035
+
14036
+ .badge {
14037
+ color: @white;
14038
+ background-color: @light-grey-blue;
14057
14039
  }
14040
+ }
14058
14041
 
14059
- .common-table-row {
14060
- &:not(.read-only):hover {
14061
- .common-table-cells-container {
14062
- background-color: @white;
14063
- }
14042
+ .badge {
14043
+ display: inline-block;
14044
+ min-width: 22px;
14045
+ padding: 3px 7px;
14046
+ font-size: 12px;
14047
+ font-weight: 500;
14048
+ color: @greyish-purple;
14049
+ line-height: 1;
14050
+ vertical-align: middle;
14051
+ white-space: nowrap;
14052
+ text-align: center;
14053
+ background-color: @pale-grey;
14054
+ border-radius: 7.5px;
14055
+ margin-left: 7px;
14056
+ margin-top: -4px;
14057
+ }
14058
+ }
14064
14059
 
14065
- .actions-menu {
14066
- background-color: @white;
14067
- }
14068
- }
14069
- }
14060
+ .default-dropdown {
14061
+ float: left;
14062
+ width: 105px;
14063
+
14064
+ .default-dropdown-field:not(:hover) {
14065
+ border-color: transparent;
14066
+ }
14067
+
14068
+ .default-dropdown-container {
14069
+ z-index: 3;
14070
14070
  }
14071
14071
  }
14072
14072
  }