Skip to content

Commit 3f0e898

Browse files
committed
fixed error
1 parent e99ebc3 commit 3f0e898

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

chatbot-angular/src/app/chat/chat-dialog/chat-dialog.component.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,18 @@ h3{
3737
html {
3838
font-family: Arial, Helvetica, sans-serif;
3939
background: linear-gradient(to right, #57c1eb 0%,#246fa8 100%);
40-
font-size: 10px;*/
41-
40+
font-size: 10px;
4241

42+
}
4343
.message {
4444
font-size: 18px;
4545
border-radius: 15px;
4646
margin: 0 15px 10px; /*0 15 10*/
4747
padding: 15px;
4848
font-weight: bold;
4949

50-
}@keyframes fadeIn {
50+
}
51+
@keyframes fadeIn {
5152
from {
5253
opacity: 0;
5354
}

0 commit comments

Comments
 (0)