mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
32 lines
512 B
CSS
32 lines
512 B
CSS
.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;
|
|
padding-bottom: 0.2em;
|
|
border-bottom: 1px solid #ddd;
|
|
margin-bottom: 0.7em;
|
|
}
|
|
.info-item-content {
|
|
margin-bottom: 2em;
|
|
}
|
|
.btn {
|
|
min-width: 60px;
|
|
}
|