|
6 | 6 | position: relative; |
7 | 7 | background-color: var(--pf-t--chatbot--background); |
8 | 8 | justify-content: space-between; |
| 9 | + padding: var(--pf-t--global--spacer--xs) var(--pf-t--global--spacer--sm) var(--pf-t--global--spacer--xs) |
| 10 | + var(--pf-t--global--spacer--sm); |
9 | 11 |
|
10 | 12 | // Title -or- Brand |
11 | 13 | .pf-chatbot__title { |
|
32 | 34 | // ============================================================================ |
33 | 35 | .pf-chatbot--fullscreen { |
34 | 36 | .pf-chatbot__header { |
35 | | - padding-top: var(--pf-t--global--spacer--sm); |
36 | | - padding-bottom: var(--pf-t--global--spacer--sm); |
| 37 | + padding: var(--pf-t--global--spacer--lg) var(--pf-t--global--spacer--4xl) var(--pf-t--global--spacer--lg) |
| 38 | + var(--pf-t--global--spacer--4xl); |
37 | 39 | background-color: var(--pf-t--global--background--color--primary--default); |
38 | 40 | } |
39 | 41 | .pf-chatbot__header__divider { |
|
46 | 48 | // ============================================================================ |
47 | 49 | .pf-chatbot--docked { |
48 | 50 | .pf-chatbot__header { |
49 | | - padding-top: var(--pf-t--global--spacer--sm); |
50 | | - padding-bottom: var(--pf-t--global--spacer--sm); |
| 51 | + padding: var(--pf-t--global--spacer--md) var(--pf-t--global--spacer--lg) var(--pf-t--global--spacer--md) |
| 52 | + var(--pf-t--global--spacer--lg); |
51 | 53 | background-color: var(--pf-t--chatbot--background); |
52 | 54 | } |
53 | 55 | .pf-chatbot__header__divider { |
|
65 | 67 | border-radius: var(--pf-t--global--border--radius--pill); |
66 | 68 | padding: var(--pf-t--global--spacer--md); |
67 | 69 |
|
68 | | - .pf-v6-c-button__icon { |
| 70 | + .pf-v6-c-button__icon, |
| 71 | + .pf-v6-c-icon__content { |
69 | 72 | color: var(--pf-t--chatbot--icon--fill); |
70 | 73 | } |
71 | 74 |
|
72 | 75 | // Interactive states |
73 | 76 | &:hover, |
74 | 77 | &:focus { |
75 | | - .pf-v6-c-button__icon { |
| 78 | + .pf-v6-c-button__icon, |
| 79 | + .pf-v6-c-icon__content { |
76 | 80 | color: var(--pf-t--chatbot--icon--fill--hover); |
77 | 81 | } |
78 | 82 | } |
|
0 commit comments