Commit 33854f68 authored by minseok.park's avatar minseok.park

lint

parent a2fa8e85
Pipeline #21783 passed with stages
in 4 minutes and 12 seconds
......@@ -363,10 +363,15 @@
}
.chat .chat-body .message.user {
align-self: flex-end;
background-color: var(--color-bwg-main);
color: #fff;
}
.chat .chat-body .message.ai {
align-self: flex-start;
background-color: var(--color-blue-50);
text-align: left;
color: #324b61;
}
......@@ -386,7 +391,7 @@
.chat .chat-body .message h1 {
font-size: 1.5em;
border-bottom: 2px solid #E3E9F1;
border-bottom: 2px solid #e3e9f1;
padding-bottom: 5px;
}
......@@ -461,17 +466,6 @@
font-style: italic;
}
/* ################## */
.chat .chat-body .message.user {
align-self: flex-end;
background-color: var(--color-bwg-main);
color: #fff;
}
.chat .chat-body .message.ai {
align-self: flex-start;
background-color: var(--color-blue-50);
text-align: left;
}
.chat .chat-body .chat-loader {
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment