Skip to content
Snippets Groups Projects
Commit f2f83c65 authored by Rafael Caferati's avatar Rafael Caferati
Browse files

implemented flex-nav scroll-bar

added flex-nav custom scroll-bar; changed home welcome logo.
parent 868331fa
No related branches found
No related tags found
No related merge requests found
......@@ -874,10 +874,13 @@ a.github-fork {
left: 0;
padding-top: 15px;
z-index: 1000;
overflow-y: auto;
overflow-x: hidden;
width: @rooms-box-width;
color: @tertiary-font-color;
.calc(height, ~'100% - ' @header-min-height + @footer-min-height);
.transition(transform .3s cubic-bezier(.5, 0, .1, 1));
.custom-scroll(transparent, rgba(255, 255, 255, 0.05));
&.hidden {
.transform(translateX(-100%));
}
......@@ -1296,10 +1299,18 @@ a.github-fork {
}
.page-home {
.fixed-title{
h2{
overflow: visible;
}
}
.logo {
display: inline-block;
width: 38px;
width: 240px;
margin-right: 6px;
vertical-align: text-top;
margin-top: -5px;
margin-left: 10px;
}
.info {
margin-bottom: 20px;
......
......@@ -7,7 +7,7 @@
<i></i>
</div>
<h2>
<span class="room-title">{{_ "home.welcome"}}<img class="logo" src="/images/logo/icon.svg" /></span>
<span class="room-title">{{_ "home.welcome"}}<img class="logo" src="/images/logo/logo-dark.svg" /></span>
</h2>
</head>
<div class="content">
......
......@@ -78,7 +78,7 @@
"Chat_Rooms": "Chat Rooms",
"Have_your_own_chat": "Have your own web chat. Developed with Meteor.com, the Rocket.Chat is a great solution for developers looking forward to build and evolve their own chat platform.",
"use_menu": "Use the side menu to access your rooms and chats",
"welcome": "Welcome to the Rocket.Chat"
"welcome": "Welcome to the"
},
"login": {
"Cancel": "Back to login",
......
......@@ -78,7 +78,7 @@
"Chat_Rooms": "Salons de discussion",
"Have_your_own_chat": "Avec Rocket.Chat, disposez de votre propre salon de discussion en ligne. Développé avec Meteor.com, Rocket.Chat est une solution pour les développeurs désirant construire et faire évoluer leur propre plate-forme de discussion.",
"use_menu": "Utilisez le menu latéral pour accéder à vos salons et vos discussions.",
"welcome": "Bienvenue sur le Rocket.Chat"
"welcome": "Bienvenue sur le"
},
"login": {
"Cancel": "Retourner à l'écran de connexion",
......
......@@ -78,7 +78,7 @@
"Chat_Rooms": "Salas de Chat",
"Have_your_own_chat": "Tenha seu próprio web chat. Desenvolvido com Meteor.com, o Rocket.Chat é uma excelente solução para desenvolvedores que querem construir e desenvolver sua própria plataforma de chat.",
"use_menu": "Utilize o menu à esquerda para acessar suas salas",
"welcome": "Bem-vindo ao Rocket.Chat"
"welcome": "Bem-vindo ao"
},
"login": {
"Cancel": "Voltar para o login",
......
This diff is collapsed.
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