mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 21:17:08 +00:00
first commit
This commit is contained in:
11
webapp/packages/chat-sdk/src/demo/style.module.less
Normal file
11
webapp/packages/chat-sdk/src/demo/style.module.less
Normal file
@@ -0,0 +1,11 @@
|
||||
.page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
row-gap: 20px;
|
||||
padding: 30px;
|
||||
background:
|
||||
linear-gradient(180deg,rgba(23,74,228,0) 29.44%,rgba(23,74,228,.06)),linear-gradient(90deg,#f3f3f7,#f3f3f7 20%,#ebf0f9 60%,#f3f3f7 80%,#f3f3f7);
|
||||
height: 100vh;
|
||||
overflow: auto;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
Reference in New Issue
Block a user