forked from forgejo/forgejo
new quick start page
This commit is contained in:
parent
e5310cdbc1
commit
4465c58f4b
15 changed files with 2662 additions and 1821 deletions
|
@ -591,7 +591,28 @@
|
|||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
&.quickstart {
|
||||
.guide {
|
||||
.item {
|
||||
padding: 1em;
|
||||
small {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
.clone.button:first-child {
|
||||
border-radius: .28571429rem 0 0 .28571429rem;
|
||||
}
|
||||
#repo-clone-url {
|
||||
border-radius: 0;
|
||||
width: 100%;
|
||||
padding: 5px 10px;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// End of .repository
|
||||
|
||||
.issue.list {
|
||||
list-style: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue