forked from tuvn86/webapp-conversation
feat: move anwser related code
This commit is contained in:
parent
3de8abdd7a
commit
ed839618a7
19 changed files with 768 additions and 15 deletions
7
app/components/chat/thought/style.module.css
Normal file
7
app/components/chat/thought/style.module.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.wrap {
|
||||
background-color: rgba(255, 255, 255, 0.92);
|
||||
}
|
||||
|
||||
.wrapHoverEffect:hover{
|
||||
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue