@patternfly/patternfly 6.0.0-alpha.175 → 6.0.0-alpha.176
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/_index.css +0 -177
- package/components/_index.scss +0 -1
- package/package.json +1 -1
- package/patternfly-no-globals.css +0 -177
- package/patternfly.css +0 -177
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/namespaces-components.scss +0 -3
- package/components/LogViewer/log-viewer.css +0 -176
- package/components/LogViewer/log-viewer.scss +0 -219
- package/docs/components/LogViewer/examples/LogViewer.css +0 -24
- package/docs/components/LogViewer/examples/LogViewer.md +0 -3050
package/components/_index.css
CHANGED
|
@@ -8520,183 +8520,6 @@ ul.pf-v6-c-list {
|
|
|
8520
8520
|
color: var(--pf-v6-c-list__item-icon--Color);
|
|
8521
8521
|
}
|
|
8522
8522
|
|
|
8523
|
-
:where(:root, .pf-v6-c-log-viewer) {
|
|
8524
|
-
--pf-v6-c-log-viewer--Height: 100%;
|
|
8525
|
-
--pf-v6-c-log-viewer--MaxHeight: auto;
|
|
8526
|
-
--pf-v6-c-log-viewer--m-line-numbers__index--Display: inline;
|
|
8527
|
-
--pf-v6-c-log-viewer__header--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
|
8528
|
-
--pf-v6-c-log-viewer__main--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
8529
|
-
--pf-v6-c-log-viewer__main--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
8530
|
-
--pf-v6-c-log-viewer__main--BorderColor: var(--pf-t--global--border--color--default);
|
|
8531
|
-
--pf-v6-c-log-viewer__scroll-container--Height: 37.5rem;
|
|
8532
|
-
--pf-v6-c-log-viewer__scroll-container--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
8533
|
-
--pf-v6-c-log-viewer__scroll-container--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
8534
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--InsetBlockStart: 0;
|
|
8535
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--InsetBlockEnd: 0;
|
|
8536
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--Width: var(--pf-t--global--border--width--divider--default);
|
|
8537
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--BackgroundColor: var(--pf-t--global--border--color--default);
|
|
8538
|
-
--pf-v6-c-log-viewer__list--Height: auto;
|
|
8539
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--InsetInlineStart: var(--pf-v6-c-log-viewer__index--Width);
|
|
8540
|
-
--pf-v6-c-log-viewer__list--FontFamily: var(--pf-t--global--font--family--mono);
|
|
8541
|
-
--pf-v6-c-log-viewer__list--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
8542
|
-
--pf-v6-c-log-viewer__index--Display: none;
|
|
8543
|
-
--pf-v6-c-log-viewer__index--Width: 4.0625rem;
|
|
8544
|
-
--pf-v6-c-log-viewer__index--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
|
|
8545
|
-
--pf-v6-c-log-viewer__index--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
8546
|
-
--pf-v6-c-log-viewer__index--Color: var(--pf-t--global--text--color--subtle);
|
|
8547
|
-
--pf-v6-c-log-viewer__index--BackgroundColor: transparent;
|
|
8548
|
-
--pf-v6-c-log-viewer--line-number-chars: 4.4;
|
|
8549
|
-
--pf-v6-c-log-viewer--m-line-number-chars__index--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
|
|
8550
|
-
--pf-v6-c-log-viewer--m-line-number-chars__index--Width: calc(1ch * var(--pf-v6-c-log-viewer--line-number-chars) + var(--pf-v6-c-log-viewer__index--PaddingInlineEnd) + var(--pf-v6-c-log-viewer__index--PaddingInlineStart));
|
|
8551
|
-
--pf-v6-c-log-viewer__text--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
8552
|
-
--pf-v6-c-log-viewer__text--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
8553
|
-
--pf-v6-c-log-viewer__text--Color: var(--pf-t--global--text--color--regular);
|
|
8554
|
-
--pf-v6-c-log-viewer__text--WordBreak: break-all;
|
|
8555
|
-
--pf-v6-c-log-viewer__text--WhiteSpace: break-spaces;
|
|
8556
|
-
--pf-v6-c-log-viewer__text--LineBreak: anywhere;
|
|
8557
|
-
--pf-v6-c-log-viewer--m-nowrap__text--WhiteSpace: nowrap;
|
|
8558
|
-
--pf-v6-c-log-viewer__string--m-match--Color: var(--pf-t--global--text--color--on-highlight);
|
|
8559
|
-
--pf-v6-c-log-viewer__string--m-match--BackgroundColor: var(--pf-t--global--background--color--highlight--default);
|
|
8560
|
-
--pf-v6-c-log-viewer__string--m-current--Color: var(--pf-t--global--text--color--on-highlight);
|
|
8561
|
-
--pf-v6-c-log-viewer__string--m-current--BackgroundColor: var(--pf-t--global--background--color--highlight--clicked);
|
|
8562
|
-
--pf-v6-c-log-viewer__timestamp--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
8563
|
-
--pf-v6-c-log-viewer--c-toolbar--PaddingBlockStart: 0;
|
|
8564
|
-
--pf-v6-c-log-viewer--c-toolbar--PaddingBlockEnd: 0;
|
|
8565
|
-
--pf-v6-c-log-viewer--c-toolbar__content--PaddingInlineEnd: 0;
|
|
8566
|
-
--pf-v6-c-log-viewer--c-toolbar__content--PaddingInlineStart: 0;
|
|
8567
|
-
--pf-v6-c-log-viewer--c-toolbar__group--m-toggle-group--spacer: 0;
|
|
8568
|
-
--pf-v6-c-log-viewer--c-toolbar__group--m-toggle-group--m-show--spacer: var(--pf-t--global--spacer--sm);
|
|
8569
|
-
--pf-v6-c-log-viewer--m-dark__main--BorderWidth: 0;
|
|
8570
|
-
}
|
|
8571
|
-
|
|
8572
|
-
.pf-v6-c-log-viewer {
|
|
8573
|
-
display: flex;
|
|
8574
|
-
flex-direction: column;
|
|
8575
|
-
height: var(--pf-v6-c-log-viewer--Height);
|
|
8576
|
-
max-height: var(--pf-v6-c-log-viewer--MaxHeight);
|
|
8577
|
-
}
|
|
8578
|
-
.pf-v6-c-log-viewer.pf-m-dark {
|
|
8579
|
-
--pf-v6-c-log-viewer__main--BorderWidth: var(--pf-v6-c-log-viewer--m-dark__main--BorderWidth);
|
|
8580
|
-
}
|
|
8581
|
-
.pf-v6-c-log-viewer.pf-m-dark .pf-v6-c-log-viewer__main {
|
|
8582
|
-
--pf-v6-c-log-viewer__main--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
8583
|
-
--pf-v6-c-log-viewer__main--BorderColor: var(--pf-t--global--border--color--default);
|
|
8584
|
-
--pf-v6-c-log-viewer__text--Color: var(--pf-t--global--text--color--regular);
|
|
8585
|
-
--pf-v6-c-log-viewer__index--Color: var(--pf-t--global--text--color--subtle);
|
|
8586
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--BackgroundColor: var(--pf-t--global--border--color--default);
|
|
8587
|
-
}
|
|
8588
|
-
.pf-v6-c-log-viewer.pf-m-wrap-text {
|
|
8589
|
-
word-break: break-all;
|
|
8590
|
-
}
|
|
8591
|
-
.pf-v6-c-log-viewer.pf-m-nowrap {
|
|
8592
|
-
--pf-v6-c-log-viewer__text--WhiteSpace: var(--pf-v6-c-log-viewer--m-nowrap__text--WhiteSpace);
|
|
8593
|
-
}
|
|
8594
|
-
.pf-v6-c-log-viewer.pf-m-line-numbers {
|
|
8595
|
-
--pf-v6-c-log-viewer__index--Display: var(--pf-v6-c-log-viewer--m-line-numbers__index--Display);
|
|
8596
|
-
}
|
|
8597
|
-
.pf-v6-c-log-viewer.pf-m-line-numbers .pf-v6-c-log-viewer__list {
|
|
8598
|
-
position: absolute;
|
|
8599
|
-
inset-inline-start: var(--pf-v6-c-log-viewer--m-line-numbers__list--InsetInlineStart);
|
|
8600
|
-
inset-inline-end: 0;
|
|
8601
|
-
}
|
|
8602
|
-
.pf-v6-c-log-viewer.pf-m-line-numbers .pf-v6-c-log-viewer__list::before {
|
|
8603
|
-
position: absolute;
|
|
8604
|
-
inset-block-start: var(--pf-v6-c-log-viewer--m-line-numbers__list--before--InsetBlockStart);
|
|
8605
|
-
inset-block-end: var(--pf-v6-c-log-viewer--m-line-numbers__list--before--InsetBlockEnd);
|
|
8606
|
-
inset-inline-start: 0;
|
|
8607
|
-
width: var(--pf-v6-c-log-viewer--m-line-numbers__list--before--Width);
|
|
8608
|
-
content: "";
|
|
8609
|
-
background: var(--pf-v6-c-log-viewer--m-line-numbers__list--before--BackgroundColor);
|
|
8610
|
-
}
|
|
8611
|
-
.pf-v6-c-log-viewer.pf-m-line-number-chars {
|
|
8612
|
-
--pf-v6-c-log-viewer__index--PaddingInlineEnd: var(--pf-v6-c-log-viewer--m-line-number-chars__index--PaddingInlineEnd);
|
|
8613
|
-
--pf-v6-c-log-viewer__index--Width: var(--pf-v6-c-log-viewer--m-line-number-chars__index--Width);
|
|
8614
|
-
}
|
|
8615
|
-
.pf-v6-c-log-viewer .pf-v6-c-toolbar {
|
|
8616
|
-
--pf-v6-c-toolbar--PaddingBlockStart: var(--pf-v6-c-log-viewer--c-toolbar--PaddingBlockStart);
|
|
8617
|
-
--pf-v6-c-toolbar--PaddingBlockEnd: var(--pf-v6-c-log-viewer--c-toolbar--PaddingBlockEnd);
|
|
8618
|
-
--pf-v6-c-toolbar__content--PaddingInlineEnd: var(--pf-v6-c-log-viewer--c-toolbar__content--PaddingInlineEnd);
|
|
8619
|
-
--pf-v6-c-toolbar__content--PaddingInlineStart: var(--pf-v6-c-log-viewer--c-toolbar__content--PaddingInlineStart);
|
|
8620
|
-
--pf-v6-c-toolbar__group--m-toggle-group--spacer: 0;
|
|
8621
|
-
--pf-v6-c-toolbar__group--m-toggle-group--m-show--spacer: var(--pf-v6-c-log-viewer--c-toolbar__group--m-toggle-group--m-show--spacer);
|
|
8622
|
-
}
|
|
8623
|
-
.pf-v6-c-log-viewer .pf-v6-c-toolbar__content-section {
|
|
8624
|
-
flex-wrap: nowrap;
|
|
8625
|
-
}
|
|
8626
|
-
|
|
8627
|
-
.pf-v6-c-log-viewer__header {
|
|
8628
|
-
margin-block-end: var(--pf-v6-c-log-viewer__header--MarginBlockEnd);
|
|
8629
|
-
}
|
|
8630
|
-
|
|
8631
|
-
.pf-v6-c-log-viewer__main {
|
|
8632
|
-
display: flex;
|
|
8633
|
-
flex-direction: column;
|
|
8634
|
-
min-height: 0;
|
|
8635
|
-
background-color: var(--pf-v6-c-log-viewer__main--BackgroundColor);
|
|
8636
|
-
border: var(--pf-v6-c-log-viewer__main--BorderWidth) solid var(--pf-v6-c-log-viewer__main--BorderColor);
|
|
8637
|
-
}
|
|
8638
|
-
|
|
8639
|
-
.pf-v6-c-log-viewer__scroll-container {
|
|
8640
|
-
position: relative;
|
|
8641
|
-
height: var(--pf-v6-c-log-viewer__scroll-container--Height);
|
|
8642
|
-
padding-block-start: var(--pf-v6-c-log-viewer__scroll-container--PaddingBlockStart);
|
|
8643
|
-
padding-block-end: var(--pf-v6-c-log-viewer__scroll-container--PaddingBlockEnd);
|
|
8644
|
-
overflow: auto;
|
|
8645
|
-
will-change: transform;
|
|
8646
|
-
direction: ltr;
|
|
8647
|
-
}
|
|
8648
|
-
|
|
8649
|
-
.pf-v6-c-log-viewer__list {
|
|
8650
|
-
position: relative;
|
|
8651
|
-
height: var(--pf-v6-c-log-viewer__list--Height);
|
|
8652
|
-
font-family: var(--pf-v6-c-log-viewer__list--FontFamily);
|
|
8653
|
-
font-size: var(--pf-v6-c-log-viewer__list--FontSize);
|
|
8654
|
-
}
|
|
8655
|
-
|
|
8656
|
-
.pf-v6-c-log-viewer__list-item {
|
|
8657
|
-
inset-inline-start: 0;
|
|
8658
|
-
width: 100%;
|
|
8659
|
-
}
|
|
8660
|
-
|
|
8661
|
-
.pf-v6-c-log-viewer__string.pf-m-match {
|
|
8662
|
-
color: var(--pf-v6-c-log-viewer__string--m-match--Color, inherit);
|
|
8663
|
-
background-color: var(--pf-v6-c-log-viewer__string--m-match--BackgroundColor);
|
|
8664
|
-
}
|
|
8665
|
-
.pf-v6-c-log-viewer__string.pf-m-current {
|
|
8666
|
-
color: var(--pf-v6-c-log-viewer__string--m-current--Color, inherit);
|
|
8667
|
-
background-color: var(--pf-v6-c-log-viewer__string--m-current--BackgroundColor);
|
|
8668
|
-
}
|
|
8669
|
-
|
|
8670
|
-
.pf-v6-c-log-viewer__index {
|
|
8671
|
-
position: fixed;
|
|
8672
|
-
inset-inline-start: 0;
|
|
8673
|
-
display: var(--pf-v6-c-log-viewer__index--Display);
|
|
8674
|
-
width: var(--pf-v6-c-log-viewer__index--Width);
|
|
8675
|
-
padding-inline-start: var(--pf-v6-c-log-viewer__index--PaddingInlineStart);
|
|
8676
|
-
padding-inline-end: var(--pf-v6-c-log-viewer__index--PaddingInlineEnd);
|
|
8677
|
-
font-family: var(--pf-v6-c-log-viewer__index--FontFamily, inherit);
|
|
8678
|
-
font-size: var(--pf-v6-c-log-viewer__index--FontSize, inherit);
|
|
8679
|
-
color: var(--pf-v6-c-log-viewer__index--Color);
|
|
8680
|
-
user-select: none;
|
|
8681
|
-
background-color: var(--pf-v6-c-log-viewer__index--BackgroundColor);
|
|
8682
|
-
}
|
|
8683
|
-
|
|
8684
|
-
.pf-v6-c-log-viewer__text {
|
|
8685
|
-
display: block;
|
|
8686
|
-
padding-inline-start: var(--pf-v6-c-log-viewer__text--PaddingInlineStart);
|
|
8687
|
-
padding-inline-end: var(--pf-v6-c-log-viewer__text--PaddingInlineEnd);
|
|
8688
|
-
font-family: var(--pf-v6-c-log-viewer__text--FontFamily, inherit);
|
|
8689
|
-
font-size: var(--pf-v6-c-log-viewer__text--FontSize, inherit);
|
|
8690
|
-
color: var(--pf-v6-c-log-viewer__text--Color);
|
|
8691
|
-
word-break: var(--pf-v6-c-log-viewer__text--WordBreak);
|
|
8692
|
-
white-space: var(--pf-v6-c-log-viewer__text--WhiteSpace);
|
|
8693
|
-
line-break: var(--pf-v6-c-log-viewer__text--LineBreak);
|
|
8694
|
-
}
|
|
8695
|
-
|
|
8696
|
-
.pf-v6-c-log-viewer__timestamp {
|
|
8697
|
-
font-weight: var(--pf-v6-c-log-viewer__timestamp--FontWeight);
|
|
8698
|
-
}
|
|
8699
|
-
|
|
8700
8523
|
:where(:root, .pf-v6-c-login) {
|
|
8701
8524
|
--pf-v6-c-login--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
|
8702
8525
|
--pf-v6-c-login--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
package/components/_index.scss
CHANGED
package/package.json
CHANGED
|
@@ -14559,183 +14559,6 @@ ul.pf-v6-c-list {
|
|
|
14559
14559
|
color: var(--pf-v6-c-list__item-icon--Color);
|
|
14560
14560
|
}
|
|
14561
14561
|
|
|
14562
|
-
:where(:root, .pf-v6-c-log-viewer) {
|
|
14563
|
-
--pf-v6-c-log-viewer--Height: 100%;
|
|
14564
|
-
--pf-v6-c-log-viewer--MaxHeight: auto;
|
|
14565
|
-
--pf-v6-c-log-viewer--m-line-numbers__index--Display: inline;
|
|
14566
|
-
--pf-v6-c-log-viewer__header--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
|
14567
|
-
--pf-v6-c-log-viewer__main--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
14568
|
-
--pf-v6-c-log-viewer__main--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
14569
|
-
--pf-v6-c-log-viewer__main--BorderColor: var(--pf-t--global--border--color--default);
|
|
14570
|
-
--pf-v6-c-log-viewer__scroll-container--Height: 37.5rem;
|
|
14571
|
-
--pf-v6-c-log-viewer__scroll-container--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
14572
|
-
--pf-v6-c-log-viewer__scroll-container--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
14573
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--InsetBlockStart: 0;
|
|
14574
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--InsetBlockEnd: 0;
|
|
14575
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--Width: var(--pf-t--global--border--width--divider--default);
|
|
14576
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--BackgroundColor: var(--pf-t--global--border--color--default);
|
|
14577
|
-
--pf-v6-c-log-viewer__list--Height: auto;
|
|
14578
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--InsetInlineStart: var(--pf-v6-c-log-viewer__index--Width);
|
|
14579
|
-
--pf-v6-c-log-viewer__list--FontFamily: var(--pf-t--global--font--family--mono);
|
|
14580
|
-
--pf-v6-c-log-viewer__list--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
14581
|
-
--pf-v6-c-log-viewer__index--Display: none;
|
|
14582
|
-
--pf-v6-c-log-viewer__index--Width: 4.0625rem;
|
|
14583
|
-
--pf-v6-c-log-viewer__index--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
|
|
14584
|
-
--pf-v6-c-log-viewer__index--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
14585
|
-
--pf-v6-c-log-viewer__index--Color: var(--pf-t--global--text--color--subtle);
|
|
14586
|
-
--pf-v6-c-log-viewer__index--BackgroundColor: transparent;
|
|
14587
|
-
--pf-v6-c-log-viewer--line-number-chars: 4.4;
|
|
14588
|
-
--pf-v6-c-log-viewer--m-line-number-chars__index--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
|
|
14589
|
-
--pf-v6-c-log-viewer--m-line-number-chars__index--Width: calc(1ch * var(--pf-v6-c-log-viewer--line-number-chars) + var(--pf-v6-c-log-viewer__index--PaddingInlineEnd) + var(--pf-v6-c-log-viewer__index--PaddingInlineStart));
|
|
14590
|
-
--pf-v6-c-log-viewer__text--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
14591
|
-
--pf-v6-c-log-viewer__text--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
14592
|
-
--pf-v6-c-log-viewer__text--Color: var(--pf-t--global--text--color--regular);
|
|
14593
|
-
--pf-v6-c-log-viewer__text--WordBreak: break-all;
|
|
14594
|
-
--pf-v6-c-log-viewer__text--WhiteSpace: break-spaces;
|
|
14595
|
-
--pf-v6-c-log-viewer__text--LineBreak: anywhere;
|
|
14596
|
-
--pf-v6-c-log-viewer--m-nowrap__text--WhiteSpace: nowrap;
|
|
14597
|
-
--pf-v6-c-log-viewer__string--m-match--Color: var(--pf-t--global--text--color--on-highlight);
|
|
14598
|
-
--pf-v6-c-log-viewer__string--m-match--BackgroundColor: var(--pf-t--global--background--color--highlight--default);
|
|
14599
|
-
--pf-v6-c-log-viewer__string--m-current--Color: var(--pf-t--global--text--color--on-highlight);
|
|
14600
|
-
--pf-v6-c-log-viewer__string--m-current--BackgroundColor: var(--pf-t--global--background--color--highlight--clicked);
|
|
14601
|
-
--pf-v6-c-log-viewer__timestamp--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
14602
|
-
--pf-v6-c-log-viewer--c-toolbar--PaddingBlockStart: 0;
|
|
14603
|
-
--pf-v6-c-log-viewer--c-toolbar--PaddingBlockEnd: 0;
|
|
14604
|
-
--pf-v6-c-log-viewer--c-toolbar__content--PaddingInlineEnd: 0;
|
|
14605
|
-
--pf-v6-c-log-viewer--c-toolbar__content--PaddingInlineStart: 0;
|
|
14606
|
-
--pf-v6-c-log-viewer--c-toolbar__group--m-toggle-group--spacer: 0;
|
|
14607
|
-
--pf-v6-c-log-viewer--c-toolbar__group--m-toggle-group--m-show--spacer: var(--pf-t--global--spacer--sm);
|
|
14608
|
-
--pf-v6-c-log-viewer--m-dark__main--BorderWidth: 0;
|
|
14609
|
-
}
|
|
14610
|
-
|
|
14611
|
-
.pf-v6-c-log-viewer {
|
|
14612
|
-
display: flex;
|
|
14613
|
-
flex-direction: column;
|
|
14614
|
-
height: var(--pf-v6-c-log-viewer--Height);
|
|
14615
|
-
max-height: var(--pf-v6-c-log-viewer--MaxHeight);
|
|
14616
|
-
}
|
|
14617
|
-
.pf-v6-c-log-viewer.pf-m-dark {
|
|
14618
|
-
--pf-v6-c-log-viewer__main--BorderWidth: var(--pf-v6-c-log-viewer--m-dark__main--BorderWidth);
|
|
14619
|
-
}
|
|
14620
|
-
.pf-v6-c-log-viewer.pf-m-dark .pf-v6-c-log-viewer__main {
|
|
14621
|
-
--pf-v6-c-log-viewer__main--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
14622
|
-
--pf-v6-c-log-viewer__main--BorderColor: var(--pf-t--global--border--color--default);
|
|
14623
|
-
--pf-v6-c-log-viewer__text--Color: var(--pf-t--global--text--color--regular);
|
|
14624
|
-
--pf-v6-c-log-viewer__index--Color: var(--pf-t--global--text--color--subtle);
|
|
14625
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--BackgroundColor: var(--pf-t--global--border--color--default);
|
|
14626
|
-
}
|
|
14627
|
-
.pf-v6-c-log-viewer.pf-m-wrap-text {
|
|
14628
|
-
word-break: break-all;
|
|
14629
|
-
}
|
|
14630
|
-
.pf-v6-c-log-viewer.pf-m-nowrap {
|
|
14631
|
-
--pf-v6-c-log-viewer__text--WhiteSpace: var(--pf-v6-c-log-viewer--m-nowrap__text--WhiteSpace);
|
|
14632
|
-
}
|
|
14633
|
-
.pf-v6-c-log-viewer.pf-m-line-numbers {
|
|
14634
|
-
--pf-v6-c-log-viewer__index--Display: var(--pf-v6-c-log-viewer--m-line-numbers__index--Display);
|
|
14635
|
-
}
|
|
14636
|
-
.pf-v6-c-log-viewer.pf-m-line-numbers .pf-v6-c-log-viewer__list {
|
|
14637
|
-
position: absolute;
|
|
14638
|
-
inset-inline-start: var(--pf-v6-c-log-viewer--m-line-numbers__list--InsetInlineStart);
|
|
14639
|
-
inset-inline-end: 0;
|
|
14640
|
-
}
|
|
14641
|
-
.pf-v6-c-log-viewer.pf-m-line-numbers .pf-v6-c-log-viewer__list::before {
|
|
14642
|
-
position: absolute;
|
|
14643
|
-
inset-block-start: var(--pf-v6-c-log-viewer--m-line-numbers__list--before--InsetBlockStart);
|
|
14644
|
-
inset-block-end: var(--pf-v6-c-log-viewer--m-line-numbers__list--before--InsetBlockEnd);
|
|
14645
|
-
inset-inline-start: 0;
|
|
14646
|
-
width: var(--pf-v6-c-log-viewer--m-line-numbers__list--before--Width);
|
|
14647
|
-
content: "";
|
|
14648
|
-
background: var(--pf-v6-c-log-viewer--m-line-numbers__list--before--BackgroundColor);
|
|
14649
|
-
}
|
|
14650
|
-
.pf-v6-c-log-viewer.pf-m-line-number-chars {
|
|
14651
|
-
--pf-v6-c-log-viewer__index--PaddingInlineEnd: var(--pf-v6-c-log-viewer--m-line-number-chars__index--PaddingInlineEnd);
|
|
14652
|
-
--pf-v6-c-log-viewer__index--Width: var(--pf-v6-c-log-viewer--m-line-number-chars__index--Width);
|
|
14653
|
-
}
|
|
14654
|
-
.pf-v6-c-log-viewer .pf-v6-c-toolbar {
|
|
14655
|
-
--pf-v6-c-toolbar--PaddingBlockStart: var(--pf-v6-c-log-viewer--c-toolbar--PaddingBlockStart);
|
|
14656
|
-
--pf-v6-c-toolbar--PaddingBlockEnd: var(--pf-v6-c-log-viewer--c-toolbar--PaddingBlockEnd);
|
|
14657
|
-
--pf-v6-c-toolbar__content--PaddingInlineEnd: var(--pf-v6-c-log-viewer--c-toolbar__content--PaddingInlineEnd);
|
|
14658
|
-
--pf-v6-c-toolbar__content--PaddingInlineStart: var(--pf-v6-c-log-viewer--c-toolbar__content--PaddingInlineStart);
|
|
14659
|
-
--pf-v6-c-toolbar__group--m-toggle-group--spacer: 0;
|
|
14660
|
-
--pf-v6-c-toolbar__group--m-toggle-group--m-show--spacer: var(--pf-v6-c-log-viewer--c-toolbar__group--m-toggle-group--m-show--spacer);
|
|
14661
|
-
}
|
|
14662
|
-
.pf-v6-c-log-viewer .pf-v6-c-toolbar__content-section {
|
|
14663
|
-
flex-wrap: nowrap;
|
|
14664
|
-
}
|
|
14665
|
-
|
|
14666
|
-
.pf-v6-c-log-viewer__header {
|
|
14667
|
-
margin-block-end: var(--pf-v6-c-log-viewer__header--MarginBlockEnd);
|
|
14668
|
-
}
|
|
14669
|
-
|
|
14670
|
-
.pf-v6-c-log-viewer__main {
|
|
14671
|
-
display: flex;
|
|
14672
|
-
flex-direction: column;
|
|
14673
|
-
min-height: 0;
|
|
14674
|
-
background-color: var(--pf-v6-c-log-viewer__main--BackgroundColor);
|
|
14675
|
-
border: var(--pf-v6-c-log-viewer__main--BorderWidth) solid var(--pf-v6-c-log-viewer__main--BorderColor);
|
|
14676
|
-
}
|
|
14677
|
-
|
|
14678
|
-
.pf-v6-c-log-viewer__scroll-container {
|
|
14679
|
-
position: relative;
|
|
14680
|
-
height: var(--pf-v6-c-log-viewer__scroll-container--Height);
|
|
14681
|
-
padding-block-start: var(--pf-v6-c-log-viewer__scroll-container--PaddingBlockStart);
|
|
14682
|
-
padding-block-end: var(--pf-v6-c-log-viewer__scroll-container--PaddingBlockEnd);
|
|
14683
|
-
overflow: auto;
|
|
14684
|
-
will-change: transform;
|
|
14685
|
-
direction: ltr;
|
|
14686
|
-
}
|
|
14687
|
-
|
|
14688
|
-
.pf-v6-c-log-viewer__list {
|
|
14689
|
-
position: relative;
|
|
14690
|
-
height: var(--pf-v6-c-log-viewer__list--Height);
|
|
14691
|
-
font-family: var(--pf-v6-c-log-viewer__list--FontFamily);
|
|
14692
|
-
font-size: var(--pf-v6-c-log-viewer__list--FontSize);
|
|
14693
|
-
}
|
|
14694
|
-
|
|
14695
|
-
.pf-v6-c-log-viewer__list-item {
|
|
14696
|
-
inset-inline-start: 0;
|
|
14697
|
-
width: 100%;
|
|
14698
|
-
}
|
|
14699
|
-
|
|
14700
|
-
.pf-v6-c-log-viewer__string.pf-m-match {
|
|
14701
|
-
color: var(--pf-v6-c-log-viewer__string--m-match--Color, inherit);
|
|
14702
|
-
background-color: var(--pf-v6-c-log-viewer__string--m-match--BackgroundColor);
|
|
14703
|
-
}
|
|
14704
|
-
.pf-v6-c-log-viewer__string.pf-m-current {
|
|
14705
|
-
color: var(--pf-v6-c-log-viewer__string--m-current--Color, inherit);
|
|
14706
|
-
background-color: var(--pf-v6-c-log-viewer__string--m-current--BackgroundColor);
|
|
14707
|
-
}
|
|
14708
|
-
|
|
14709
|
-
.pf-v6-c-log-viewer__index {
|
|
14710
|
-
position: fixed;
|
|
14711
|
-
inset-inline-start: 0;
|
|
14712
|
-
display: var(--pf-v6-c-log-viewer__index--Display);
|
|
14713
|
-
width: var(--pf-v6-c-log-viewer__index--Width);
|
|
14714
|
-
padding-inline-start: var(--pf-v6-c-log-viewer__index--PaddingInlineStart);
|
|
14715
|
-
padding-inline-end: var(--pf-v6-c-log-viewer__index--PaddingInlineEnd);
|
|
14716
|
-
font-family: var(--pf-v6-c-log-viewer__index--FontFamily, inherit);
|
|
14717
|
-
font-size: var(--pf-v6-c-log-viewer__index--FontSize, inherit);
|
|
14718
|
-
color: var(--pf-v6-c-log-viewer__index--Color);
|
|
14719
|
-
user-select: none;
|
|
14720
|
-
background-color: var(--pf-v6-c-log-viewer__index--BackgroundColor);
|
|
14721
|
-
}
|
|
14722
|
-
|
|
14723
|
-
.pf-v6-c-log-viewer__text {
|
|
14724
|
-
display: block;
|
|
14725
|
-
padding-inline-start: var(--pf-v6-c-log-viewer__text--PaddingInlineStart);
|
|
14726
|
-
padding-inline-end: var(--pf-v6-c-log-viewer__text--PaddingInlineEnd);
|
|
14727
|
-
font-family: var(--pf-v6-c-log-viewer__text--FontFamily, inherit);
|
|
14728
|
-
font-size: var(--pf-v6-c-log-viewer__text--FontSize, inherit);
|
|
14729
|
-
color: var(--pf-v6-c-log-viewer__text--Color);
|
|
14730
|
-
word-break: var(--pf-v6-c-log-viewer__text--WordBreak);
|
|
14731
|
-
white-space: var(--pf-v6-c-log-viewer__text--WhiteSpace);
|
|
14732
|
-
line-break: var(--pf-v6-c-log-viewer__text--LineBreak);
|
|
14733
|
-
}
|
|
14734
|
-
|
|
14735
|
-
.pf-v6-c-log-viewer__timestamp {
|
|
14736
|
-
font-weight: var(--pf-v6-c-log-viewer__timestamp--FontWeight);
|
|
14737
|
-
}
|
|
14738
|
-
|
|
14739
14562
|
:where(:root, .pf-v6-c-login) {
|
|
14740
14563
|
--pf-v6-c-login--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
|
14741
14564
|
--pf-v6-c-login--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
package/patternfly.css
CHANGED
|
@@ -14680,183 +14680,6 @@ ul.pf-v6-c-list {
|
|
|
14680
14680
|
color: var(--pf-v6-c-list__item-icon--Color);
|
|
14681
14681
|
}
|
|
14682
14682
|
|
|
14683
|
-
:where(:root, .pf-v6-c-log-viewer) {
|
|
14684
|
-
--pf-v6-c-log-viewer--Height: 100%;
|
|
14685
|
-
--pf-v6-c-log-viewer--MaxHeight: auto;
|
|
14686
|
-
--pf-v6-c-log-viewer--m-line-numbers__index--Display: inline;
|
|
14687
|
-
--pf-v6-c-log-viewer__header--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
|
14688
|
-
--pf-v6-c-log-viewer__main--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
14689
|
-
--pf-v6-c-log-viewer__main--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
14690
|
-
--pf-v6-c-log-viewer__main--BorderColor: var(--pf-t--global--border--color--default);
|
|
14691
|
-
--pf-v6-c-log-viewer__scroll-container--Height: 37.5rem;
|
|
14692
|
-
--pf-v6-c-log-viewer__scroll-container--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
14693
|
-
--pf-v6-c-log-viewer__scroll-container--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
14694
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--InsetBlockStart: 0;
|
|
14695
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--InsetBlockEnd: 0;
|
|
14696
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--Width: var(--pf-t--global--border--width--divider--default);
|
|
14697
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--BackgroundColor: var(--pf-t--global--border--color--default);
|
|
14698
|
-
--pf-v6-c-log-viewer__list--Height: auto;
|
|
14699
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--InsetInlineStart: var(--pf-v6-c-log-viewer__index--Width);
|
|
14700
|
-
--pf-v6-c-log-viewer__list--FontFamily: var(--pf-t--global--font--family--mono);
|
|
14701
|
-
--pf-v6-c-log-viewer__list--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
14702
|
-
--pf-v6-c-log-viewer__index--Display: none;
|
|
14703
|
-
--pf-v6-c-log-viewer__index--Width: 4.0625rem;
|
|
14704
|
-
--pf-v6-c-log-viewer__index--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
|
|
14705
|
-
--pf-v6-c-log-viewer__index--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
14706
|
-
--pf-v6-c-log-viewer__index--Color: var(--pf-t--global--text--color--subtle);
|
|
14707
|
-
--pf-v6-c-log-viewer__index--BackgroundColor: transparent;
|
|
14708
|
-
--pf-v6-c-log-viewer--line-number-chars: 4.4;
|
|
14709
|
-
--pf-v6-c-log-viewer--m-line-number-chars__index--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
|
|
14710
|
-
--pf-v6-c-log-viewer--m-line-number-chars__index--Width: calc(1ch * var(--pf-v6-c-log-viewer--line-number-chars) + var(--pf-v6-c-log-viewer__index--PaddingInlineEnd) + var(--pf-v6-c-log-viewer__index--PaddingInlineStart));
|
|
14711
|
-
--pf-v6-c-log-viewer__text--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
14712
|
-
--pf-v6-c-log-viewer__text--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
14713
|
-
--pf-v6-c-log-viewer__text--Color: var(--pf-t--global--text--color--regular);
|
|
14714
|
-
--pf-v6-c-log-viewer__text--WordBreak: break-all;
|
|
14715
|
-
--pf-v6-c-log-viewer__text--WhiteSpace: break-spaces;
|
|
14716
|
-
--pf-v6-c-log-viewer__text--LineBreak: anywhere;
|
|
14717
|
-
--pf-v6-c-log-viewer--m-nowrap__text--WhiteSpace: nowrap;
|
|
14718
|
-
--pf-v6-c-log-viewer__string--m-match--Color: var(--pf-t--global--text--color--on-highlight);
|
|
14719
|
-
--pf-v6-c-log-viewer__string--m-match--BackgroundColor: var(--pf-t--global--background--color--highlight--default);
|
|
14720
|
-
--pf-v6-c-log-viewer__string--m-current--Color: var(--pf-t--global--text--color--on-highlight);
|
|
14721
|
-
--pf-v6-c-log-viewer__string--m-current--BackgroundColor: var(--pf-t--global--background--color--highlight--clicked);
|
|
14722
|
-
--pf-v6-c-log-viewer__timestamp--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
14723
|
-
--pf-v6-c-log-viewer--c-toolbar--PaddingBlockStart: 0;
|
|
14724
|
-
--pf-v6-c-log-viewer--c-toolbar--PaddingBlockEnd: 0;
|
|
14725
|
-
--pf-v6-c-log-viewer--c-toolbar__content--PaddingInlineEnd: 0;
|
|
14726
|
-
--pf-v6-c-log-viewer--c-toolbar__content--PaddingInlineStart: 0;
|
|
14727
|
-
--pf-v6-c-log-viewer--c-toolbar__group--m-toggle-group--spacer: 0;
|
|
14728
|
-
--pf-v6-c-log-viewer--c-toolbar__group--m-toggle-group--m-show--spacer: var(--pf-t--global--spacer--sm);
|
|
14729
|
-
--pf-v6-c-log-viewer--m-dark__main--BorderWidth: 0;
|
|
14730
|
-
}
|
|
14731
|
-
|
|
14732
|
-
.pf-v6-c-log-viewer {
|
|
14733
|
-
display: flex;
|
|
14734
|
-
flex-direction: column;
|
|
14735
|
-
height: var(--pf-v6-c-log-viewer--Height);
|
|
14736
|
-
max-height: var(--pf-v6-c-log-viewer--MaxHeight);
|
|
14737
|
-
}
|
|
14738
|
-
.pf-v6-c-log-viewer.pf-m-dark {
|
|
14739
|
-
--pf-v6-c-log-viewer__main--BorderWidth: var(--pf-v6-c-log-viewer--m-dark__main--BorderWidth);
|
|
14740
|
-
}
|
|
14741
|
-
.pf-v6-c-log-viewer.pf-m-dark .pf-v6-c-log-viewer__main {
|
|
14742
|
-
--pf-v6-c-log-viewer__main--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
14743
|
-
--pf-v6-c-log-viewer__main--BorderColor: var(--pf-t--global--border--color--default);
|
|
14744
|
-
--pf-v6-c-log-viewer__text--Color: var(--pf-t--global--text--color--regular);
|
|
14745
|
-
--pf-v6-c-log-viewer__index--Color: var(--pf-t--global--text--color--subtle);
|
|
14746
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--BackgroundColor: var(--pf-t--global--border--color--default);
|
|
14747
|
-
}
|
|
14748
|
-
.pf-v6-c-log-viewer.pf-m-wrap-text {
|
|
14749
|
-
word-break: break-all;
|
|
14750
|
-
}
|
|
14751
|
-
.pf-v6-c-log-viewer.pf-m-nowrap {
|
|
14752
|
-
--pf-v6-c-log-viewer__text--WhiteSpace: var(--pf-v6-c-log-viewer--m-nowrap__text--WhiteSpace);
|
|
14753
|
-
}
|
|
14754
|
-
.pf-v6-c-log-viewer.pf-m-line-numbers {
|
|
14755
|
-
--pf-v6-c-log-viewer__index--Display: var(--pf-v6-c-log-viewer--m-line-numbers__index--Display);
|
|
14756
|
-
}
|
|
14757
|
-
.pf-v6-c-log-viewer.pf-m-line-numbers .pf-v6-c-log-viewer__list {
|
|
14758
|
-
position: absolute;
|
|
14759
|
-
inset-inline-start: var(--pf-v6-c-log-viewer--m-line-numbers__list--InsetInlineStart);
|
|
14760
|
-
inset-inline-end: 0;
|
|
14761
|
-
}
|
|
14762
|
-
.pf-v6-c-log-viewer.pf-m-line-numbers .pf-v6-c-log-viewer__list::before {
|
|
14763
|
-
position: absolute;
|
|
14764
|
-
inset-block-start: var(--pf-v6-c-log-viewer--m-line-numbers__list--before--InsetBlockStart);
|
|
14765
|
-
inset-block-end: var(--pf-v6-c-log-viewer--m-line-numbers__list--before--InsetBlockEnd);
|
|
14766
|
-
inset-inline-start: 0;
|
|
14767
|
-
width: var(--pf-v6-c-log-viewer--m-line-numbers__list--before--Width);
|
|
14768
|
-
content: "";
|
|
14769
|
-
background: var(--pf-v6-c-log-viewer--m-line-numbers__list--before--BackgroundColor);
|
|
14770
|
-
}
|
|
14771
|
-
.pf-v6-c-log-viewer.pf-m-line-number-chars {
|
|
14772
|
-
--pf-v6-c-log-viewer__index--PaddingInlineEnd: var(--pf-v6-c-log-viewer--m-line-number-chars__index--PaddingInlineEnd);
|
|
14773
|
-
--pf-v6-c-log-viewer__index--Width: var(--pf-v6-c-log-viewer--m-line-number-chars__index--Width);
|
|
14774
|
-
}
|
|
14775
|
-
.pf-v6-c-log-viewer .pf-v6-c-toolbar {
|
|
14776
|
-
--pf-v6-c-toolbar--PaddingBlockStart: var(--pf-v6-c-log-viewer--c-toolbar--PaddingBlockStart);
|
|
14777
|
-
--pf-v6-c-toolbar--PaddingBlockEnd: var(--pf-v6-c-log-viewer--c-toolbar--PaddingBlockEnd);
|
|
14778
|
-
--pf-v6-c-toolbar__content--PaddingInlineEnd: var(--pf-v6-c-log-viewer--c-toolbar__content--PaddingInlineEnd);
|
|
14779
|
-
--pf-v6-c-toolbar__content--PaddingInlineStart: var(--pf-v6-c-log-viewer--c-toolbar__content--PaddingInlineStart);
|
|
14780
|
-
--pf-v6-c-toolbar__group--m-toggle-group--spacer: 0;
|
|
14781
|
-
--pf-v6-c-toolbar__group--m-toggle-group--m-show--spacer: var(--pf-v6-c-log-viewer--c-toolbar__group--m-toggle-group--m-show--spacer);
|
|
14782
|
-
}
|
|
14783
|
-
.pf-v6-c-log-viewer .pf-v6-c-toolbar__content-section {
|
|
14784
|
-
flex-wrap: nowrap;
|
|
14785
|
-
}
|
|
14786
|
-
|
|
14787
|
-
.pf-v6-c-log-viewer__header {
|
|
14788
|
-
margin-block-end: var(--pf-v6-c-log-viewer__header--MarginBlockEnd);
|
|
14789
|
-
}
|
|
14790
|
-
|
|
14791
|
-
.pf-v6-c-log-viewer__main {
|
|
14792
|
-
display: flex;
|
|
14793
|
-
flex-direction: column;
|
|
14794
|
-
min-height: 0;
|
|
14795
|
-
background-color: var(--pf-v6-c-log-viewer__main--BackgroundColor);
|
|
14796
|
-
border: var(--pf-v6-c-log-viewer__main--BorderWidth) solid var(--pf-v6-c-log-viewer__main--BorderColor);
|
|
14797
|
-
}
|
|
14798
|
-
|
|
14799
|
-
.pf-v6-c-log-viewer__scroll-container {
|
|
14800
|
-
position: relative;
|
|
14801
|
-
height: var(--pf-v6-c-log-viewer__scroll-container--Height);
|
|
14802
|
-
padding-block-start: var(--pf-v6-c-log-viewer__scroll-container--PaddingBlockStart);
|
|
14803
|
-
padding-block-end: var(--pf-v6-c-log-viewer__scroll-container--PaddingBlockEnd);
|
|
14804
|
-
overflow: auto;
|
|
14805
|
-
will-change: transform;
|
|
14806
|
-
direction: ltr;
|
|
14807
|
-
}
|
|
14808
|
-
|
|
14809
|
-
.pf-v6-c-log-viewer__list {
|
|
14810
|
-
position: relative;
|
|
14811
|
-
height: var(--pf-v6-c-log-viewer__list--Height);
|
|
14812
|
-
font-family: var(--pf-v6-c-log-viewer__list--FontFamily);
|
|
14813
|
-
font-size: var(--pf-v6-c-log-viewer__list--FontSize);
|
|
14814
|
-
}
|
|
14815
|
-
|
|
14816
|
-
.pf-v6-c-log-viewer__list-item {
|
|
14817
|
-
inset-inline-start: 0;
|
|
14818
|
-
width: 100%;
|
|
14819
|
-
}
|
|
14820
|
-
|
|
14821
|
-
.pf-v6-c-log-viewer__string.pf-m-match {
|
|
14822
|
-
color: var(--pf-v6-c-log-viewer__string--m-match--Color, inherit);
|
|
14823
|
-
background-color: var(--pf-v6-c-log-viewer__string--m-match--BackgroundColor);
|
|
14824
|
-
}
|
|
14825
|
-
.pf-v6-c-log-viewer__string.pf-m-current {
|
|
14826
|
-
color: var(--pf-v6-c-log-viewer__string--m-current--Color, inherit);
|
|
14827
|
-
background-color: var(--pf-v6-c-log-viewer__string--m-current--BackgroundColor);
|
|
14828
|
-
}
|
|
14829
|
-
|
|
14830
|
-
.pf-v6-c-log-viewer__index {
|
|
14831
|
-
position: fixed;
|
|
14832
|
-
inset-inline-start: 0;
|
|
14833
|
-
display: var(--pf-v6-c-log-viewer__index--Display);
|
|
14834
|
-
width: var(--pf-v6-c-log-viewer__index--Width);
|
|
14835
|
-
padding-inline-start: var(--pf-v6-c-log-viewer__index--PaddingInlineStart);
|
|
14836
|
-
padding-inline-end: var(--pf-v6-c-log-viewer__index--PaddingInlineEnd);
|
|
14837
|
-
font-family: var(--pf-v6-c-log-viewer__index--FontFamily, inherit);
|
|
14838
|
-
font-size: var(--pf-v6-c-log-viewer__index--FontSize, inherit);
|
|
14839
|
-
color: var(--pf-v6-c-log-viewer__index--Color);
|
|
14840
|
-
user-select: none;
|
|
14841
|
-
background-color: var(--pf-v6-c-log-viewer__index--BackgroundColor);
|
|
14842
|
-
}
|
|
14843
|
-
|
|
14844
|
-
.pf-v6-c-log-viewer__text {
|
|
14845
|
-
display: block;
|
|
14846
|
-
padding-inline-start: var(--pf-v6-c-log-viewer__text--PaddingInlineStart);
|
|
14847
|
-
padding-inline-end: var(--pf-v6-c-log-viewer__text--PaddingInlineEnd);
|
|
14848
|
-
font-family: var(--pf-v6-c-log-viewer__text--FontFamily, inherit);
|
|
14849
|
-
font-size: var(--pf-v6-c-log-viewer__text--FontSize, inherit);
|
|
14850
|
-
color: var(--pf-v6-c-log-viewer__text--Color);
|
|
14851
|
-
word-break: var(--pf-v6-c-log-viewer__text--WordBreak);
|
|
14852
|
-
white-space: var(--pf-v6-c-log-viewer__text--WhiteSpace);
|
|
14853
|
-
line-break: var(--pf-v6-c-log-viewer__text--LineBreak);
|
|
14854
|
-
}
|
|
14855
|
-
|
|
14856
|
-
.pf-v6-c-log-viewer__timestamp {
|
|
14857
|
-
font-weight: var(--pf-v6-c-log-viewer__timestamp--FontWeight);
|
|
14858
|
-
}
|
|
14859
|
-
|
|
14860
14683
|
:where(:root, .pf-v6-c-login) {
|
|
14861
14684
|
--pf-v6-c-login--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
|
14862
14685
|
--pf-v6-c-login--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|