mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-25 18:20:48 +00:00
13 lines
230 B
CSS
13 lines
230 B
CSS
|
|
||
|
.seahub-io-dialog .modal-body {
|
||
|
height: 142px;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.seahub-io-dialog .modal-body .seahub-io-dialog-parsing-text {
|
||
|
text-align: center;
|
||
|
margin-top: 14px;
|
||
|
}
|