Add Instante brand on public pages
This commit is contained in:
parent
9095309494
commit
1e538b9b9b
|
@ -327,6 +327,18 @@ div#auth-bground > img {
|
|||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
a.brand-instante {
|
||||
display: flex;
|
||||
|
||||
img.small {
|
||||
margin: auto 1em;
|
||||
width: 3em;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.brand {
|
||||
display: block;
|
||||
padding: 15px;
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
.container
|
||||
%nav.header
|
||||
.nav-left
|
||||
= link_to root_url, class: 'brand' do
|
||||
%span='logo here'
|
||||
%a.brand-instante{"href" => "/"}
|
||||
%img.small{"src" => "/apple-touch-icon.png"}
|
||||
|
||||
- unless whitelist_mode?
|
||||
= link_to t('directories.directory'), explore_path, class: 'nav-link optional' if Setting.profile_directory
|
||||
|
|
Loading…
Reference in New Issue