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

[user settings] rewrote it with react

This commit is contained in:
llj
2019-05-07 14:57:22 +08:00
parent 18aa3f30e9
commit f4725faf0b
18 changed files with 991 additions and 1 deletions

View File

@@ -0,0 +1,48 @@
body {
overflow: hidden;
}
#wrapper {
height: 100%;
}
.top-header {
background: #f4f4f7;
border-bottom: 1px solid #e8e8e8;
padding: 8px 16px 4px;
height: 53px;
flex-shrink: 0;
}
.side-panel {
flex: 0 0 22%;
padding: 20px;
border-right: 1px solid #eee;
}
.main-panel {
flex: 1 0 78%;
}
.heading {
padding: 8px 16px;
background: #f9f9f9;
font-size: 1rem;
color: #322;
font-weight: normal;
line-height: 1.5;
margin:0;
}
.content {
padding: 0rem 1rem;
overflow: auto;
}
.setting-item {
margin: 1em 0 2em;
}
.setting-item-heading {
font-size: 1rem;
font-weight: normal;
padding-bottom: 0.2em;
border-bottom: 1px solid #ddd;
margin-bottom: 0.7em;
}
.user-avatar {
border-radius: 3px;
}