1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

[shared upload link] rewrote it with react (#4611)

* [shared upload link] rewrote it with react

* modification
This commit is contained in:
llj
2020-10-20 16:24:25 +08:00
committed by GitHub
parent 5d41064329
commit 25cee90eda
18 changed files with 1066 additions and 15 deletions

View File

@@ -0,0 +1,44 @@
body {
overflow: hidden;
}
#wrapper {
height: 100%;
}
.top-header {
background: #f4f4f7;
border-bottom: 1px solid #e8e8e8;
padding: .5rem 1rem;
flex-shrink: 0;
}
#upload-link-panel {
width: 928px;
max-width: calc(100% - 20px);
border: 1px solid #ddd;
margin: 2em auto;
}
.shared-by .avatar {
width: 20px;
height: 20px;
}
#upload-link-panel .warning-icon {
color: #f25041;
font-size: 48px;
}
#upload-link-panel .tip-list-item {
list-style: decimal inside none;
}
#upload-link-drop-zone {
background: rgba(240, 159, 63, 0.1);
border: 2px dashed #f09f3f;
border-radius: 4px;
padding: 28px 0;
}
#upload-link-drop-zone .upload-icon {
color: rgba(240, 159, 63, 0.8);
font-size: 60px;
line-height: 1;
}
.mh-2 {
min-height: 2rem;
}