Skip to content
Snippets Groups Projects
Commit e32167a8 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

logo update

parent 7a1301f0
No related branches found
No related tags found
No related merge requests found
......@@ -1622,12 +1622,8 @@ a.github-fork {
}
}
.logo {
display: inline-block;
width: 190px;
margin-right: 6px;
vertical-align: text-top;
margin-top: -3px;
margin-left: 10px;
display: block;
max-width: 100%;
}
.info {
max-width: 680px;
......
......@@ -11,13 +11,13 @@
</h2>
</header>
<div class="content">
<img class="logo" src="/images/logo/logo-dark.svg?v=3" />
<div class="info">
<p>{{_ "Have_your_own_chat"}}</p>
<p>&larr; {{_ "use_menu"}}.</p>
</div>
{{ > social withParagraph }}
<div class="rocket-team">
<h2><img class="logo" src="/images/logo/logo-dark.svg" /></h2>
<h4>{{_ "Get_to_know_the_team" }}</h4>
<ul>
<li>
......
......@@ -24,7 +24,7 @@
{{/if}}
<footer class="footer">
<a href="https://github.com/RocketChat/Rocket.Chat" class="logo" target="_blank">
<img src="/images/logo/logo.svg" />
<img src="/images/logo/logo.svg?v=3" />
<small><i class="icon-github-circled"></i> {{_ "Fork_it_on_github"}}</small>
</a>
</footer>
......
......@@ -3,7 +3,7 @@
<div class="wrapper">
<header>
<a class="logo" href="/">
<img src="/images/logo/logo.svg" />
<img src="/images/logo/logo.svg?v=3" />
</a>
</header>
<h1>{{_ "Not_found_or_not_allowed"}}</h1>
......
<template name="loginHeader">
<header>
<a class="logo" href="/">
<img src="/images/logo/logo.svg" />
<img src="/images/logo/logo.svg?v=3" />
</a>
</header>
</template>
......@@ -75,7 +75,7 @@
<div class="wrapper">
<header>
<a class="logo" href="/">
<img src="/images/logo/logo.svg" />
<img src="/images/logo/logo.svg?v=3" />
</a>
</header>
<a href="/login" class="screen">
......
......@@ -73,7 +73,7 @@
<div class="wrapper">
<header>
<a class="logo" href="/">
<img src="/images/logo/logo.svg" />
<img src="/images/logo/logo.svg?v=3" />
</a>
</header>
<a href="/login" class="screen">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment