1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 23:34:45 +00:00

change empty tip title margin (#6614)

fix other css format
This commit is contained in:
Michael An
2024-08-22 14:59:00 +08:00
committed by GitHub
parent 316e403202
commit 63e64f83df
19 changed files with 345 additions and 322 deletions

View File

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