Move inline CSS to layout.css
This commit is contained in:
parent
5973612776
commit
3a0e08f3f5
6 changed files with 58 additions and 50 deletions
|
|
@ -6,10 +6,3 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
{% endcomment %}
|
||||
|
||||
{% block title %}{% block head_title %}{% endblock %}{% endblock title %}
|
||||
|
||||
{% block extracss %}
|
||||
<style>
|
||||
.asteriskField { display: none; }
|
||||
.form-group { margin-top: 0.5em;}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
{% block head_title %}{% trans "Sign In" %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="card mx-auto" style="max-width: 35rem;">
|
||||
<div class="card mx-auto login">
|
||||
<h3 class="card-header text-center">
|
||||
{% trans "Sign In" %}
|
||||
</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue