1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-26 02:30:02 +00:00
seahub/frontend/src/css/tip-for-new-md.css

22 lines
422 B
CSS
Raw Normal View History

2019-03-29 05:40:24 +00:00
.tip-for-new-file {
padding: 5em 8em;
align-self: flex-start; /* for repo wiki mode */
}
2019-03-29 05:40:24 +00:00
.big-new-file-button {
padding: .9em 2em 1em;
border-radius: 8px;
2019-03-29 05:40:24 +00:00
margin: 0 1.5em 1.5em 0;
cursor: pointer;
2019-03-29 05:40:24 +00:00
width: 160px;
}
2019-03-29 05:40:24 +00:00
.big-new-file-button:hover,
.big-new-file-button:focus {
border-color: #eb9205;
color: #eb8205;
}
2019-03-29 05:40:24 +00:00
.tip-for-new-file p {
color: #c4c4c4;
}
2019-03-29 05:40:24 +00:00
.big-new-file-button-group {
margin: 0 auto;
}