mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-25 18:20:48 +00:00
15 lines
282 B
CSS
15 lines
282 B
CSS
|
.apply-properties-dialog .apply-properties {
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
width: fit-content;
|
||
|
display: flex;
|
||
|
height: 38px;
|
||
|
}
|
||
|
|
||
|
.apply-properties-dialog .apply-properties .loading-tip {
|
||
|
display: inline-block;
|
||
|
height: 16px;
|
||
|
width: 16px;
|
||
|
margin: 0;
|
||
|
}
|