1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00
Files
seahub/frontend/src/css/system-info.css

32 lines
512 B
CSS
Raw Normal View History

2019-08-14 15:38:27 +08:00
.heading {
padding: 8px 16px;
background: #f9f9f9;
font-size: 1rem;
2024-05-30 17:39:25 +08:00
color: #212529;
2019-08-14 15:38:27 +08:00
font-weight: normal;
line-height: 1.5;
margin: 0;
}
.content {
2019-11-13 15:32:16 +08:00
display: flex;
2019-08-14 15:38:27 +08:00
padding: 0rem 1rem 8rem;
overflow: auto;
}
.system-admin-info dt,
.system-admin-info dd {
color: inherit;
2019-08-14 15:38:27 +08:00
}
.info-item-heading {
2019-08-14 15:38:27 +08:00
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;
}
2019-08-14 15:38:27 +08:00
.btn {
min-width: 60px;
}