mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 18:42:28 +08:00
Merge pull request #897 from pano9000/style_views-login
style(views/login): add Trilium icon and improve style
This commit is contained in:
commit
564f1b92d2
@ -13,8 +13,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="col-xs-12 col-sm-10 col-md-6 col-lg-4 col-xl-4 mx-auto" style="padding-top: 25px;">
|
||||
<h1><%= t("login.heading") %></h1>
|
||||
<div class="col-xs-12 col-sm-10 col-md-6 col-lg-4 col-xl-4 mx-auto pt-4">
|
||||
<img class="img-fluid d-block mx-auto" style="height: 8rem;" src="<%= assetPath %>/images/icon-color.svg" aria-hidden="true">
|
||||
<h1 class="text-center"><%= t("login.heading") %></h1>
|
||||
|
||||
<% if (failedAuth) { %>
|
||||
<div class="alert alert-warning">
|
||||
|
@ -94,7 +94,7 @@
|
||||
},
|
||||
"login": {
|
||||
"title": "Login",
|
||||
"heading": "Trilium login",
|
||||
"heading": "Trilium Login",
|
||||
"incorrect-password": "Password is incorrect. Please try again.",
|
||||
"password": "Password",
|
||||
"remember-me": "Remember me",
|
||||
|
Loading…
x
Reference in New Issue
Block a user