mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 07:44:50 +00:00
17 lines
290 B
CSS
17 lines
290 B
CSS
![]() |
.wechat-dialog-body {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
padding: 3rem;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.wechat-dialog-message {
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
margin-top: 1rem;
|
||
|
}
|