style(set_password): add some margins

This commit is contained in:
Elian Doran 2025-04-02 20:59:01 +03:00
parent c475094284
commit af835dfe26
No known key found for this signature in database
3 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,5 @@
import "../stylesheets/bootstrap.scss";
import "../stylesheets/auth.css";
// @TriliumNextTODO: is this even needed anymore?
// @ts-ignore - module = undefined

View File

@ -0,0 +1,3 @@
.set-password .form-group {
margin-bottom: 1rem;
}

View File

@ -13,7 +13,7 @@
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/style.css">
</head>
<body>
<div class="container">
<div class="container set-password">
<div class="col-xs-12 col-sm-10 col-md-6 col-lg-4 col-xl-4 mx-auto pt-4">
<h1><%= t("set_password.heading") %></h1>