1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-25 18:20:48 +00:00
seahub/frontend/src/css/tip-for-new-file.css

25 lines
475 B
CSS
Raw Normal View History

2019-03-29 05:40:24 +00:00
.tip-for-new-file {
margin: 0 auto;
padding: 2em 1em;
align-self: flex-start; /* for repo wiki mode */
}
@media (min-width: 768px) {
.tip-for-new-file {
padding: 5em 8em;
}
}
2019-03-29 05:40:24 +00:00
.big-new-file-button {
padding: .9em 2em 1em;
border-radius: 8px;
margin: 0 0.75em 1.5em;
cursor: pointer;
2019-03-29 05:40:24 +00:00
width: 160px;
background: #fff;
border: 1px solid #d1d1d1;
}
2019-03-29 05:40:24 +00:00
.big-new-file-button:hover,
.big-new-file-button:focus {
border-color: #eb9205;
color: #eb8205;
}