mirror of https://gitlab.crans.org/bde/nk20
Light background on login box
This commit is contained in:
parent
197bd28ceb
commit
310f55a28e
|
@ -4,11 +4,11 @@ Font-Awesome attribution is already done inside SVG files
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#login-form input[type="text"] {
|
#login-form input[type="text"] {
|
||||||
background: right 1rem top 50% / 5% no-repeat url('fa-user.svg');
|
background: #fff right 1rem top 50% / 5% no-repeat url('fa-user.svg');
|
||||||
padding-right: 3rem;
|
padding-right: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login-form input[type="password"] {
|
#login-form input[type="password"] {
|
||||||
background: right 1rem top 50% / 5% no-repeat url('fa-lock.svg');
|
background: #fff right 1rem top 50% / 5% no-repeat url('fa-lock.svg');
|
||||||
padding-right: 3rem;
|
padding-right: 3rem;
|
||||||
}
|
}
|
|
@ -13,7 +13,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<main class="card border-dark mx-auto" style="max-width: 30rem;">
|
<main class="card bg-light border-dark mx-auto" style="max-width: 30rem;">
|
||||||
<h3 class="card-header text-center">
|
<h3 class="card-header text-center">
|
||||||
{% trans "Log in" %}
|
{% trans "Log in" %}
|
||||||
</h3>
|
</h3>
|
||||||
|
|
Loading…
Reference in New Issue