Skip to content

Commit

Permalink
Merge pull request #259 from adobecom/stage
Browse files Browse the repository at this point in the history
[Release] Stage to Main
  • Loading branch information
JasonHowellSlavin authored Oct 28, 2024
2 parents 98af5df + 01f2a07 commit d506439
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions blocks/chat-cta/chat-cta.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
margin-bottom: var(--spacing-xs);
}

.dialog-modal.chat-cta .icon-block:not(.small.full-width) .foreground .text-content .action-area {
display: block;
}

.cta-hidden {
display: none;
}
Expand Down Expand Up @@ -124,6 +128,10 @@
width: 100%;
}

.chat-cta .icon-block .cta-container {
margin-top: var(--spacing-xxs);
}

.dialog-modal.chat-cta {
position: fixed;
right: 0;
Expand Down Expand Up @@ -157,12 +165,12 @@
.dialog-modal.chat-cta .section .foreground .text-content p:not(.action-area) {
font-size: var(--type-body-xxs-size);
line-height: var(--type-body-xxs-lh);
margin-bottom: var(--spacing-xs);
margin-bottom: var(--spacing-xxs);
}

.dialog-modal.chat-cta .section .text-content {
display: flex;
flex-direction: row;
flex-direction: column;
justify-content: flex-start;
align-content: flex-start;
text-align: left;
Expand Down

0 comments on commit d506439

Please sign in to comment.