Kara is a digital assistent aimed to help in any daily situation. => Moved to /LunaDev/luna-development
https://luna-development.net/kara/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
389 B
30 lines
389 B
|
6 years ago
|
#kara {
|
||
|
|
margin: 2em auto auto auto;
|
||
|
|
width: 50em;
|
||
|
|
}
|
||
|
|
|
||
|
|
#kara .card {
|
||
|
|
height: 40em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.message {
|
||
|
|
padding: 10px;
|
||
|
|
margin-bottom: 5px;
|
||
|
|
min-width: 55%;
|
||
|
|
max-width: 80%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ai-message {
|
||
|
|
border-radius: 0px 15px 15px 15px;
|
||
|
|
background-color: lightgreen;
|
||
|
|
}
|
||
|
|
|
||
|
|
.user-message {
|
||
|
|
border-radius: 15px 0px 15px 15px;
|
||
|
|
background-color: lightblue;
|
||
|
|
}
|
||
|
|
|
||
|
|
#chat-box {
|
||
|
|
overflow-y: scroll;
|
||
|
|
height: 100%
|
||
|
|
}
|