iguazio.dashboard-controls 1.0.18-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.
@@ -5531,41 +5531,41 @@ yx-axis
5531
5531
  display: none;
5532
5532
  }
5533
5533
 
5534
- .action-checkbox-all {
5535
- .action-checkbox-all-color-set();
5534
+ .action-checkbox {
5535
+ .action-checkbox-color-set();
5536
5536
 
5537
+ line-height: 16px;
5537
5538
  text-align: center;
5538
5539
 
5539
5540
  .check-item {
5540
- cursor: pointer;
5541
- color: @check-item-color;
5542
5541
  font-size: 16px;
5542
+ cursor: pointer;
5543
5543
  line-height: 1;
5544
5544
  vertical-align: middle;
5545
5545
 
5546
+ &.igz-icon-checkbox-unchecked {
5547
+ color: @icon-checkbox-unchecked;
5548
+ }
5549
+
5546
5550
  &.igz-icon-checkbox-checked {
5547
- color: @check-item-icon-checkbox-checked-color;
5551
+ color: @icon-checkbox-checked;
5548
5552
  }
5549
5553
  }
5550
5554
  }
5551
- .action-checkbox {
5552
- .action-checkbox-color-set();
5555
+ .action-checkbox-all {
5556
+ .action-checkbox-all-color-set();
5553
5557
 
5554
- line-height: 16px;
5555
5558
  text-align: center;
5556
5559
 
5557
5560
  .check-item {
5558
- font-size: 16px;
5559
5561
  cursor: pointer;
5562
+ color: @check-item-color;
5563
+ font-size: 16px;
5560
5564
  line-height: 1;
5561
5565
  vertical-align: middle;
5562
5566
 
5563
- &.igz-icon-checkbox-unchecked {
5564
- color: @icon-checkbox-unchecked;
5565
- }
5566
-
5567
5567
  &.igz-icon-checkbox-checked {
5568
- color: @icon-checkbox-checked;
5568
+ color: @check-item-icon-checkbox-checked-color;
5569
5569
  }
5570
5570
  }
5571
5571
  }
@@ -7430,97 +7430,6 @@ yx-axis
7430
7430
  }
7431
7431
  }
7432
7432
  }
7433
- .igz-size {
7434
- .size-color-set();
7435
-
7436
- align-items: center;
7437
- display: flex;
7438
- justify-content: space-between;
7439
- min-height: 40px;
7440
-
7441
- &:after {
7442
- content: ' ';
7443
- display: inline-block;
7444
- vertical-align: middle;
7445
- }
7446
-
7447
- .size-value {
7448
- line-height: 1;
7449
- flex: 0 0 100px;
7450
- min-width: 100px;
7451
-
7452
- > span {
7453
- line-height: 25px;
7454
- }
7455
-
7456
- &.short {
7457
- flex: 0 0 75px;
7458
- min-width: 75px;
7459
- }
7460
-
7461
- &.shorten {
7462
- flex: 0 0 60px;
7463
- min-width: 60px;
7464
- }
7465
-
7466
- &.shortest {
7467
- flex: 0 0 40px;
7468
- min-width: 40px;
7469
- }
7470
- }
7471
-
7472
- .size-reserved {
7473
- color: @size-reserved-color;
7474
- font-size: 12px;
7475
-
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
- }
7481
-
7482
- .icon-font-infinity:before {
7483
- color: @size-reserved-infinity-before-color;
7484
- font-size: 10px;
7485
- }
7486
- }
7487
-
7488
- .size-chart {
7489
- flex: 1 1 auto;
7490
- min-width: 0;
7491
-
7492
- div.highcharts-tooltip {
7493
- position: fixed !important;
7494
-
7495
- .igz-tooltip-wrapper {
7496
- color: @size-chart-tooltip-wrapper-color;
7497
-
7498
- &.used-capacity-tooltip-wrapper {
7499
- .igz-row {
7500
- .tooltip-label,
7501
- .tooltip-value {
7502
- text-overflow: unset;
7503
- }
7504
- }
7505
- }
7506
-
7507
- .tooltip-header {
7508
- padding-bottom: 6px;
7509
- margin-bottom: 5px;
7510
- line-height: 1.1;
7511
- text-align: center;
7512
- }
7513
- }
7514
- }
7515
- }
7516
-
7517
- .igz-highcharts-wrapper {
7518
- height: 40px;
7519
- position: relative;
7520
- width: 100%;
7521
- }
7522
- }
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
 
@@ -9977,44 +9977,6 @@ ncl-breadcrumbs {
9977
9977
  }
9978
9978
  }
9979
9979
 
9980
- .ncl-deploy-log-wrapper {
9981
- .log-panel {
9982
- .logs-common();
9983
- background-color: @dark-grey;
9984
- color: @light-grey-three;
9985
- padding: 5px;
9986
- margin: 21px 0 0 4px;
9987
- min-height: 280px;
9988
- max-height: 280px;
9989
- height: 280px;
9990
-
9991
- .log-entry {
9992
- .log-entry-time {
9993
- color: @solid-grey;
9994
- }
9995
-
9996
- .log-entry-level-debug{
9997
- color: @dusty-blue;
9998
- }
9999
-
10000
- .log-entry-level-info {
10001
- color: @cloudy-blue;
10002
- }
10003
-
10004
- .log-entry-level-warn{
10005
- color: @sunflower-yellow;
10006
- }
10007
-
10008
- .log-entry-level-error {
10009
- color: @darkish-pink;
10010
- }
10011
-
10012
- .log-entry-message {
10013
- font-weight: 600;
10014
- }
10015
- }
10016
- }
10017
- }
10018
9980
  .ncl-breadcrumbs-dropdown {
10019
9981
  display: inline-grid;
10020
9982
 
@@ -10155,14 +10117,52 @@ ncl-breadcrumbs {
10155
10117
  }
10156
10118
  }
10157
10119
 
10158
- .ncl-edit-item {
10159
- width: 100%;
10160
- padding: 6px 0;
10161
-
10162
- .title-field-row {
10163
- display: flex;
10164
-
10165
- .name-field {
10120
+ .ncl-deploy-log-wrapper {
10121
+ .log-panel {
10122
+ .logs-common();
10123
+ background-color: @dark-grey;
10124
+ color: @light-grey-three;
10125
+ padding: 5px;
10126
+ margin: 21px 0 0 4px;
10127
+ min-height: 280px;
10128
+ max-height: 280px;
10129
+ height: 280px;
10130
+
10131
+ .log-entry {
10132
+ .log-entry-time {
10133
+ color: @solid-grey;
10134
+ }
10135
+
10136
+ .log-entry-level-debug{
10137
+ color: @dusty-blue;
10138
+ }
10139
+
10140
+ .log-entry-level-info {
10141
+ color: @cloudy-blue;
10142
+ }
10143
+
10144
+ .log-entry-level-warn{
10145
+ color: @sunflower-yellow;
10146
+ }
10147
+
10148
+ .log-entry-level-error {
10149
+ color: @darkish-pink;
10150
+ }
10151
+
10152
+ .log-entry-message {
10153
+ font-weight: 600;
10154
+ }
10155
+ }
10156
+ }
10157
+ }
10158
+ .ncl-edit-item {
10159
+ width: 100%;
10160
+ padding: 6px 0;
10161
+
10162
+ .title-field-row {
10163
+ display: flex;
10164
+
10165
+ .name-field {
10166
10166
  margin-right: 14px;
10167
10167
  width: 178px;
10168
10168
 
@@ -10273,32 +10273,6 @@ ncl-breadcrumbs {
10273
10273
  }
10274
10274
  }
10275
10275
  }
10276
- .ncl-monaco {
10277
- .ncl-monaco-wrapper {
10278
- padding-top: 20px;
10279
- height: 100%;
10280
- border: 1px solid @pale-grey;
10281
- background-color: @white;
10282
-
10283
- &.no-top-padding {
10284
- padding-top: 0;
10285
- }
10286
-
10287
- .ncl-monaco-top-row {
10288
- display: block;
10289
- }
10290
-
10291
- .ncl-monaco-editor {
10292
- height: 100%;
10293
- }
10294
- }
10295
-
10296
- .ncl-monaco-dark {
10297
- background-color: @vs-dark;
10298
- }
10299
- }
10300
-
10301
-
10302
10276
  .ncl-key-value-input {
10303
10277
  .input-wrapper {
10304
10278
  width: 100%;
@@ -10513,6 +10487,32 @@ ncl-breadcrumbs {
10513
10487
  }
10514
10488
  }
10515
10489
 
10490
+ .ncl-monaco {
10491
+ .ncl-monaco-wrapper {
10492
+ padding-top: 20px;
10493
+ height: 100%;
10494
+ border: 1px solid @pale-grey;
10495
+ background-color: @white;
10496
+
10497
+ &.no-top-padding {
10498
+ padding-top: 0;
10499
+ }
10500
+
10501
+ .ncl-monaco-top-row {
10502
+ display: block;
10503
+ }
10504
+
10505
+ .ncl-monaco-editor {
10506
+ height: 100%;
10507
+ }
10508
+ }
10509
+
10510
+ .ncl-monaco-dark {
10511
+ background-color: @vs-dark;
10512
+ }
10513
+ }
10514
+
10515
+
10516
10516
  ncl-navigation-tabs {
10517
10517
  .ncl-navigation-tabs-color-set();
10518
10518
 
@@ -11264,66 +11264,6 @@ ncl-navigation-tabs {
11264
11264
  }
11265
11265
  }
11266
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
- }
11323
- }
11324
- }
11325
- }
11326
-
11327
11267
  .ncl-version-monitoring {
11328
11268
  > .igz-scrollable-container {
11329
11269
  padding: 24px 25px 22px 41px;
@@ -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
 
@@ -12685,71 +12685,6 @@ ncl-navigation-tabs {
12685
12685
  }
12686
12686
  }
12687
12687
 
12688
- .ncl-test-events-navigation-tabs {
12689
- display: flex;
12690
- background: #f8f8fb;
12691
- height: 40px;
12692
- border-top: 1px solid @pale-grey;
12693
- border-bottom: 1px solid @pale-grey;
12694
-
12695
- .test-events-navigation-tab {
12696
- .duskThree(0.64);
12697
- position: relative;
12698
- float: left;
12699
- height: 27px;
12700
- padding: 10px 40px 0;
12701
- font-family: @font-family-sans-serif;
12702
- color: @color;
12703
- font-size: 13px;
12704
- text-align: center;
12705
- cursor: pointer;
12706
- border-bottom: none;
12707
- box-sizing: content-box;
12708
-
12709
- &.active, &.active:hover {
12710
- background: none;
12711
- color: @dusk-three;
12712
- border-bottom: 2px solid @dusk-three;
12713
- font-weight: bold;
12714
-
12715
- .badge {
12716
- color: @white;
12717
- background-color: @light-grey-blue;
12718
- }
12719
- }
12720
-
12721
- .badge {
12722
- display: inline-block;
12723
- min-width: 22px;
12724
- padding: 3px 7px;
12725
- font-size: 12px;
12726
- font-weight: 500;
12727
- color: @greyish-purple;
12728
- line-height: 1;
12729
- vertical-align: middle;
12730
- white-space: nowrap;
12731
- text-align: center;
12732
- background-color: @pale-grey;
12733
- border-radius: 7.5px;
12734
- margin-left: 7px;
12735
- margin-top: -4px;
12736
- }
12737
- }
12738
-
12739
- .default-dropdown {
12740
- float: left;
12741
- width: 105px;
12742
-
12743
- .default-dropdown-field:not(:hover) {
12744
- border-color: transparent;
12745
- }
12746
-
12747
- .default-dropdown-container {
12748
- z-index: 3;
12749
- }
12750
- }
12751
- }
12752
-
12753
12688
  .ncl-test-events-logs {
12754
12689
  padding: 6px 17px 25px;
12755
12690
  background-color: @white;
@@ -12979,98 +12914,67 @@ ncl-navigation-tabs {
12979
12914
  text-align: center;
12980
12915
  }
12981
12916
  }
12982
- @desktop: 1350px;
12983
- @desktop-low: 1202px;
12984
- @desktop-middle: 1550px;
12917
+ .ncl-test-events-navigation-tabs {
12918
+ display: flex;
12919
+ background: #f8f8fb;
12920
+ height: 40px;
12921
+ border-top: 1px solid @pale-grey;
12922
+ border-bottom: 1px solid @pale-grey;
12985
12923
 
12986
- .ncl-version-configuration-basic-settings {
12987
- .row {
12988
- display: flex;
12989
- justify-content: space-between;
12924
+ .test-events-navigation-tab {
12925
+ .duskThree(0.64);
12926
+ position: relative;
12927
+ float: left;
12928
+ height: 27px;
12929
+ padding: 10px 40px 0;
12930
+ font-family: @font-family-sans-serif;
12931
+ color: @color;
12932
+ font-size: 13px;
12933
+ text-align: center;
12934
+ cursor: pointer;
12935
+ border-bottom: none;
12936
+ box-sizing: content-box;
12990
12937
 
12991
- &:not(:last-child) {
12992
- margin-bottom: 23px;
12993
- }
12938
+ &.active, &.active:hover {
12939
+ background: none;
12940
+ color: @dusk-three;
12941
+ border-bottom: 2px solid @dusk-three;
12942
+ font-weight: bold;
12994
12943
 
12995
- &:last-child {
12996
- margin-bottom: 4px;
12944
+ .badge {
12945
+ color: @white;
12946
+ background-color: @light-grey-blue;
12947
+ }
12997
12948
  }
12998
12949
 
12999
- &.enable-checkbox {
13000
- justify-content: flex-start;
13001
- margin-bottom: 18px;
12950
+ .badge {
12951
+ display: inline-block;
12952
+ min-width: 22px;
12953
+ padding: 3px 7px;
12954
+ font-size: 12px;
12955
+ font-weight: 500;
12956
+ color: @greyish-purple;
12957
+ line-height: 1;
12958
+ vertical-align: middle;
12959
+ white-space: nowrap;
12960
+ text-align: center;
12961
+ background-color: @pale-grey;
12962
+ border-radius: 7.5px;
12963
+ margin-left: 7px;
12964
+ margin-top: -4px;
13002
12965
  }
12966
+ }
13003
12967
 
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;
12968
+ .default-dropdown {
12969
+ float: left;
12970
+ width: 105px;
13027
12971
 
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
- }
12972
+ .default-dropdown-field:not(:hover) {
12973
+ border-color: transparent;
13041
12974
  }
13042
12975
 
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
- }
12976
+ .default-dropdown-container {
12977
+ z-index: 3;
13074
12978
  }
13075
12979
  }
13076
12980
  }
@@ -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;