mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 23:34:45 +00:00
* 01 update seafile-ui * 02 change grey color contrast * 03 remove useless 14px * 04 remove useless select style * 05 change 202428 to 212529
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;
|
|
}
|