1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 23:34:45 +00:00
Files
seahub/frontend/src/css/wechat-dialog.css
Michael An 7beb44e9e9 Change default font size and color (#7850)
* 01 update seafile-ui

* 02 change grey color contrast

* 03 remove useless 14px

* 04 remove useless select style

* 05 change 202428 to 212529
2025-05-23 14:01:41 +08:00

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;
}