1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 15:26:19 +00:00

change dialog style

This commit is contained in:
Michael An
2025-02-26 10:10:19 +08:00
parent 67dd7e5eed
commit 47f016e6e9
5 changed files with 14 additions and 23 deletions

View File

@@ -1,17 +1,12 @@
.group-invite-members th,
.group-invite-members td {
vertical-align: middle;
text-align: left;
}
.group-invite-members .no-link-tip {
line-height: 24px;
color: #999;
color: #666;
font-size: 14px;
}
.invite-link-item {
display: flex;
margin: 1rem 0 2.5rem;
margin-bottom: 2.5rem;
}
.invite-link-item .form-item {
@@ -36,5 +31,4 @@
.invite-link-item .delete-link-btn {
color: #999;
width: 40px;
}