[damned-lies/bootstrap-5] fix: switch primary/success colors
- From: Guillaume Bernard <gbernard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies/bootstrap-5] fix: switch primary/success colors
- Date: Sun, 18 Sep 2022 12:04:21 +0000 (UTC)
commit 25a8f1950ebca8a18a8edce1a3cdc22317a671b6
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date: Sun Sep 18 14:04:16 2022 +0200
fix: switch primary/success colors
templates/login/login_popup_form.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/templates/login/login_popup_form.html b/templates/login/login_popup_form.html
index 5a891056..3d47f4bd 100644
--- a/templates/login/login_popup_form.html
+++ b/templates/login/login_popup_form.html
@@ -11,13 +11,13 @@
placeholder="{% trans 'Password' %}"/>
</div>
<input type="hidden" name="referer" value="{{ referer|default:"" }}"/>
- <div class="form-group">
- <button type="submit" class="btn btn-success w-100">{% trans "Log in" %}</button>
+ <div class="form-group mt-1 mb-1">
+ <button type="submit" class="btn btn-primary w-100">{% trans "Log in" %}</button>
</div>
+ <a class="dropdown-item" href="{% url 'password_reset' %}">{% trans 'Forgot your password?' %}</a>
<div class="dropdown-divider"></div>
<div class="form-group">
- <a class="btn btn-primary w-100" href="{% url "register" %}">{% trans "Register" %}</a>
+ <a class="btn btn-success w-100" href="{% url "register" %}">{% trans "Register" %}</a>
</div>
</form>
-<div class="dropdown-divider"></div>
-<a class="dropdown-item" href="{% url 'password_reset' %}">{% trans 'Forgot your password?' %}</a>
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]