mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 15:54:39 +00:00
* 01 frontend support wechat entry * 02 change backend settings * 03 update icon * 04 change wechat icon
19 lines
327 B
CSS
19 lines
327 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;
|
|
color: #212529;
|
|
font-size: 14px;
|
|
}
|