1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +00:00
Files
seahub/frontend/src/css/system-info.css

21 lines
290 B
CSS

.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;
}