Extract developer site (#5249)
* Extract developer site * Fix title in sidebar * Update dev section reference * Update edit in github link on help page
This commit is contained in:
parent
a83fd1d874
commit
80b268cd65
75 changed files with 282 additions and 4166 deletions
|
@ -4,6 +4,10 @@ $primary-color: #049cdb;
|
|||
|
||||
.site-header {
|
||||
position: relative;
|
||||
|
||||
.site-title {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.search-container {
|
||||
|
@ -377,18 +381,26 @@ p.note {
|
|||
}
|
||||
|
||||
.copyright {
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
|
||||
i {
|
||||
font-size: 3em;
|
||||
margin-right: 8px;
|
||||
position: relative;
|
||||
top: -5px;
|
||||
.company {
|
||||
.title {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
i {
|
||||
font-size: 2em;
|
||||
padding: 0 5px;
|
||||
}
|
||||
}
|
||||
.credit {
|
||||
text-align: left;
|
||||
display: inline-block;
|
||||
font-size: .8em;
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue