Skip to content

Commit 9bd7016

Browse files
committed
refactor: rename sign content block shadow to more appropriate name
1 parent 712717a commit 9bd7016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

djangosnippets/templates/account/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% block header%}{% endblock %}
66

77
{% block content %}
8-
<div class="w-[40rem] flex flex-col items-center justify-center mx-auto p-8 font-common shadow-sign rounded-lg">
8+
<div class="w-[40rem] flex flex-col items-center justify-center mx-auto p-8 font-common shadow-sign-content rounded-lg">
99
<h3>Sign In</h3>
1010
<p>Don't have an account? <a class="text-base-green-600 underline">Sign Up</a></p>
1111
{% include "socialaccount/snippets/login_extra.html" %}

theme/static_src/src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
--color-base-green-400: #256918;
99
--color-base-green-600: #1E4F15;
1010
--color-base-green-800: #12330c;
11-
--shadow-sign: rgba(0, 0, 0, 0.24) 0px 3px 8px;
11+
--shadow-sign-content: rgba(0, 0, 0, 0.24) 0px 3px 8px;
1212
--font-header: "Libertinus Sans", sans-serif;
1313
--font-title: "Playfair Display", sans-serif;
1414
--font-text: "Nunito", sans-serif;

0 commit comments

Comments
 (0)