Auto-commit local changes before build (2026-03-20 13:27:58)
This commit is contained in:
parent
5eb8aeeba6
commit
a51650dd6e
@ -349,15 +349,12 @@ body.bc-body {
|
||||
.bc-main-auth .bc-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 100vh;
|
||||
padding: 32px 16px;
|
||||
}
|
||||
|
||||
.bc-main-auth .bc-alerts {
|
||||
max-width: 480px;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
/* ============================================================
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
{% extends "layout/base.html" %}
|
||||
{% block content %}
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-4">
|
||||
<div>
|
||||
<h2 class="mb-3">Login</h2>
|
||||
<form method="post">
|
||||
<div class="mb-3">
|
||||
@ -47,6 +46,5 @@
|
||||
Sign in with Microsoft
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user