feat(web client): about & legal links
This commit is contained in:
parent
20b8353cfb
commit
9e2ff3a9f1
8 changed files with 108 additions and 25 deletions
|
|
@ -2140,6 +2140,20 @@ a:hover { text-decoration: underline; }
|
|||
border-top: 1px solid rgba(200,164,72,0.12);
|
||||
}
|
||||
|
||||
.site-nav-infolinks {
|
||||
margin: 2em 0 1em;
|
||||
text-align: center;
|
||||
font-size: 0.9rem;
|
||||
color: rgba(200,164,72,0.4);
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.site-nav-infolinks > a {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.site-nav-version {
|
||||
margin: 2em 0 1em;
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue