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:
12
frontend/src/css/tip-for-new-md.css
Normal file
12
frontend/src/css/tip-for-new-md.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user