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

[system admin - info] update for the UI of the heading (#6538)

This commit is contained in:
llj
2024-08-12 17:37:39 +08:00
committed by GitHub
parent 5b85e375ba
commit 94e76c395c
2 changed files with 7 additions and 16 deletions

View File

@@ -1,21 +1,8 @@
.heading {
padding: 8px 16px;
background: #f9f9f9;
font-size: 1rem;
color: #212529;
font-weight: normal;
line-height: 1.5;
margin: 0;
}
.content {
display: flex;
padding: 0rem 1rem 8rem;
overflow: auto;
}
.system-admin-info dt,
.system-admin-info dd {
color: inherit;
}
.info-item-heading {
font-size: 1rem;
font-weight: normal;
@@ -23,9 +10,11 @@
border-bottom: 1px solid #ddd;
margin-bottom: 0.7em;
}
.info-item-content {
margin-bottom: 2em;
}
.btn {
min-width: 60px;
}