1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

[dir view] added 'add md document' tip for empty library (#2668)

This commit is contained in:
llj
2018-12-19 11:41:45 +08:00
committed by Daniel Pan
parent 42a97b437d
commit f3a20f1c71
4 changed files with 62 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
.tip-for-new-md {
padding: 5em 8em;
}
.big-new-md-button {
padding: .9em 2em 1em;
background: #eee;
border-radius: 8px;
margin-right: 1.5em;
}
.add-md-icon {
font-size: 1.2em;
}