fix login style

This commit is contained in:
Yuri Kuznetsov
2022-07-06 14:18:20 +03:00
parent f46132b95c
commit d9405ea058
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
autocomplete="current-password"
>
</div>
<div>
<div class="margin-top-2x">
{{#if showForgotPassword}}
<a
href="javascript:"
+4
View File
@@ -10,6 +10,10 @@
margin-top: @table-cell-padding;
}
.margin-top-2x {
margin-top: @table-cell-padding * 2;
}
.margin-bottom-sm {
margin-bottom: calc(@table-cell-padding / 2);
}