1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +00:00
* add tags

* update
This commit is contained in:
Michael An
2019-03-29 13:40:24 +08:00
committed by Daniel Pan
parent 5b27dcc9a5
commit a7a9ede448
2 changed files with 32 additions and 14 deletions

View File

@@ -1,18 +1,22 @@
.tip-for-new-md {
.tip-for-new-file {
padding: 5em 8em;
align-self: flex-start; /* for repo wiki mode */
}
.big-new-md-button {
.big-new-file-button {
padding: .9em 2em 1em;
background: #eee;
border-radius: 8px;
margin-right: 1.5em;
margin: 0 1.5em 1.5em 0;
cursor: pointer;
width: 160px;
}
.big-new-md-button:hover,
.big-new-md-button:focus {
background: #dfdfdf;
.big-new-file-button:hover,
.big-new-file-button:focus {
border-color: #eb9205;
color: #eb8205;
}
.add-md-icon {
font-size: 1.2em;
.tip-for-new-file p {
color: #c4c4c4;
}
.big-new-file-button-group {
margin: 0 auto;
}