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 {
|
.bc-main-auth .bc-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
padding: 32px 16px;
|
padding: 32px 16px;
|
||||||
}
|
max-width: 480px;
|
||||||
|
margin: 0 auto;
|
||||||
.bc-main-auth .bc-alerts {
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 400px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ============================================================
|
/* ============================================================
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
{% extends "layout/base.html" %}
|
{% extends "layout/base.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="row justify-content-center">
|
<div>
|
||||||
<div class="col-md-4">
|
|
||||||
<h2 class="mb-3">Login</h2>
|
<h2 class="mb-3">Login</h2>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
@ -48,5 +47,4 @@
|
|||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user