1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00
Files
seahub/frontend/src/css/user-settings.css

62 lines
895 B
CSS
Raw Normal View History

2019-05-07 14:57:22 +08:00
body {
overflow: hidden;
}
#wrapper {
height: 100%;
}
.main-panel {
overflow: hidden;
2019-05-07 14:57:22 +08:00
}
2019-05-07 14:57:22 +08:00
.content {
2019-05-13 12:17:40 +08:00
padding: 0rem 1rem 8rem;
2019-05-07 14:57:22 +08:00
overflow: auto;
}
.setting-item {
font-size: 0.875rem;
padding: 1em 0 3em;
2019-05-07 14:57:22 +08:00
}
.setting-item-heading {
font-size: 0.9375rem;
2019-05-07 14:57:22 +08:00
font-weight: normal;
padding-bottom: 0.3rem;
border-bottom: 1px solid #eee;
margin-bottom: 0.7rem;
2019-05-07 14:57:22 +08:00
}
.user-avatar {
border-radius: 3px;
}
.avatar-edit {
position: absolute;
left: 0.75rem;
top: 0;
width: 80px;
height: 80px;
border-radius: 3px;
background: rgba(0, 0, 0, 0.3);
color: #fff;
font-size: 24px;
line-height: 80px;
text-align: center;
cursor: pointer;
}
.eye-icon {
color: #666;
}
2019-05-13 12:17:40 +08:00
.input-tip {
padding-top: calc(0.375rem + 1px);
color: #666;
}
2019-05-13 13:19:10 +08:00
@media (min-width: 768px) {
.input-tip {
padding-left: 0;
}
}
.language-selector {
width: 260px;
}
.btn {
min-width: 60px;
}