Skip to content

Commit

Permalink
Merge pull request #283 from Ajay-aot/bugfix/FWF-3609-style-changes-i…
Browse files Browse the repository at this point in the history
…n-chatbot

style changes in chatbot
  • Loading branch information
arun-s-aot authored Sep 27, 2024
2 parents b71be97 + 7c2a674 commit 263952c
Showing 1 changed file with 27 additions and 15 deletions.
42 changes: 27 additions & 15 deletions forms-flow-theme/scss/_aiAssistant.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
height: 95vh;
max-width: 90%;
}
.modal-header{
border-bottom: 1px solid var(--ff-gray-000) !important;
}
.modal-body {
height: 84vh;

Expand All @@ -24,7 +27,8 @@
.chat-column {
padding: 0;
max-height: 100%;
padding-block: var(--spacer-200);
// padding-block: var(--spacer-200);
padding-bottom: var(--spacer-200);
padding-inline: var(--spacer-250);
}

Expand All @@ -33,21 +37,28 @@
border-bottom-right-radius: var(--radius-0150) !important;
height: 100%;
}
.welcome-image {
height: 100%;

img {
max-height: 80%;
width: auto;
}

.progressBar {
width: 50%;
margin-block: var(--spacer-200);
.welcome-container {
.welcome-image {
height: 100%;

img {
max-height: 80%;
width: auto;
}
}
}
.progress-bar-container {
width: 50%;
margin-block: var(--spacer-200);
}

.ai-chat {
height: 100vh;
overflow-y: auto;
display: flex;
flex-direction: column;
justify-content: flex-end;
flex: 1;
&::-webkit-scrollbar {
display: none;
}
Expand All @@ -59,11 +70,11 @@
ul {
padding: 0;
list-style-type: none;
max-height: 29.9rem;
// max-height: 29.9rem;
overflow-y: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
margin-bottom: var(--spacer-100);
margin-bottom: 0;
}

li {
Expand Down Expand Up @@ -154,8 +165,9 @@

.button-container {
background-color: var(--ff-white, #ffffff) !important;
height: 20%;
padding: var(--spacer-200) var(--spacer-100);
border-bottom-right-radius: var(--radius-0150) !important;
border-left: 1px solid var(--ff-gray-000) !important;;
}

padding: 0;
Expand Down

0 comments on commit 263952c

Please sign in to comment.