iguazio.dashboard-controls 1.0.17-3.6.2 → 1.0.19-3.6.2

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.
@@ -5552,23 +5552,6 @@ yx-axis
5552
5552
  }
5553
5553
  }
5554
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
5555
  .igz-action-menu {
5573
5556
  .action-menu-color-set();
5574
5557
  .action-icon-color-set();
@@ -5727,6 +5710,23 @@ yx-axis
5727
5710
  }
5728
5711
  }
5729
5712
 
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,154 +7095,6 @@ yx-axis
7095
7095
  }
7096
7096
  }
7097
7097
 
7098
- .igz-pagination {
7099
- .pagination-color-set();
7100
-
7101
- float: right;
7102
- padding: 24px 36px 5px 30px;
7103
-
7104
- > div {
7105
- vertical-align: top;
7106
- }
7107
-
7108
- .rows-title, .per-page, .jump-to-page, .to-page-prev, .to-page-next {
7109
- display: inline-block;
7110
- vertical-align: baseline;
7111
- }
7112
-
7113
- .rows-title {
7114
- font-size: 13px;
7115
- color: @rows-title-color;
7116
- font-family: @font-family-sans-serif;
7117
- }
7118
-
7119
- .per-page {
7120
- width: 66px;
7121
-
7122
- .default-dropdown-field {
7123
- background: none;
7124
- border: none;
7125
- box-shadow: none;
7126
- font-size: 14px;
7127
- height: 36px;
7128
-
7129
- .dropdown-selected-item {
7130
- font-size: 14px;
7131
- }
7132
-
7133
- .dropdown-arrow {
7134
- margin-top: 5px;
7135
-
7136
- span {
7137
- font-size: 12px;
7138
- }
7139
- }
7140
-
7141
- .dropdown-arrow {
7142
- border: none;
7143
-
7144
- &:hover, &:active {
7145
- border: none;
7146
- background: none;
7147
- box-shadow: none;
7148
- }
7149
- }
7150
-
7151
- &:focus {
7152
- .dropdown-selected-item {
7153
- border: none;
7154
- }
7155
- }
7156
- }
7157
-
7158
- .default-dropdown-container {
7159
- width: 66px;
7160
-
7161
- .list-item {
7162
- padding-left: 15px;
7163
-
7164
- .list-item-label {
7165
- margin-right: 10px;
7166
- }
7167
- }
7168
- }
7169
- }
7170
-
7171
- .jump-to-page {
7172
- margin-left: 7px;
7173
-
7174
- & > div, .jump-to-page-input {
7175
- display: inline-block;
7176
- vertical-align: baseline;
7177
- }
7178
-
7179
- .to-page-prev, .to-page-next {
7180
- width: 41px;
7181
- line-height: 34px;
7182
- height: 36px;
7183
- vertical-align: top;
7184
- position: relative;
7185
-
7186
- &:not(:active) {
7187
- background-color: transparent;
7188
- }
7189
-
7190
- &:not(:hover):not(:active):not(:disabled):not(.disabled) {
7191
- color: @page-prev-next-color;
7192
- }
7193
-
7194
- &:before {
7195
- line-height: 34px;
7196
- }
7197
- }
7198
-
7199
- .to-page-prev {
7200
- border-radius: 2px 0 0 2px;
7201
-
7202
- &::before {
7203
- margin-left: -2px;
7204
- }
7205
- }
7206
-
7207
- .to-page-next {
7208
- border-radius: 0 2px 2px 0;
7209
- }
7210
-
7211
- .title {
7212
- margin: 0 0 0 14px;
7213
- }
7214
-
7215
- .page-number {
7216
- min-width: 30px;
7217
- height: 36px;
7218
- line-height: 36px;
7219
- text-align: center;
7220
- }
7221
-
7222
- .validating-input-field {
7223
- background-color: @input-field-bg-color;
7224
-
7225
- .input-field {
7226
- width: 43px;
7227
- height: 36px;
7228
- border-radius: 0;
7229
- box-shadow: @input-field-box-shadow;
7230
- border: 1px solid @input-field-border-color;
7231
- border-left: 0 none transparent;
7232
- border-right: 0 none transparent;
7233
- font-family: @font-family-sans-serif;
7234
- font-size: 14px;
7235
- font-weight: 500;
7236
- color: @input-field-color;
7237
- text-align: center;
7238
-
7239
- &:hover {
7240
- border: @input-field-hover-border;
7241
- }
7242
- }
7243
- }
7244
- }
7245
- }
7246
7098
  .search-input {
7247
7099
  .search-input-color-set();
7248
7100
 
@@ -7430,58 +7282,206 @@ yx-axis
7430
7282
  }
7431
7283
  }
7432
7284
  }
7433
- .igz-size {
7434
- .size-color-set();
7285
+ .igz-pagination {
7286
+ .pagination-color-set();
7435
7287
 
7436
- align-items: center;
7437
- display: flex;
7438
- justify-content: space-between;
7439
- min-height: 40px;
7288
+ float: right;
7289
+ padding: 24px 36px 5px 30px;
7440
7290
 
7441
- &:after {
7442
- content: ' ';
7291
+ > div {
7292
+ vertical-align: top;
7293
+ }
7294
+
7295
+ .rows-title, .per-page, .jump-to-page, .to-page-prev, .to-page-next {
7443
7296
  display: inline-block;
7444
- vertical-align: middle;
7297
+ vertical-align: baseline;
7445
7298
  }
7446
7299
 
7447
- .size-value {
7448
- line-height: 1;
7449
- flex: 0 0 100px;
7450
- min-width: 100px;
7300
+ .rows-title {
7301
+ font-size: 13px;
7302
+ color: @rows-title-color;
7303
+ font-family: @font-family-sans-serif;
7304
+ }
7451
7305
 
7452
- > span {
7453
- line-height: 25px;
7454
- }
7306
+ .per-page {
7307
+ width: 66px;
7455
7308
 
7456
- &.short {
7457
- flex: 0 0 75px;
7458
- min-width: 75px;
7459
- }
7309
+ .default-dropdown-field {
7310
+ background: none;
7311
+ border: none;
7312
+ box-shadow: none;
7313
+ font-size: 14px;
7314
+ height: 36px;
7460
7315
 
7461
- &.shorten {
7462
- flex: 0 0 60px;
7463
- min-width: 60px;
7464
- }
7316
+ .dropdown-selected-item {
7317
+ font-size: 14px;
7318
+ }
7465
7319
 
7466
- &.shortest {
7467
- flex: 0 0 40px;
7468
- min-width: 40px;
7469
- }
7470
- }
7320
+ .dropdown-arrow {
7321
+ margin-top: 5px;
7471
7322
 
7472
- .size-reserved {
7473
- color: @size-reserved-color;
7474
- font-size: 12px;
7323
+ span {
7324
+ font-size: 12px;
7325
+ }
7326
+ }
7475
7327
 
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
- }
7328
+ .dropdown-arrow {
7329
+ border: none;
7481
7330
 
7482
- .icon-font-infinity:before {
7483
- color: @size-reserved-infinity-before-color;
7484
- font-size: 10px;
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
+ }
7342
+ }
7343
+ }
7344
+
7345
+ .default-dropdown-container {
7346
+ width: 66px;
7347
+
7348
+ .list-item {
7349
+ padding-left: 15px;
7350
+
7351
+ .list-item-label {
7352
+ margin-right: 10px;
7353
+ }
7354
+ }
7355
+ }
7356
+ }
7357
+
7358
+ .jump-to-page {
7359
+ margin-left: 7px;
7360
+
7361
+ & > div, .jump-to-page-input {
7362
+ display: inline-block;
7363
+ vertical-align: baseline;
7364
+ }
7365
+
7366
+ .to-page-prev, .to-page-next {
7367
+ width: 41px;
7368
+ line-height: 34px;
7369
+ height: 36px;
7370
+ vertical-align: top;
7371
+ position: relative;
7372
+
7373
+ &:not(:active) {
7374
+ background-color: transparent;
7375
+ }
7376
+
7377
+ &:not(:hover):not(:active):not(:disabled):not(.disabled) {
7378
+ color: @page-prev-next-color;
7379
+ }
7380
+
7381
+ &:before {
7382
+ line-height: 34px;
7383
+ }
7384
+ }
7385
+
7386
+ .to-page-prev {
7387
+ border-radius: 2px 0 0 2px;
7388
+
7389
+ &::before {
7390
+ margin-left: -2px;
7391
+ }
7392
+ }
7393
+
7394
+ .to-page-next {
7395
+ border-radius: 0 2px 2px 0;
7396
+ }
7397
+
7398
+ .title {
7399
+ margin: 0 0 0 14px;
7400
+ }
7401
+
7402
+ .page-number {
7403
+ min-width: 30px;
7404
+ height: 36px;
7405
+ line-height: 36px;
7406
+ text-align: center;
7407
+ }
7408
+
7409
+ .validating-input-field {
7410
+ background-color: @input-field-bg-color;
7411
+
7412
+ .input-field {
7413
+ width: 43px;
7414
+ height: 36px;
7415
+ border-radius: 0;
7416
+ box-shadow: @input-field-box-shadow;
7417
+ border: 1px solid @input-field-border-color;
7418
+ border-left: 0 none transparent;
7419
+ border-right: 0 none transparent;
7420
+ font-family: @font-family-sans-serif;
7421
+ font-size: 14px;
7422
+ font-weight: 500;
7423
+ color: @input-field-color;
7424
+ text-align: center;
7425
+
7426
+ &:hover {
7427
+ border: @input-field-hover-border;
7428
+ }
7429
+ }
7430
+ }
7431
+ }
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
7485
  }
7486
7486
  }
7487
7487
 
@@ -8838,18 +8838,6 @@ 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
-
8853
8841
  .duplicate-function-dialog-wrapper {
8854
8842
  .main-content {
8855
8843
  .field-group {
@@ -8884,6 +8872,18 @@ body {
8884
8872
  }
8885
8873
  }
8886
8874
 
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;
@@ -9363,182 +9363,60 @@ body {
9363
9363
  }
9364
9364
  }
9365
9365
 
9366
- .igz-info-page-content-wrapper {
9367
- .info-page-content-color-set();
9366
+ .info-page-filters-bookmark {
9367
+ .info-page-filters-color-set();
9368
9368
 
9369
- position: absolute;
9370
- top: 56px;
9369
+ background-color: @filters-bookmark-bg-color;
9370
+ border-bottom-right-radius: 4px;
9371
+ border-top-right-radius: 4px;
9372
+ box-shadow: @filters-bookmark-box-shadow;
9373
+ color: @filters-bookmark-color;
9374
+ cursor: pointer;
9375
+ font-size: 10px;
9376
+ height: 22px;
9371
9377
  right: 0;
9372
- bottom: 0;
9373
- left: 0;
9374
- padding-top: 0;
9378
+ line-height: 22px;
9379
+ position: absolute;
9380
+ text-align: center;
9381
+ top: 22px;
9375
9382
  transition: @igz-basic-transition;
9376
- background-color: @page-content-bg-color;
9383
+ width: 18px;
9384
+ z-index: 998;
9377
9385
 
9378
- &.upper-pane-opened {
9379
- top: 216px;
9386
+ &:before {
9387
+ right: 3px;
9388
+ position: absolute;
9389
+ top: 6px;
9380
9390
  }
9381
9391
 
9382
- &.filters-opened {
9383
- right: 377px;
9392
+ &:after {
9393
+ background-color: @filters-bookmark-after-bg-color;
9394
+ content: "";
9395
+ height: 100%;
9396
+ right: -6px;
9397
+ position: absolute;
9398
+ top: 0;
9399
+ width: 6px;
9384
9400
  }
9385
9401
 
9386
- &.info-pane-opened {
9387
- right: 379px;
9402
+ &.upper-pane-opened {
9403
+ top: 172px;
9388
9404
  }
9389
9405
 
9390
- .igz-info-page-content {
9391
- min-width: 946px;
9392
- max-width: 100%;
9393
- padding: 40px 25px;
9406
+ &.info-page-filters-active {
9407
+ right: 249px;
9394
9408
  }
9395
- }
9396
9409
 
9397
- igz-info-page-actions-bar {
9398
- .igz-info-page-actions-bar .actions-content-block {
9399
- margin-left: 14px;
9410
+ .bookmark-badge {
9411
+ position: absolute;
9412
+ top: -10px;
9413
+ right: -12px;
9414
+ box-shadow: @filters-bookmark-badge-box-shadow;
9400
9415
  }
9401
9416
  }
9402
9417
 
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;
9441
-
9442
- .common-table-cell {
9443
- height: 49px;
9444
- padding: 0 15px;
9445
- border-right: @common-table-cell-border-right;
9446
-
9447
- &:first-child {
9448
- padding-left: 7px;
9449
- }
9450
- }
9451
- }
9452
- }
9453
-
9454
- .common-table-body {
9455
- margin-top: 7px;
9456
-
9457
- .common-table-cell {
9458
- &.actions-menu {
9459
- width: 45px;
9460
- }
9461
- }
9462
- }
9463
-
9464
- .data-access-policy-layers, .data-lifecycle-layers {
9465
- &:last-child {
9466
- margin-bottom: 20px;
9467
- }
9468
- }
9469
- }
9470
-
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;
9483
- }
9484
- }
9485
- }
9486
-
9487
-
9488
- .info-page-filters-bookmark {
9489
- .info-page-filters-color-set();
9490
-
9491
- background-color: @filters-bookmark-bg-color;
9492
- border-bottom-right-radius: 4px;
9493
- border-top-right-radius: 4px;
9494
- box-shadow: @filters-bookmark-box-shadow;
9495
- color: @filters-bookmark-color;
9496
- cursor: pointer;
9497
- font-size: 10px;
9498
- height: 22px;
9499
- right: 0;
9500
- line-height: 22px;
9501
- position: absolute;
9502
- text-align: center;
9503
- top: 22px;
9504
- transition: @igz-basic-transition;
9505
- width: 18px;
9506
- z-index: 998;
9507
-
9508
- &:before {
9509
- right: 3px;
9510
- position: absolute;
9511
- top: 6px;
9512
- }
9513
-
9514
- &:after {
9515
- background-color: @filters-bookmark-after-bg-color;
9516
- content: "";
9517
- height: 100%;
9518
- right: -6px;
9519
- position: absolute;
9520
- top: 0;
9521
- width: 6px;
9522
- }
9523
-
9524
- &.upper-pane-opened {
9525
- top: 172px;
9526
- }
9527
-
9528
- &.info-page-filters-active {
9529
- right: 249px;
9530
- }
9531
-
9532
- .bookmark-badge {
9533
- position: absolute;
9534
- top: -10px;
9535
- right: -12px;
9536
- box-shadow: @filters-bookmark-badge-box-shadow;
9537
- }
9538
- }
9539
-
9540
- .info-page-filters {
9541
- .info-page-filters-color-set();
9418
+ .info-page-filters {
9419
+ .info-page-filters-color-set();
9542
9420
 
9543
9421
  background: @filters-bg;
9544
9422
  border: @filters-border;
@@ -9825,173 +9703,155 @@ igz-info-page-content {
9825
9703
  }
9826
9704
  }
9827
9705
 
9828
- ncl-breadcrumbs {
9829
- .main-header-title {
9830
- &:not(.disable-behavior) {
9831
- &:hover .main-header-title-text {
9832
- color: @dark-sky-blue;
9833
- }
9834
- }
9706
+ .igz-info-page-content-wrapper {
9707
+ .info-page-content-color-set();
9835
9708
 
9836
- &.disable-behavior {
9837
- color: @dusk-three;
9838
- }
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;
9839
9720
  }
9840
9721
 
9841
- .igz-icon-right {
9842
- font-size: 11px;
9843
- font-weight: 100;
9844
- margin: 0 14px;
9722
+ &.filters-opened {
9723
+ right: 377px;
9845
9724
  }
9846
9725
 
9847
- .ncl-header-subtitle {
9848
- color: @greyish-purple;
9726
+ &.info-pane-opened {
9727
+ right: 379px;
9849
9728
  }
9850
9729
 
9851
- .ncl-bold-subtitle {
9852
- color: @dusk-three;
9853
- font-weight: bold;
9730
+ .igz-info-page-content {
9731
+ min-width: 946px;
9732
+ max-width: 100%;
9733
+ padding: 40px 25px;
9854
9734
  }
9855
9735
  }
9856
9736
 
9857
- .ncl-breadcrumbs-dropdown {
9858
- display: inline-grid;
9859
-
9860
- .breadcrumb-toggle {
9861
- cursor: pointer;
9862
- font-weight: bold;
9863
-
9864
- .igz-icon-right {
9865
- display: block;
9866
- margin: 1.5px 0 0 7px;
9867
- }
9868
-
9869
- .breadcrumb-arrow {
9870
- display: inline-block;
9871
- width: 24px;
9872
- height: 24px;
9873
- margin: 0 8px;
9874
- border-radius: 50%;
9875
- background-color: transparent;
9737
+ igz-info-page-actions-bar {
9738
+ .igz-info-page-actions-bar .actions-content-block {
9739
+ margin-left: 14px;
9740
+ }
9741
+ }
9876
9742
 
9877
- &:hover {
9878
- background-color: @pale-grey;
9879
- transition: transform .2s linear;
9880
- }
9881
- }
9743
+ igz-info-page-content {
9744
+ .info-page-content-color-set();
9882
9745
 
9883
- .ncl-dropdown-expanded {
9884
- background-color: @pale-grey;
9885
- transform: rotate(90deg);
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;
9886
9752
 
9887
- .igz-icon-right {
9888
- color: @dusk-three;
9889
- }
9890
- }
9891
- }
9753
+ .common-table-cell {
9754
+ margin-top: -1px;
9755
+ height: 49px;
9892
9756
 
9893
- .dropdown-menu {
9894
- margin: 0;
9895
- border: none;
9896
- min-width: inherit;
9897
- padding: 5px 0 8px;
9898
- width: 230px;
9899
- box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
9757
+ &.selected {
9758
+ background-color: @common-table-cell-selected-bg-color;
9759
+ border: @common-table-cell-selected-border;
9760
+ }
9900
9761
 
9901
- .search-input {
9902
- text-align: center;
9903
- margin-top: 3px;
9762
+ &:last-child {
9763
+ margin-right: 0;
9764
+ }
9904
9765
 
9905
- .igz-icon-search {
9906
- .greyishPurple(0.34);
9907
- font-size: 18px;
9908
- color: @color;
9909
- position: absolute;
9910
- top: 6px;
9911
- left: 16px;
9912
- }
9766
+ &.actions-menu {
9767
+ width: 0;
9768
+ }
9913
9769
 
9914
- input {
9915
- width: 210px;
9916
- height: 32px;
9917
- border: solid 1px @pale-grey;
9918
- outline: none;
9919
- padding-left: 29px;
9920
- color: @dusk-three;
9921
- font-size: 13px;
9770
+ &.check-all-rows {
9771
+ padding-left: 30px;
9922
9772
 
9923
- &::-webkit-input-placeholder {
9924
- color: @pale-grey;
9773
+ .action-checkbox-all {
9774
+ padding-top: 2px;
9775
+ }
9776
+ }
9925
9777
  }
9926
9778
 
9927
- &::-moz-placeholder {
9928
- color: @pale-grey;
9929
- }
9779
+ .common-table-cells-container {
9780
+ margin-right: 45px;
9930
9781
 
9931
- &:focus, &:active {
9932
- outline: none;
9933
- border: solid 1px @dark-sky-blue;
9782
+ .common-table-cell {
9783
+ height: 49px;
9784
+ padding: 0 15px;
9785
+ border-right: @common-table-cell-border-right;
9934
9786
 
9935
- + .igz-icon-search {
9936
- color: @greyish-purple;
9787
+ &:first-child {
9788
+ padding-left: 7px;
9789
+ }
9937
9790
  }
9791
+ }
9792
+ }
9938
9793
 
9939
- &::-webkit-input-placeholder {
9940
- color: transparent;
9941
- }
9794
+ .common-table-body {
9795
+ margin-top: 7px;
9942
9796
 
9943
- &::-moz-placeholder {
9944
- color: transparent;
9797
+ .common-table-cell {
9798
+ &.actions-menu {
9799
+ width: 45px;
9945
9800
  }
9946
9801
  }
9947
9802
  }
9948
- }
9949
- }
9950
9803
 
9951
- .dropdown-list {
9952
- font-size: 13px;
9953
- font-weight: 500;
9954
- text-align: left;
9955
- max-height: 375px;
9956
- list-style: none;
9957
- padding: 8px 0 0;
9958
- margin: 0;
9959
- border-radius: 2px;
9960
- background-color: @white;
9804
+ .data-access-policy-layers, .data-lifecycle-layers {
9805
+ &:last-child {
9806
+ margin-bottom: 20px;
9807
+ }
9808
+ }
9809
+ }
9961
9810
 
9962
- li {
9963
- height: 32px;
9964
- line-height: 32px;
9965
- width: 239px;
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
+ }
9966
9826
 
9967
- .item-name {
9968
- display: inline-block;
9969
- width: 170px;
9970
- overflow: hidden;
9971
- white-space: nowrap;
9972
- text-overflow: ellipsis;
9973
- margin-left: 16px;
9974
- color: @dusk-three;
9975
- vertical-align:top;
9976
- text-decoration: none;
9977
- height: 32px;
9978
- }
9979
9827
 
9980
- .igz-icon-tick {
9981
- display: inline-block;
9982
- font-size: 16px;
9983
- width: 41px;
9984
- height: 32px;
9985
- padding: 0 19px 0 12px;
9986
- vertical-align: top;
9828
+ ncl-breadcrumbs {
9829
+ .main-header-title {
9830
+ &:not(.disable-behavior) {
9831
+ &:hover .main-header-title-text {
9832
+ color: @dark-sky-blue;
9987
9833
  }
9834
+ }
9988
9835
 
9989
- &:hover {
9990
- height: 32px;
9991
- background-color: @pale-grey-two;
9992
- }
9836
+ &.disable-behavior {
9837
+ color: @dusk-three;
9993
9838
  }
9994
9839
  }
9840
+
9841
+ .igz-icon-right {
9842
+ font-size: 11px;
9843
+ font-weight: 100;
9844
+ margin: 0 14px;
9845
+ }
9846
+
9847
+ .ncl-header-subtitle {
9848
+ color: @greyish-purple;
9849
+ }
9850
+
9851
+ .ncl-bold-subtitle {
9852
+ color: @dusk-three;
9853
+ font-weight: bold;
9854
+ }
9995
9855
  }
9996
9856
 
9997
9857
  .ncl-collapsing-row {
@@ -10071,47 +9931,187 @@ ncl-breadcrumbs {
10071
9931
  padding-left: 16px;
10072
9932
  }
10073
9933
 
10074
- .field-label {
10075
- text-transform: capitalize;
10076
- }
10077
- }
9934
+ .field-label {
9935
+ text-transform: capitalize;
9936
+ }
9937
+ }
9938
+
9939
+ .item-info-row {
9940
+ line-height: 30px;
9941
+ }
9942
+
9943
+ .expanded-item-info-block {
9944
+ width: 100%;
9945
+ height: 100%;
9946
+ top: 0;
9947
+ padding: 10px 0;
9948
+ }
9949
+
9950
+ .collapsed-item-info-block {
9951
+ padding-left: 16px;
9952
+ white-space: nowrap;
9953
+ width: 100%;
9954
+ overflow: hidden;
9955
+ text-overflow: ellipsis;
9956
+ }
9957
+
9958
+ .actions-menu {
9959
+ visibility: hidden;
9960
+ align-items: flex-start;
9961
+ line-height: 51px;
9962
+ }
9963
+
9964
+ .single-action {
9965
+ visibility: hidden;
9966
+ align-items: flex-start;
9967
+ flex: none;
9968
+ padding-right: 4px;
9969
+
9970
+ .igz-action-panel {
9971
+ transition: unset;
9972
+
9973
+ .igz-action-item {
9974
+ margin: 4px 0 0 0;
9975
+ }
9976
+ }
9977
+ }
9978
+ }
9979
+
9980
+ .ncl-breadcrumbs-dropdown {
9981
+ display: inline-grid;
9982
+
9983
+ .breadcrumb-toggle {
9984
+ cursor: pointer;
9985
+ font-weight: bold;
9986
+
9987
+ .igz-icon-right {
9988
+ display: block;
9989
+ margin: 1.5px 0 0 7px;
9990
+ }
9991
+
9992
+ .breadcrumb-arrow {
9993
+ display: inline-block;
9994
+ width: 24px;
9995
+ height: 24px;
9996
+ margin: 0 8px;
9997
+ border-radius: 50%;
9998
+ background-color: transparent;
9999
+
10000
+ &:hover {
10001
+ background-color: @pale-grey;
10002
+ transition: transform .2s linear;
10003
+ }
10004
+ }
10005
+
10006
+ .ncl-dropdown-expanded {
10007
+ background-color: @pale-grey;
10008
+ transform: rotate(90deg);
10009
+
10010
+ .igz-icon-right {
10011
+ color: @dusk-three;
10012
+ }
10013
+ }
10014
+ }
10015
+
10016
+ .dropdown-menu {
10017
+ margin: 0;
10018
+ border: none;
10019
+ min-width: inherit;
10020
+ padding: 5px 0 8px;
10021
+ width: 230px;
10022
+ box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
10023
+
10024
+ .search-input {
10025
+ text-align: center;
10026
+ margin-top: 3px;
10027
+
10028
+ .igz-icon-search {
10029
+ .greyishPurple(0.34);
10030
+ font-size: 18px;
10031
+ color: @color;
10032
+ position: absolute;
10033
+ top: 6px;
10034
+ left: 16px;
10035
+ }
10036
+
10037
+ input {
10038
+ width: 210px;
10039
+ height: 32px;
10040
+ border: solid 1px @pale-grey;
10041
+ outline: none;
10042
+ padding-left: 29px;
10043
+ color: @dusk-three;
10044
+ font-size: 13px;
10045
+
10046
+ &::-webkit-input-placeholder {
10047
+ color: @pale-grey;
10048
+ }
10049
+
10050
+ &::-moz-placeholder {
10051
+ color: @pale-grey;
10052
+ }
10053
+
10054
+ &:focus, &:active {
10055
+ outline: none;
10056
+ border: solid 1px @dark-sky-blue;
10078
10057
 
10079
- .item-info-row {
10080
- line-height: 30px;
10081
- }
10058
+ + .igz-icon-search {
10059
+ color: @greyish-purple;
10060
+ }
10082
10061
 
10083
- .expanded-item-info-block {
10084
- width: 100%;
10085
- height: 100%;
10086
- top: 0;
10087
- padding: 10px 0;
10088
- }
10062
+ &::-webkit-input-placeholder {
10063
+ color: transparent;
10064
+ }
10089
10065
 
10090
- .collapsed-item-info-block {
10091
- padding-left: 16px;
10092
- white-space: nowrap;
10093
- width: 100%;
10094
- overflow: hidden;
10095
- text-overflow: ellipsis;
10066
+ &::-moz-placeholder {
10067
+ color: transparent;
10068
+ }
10069
+ }
10070
+ }
10071
+ }
10096
10072
  }
10097
10073
 
10098
- .actions-menu {
10099
- visibility: hidden;
10100
- align-items: flex-start;
10101
- line-height: 51px;
10102
- }
10074
+ .dropdown-list {
10075
+ font-size: 13px;
10076
+ font-weight: 500;
10077
+ text-align: left;
10078
+ max-height: 375px;
10079
+ list-style: none;
10080
+ padding: 8px 0 0;
10081
+ margin: 0;
10082
+ border-radius: 2px;
10083
+ background-color: @white;
10103
10084
 
10104
- .single-action {
10105
- visibility: hidden;
10106
- align-items: flex-start;
10107
- flex: none;
10108
- padding-right: 4px;
10085
+ li {
10086
+ height: 32px;
10087
+ line-height: 32px;
10088
+ width: 239px;
10109
10089
 
10110
- .igz-action-panel {
10111
- transition: unset;
10090
+ .item-name {
10091
+ display: inline-block;
10092
+ width: 170px;
10093
+ overflow: hidden;
10094
+ white-space: nowrap;
10095
+ text-overflow: ellipsis;
10096
+ margin-left: 16px;
10097
+ color: @dusk-three;
10098
+ vertical-align:top;
10099
+ text-decoration: none;
10100
+ height: 32px;
10101
+ }
10112
10102
 
10113
- .igz-action-item {
10114
- margin: 4px 0 0 0;
10103
+ .igz-icon-tick {
10104
+ display: inline-block;
10105
+ font-size: 16px;
10106
+ width: 41px;
10107
+ height: 32px;
10108
+ padding: 0 19px 0 12px;
10109
+ vertical-align: top;
10110
+ }
10111
+
10112
+ &:hover {
10113
+ height: 32px;
10114
+ background-color: @pale-grey-two;
10115
10115
  }
10116
10116
  }
10117
10117
  }
@@ -10255,6 +10255,24 @@ ncl-breadcrumbs {
10255
10255
  }
10256
10256
  }
10257
10257
 
10258
+ .view-yaml-dialog-wrapper {
10259
+ .ngdialog-content {
10260
+ .view-yaml-dialog-header {
10261
+ .title {
10262
+ margin-bottom: 10px;
10263
+ }
10264
+
10265
+ .copy-to-clipboard {
10266
+ width: 20px;
10267
+ }
10268
+ }
10269
+
10270
+ .monaco-editor {
10271
+ min-width: 700px;
10272
+ min-height: 450px;
10273
+ }
10274
+ }
10275
+ }
10258
10276
  .ncl-key-value-input {
10259
10277
  .input-wrapper {
10260
10278
  width: 100%;
@@ -10469,24 +10487,6 @@ ncl-breadcrumbs {
10469
10487
  }
10470
10488
  }
10471
10489
 
10472
- .view-yaml-dialog-wrapper {
10473
- .ngdialog-content {
10474
- .view-yaml-dialog-header {
10475
- .title {
10476
- margin-bottom: 10px;
10477
- }
10478
-
10479
- .copy-to-clipboard {
10480
- width: 20px;
10481
- }
10482
- }
10483
-
10484
- .monaco-editor {
10485
- min-width: 700px;
10486
- min-height: 450px;
10487
- }
10488
- }
10489
- }
10490
10490
  .ncl-monaco {
10491
10491
  .ncl-monaco-wrapper {
10492
10492
  padding-top: 20px;
@@ -10744,72 +10744,6 @@ ncl-navigation-tabs {
10744
10744
  display: none;
10745
10745
  }
10746
10746
  }
10747
- .ncl-function-version-row {
10748
- .actions-menu {
10749
- visibility: hidden;
10750
- }
10751
-
10752
- &.common-table-row {
10753
- height: 49px;
10754
-
10755
- &:hover {
10756
- igz-action-checkbox:not(.invisible) {
10757
- visibility: visible;
10758
- }
10759
-
10760
- .actions-menu {
10761
- visibility: visible;
10762
- }
10763
-
10764
- .check-row {
10765
- background-color: @pale-grey-three;
10766
- }
10767
- }
10768
-
10769
- igz-action-checkbox {
10770
- visibility: hidden;
10771
-
10772
- &.visible {
10773
- visibility: visible;
10774
- }
10775
- }
10776
-
10777
- .common-table-cells-container {
10778
- cursor: pointer;
10779
-
10780
- .common-table-cell {
10781
- .status-icon {
10782
- display: flex;
10783
- font-size: 20px;
10784
- cursor: pointer;
10785
- margin-left: 9px;
10786
- .duskThree(0.64);
10787
- color: @color;
10788
- }
10789
-
10790
- .common-table-cell-content {
10791
- width: 100%;
10792
- white-space: nowrap;
10793
- overflow: hidden;
10794
- text-overflow: ellipsis;
10795
- min-width: 0;
10796
- }
10797
-
10798
- .igz-action-panel {
10799
- &.invocation-tooltip {
10800
- height: 36px;
10801
- width: 56px;
10802
- }
10803
- }
10804
- }
10805
-
10806
- .function-status {
10807
- min-width: 100px;
10808
- }
10809
- }
10810
- }
10811
- }
10812
-
10813
10747
  .new-function-wrapper {
10814
10748
  .ncl-new-function-color-set();
10815
10749
 
@@ -10967,6 +10901,72 @@ ncl-navigation-tabs {
10967
10901
  }
10968
10902
  }
10969
10903
 
10904
+ .ncl-function-version-row {
10905
+ .actions-menu {
10906
+ visibility: hidden;
10907
+ }
10908
+
10909
+ &.common-table-row {
10910
+ height: 49px;
10911
+
10912
+ &:hover {
10913
+ igz-action-checkbox:not(.invisible) {
10914
+ visibility: visible;
10915
+ }
10916
+
10917
+ .actions-menu {
10918
+ visibility: visible;
10919
+ }
10920
+
10921
+ .check-row {
10922
+ background-color: @pale-grey-three;
10923
+ }
10924
+ }
10925
+
10926
+ igz-action-checkbox {
10927
+ visibility: hidden;
10928
+
10929
+ &.visible {
10930
+ visibility: visible;
10931
+ }
10932
+ }
10933
+
10934
+ .common-table-cells-container {
10935
+ cursor: pointer;
10936
+
10937
+ .common-table-cell {
10938
+ .status-icon {
10939
+ display: flex;
10940
+ font-size: 20px;
10941
+ cursor: pointer;
10942
+ margin-left: 9px;
10943
+ .duskThree(0.64);
10944
+ color: @color;
10945
+ }
10946
+
10947
+ .common-table-cell-content {
10948
+ width: 100%;
10949
+ white-space: nowrap;
10950
+ overflow: hidden;
10951
+ text-overflow: ellipsis;
10952
+ min-width: 0;
10953
+ }
10954
+
10955
+ .igz-action-panel {
10956
+ &.invocation-tooltip {
10957
+ height: 36px;
10958
+ width: 56px;
10959
+ }
10960
+ }
10961
+ }
10962
+
10963
+ .function-status {
10964
+ min-width: 100px;
10965
+ }
10966
+ }
10967
+ }
10968
+ }
10969
+
10970
10970
  .function-event-wrapper {
10971
10971
  width: 600px;
10972
10972
  margin-bottom: -23px;