mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-04 17:03:41 -04:00
Updates dropbox design. Now the content space is the dropzone.
This commit is contained in:
parent
4c3267c1f8
commit
ff40e2129f
2 changed files with 25 additions and 34 deletions
|
@ -1,31 +1,17 @@
|
|||
|
||||
#dropbox {
|
||||
margin: 48px 24px;
|
||||
padding: 24px 12px;
|
||||
overflow: hidden;
|
||||
#content {
|
||||
border: 1px dashed #fff;
|
||||
border-radius: 8px;
|
||||
|
||||
background-color: #f8f8f8;
|
||||
border: 1px dashed #ccc;
|
||||
border-radius: 10px;
|
||||
|
||||
.transition(all 0.2s ease-in-out);
|
||||
|
||||
.label {
|
||||
text-align: center;
|
||||
color: #ddd;
|
||||
font-size: 5em;
|
||||
font-weight: bold;
|
||||
&.hint {
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
&.match {
|
||||
border-color: #555;
|
||||
|
||||
.label {
|
||||
color: #999;
|
||||
}
|
||||
border-style: solid;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#uploads {
|
||||
width: 450px;
|
||||
margin: 12px auto;
|
||||
|
@ -100,6 +86,4 @@
|
|||
color: #c55;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue