iguazio.dashboard-controls 1.0.19-3.6.2 → 1.0.20-3.6.3

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.
@@ -3666,149 +3666,6 @@ ncl-functions {
3666
3666
  }
3667
3667
  }
3668
3668
 
3669
- /**
3670
- UI.Layout CSS
3671
- *************************************/
3672
- .stretch {
3673
- position: absolute;
3674
- top: 0;
3675
- left: 0;
3676
- right: 0;
3677
- bottom: 0;
3678
- /* Can be changed by hand ;)*/
3679
- overflow: auto;
3680
- }
3681
-
3682
- .animate-row, .animate-column {
3683
- -webkit-transition: all .2s cubic-bezier(0, 0, 0.2, 1);
3684
- -moz-transition: all .2s cubic-bezier(0, 0, 0.2, 1);
3685
- -ms-transition: all .2s cubic-bezier(0, 0, 0.2, 1);
3686
- -o-transition: all .2s cubic-bezier(0, 0, 0.2, 1);
3687
- transition: all .2s cubic-bezier(0, 0, 0.2, 1);
3688
- }
3689
-
3690
- .ui-splitbar {
3691
- display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
3692
- display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
3693
- display: -ms-flexbox; /* TWEENER - IE 10 */
3694
- display: -webkit-flex; /* NEW - Chrome */
3695
- display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
3696
- -webkit-justify-content: center;
3697
- justify-content: center;
3698
-
3699
- background-color: #ffffff;
3700
- right: auto;
3701
- position: absolute;
3702
- z-index: 1;
3703
- }
3704
-
3705
- .ui-layout-row > .ui-splitbar {
3706
- height: 8px;
3707
- width: 100%;
3708
- cursor: row-resize;
3709
- text-align: center;
3710
- justify-content: center;
3711
- align-items: center;
3712
- background: linear-gradient(to bottom, #fff 0%, #eee 100%);
3713
- overflow-y: hidden;
3714
- }
3715
-
3716
- .ui-layout-column > .ui-splitbar {
3717
- width: 8px;
3718
- height: 100%;
3719
- cursor: col-resize;
3720
- -webkit-flex-direction: column;
3721
- flex-direction: column;
3722
- background: linear-gradient(to right, #fff 0%, #eee 100%);
3723
- overflow-x: hidden;
3724
- }
3725
-
3726
- .ui-layout-column > .ui-splitbar > a,
3727
- .ui-layout-row > .ui-splitbar > a {
3728
- cursor: pointer;
3729
- text-align: center;
3730
- font-size: 16px;
3731
- color: #aaa;
3732
- }
3733
-
3734
- .ui-layout-column > .ui-splitbar > a:nth-child(2) {
3735
- margin-top: 0.35rem;
3736
- }
3737
-
3738
- .ui-layout-row > .ui-splitbar > a:nth-child(2) {
3739
- margin-left: 0.35rem;
3740
- }
3741
-
3742
-
3743
- /**
3744
- * Icons
3745
- **/
3746
-
3747
- .ui-splitbar-icon {
3748
- width: 0;
3749
- height: 0;
3750
- display: inline-block;
3751
- }
3752
-
3753
- .ui-splitbar-icon-up {
3754
- border-left: 0.45em solid transparent;
3755
- border-right: 0.45em solid transparent;
3756
- border-bottom: 0.45em solid;
3757
- }
3758
-
3759
- .ui-splitbar-icon-down {
3760
- border-left: 0.45em solid transparent;
3761
- border-right: 0.45em solid transparent;
3762
- border-top: 0.45em solid;
3763
- margin-right: 0.45em;
3764
- }
3765
-
3766
- .ui-splitbar-icon-right {
3767
- border-top: 0.45em solid transparent;
3768
- border-bottom: 0.45em solid transparent;
3769
- border-left: 0.45em solid;
3770
-
3771
- }
3772
-
3773
- .ui-splitbar-icon-left {
3774
- border-top: 0.45em solid transparent;
3775
- border-bottom: 0.45em solid transparent;
3776
- border-right: 0.45em solid;
3777
- margin-top: 0.45em;
3778
- }
3779
-
3780
- /* Allow disabling of icons */
3781
- .no-toggle .ui-splitbar-icon {
3782
- display: none;
3783
- }
3784
-
3785
- @media only screen and (max-device-width: 480px) {
3786
- .no-mobile-toggle .ui-splitbar-icon {
3787
- display: none;
3788
- }
3789
- }
3790
-
3791
- @media print {
3792
- .ui-splitbar {
3793
- display: none;
3794
- }
3795
-
3796
- .stretch {
3797
- position: relative;
3798
- }
3799
-
3800
- /* The last item can take up any amount of space. */
3801
- .stretch.ui-layout-container:last-child {
3802
- position: static;
3803
- overflow: visible;
3804
- }
3805
- }
3806
-
3807
- /* Make sure hidden elements are in fact not rendered. */
3808
- .ui-layout-hidden {
3809
- display: none;
3810
- }
3811
-
3812
3669
  /*
3813
3670
  == malihu jquery custom scrollbar plugin ==
3814
3671
  Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
@@ -5531,68 +5388,228 @@ yx-axis
5531
5388
 
5532
5389
  /* ---------------------------------------- */
5533
5390
 
5534
- .action-checkbox {
5535
- .action-checkbox-color-set();
5536
-
5537
- line-height: 16px;
5538
- text-align: center;
5391
+ /**
5392
+ UI.Layout CSS
5393
+ *************************************/
5394
+ .stretch {
5395
+ position: absolute;
5396
+ top: 0;
5397
+ left: 0;
5398
+ right: 0;
5399
+ bottom: 0;
5400
+ /* Can be changed by hand ;)*/
5401
+ overflow: auto;
5402
+ }
5539
5403
 
5540
- .check-item {
5541
- font-size: 16px;
5542
- cursor: pointer;
5543
- line-height: 1;
5544
- vertical-align: middle;
5404
+ .animate-row, .animate-column {
5405
+ -webkit-transition: all .2s cubic-bezier(0, 0, 0.2, 1);
5406
+ -moz-transition: all .2s cubic-bezier(0, 0, 0.2, 1);
5407
+ -ms-transition: all .2s cubic-bezier(0, 0, 0.2, 1);
5408
+ -o-transition: all .2s cubic-bezier(0, 0, 0.2, 1);
5409
+ transition: all .2s cubic-bezier(0, 0, 0.2, 1);
5410
+ }
5545
5411
 
5546
- &.igz-icon-checkbox-unchecked {
5547
- color: @icon-checkbox-unchecked;
5548
- }
5412
+ .ui-splitbar {
5413
+ display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
5414
+ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
5415
+ display: -ms-flexbox; /* TWEENER - IE 10 */
5416
+ display: -webkit-flex; /* NEW - Chrome */
5417
+ display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
5418
+ -webkit-justify-content: center;
5419
+ justify-content: center;
5549
5420
 
5550
- &.igz-icon-checkbox-checked {
5551
- color: @icon-checkbox-checked;
5552
- }
5553
- }
5421
+ background-color: #ffffff;
5422
+ right: auto;
5423
+ position: absolute;
5424
+ z-index: 1;
5554
5425
  }
5555
- .igz-action-menu {
5556
- .action-menu-color-set();
5557
- .action-icon-color-set();
5558
5426
 
5559
- opacity: 1;
5560
- position: relative;
5427
+ .ui-layout-row > .ui-splitbar {
5428
+ height: 8px;
5429
+ width: 100%;
5430
+ cursor: row-resize;
5431
+ text-align: center;
5432
+ justify-content: center;
5433
+ align-items: center;
5434
+ background: linear-gradient(to bottom, #fff 0%, #eee 100%);
5435
+ overflow-y: hidden;
5436
+ }
5561
5437
 
5562
- .menu-button {
5563
- color: @menu-btn-color;
5564
- cursor: pointer;
5565
- font-size: 18px;
5566
- height: 19px;
5567
- text-align: center;
5568
- transition: @igz-basic-transition-color;
5569
- width: 30px;
5438
+ .ui-layout-column > .ui-splitbar {
5439
+ width: 8px;
5440
+ height: 100%;
5441
+ cursor: col-resize;
5442
+ -webkit-flex-direction: column;
5443
+ flex-direction: column;
5444
+ background: linear-gradient(to right, #fff 0%, #eee 100%);
5445
+ overflow-x: hidden;
5446
+ }
5570
5447
 
5571
- &.active,
5572
- &:hover {
5573
- color: @menu-btn-active-hover-color;
5574
- }
5575
- }
5448
+ .ui-layout-column > .ui-splitbar > a,
5449
+ .ui-layout-row > .ui-splitbar > a {
5450
+ cursor: pointer;
5451
+ text-align: center;
5452
+ font-size: 16px;
5453
+ color: #aaa;
5454
+ }
5576
5455
 
5577
- .menu-dropdown {
5578
- visibility: hidden;
5579
- background-color: @menu-dropdown-bg-color;
5580
- border: @menu-dropdown-border;
5581
- border-radius: 2px;
5582
- box-shadow: @menu-dropdown-box-shadow;
5583
- color: @menu-dropdown-color;
5584
- font-family: @font-family-sans-serif;
5585
- font-size: 13px;
5586
- font-weight: 500;
5587
- line-height: normal;
5588
- margin-top: 9px;
5589
- min-width: 129px;
5590
- padding: 8px 0 0;
5591
- position: absolute;
5592
- z-index: 10;
5593
- transform: translateX(-100%);
5456
+ .ui-layout-column > .ui-splitbar > a:nth-child(2) {
5457
+ margin-top: 0.35rem;
5458
+ }
5594
5459
 
5595
- .actions-list {
5460
+ .ui-layout-row > .ui-splitbar > a:nth-child(2) {
5461
+ margin-left: 0.35rem;
5462
+ }
5463
+
5464
+
5465
+ /**
5466
+ * Icons
5467
+ **/
5468
+
5469
+ .ui-splitbar-icon {
5470
+ width: 0;
5471
+ height: 0;
5472
+ display: inline-block;
5473
+ }
5474
+
5475
+ .ui-splitbar-icon-up {
5476
+ border-left: 0.45em solid transparent;
5477
+ border-right: 0.45em solid transparent;
5478
+ border-bottom: 0.45em solid;
5479
+ }
5480
+
5481
+ .ui-splitbar-icon-down {
5482
+ border-left: 0.45em solid transparent;
5483
+ border-right: 0.45em solid transparent;
5484
+ border-top: 0.45em solid;
5485
+ margin-right: 0.45em;
5486
+ }
5487
+
5488
+ .ui-splitbar-icon-right {
5489
+ border-top: 0.45em solid transparent;
5490
+ border-bottom: 0.45em solid transparent;
5491
+ border-left: 0.45em solid;
5492
+
5493
+ }
5494
+
5495
+ .ui-splitbar-icon-left {
5496
+ border-top: 0.45em solid transparent;
5497
+ border-bottom: 0.45em solid transparent;
5498
+ border-right: 0.45em solid;
5499
+ margin-top: 0.45em;
5500
+ }
5501
+
5502
+ /* Allow disabling of icons */
5503
+ .no-toggle .ui-splitbar-icon {
5504
+ display: none;
5505
+ }
5506
+
5507
+ @media only screen and (max-device-width: 480px) {
5508
+ .no-mobile-toggle .ui-splitbar-icon {
5509
+ display: none;
5510
+ }
5511
+ }
5512
+
5513
+ @media print {
5514
+ .ui-splitbar {
5515
+ display: none;
5516
+ }
5517
+
5518
+ .stretch {
5519
+ position: relative;
5520
+ }
5521
+
5522
+ /* The last item can take up any amount of space. */
5523
+ .stretch.ui-layout-container:last-child {
5524
+ position: static;
5525
+ overflow: visible;
5526
+ }
5527
+ }
5528
+
5529
+ /* Make sure hidden elements are in fact not rendered. */
5530
+ .ui-layout-hidden {
5531
+ display: none;
5532
+ }
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
+ .action-checkbox-all {
5556
+ .action-checkbox-all-color-set();
5557
+
5558
+ text-align: center;
5559
+
5560
+ .check-item {
5561
+ cursor: pointer;
5562
+ color: @check-item-color;
5563
+ font-size: 16px;
5564
+ line-height: 1;
5565
+ vertical-align: middle;
5566
+
5567
+ &.igz-icon-checkbox-checked {
5568
+ color: @check-item-icon-checkbox-checked-color;
5569
+ }
5570
+ }
5571
+ }
5572
+ .igz-action-menu {
5573
+ .action-menu-color-set();
5574
+ .action-icon-color-set();
5575
+
5576
+ opacity: 1;
5577
+ position: relative;
5578
+
5579
+ .menu-button {
5580
+ color: @menu-btn-color;
5581
+ cursor: pointer;
5582
+ font-size: 18px;
5583
+ height: 19px;
5584
+ text-align: center;
5585
+ transition: @igz-basic-transition-color;
5586
+ width: 30px;
5587
+
5588
+ &.active,
5589
+ &:hover {
5590
+ color: @menu-btn-active-hover-color;
5591
+ }
5592
+ }
5593
+
5594
+ .menu-dropdown {
5595
+ visibility: hidden;
5596
+ background-color: @menu-dropdown-bg-color;
5597
+ border: @menu-dropdown-border;
5598
+ border-radius: 2px;
5599
+ box-shadow: @menu-dropdown-box-shadow;
5600
+ color: @menu-dropdown-color;
5601
+ font-family: @font-family-sans-serif;
5602
+ font-size: 13px;
5603
+ font-weight: 500;
5604
+ line-height: normal;
5605
+ margin-top: 9px;
5606
+ min-width: 129px;
5607
+ padding: 8px 0 0;
5608
+ position: absolute;
5609
+ z-index: 10;
5610
+ transform: translateX(-100%);
5611
+
5612
+ .actions-list {
5596
5613
  cursor: default;
5597
5614
  padding-bottom: 8px;
5598
5615
 
@@ -5710,23 +5727,6 @@ yx-axis
5710
5727
  }
5711
5728
  }
5712
5729
 
5713
- .action-checkbox-all {
5714
- .action-checkbox-all-color-set();
5715
-
5716
- text-align: center;
5717
-
5718
- .check-item {
5719
- cursor: pointer;
5720
- color: @check-item-color;
5721
- font-size: 16px;
5722
- line-height: 1;
5723
- vertical-align: middle;
5724
-
5725
- &.igz-icon-checkbox-checked {
5726
- color: @check-item-icon-checkbox-checked-color;
5727
- }
5728
- }
5729
- }
5730
5730
  .igz-action-panel {
5731
5731
  .action-panel-color-set();
5732
5732
  .action-icon-color-set();
@@ -7095,250 +7095,63 @@ yx-axis
7095
7095
  }
7096
7096
  }
7097
7097
 
7098
- .search-input {
7099
- .search-input-color-set();
7098
+ .igz-pagination {
7099
+ .pagination-color-set();
7100
7100
 
7101
- position: relative;
7102
- color: @search-input-color;
7101
+ float: right;
7102
+ padding: 24px 36px 5px 30px;
7103
7103
 
7104
- .container-search-input {
7105
- background-color: @search-input-bg-color;
7106
- border: 0;
7107
- font-family: @font-family-sans-serif;
7108
- font-size: 15px;
7109
- font-weight: 400;
7110
- height: 52px;
7111
- line-height: 52px;
7112
- margin: 0;
7113
- outline: 0;
7114
- padding-right: 20px;
7115
- width: 100%;
7104
+ > div {
7105
+ vertical-align: top;
7106
+ }
7116
7107
 
7117
- &::-webkit-input-placeholder {
7118
- color: @search-input-placeholder-color;
7119
- }
7108
+ .rows-title, .per-page, .jump-to-page, .to-page-prev, .to-page-next {
7109
+ display: inline-block;
7110
+ vertical-align: baseline;
7111
+ }
7120
7112
 
7121
- &:-moz-placeholder { /* Firefox 18- */
7122
- color: @search-input-placeholder-color;
7123
- }
7113
+ .rows-title {
7114
+ font-size: 13px;
7115
+ color: @rows-title-color;
7116
+ font-family: @font-family-sans-serif;
7117
+ }
7124
7118
 
7125
- &::-moz-placeholder { /* Firefox 19+ */
7126
- color: @search-input-placeholder-color;
7127
- }
7119
+ .per-page {
7120
+ width: 66px;
7128
7121
 
7129
- &:-ms-input-placeholder {
7130
- color: @search-input-placeholder-color;
7131
- }
7122
+ .default-dropdown-field {
7123
+ background: none;
7124
+ border: none;
7125
+ box-shadow: none;
7126
+ font-size: 14px;
7127
+ height: 36px;
7132
7128
 
7133
- &:focus {
7134
- &, & + .igz-icon-search:before {
7135
- color: @search-input-focus-icon-search-before-color;
7129
+ .dropdown-selected-item {
7130
+ font-size: 14px;
7136
7131
  }
7137
7132
 
7138
- &::-webkit-input-placeholder {
7139
- color: @search-input-focus-placeholder-color;
7140
- }
7133
+ .dropdown-arrow {
7134
+ margin-top: 5px;
7141
7135
 
7142
- &:-moz-placeholder { /* Firefox 18- */
7143
- color: @search-input-focus-placeholder-color;
7136
+ span {
7137
+ font-size: 12px;
7138
+ }
7144
7139
  }
7145
7140
 
7146
- &::-moz-placeholder { /* Firefox 19+ */
7147
- color: @search-input-focus-placeholder-color;
7148
- }
7141
+ .dropdown-arrow {
7142
+ border: none;
7149
7143
 
7150
- &:-ms-input-placeholder {
7151
- color: @search-input-focus-placeholder-color;
7144
+ &:hover, &:active {
7145
+ border: none;
7146
+ background: none;
7147
+ box-shadow: none;
7148
+ }
7152
7149
  }
7153
7150
 
7154
- &::placeholder {
7155
- /* modern browser versions */
7156
- color: @search-input-focus-placeholder-color !important;
7157
- }
7158
- }
7159
- }
7160
-
7161
- .igz-icon-search {
7162
- font-size: 16px;
7163
- height: 16px;
7164
- position: absolute;
7165
- right: 0;
7166
- top: 17px;
7167
- width: 16px;
7168
- z-index: 1;
7169
- }
7170
-
7171
- .clear-button {
7172
- font-size: 10px;
7173
- position: absolute;
7174
- right: 4px;
7175
- top: 17px;
7176
- cursor: pointer;
7177
- color: @clear-button-color;
7178
- padding: 4px 5px 2px;
7179
- opacity: 0.64;
7180
- background-color: @clear-button-bg-color;
7181
- border-radius: 50%;
7182
- line-height: initial;
7183
-
7184
- &:hover {
7185
- opacity: 1;
7186
- }
7187
- }
7188
-
7189
- input::-ms-clear {
7190
- display: none;
7191
- }
7192
- }
7193
-
7194
- .search-input-actions-bar {
7195
- .search-input-color-set();
7196
-
7197
- position: relative;
7198
- .container-search-input {
7199
- border: 0;
7200
- margin: 0;
7201
- font-family: @font-family-sans-serif;
7202
- font-size: 14px;
7203
- height: 52px;
7204
- line-height: 52px;
7205
- padding: 0 25px 0 45px;
7206
- outline: 0;
7207
- width: 100%;
7208
- }
7209
-
7210
- .igz-icon-search {
7211
- color: @search-input-actions-bar-icon-search-color;
7212
- font-size: 16px;
7213
- height: 16px;
7214
- position: absolute;
7215
- left: 18px;
7216
- top: 17px;
7217
- width: 16px;
7218
- z-index: 1;
7219
- }
7220
-
7221
- input::-ms-clear {
7222
- display: none;
7223
- }
7224
- }
7225
-
7226
- .search-input-not-found {
7227
- .search-input-color-set();
7228
-
7229
- color: @search-input-not-found-color;
7230
- font-family: @font-family-sans-serif;
7231
- font-size: 14px;
7232
- display: flex;
7233
- flex-direction: column;
7234
- justify-content: center;
7235
- align-items: center;
7236
- margin-top: 9px;
7237
-
7238
- .search-message {
7239
- min-height: 49px;
7240
- line-height: 49px;
7241
- width: 100%;
7242
- text-align: center;
7243
- letter-spacing: 0.1px;
7244
- border: @search-input-not-found-message-border;
7245
- }
7246
-
7247
- .create-item-button {
7248
- display: flex;
7249
- align-items: center;
7250
- padding: 0 19px 0 7px;
7251
- margin-top: 8px;
7252
- border-radius: 12px;
7253
- height: 24px;
7254
- color: @create-item-btn-color;
7255
- font-size: 12px;
7256
- font-weight: bold;
7257
- cursor: pointer;
7258
- background-color: @create-item-btn-bg-color;
7259
- border: @create-item-btn-border;
7260
- text-transform: uppercase;
7261
-
7262
- &:hover {
7263
- background-color: @create-item-btn-hover-bg-color;
7264
- box-shadow: @create-item-btn-hover-box-shadow;
7265
- border: @create-item-btn-hover-border;
7266
- }
7267
-
7268
- &:focus {
7269
- outline: none;
7270
- }
7271
-
7272
- &:active {
7273
- background-color: @create-item-btn-active-bg-color;
7274
- box-shadow: @create-item-btn-active-box-shadow;
7275
- border: none;
7276
- }
7277
-
7278
- .igz-icon-add {
7279
- font-size: 10px;
7280
- line-height: 15px;
7281
- padding-right: 8px;
7282
- }
7283
- }
7284
- }
7285
- .igz-pagination {
7286
- .pagination-color-set();
7287
-
7288
- float: right;
7289
- padding: 24px 36px 5px 30px;
7290
-
7291
- > div {
7292
- vertical-align: top;
7293
- }
7294
-
7295
- .rows-title, .per-page, .jump-to-page, .to-page-prev, .to-page-next {
7296
- display: inline-block;
7297
- vertical-align: baseline;
7298
- }
7299
-
7300
- .rows-title {
7301
- font-size: 13px;
7302
- color: @rows-title-color;
7303
- font-family: @font-family-sans-serif;
7304
- }
7305
-
7306
- .per-page {
7307
- width: 66px;
7308
-
7309
- .default-dropdown-field {
7310
- background: none;
7311
- border: none;
7312
- box-shadow: none;
7313
- font-size: 14px;
7314
- height: 36px;
7315
-
7316
- .dropdown-selected-item {
7317
- font-size: 14px;
7318
- }
7319
-
7320
- .dropdown-arrow {
7321
- margin-top: 5px;
7322
-
7323
- span {
7324
- font-size: 12px;
7325
- }
7326
- }
7327
-
7328
- .dropdown-arrow {
7329
- border: none;
7330
-
7331
- &:hover, &:active {
7332
- border: none;
7333
- background: none;
7334
- box-shadow: none;
7335
- }
7336
- }
7337
-
7338
- &:focus {
7339
- .dropdown-selected-item {
7340
- border: none;
7341
- }
7151
+ &:focus {
7152
+ .dropdown-selected-item {
7153
+ border: none;
7154
+ }
7342
7155
  }
7343
7156
  }
7344
7157
 
@@ -7430,97 +7243,193 @@ yx-axis
7430
7243
  }
7431
7244
  }
7432
7245
  }
7433
- .igz-size {
7434
- .size-color-set();
7246
+ .search-input {
7247
+ .search-input-color-set();
7435
7248
 
7436
- align-items: center;
7437
- display: flex;
7438
- justify-content: space-between;
7439
- min-height: 40px;
7249
+ position: relative;
7250
+ color: @search-input-color;
7440
7251
 
7441
- &:after {
7442
- content: ' ';
7443
- display: inline-block;
7444
- vertical-align: middle;
7445
- }
7252
+ .container-search-input {
7253
+ background-color: @search-input-bg-color;
7254
+ border: 0;
7255
+ font-family: @font-family-sans-serif;
7256
+ font-size: 15px;
7257
+ font-weight: 400;
7258
+ height: 52px;
7259
+ line-height: 52px;
7260
+ margin: 0;
7261
+ outline: 0;
7262
+ padding-right: 20px;
7263
+ width: 100%;
7446
7264
 
7447
- .size-value {
7448
- line-height: 1;
7449
- flex: 0 0 100px;
7450
- min-width: 100px;
7265
+ &::-webkit-input-placeholder {
7266
+ color: @search-input-placeholder-color;
7267
+ }
7451
7268
 
7452
- > span {
7453
- line-height: 25px;
7269
+ &:-moz-placeholder { /* Firefox 18- */
7270
+ color: @search-input-placeholder-color;
7454
7271
  }
7455
7272
 
7456
- &.short {
7457
- flex: 0 0 75px;
7458
- min-width: 75px;
7273
+ &::-moz-placeholder { /* Firefox 19+ */
7274
+ color: @search-input-placeholder-color;
7459
7275
  }
7460
7276
 
7461
- &.shorten {
7462
- flex: 0 0 60px;
7463
- min-width: 60px;
7277
+ &:-ms-input-placeholder {
7278
+ color: @search-input-placeholder-color;
7464
7279
  }
7465
7280
 
7466
- &.shortest {
7467
- flex: 0 0 40px;
7468
- min-width: 40px;
7281
+ &:focus {
7282
+ &, & + .igz-icon-search:before {
7283
+ color: @search-input-focus-icon-search-before-color;
7284
+ }
7285
+
7286
+ &::-webkit-input-placeholder {
7287
+ color: @search-input-focus-placeholder-color;
7288
+ }
7289
+
7290
+ &:-moz-placeholder { /* Firefox 18- */
7291
+ color: @search-input-focus-placeholder-color;
7292
+ }
7293
+
7294
+ &::-moz-placeholder { /* Firefox 19+ */
7295
+ color: @search-input-focus-placeholder-color;
7296
+ }
7297
+
7298
+ &:-ms-input-placeholder {
7299
+ color: @search-input-focus-placeholder-color;
7300
+ }
7301
+
7302
+ &::placeholder {
7303
+ /* modern browser versions */
7304
+ color: @search-input-focus-placeholder-color !important;
7305
+ }
7469
7306
  }
7470
7307
  }
7471
7308
 
7472
- .size-reserved {
7473
- color: @size-reserved-color;
7474
- font-size: 12px;
7309
+ .igz-icon-search {
7310
+ font-size: 16px;
7311
+ height: 16px;
7312
+ position: absolute;
7313
+ right: 0;
7314
+ top: 17px;
7315
+ width: 16px;
7316
+ z-index: 1;
7317
+ }
7475
7318
 
7476
- .icon-font-arrow-right:before {
7477
- color: @size-reserved-arrow-right-before-color;
7478
- font-size: 10px;
7479
- padding: 0 4px 0 4px;
7480
- }
7319
+ .clear-button {
7320
+ font-size: 10px;
7321
+ position: absolute;
7322
+ right: 4px;
7323
+ top: 17px;
7324
+ cursor: pointer;
7325
+ color: @clear-button-color;
7326
+ padding: 4px 5px 2px;
7327
+ opacity: 0.64;
7328
+ background-color: @clear-button-bg-color;
7329
+ border-radius: 50%;
7330
+ line-height: initial;
7481
7331
 
7482
- .icon-font-infinity:before {
7483
- color: @size-reserved-infinity-before-color;
7484
- font-size: 10px;
7332
+ &:hover {
7333
+ opacity: 1;
7485
7334
  }
7486
7335
  }
7487
7336
 
7488
- .size-chart {
7489
- flex: 1 1 auto;
7490
- min-width: 0;
7337
+ input::-ms-clear {
7338
+ display: none;
7339
+ }
7340
+ }
7491
7341
 
7492
- div.highcharts-tooltip {
7493
- position: fixed !important;
7342
+ .search-input-actions-bar {
7343
+ .search-input-color-set();
7494
7344
 
7495
- .igz-tooltip-wrapper {
7496
- color: @size-chart-tooltip-wrapper-color;
7345
+ position: relative;
7346
+ .container-search-input {
7347
+ border: 0;
7348
+ margin: 0;
7349
+ font-family: @font-family-sans-serif;
7350
+ font-size: 14px;
7351
+ height: 52px;
7352
+ line-height: 52px;
7353
+ padding: 0 25px 0 45px;
7354
+ outline: 0;
7355
+ width: 100%;
7356
+ }
7357
+
7358
+ .igz-icon-search {
7359
+ color: @search-input-actions-bar-icon-search-color;
7360
+ font-size: 16px;
7361
+ height: 16px;
7362
+ position: absolute;
7363
+ left: 18px;
7364
+ top: 17px;
7365
+ width: 16px;
7366
+ z-index: 1;
7367
+ }
7368
+
7369
+ input::-ms-clear {
7370
+ display: none;
7371
+ }
7372
+ }
7373
+
7374
+ .search-input-not-found {
7375
+ .search-input-color-set();
7376
+
7377
+ color: @search-input-not-found-color;
7378
+ font-family: @font-family-sans-serif;
7379
+ font-size: 14px;
7380
+ display: flex;
7381
+ flex-direction: column;
7382
+ justify-content: center;
7383
+ align-items: center;
7384
+ margin-top: 9px;
7385
+
7386
+ .search-message {
7387
+ min-height: 49px;
7388
+ line-height: 49px;
7389
+ width: 100%;
7390
+ text-align: center;
7391
+ letter-spacing: 0.1px;
7392
+ border: @search-input-not-found-message-border;
7393
+ }
7394
+
7395
+ .create-item-button {
7396
+ display: flex;
7397
+ align-items: center;
7398
+ padding: 0 19px 0 7px;
7399
+ margin-top: 8px;
7400
+ border-radius: 12px;
7401
+ height: 24px;
7402
+ color: @create-item-btn-color;
7403
+ font-size: 12px;
7404
+ font-weight: bold;
7405
+ cursor: pointer;
7406
+ background-color: @create-item-btn-bg-color;
7407
+ border: @create-item-btn-border;
7408
+ text-transform: uppercase;
7409
+
7410
+ &:hover {
7411
+ background-color: @create-item-btn-hover-bg-color;
7412
+ box-shadow: @create-item-btn-hover-box-shadow;
7413
+ border: @create-item-btn-hover-border;
7414
+ }
7497
7415
 
7498
- &.used-capacity-tooltip-wrapper {
7499
- .igz-row {
7500
- .tooltip-label,
7501
- .tooltip-value {
7502
- text-overflow: unset;
7503
- }
7504
- }
7505
- }
7416
+ &:focus {
7417
+ outline: none;
7418
+ }
7506
7419
 
7507
- .tooltip-header {
7508
- padding-bottom: 6px;
7509
- margin-bottom: 5px;
7510
- line-height: 1.1;
7511
- text-align: center;
7512
- }
7513
- }
7420
+ &:active {
7421
+ background-color: @create-item-btn-active-bg-color;
7422
+ box-shadow: @create-item-btn-active-box-shadow;
7423
+ border: none;
7514
7424
  }
7515
- }
7516
7425
 
7517
- .igz-highcharts-wrapper {
7518
- height: 40px;
7519
- position: relative;
7520
- width: 100%;
7426
+ .igz-icon-add {
7427
+ font-size: 10px;
7428
+ line-height: 15px;
7429
+ padding-right: 8px;
7430
+ }
7521
7431
  }
7522
7432
  }
7523
-
7524
7433
  .igz-slider-input-block {
7525
7434
  .igz-slider-input-block-color-set();
7526
7435
 
@@ -7650,6 +7559,97 @@ yx-axis
7650
7559
  }
7651
7560
  }
7652
7561
 
7562
+ .igz-size {
7563
+ .size-color-set();
7564
+
7565
+ align-items: center;
7566
+ display: flex;
7567
+ justify-content: space-between;
7568
+ min-height: 40px;
7569
+
7570
+ &:after {
7571
+ content: ' ';
7572
+ display: inline-block;
7573
+ vertical-align: middle;
7574
+ }
7575
+
7576
+ .size-value {
7577
+ line-height: 1;
7578
+ flex: 0 0 100px;
7579
+ min-width: 100px;
7580
+
7581
+ > span {
7582
+ line-height: 25px;
7583
+ }
7584
+
7585
+ &.short {
7586
+ flex: 0 0 75px;
7587
+ min-width: 75px;
7588
+ }
7589
+
7590
+ &.shorten {
7591
+ flex: 0 0 60px;
7592
+ min-width: 60px;
7593
+ }
7594
+
7595
+ &.shortest {
7596
+ flex: 0 0 40px;
7597
+ min-width: 40px;
7598
+ }
7599
+ }
7600
+
7601
+ .size-reserved {
7602
+ color: @size-reserved-color;
7603
+ font-size: 12px;
7604
+
7605
+ .icon-font-arrow-right:before {
7606
+ color: @size-reserved-arrow-right-before-color;
7607
+ font-size: 10px;
7608
+ padding: 0 4px 0 4px;
7609
+ }
7610
+
7611
+ .icon-font-infinity:before {
7612
+ color: @size-reserved-infinity-before-color;
7613
+ font-size: 10px;
7614
+ }
7615
+ }
7616
+
7617
+ .size-chart {
7618
+ flex: 1 1 auto;
7619
+ min-width: 0;
7620
+
7621
+ div.highcharts-tooltip {
7622
+ position: fixed !important;
7623
+
7624
+ .igz-tooltip-wrapper {
7625
+ color: @size-chart-tooltip-wrapper-color;
7626
+
7627
+ &.used-capacity-tooltip-wrapper {
7628
+ .igz-row {
7629
+ .tooltip-label,
7630
+ .tooltip-value {
7631
+ text-overflow: unset;
7632
+ }
7633
+ }
7634
+ }
7635
+
7636
+ .tooltip-header {
7637
+ padding-bottom: 6px;
7638
+ margin-bottom: 5px;
7639
+ line-height: 1.1;
7640
+ text-align: center;
7641
+ }
7642
+ }
7643
+ }
7644
+ }
7645
+
7646
+ .igz-highcharts-wrapper {
7647
+ height: 40px;
7648
+ position: relative;
7649
+ width: 100%;
7650
+ }
7651
+ }
7652
+
7653
7653
  .splash-screen {
7654
7654
  .splash-screen-color-set();
7655
7655
 
@@ -8838,6 +8838,18 @@ body {
8838
8838
  border: solid 1px @pale-grey;
8839
8839
  }
8840
8840
  }
8841
+ .deploy-deleted-function-dialog {
8842
+ .sub-title {
8843
+ font-size: 16px;
8844
+ color: @silver-chalice-two;
8845
+ }
8846
+
8847
+ .buttons {
8848
+ display: flex;
8849
+ justify-content: flex-end;
8850
+ }
8851
+ }
8852
+
8841
8853
  .duplicate-function-dialog-wrapper {
8842
8854
  .main-content {
8843
8855
  .field-group {
@@ -8872,18 +8884,6 @@ body {
8872
8884
  }
8873
8885
  }
8874
8886
 
8875
- .deploy-deleted-function-dialog {
8876
- .sub-title {
8877
- font-size: 16px;
8878
- color: @silver-chalice-two;
8879
- }
8880
-
8881
- .buttons {
8882
- display: flex;
8883
- justify-content: flex-end;
8884
- }
8885
- }
8886
-
8887
8887
  .ncl-function-collapsing-row {
8888
8888
  background-color: @white;
8889
8889
  margin-bottom: 8px;
@@ -9325,44 +9325,166 @@ body {
9325
9325
  padding-right: 8px;
9326
9326
  }
9327
9327
 
9328
- .actions-bar-left {
9329
- float: left;
9330
- height: 100%;
9331
- }
9328
+ .actions-bar-left {
9329
+ float: left;
9330
+ height: 100%;
9331
+ }
9332
+
9333
+ .actions-bar-right {
9334
+ float: right;
9335
+ height: 100%;
9336
+ text-align: right;
9337
+ }
9338
+
9339
+ &:before, &:after {
9340
+ content: " ";
9341
+ display: table;
9342
+ }
9343
+ &:after {
9344
+ clear: both;
9345
+ }
9346
+
9347
+ .actions-panes-block {
9348
+ padding-left: 16px;
9349
+ border-left: @actions-panes-block-border-left;
9350
+ }
9351
+
9352
+ .actions-content-block {
9353
+ margin: 0 8px 0 32px;
9354
+ }
9355
+
9356
+ .actions-buttons-block {
9357
+ margin-left: 16px;
9358
+ margin-top: 1px;
9359
+
9360
+ [class^="igz-button"]:not(:first-child), [class*="igz-button"]:not(:first-child) {
9361
+ margin-left: 8px;
9362
+ }
9363
+ }
9364
+ }
9365
+
9366
+ .igz-info-page-content-wrapper {
9367
+ .info-page-content-color-set();
9368
+
9369
+ position: absolute;
9370
+ top: 56px;
9371
+ right: 0;
9372
+ bottom: 0;
9373
+ left: 0;
9374
+ padding-top: 0;
9375
+ transition: @igz-basic-transition;
9376
+ background-color: @page-content-bg-color;
9377
+
9378
+ &.upper-pane-opened {
9379
+ top: 216px;
9380
+ }
9381
+
9382
+ &.filters-opened {
9383
+ right: 377px;
9384
+ }
9385
+
9386
+ &.info-pane-opened {
9387
+ right: 379px;
9388
+ }
9389
+
9390
+ .igz-info-page-content {
9391
+ min-width: 946px;
9392
+ max-width: 100%;
9393
+ padding: 40px 25px;
9394
+ }
9395
+ }
9396
+
9397
+ igz-info-page-actions-bar {
9398
+ .igz-info-page-actions-bar .actions-content-block {
9399
+ margin-left: 14px;
9400
+ }
9401
+ }
9402
+
9403
+ igz-info-page-content {
9404
+ .info-page-content-color-set();
9405
+
9406
+ .container-data-access-policy-table, .data-lifecycle-table {
9407
+ &.common-table {
9408
+ .common-table-header {
9409
+ position: relative;
9410
+ height: 49px;
9411
+ line-height: 48px;
9412
+
9413
+ .common-table-cell {
9414
+ margin-top: -1px;
9415
+ height: 49px;
9416
+
9417
+ &.selected {
9418
+ background-color: @common-table-cell-selected-bg-color;
9419
+ border: @common-table-cell-selected-border;
9420
+ }
9421
+
9422
+ &:last-child {
9423
+ margin-right: 0;
9424
+ }
9425
+
9426
+ &.actions-menu {
9427
+ width: 0;
9428
+ }
9429
+
9430
+ &.check-all-rows {
9431
+ padding-left: 30px;
9432
+
9433
+ .action-checkbox-all {
9434
+ padding-top: 2px;
9435
+ }
9436
+ }
9437
+ }
9438
+
9439
+ .common-table-cells-container {
9440
+ margin-right: 45px;
9332
9441
 
9333
- .actions-bar-right {
9334
- float: right;
9335
- height: 100%;
9336
- text-align: right;
9337
- }
9442
+ .common-table-cell {
9443
+ height: 49px;
9444
+ padding: 0 15px;
9445
+ border-right: @common-table-cell-border-right;
9338
9446
 
9339
- &:before, &:after {
9340
- content: " ";
9341
- display: table;
9342
- }
9343
- &:after {
9344
- clear: both;
9345
- }
9447
+ &:first-child {
9448
+ padding-left: 7px;
9449
+ }
9450
+ }
9451
+ }
9452
+ }
9346
9453
 
9347
- .actions-panes-block {
9348
- padding-left: 16px;
9349
- border-left: @actions-panes-block-border-left;
9350
- }
9454
+ .common-table-body {
9455
+ margin-top: 7px;
9351
9456
 
9352
- .actions-content-block {
9353
- margin: 0 8px 0 32px;
9354
- }
9457
+ .common-table-cell {
9458
+ &.actions-menu {
9459
+ width: 45px;
9460
+ }
9461
+ }
9462
+ }
9355
9463
 
9356
- .actions-buttons-block {
9357
- margin-left: 16px;
9358
- margin-top: 1px;
9464
+ .data-access-policy-layers, .data-lifecycle-layers {
9465
+ &:last-child {
9466
+ margin-bottom: 20px;
9467
+ }
9468
+ }
9469
+ }
9359
9470
 
9360
- [class^="igz-button"]:not(:first-child), [class*="igz-button"]:not(:first-child) {
9361
- margin-left: 8px;
9471
+ .sortable-empty {
9472
+ background-color: @sortable-empty-bg-color;
9473
+ color: @sortable-empty-color;
9474
+ font-size: 14px;
9475
+ font-weight: 400;
9476
+ font-family: 'Open Sans', sans-serif;
9477
+ border-bottom: @sortable-empty-border;
9478
+ border-left: @sortable-empty-border;
9479
+ border-right: @sortable-empty-border;
9480
+ padding-left: 70px;
9481
+ height: 40px;
9482
+ line-height: 38px;
9362
9483
  }
9363
9484
  }
9364
9485
  }
9365
9486
 
9487
+
9366
9488
  .info-page-filters-bookmark {
9367
9489
  .info-page-filters-color-set();
9368
9490
 
@@ -9703,128 +9825,6 @@ body {
9703
9825
  }
9704
9826
  }
9705
9827
 
9706
- .igz-info-page-content-wrapper {
9707
- .info-page-content-color-set();
9708
-
9709
- position: absolute;
9710
- top: 56px;
9711
- right: 0;
9712
- bottom: 0;
9713
- left: 0;
9714
- padding-top: 0;
9715
- transition: @igz-basic-transition;
9716
- background-color: @page-content-bg-color;
9717
-
9718
- &.upper-pane-opened {
9719
- top: 216px;
9720
- }
9721
-
9722
- &.filters-opened {
9723
- right: 377px;
9724
- }
9725
-
9726
- &.info-pane-opened {
9727
- right: 379px;
9728
- }
9729
-
9730
- .igz-info-page-content {
9731
- min-width: 946px;
9732
- max-width: 100%;
9733
- padding: 40px 25px;
9734
- }
9735
- }
9736
-
9737
- igz-info-page-actions-bar {
9738
- .igz-info-page-actions-bar .actions-content-block {
9739
- margin-left: 14px;
9740
- }
9741
- }
9742
-
9743
- igz-info-page-content {
9744
- .info-page-content-color-set();
9745
-
9746
- .container-data-access-policy-table, .data-lifecycle-table {
9747
- &.common-table {
9748
- .common-table-header {
9749
- position: relative;
9750
- height: 49px;
9751
- line-height: 48px;
9752
-
9753
- .common-table-cell {
9754
- margin-top: -1px;
9755
- height: 49px;
9756
-
9757
- &.selected {
9758
- background-color: @common-table-cell-selected-bg-color;
9759
- border: @common-table-cell-selected-border;
9760
- }
9761
-
9762
- &:last-child {
9763
- margin-right: 0;
9764
- }
9765
-
9766
- &.actions-menu {
9767
- width: 0;
9768
- }
9769
-
9770
- &.check-all-rows {
9771
- padding-left: 30px;
9772
-
9773
- .action-checkbox-all {
9774
- padding-top: 2px;
9775
- }
9776
- }
9777
- }
9778
-
9779
- .common-table-cells-container {
9780
- margin-right: 45px;
9781
-
9782
- .common-table-cell {
9783
- height: 49px;
9784
- padding: 0 15px;
9785
- border-right: @common-table-cell-border-right;
9786
-
9787
- &:first-child {
9788
- padding-left: 7px;
9789
- }
9790
- }
9791
- }
9792
- }
9793
-
9794
- .common-table-body {
9795
- margin-top: 7px;
9796
-
9797
- .common-table-cell {
9798
- &.actions-menu {
9799
- width: 45px;
9800
- }
9801
- }
9802
- }
9803
-
9804
- .data-access-policy-layers, .data-lifecycle-layers {
9805
- &:last-child {
9806
- margin-bottom: 20px;
9807
- }
9808
- }
9809
- }
9810
-
9811
- .sortable-empty {
9812
- background-color: @sortable-empty-bg-color;
9813
- color: @sortable-empty-color;
9814
- font-size: 14px;
9815
- font-weight: 400;
9816
- font-family: 'Open Sans', sans-serif;
9817
- border-bottom: @sortable-empty-border;
9818
- border-left: @sortable-empty-border;
9819
- border-right: @sortable-empty-border;
9820
- padding-left: 70px;
9821
- height: 40px;
9822
- line-height: 38px;
9823
- }
9824
- }
9825
- }
9826
-
9827
-
9828
9828
  ncl-breadcrumbs {
9829
9829
  .main-header-title {
9830
9830
  &:not(.disable-behavior) {
@@ -11256,70 +11256,10 @@ ncl-navigation-tabs {
11256
11256
  }
11257
11257
  }
11258
11258
 
11259
- @media screen and (min-height: 1300px) {
11260
- .ncl-edit-version-code {
11261
- .code-edit-section {
11262
- height: 900px;
11263
- }
11264
- }
11265
- }
11266
-
11267
- .ncl-version-configuration {
11268
- > .igz-scrollable-container {
11269
- padding: 24px 25px 22px 41px;
11270
- }
11271
-
11272
- .ncl-version-configuration-wrapper {
11273
- > .row {
11274
- display: flex;
11275
- justify-content: space-between;
11276
- flex-wrap: wrap;
11277
-
11278
- .configuration-block {
11279
- padding: 16px 23px 16px;
11280
- background-color: @white;
11281
- border: solid 1px @pale-grey;
11282
- flex-grow: 1;
11283
- flex-basis: 500px;
11284
- margin-right: 16px;
11285
- margin-bottom: 16px;
11286
-
11287
- &.invisible {
11288
- visibility: hidden;
11289
- }
11290
-
11291
- .title {
11292
- font-size: 16px;
11293
- font-weight: bold;
11294
- font-style: normal;
11295
- font-stretch: normal;
11296
- letter-spacing: normal;
11297
- text-align: left;
11298
- color: @dusk-three;
11299
- margin-bottom: 12px;
11300
- }
11301
-
11302
- .row {
11303
- .label {
11304
- display: block;
11305
- font-family: Roboto, sans-serif;
11306
- font-size: 14px;
11307
- font-weight: 500;
11308
- font-style: normal;
11309
- font-stretch: normal;
11310
- letter-spacing: normal;
11311
- text-align: left;
11312
- color: @dusk-three;
11313
- padding: 0;
11314
- }
11315
- }
11316
-
11317
- .ncl-version-configuration-labels, .ncl-version-configuration-annotations {
11318
- .more-info-wrapper {
11319
- height: 20px;
11320
- }
11321
- }
11322
- }
11259
+ @media screen and (min-height: 1300px) {
11260
+ .ncl-edit-version-code {
11261
+ .code-edit-section {
11262
+ height: 900px;
11323
11263
  }
11324
11264
  }
11325
11265
  }
@@ -11457,6 +11397,66 @@ ncl-navigation-tabs {
11457
11397
  }
11458
11398
  }
11459
11399
 
11400
+ .ncl-version-configuration {
11401
+ > .igz-scrollable-container {
11402
+ padding: 24px 25px 22px 41px;
11403
+ }
11404
+
11405
+ .ncl-version-configuration-wrapper {
11406
+ > .row {
11407
+ display: flex;
11408
+ justify-content: space-between;
11409
+ flex-wrap: wrap;
11410
+
11411
+ .configuration-block {
11412
+ padding: 16px 23px 16px;
11413
+ background-color: @white;
11414
+ border: solid 1px @pale-grey;
11415
+ flex-grow: 1;
11416
+ flex-basis: 500px;
11417
+ margin-right: 16px;
11418
+ margin-bottom: 16px;
11419
+
11420
+ &.invisible {
11421
+ visibility: hidden;
11422
+ }
11423
+
11424
+ .title {
11425
+ font-size: 16px;
11426
+ font-weight: bold;
11427
+ font-style: normal;
11428
+ font-stretch: normal;
11429
+ letter-spacing: normal;
11430
+ text-align: left;
11431
+ color: @dusk-three;
11432
+ margin-bottom: 12px;
11433
+ }
11434
+
11435
+ .row {
11436
+ .label {
11437
+ display: block;
11438
+ font-family: Roboto, sans-serif;
11439
+ font-size: 14px;
11440
+ font-weight: 500;
11441
+ font-style: normal;
11442
+ font-stretch: normal;
11443
+ letter-spacing: normal;
11444
+ text-align: left;
11445
+ color: @dusk-three;
11446
+ padding: 0;
11447
+ }
11448
+ }
11449
+
11450
+ .ncl-version-configuration-labels, .ncl-version-configuration-annotations {
11451
+ .more-info-wrapper {
11452
+ height: 20px;
11453
+ }
11454
+ }
11455
+ }
11456
+ }
11457
+ }
11458
+ }
11459
+
11460
11460
  .ncl-version-trigger {
11461
11461
  padding: 11px 24px;
11462
11462
 
@@ -12979,102 +12979,6 @@ ncl-navigation-tabs {
12979
12979
  }
12980
12980
  }
12981
12981
 
12982
- @desktop: 1350px;
12983
- @desktop-low: 1202px;
12984
- @desktop-middle: 1550px;
12985
-
12986
- .ncl-version-configuration-basic-settings {
12987
- .row {
12988
- display: flex;
12989
- justify-content: space-between;
12990
-
12991
- &:not(:last-child) {
12992
- margin-bottom: 23px;
12993
- }
12994
-
12995
- &:last-child {
12996
- margin-bottom: 4px;
12997
- }
12998
-
12999
- &.enable-checkbox {
13000
- justify-content: flex-start;
13001
- margin-bottom: 18px;
13002
- }
13003
-
13004
- > div {
13005
- flex: 1;
13006
-
13007
- &:not(:last-child) {
13008
- margin-right: 46px;
13009
- }
13010
-
13011
- .label {
13012
- padding: 0;
13013
- margin-bottom: 5px;
13014
- }
13015
-
13016
- &.timeout-block {
13017
- .label {
13018
- margin-bottom: 3px;
13019
- }
13020
-
13021
- .timeout-values {
13022
- margin-left: 27px;
13023
-
13024
- .inputs {
13025
- display: flex;
13026
- align-items: center;
13027
-
13028
- .values-label {
13029
- .duskThree(0.9);
13030
- margin: 0 17px 0 8px;
13031
- font-size: 14px;
13032
- font-weight: normal;
13033
- font-style: normal;
13034
- letter-spacing: normal;
13035
- text-align: left;
13036
- color: @color;
13037
- }
13038
- }
13039
- }
13040
- }
13041
- }
13042
-
13043
- .logger-block {
13044
- display: flex;
13045
- margin-top: 3px;
13046
-
13047
- .logger-dropdown {
13048
- .default-dropdown {
13049
- position: relative;
13050
- height: 36px;
13051
-
13052
- .dropdown-overlap {
13053
- z-index: 100;
13054
- }
13055
- }
13056
- }
13057
-
13058
- > div {
13059
- flex: 1;
13060
-
13061
- &:not(:last-child) {
13062
- margin-right: 16px;
13063
- }
13064
-
13065
- .label {
13066
- padding: 0;
13067
- margin-bottom: 5px;
13068
- }
13069
-
13070
- &.logger-input {
13071
- flex-grow: 1.95;
13072
- }
13073
- }
13074
- }
13075
- }
13076
- }
13077
-
13078
12982
  .ncl-version-configuration-build {
13079
12983
  &.disabled {
13080
12984
  opacity: .5;
@@ -13314,6 +13218,102 @@ ncl-navigation-tabs {
13314
13218
  }
13315
13219
  }
13316
13220
 
13221
+ @desktop: 1350px;
13222
+ @desktop-low: 1202px;
13223
+ @desktop-middle: 1550px;
13224
+
13225
+ .ncl-version-configuration-basic-settings {
13226
+ .row {
13227
+ display: flex;
13228
+ justify-content: space-between;
13229
+
13230
+ &:not(:last-child) {
13231
+ margin-bottom: 23px;
13232
+ }
13233
+
13234
+ &:last-child {
13235
+ margin-bottom: 4px;
13236
+ }
13237
+
13238
+ &.enable-checkbox {
13239
+ justify-content: flex-start;
13240
+ margin-bottom: 18px;
13241
+ }
13242
+
13243
+ > div {
13244
+ flex: 1;
13245
+
13246
+ &:not(:last-child) {
13247
+ margin-right: 46px;
13248
+ }
13249
+
13250
+ .label {
13251
+ padding: 0;
13252
+ margin-bottom: 5px;
13253
+ }
13254
+
13255
+ &.timeout-block {
13256
+ .label {
13257
+ margin-bottom: 3px;
13258
+ }
13259
+
13260
+ .timeout-values {
13261
+ margin-left: 27px;
13262
+
13263
+ .inputs {
13264
+ display: flex;
13265
+ align-items: center;
13266
+
13267
+ .values-label {
13268
+ .duskThree(0.9);
13269
+ margin: 0 17px 0 8px;
13270
+ font-size: 14px;
13271
+ font-weight: normal;
13272
+ font-style: normal;
13273
+ letter-spacing: normal;
13274
+ text-align: left;
13275
+ color: @color;
13276
+ }
13277
+ }
13278
+ }
13279
+ }
13280
+ }
13281
+
13282
+ .logger-block {
13283
+ display: flex;
13284
+ margin-top: 3px;
13285
+
13286
+ .logger-dropdown {
13287
+ .default-dropdown {
13288
+ position: relative;
13289
+ height: 36px;
13290
+
13291
+ .dropdown-overlap {
13292
+ z-index: 100;
13293
+ }
13294
+ }
13295
+ }
13296
+
13297
+ > div {
13298
+ flex: 1;
13299
+
13300
+ &:not(:last-child) {
13301
+ margin-right: 16px;
13302
+ }
13303
+
13304
+ .label {
13305
+ padding: 0;
13306
+ margin-bottom: 5px;
13307
+ }
13308
+
13309
+ &.logger-input {
13310
+ flex-grow: 1.95;
13311
+ }
13312
+ }
13313
+ }
13314
+ }
13315
+ }
13316
+
13317
13317
  .ncl-version-configuration-logging {
13318
13318
  .row {
13319
13319
  display: flex;