fix: styling
This commit is contained in:
@@ -1 +0,0 @@
|
||||
Hola madafaka
|
||||
@@ -0,0 +1,3 @@
|
||||
{% load i18n %}{% autoescape off %}
|
||||
{% blocktranslate %}Password reset on {{ site_name }}{% endblocktranslate %}
|
||||
{% endautoescape %}
|
||||
@@ -8,7 +8,7 @@
|
||||
<a href="{% url 'web:index' %}"
|
||||
class="flex items-center mb-6 text-2xl font-semibold text-gray-900 dark:text-white">
|
||||
<img class="w-8 h-8 mr-2" src="{{ logo }}" alt="logo">
|
||||
{{ title }}
|
||||
{{ web_title }}
|
||||
</a>
|
||||
|
||||
<div
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<a href="{% url 'web:index' %}" class="flex items-center mb-6 text-2xl font-semibold text-gray-900 dark:text-white">
|
||||
<img class="w-8 h-8 mr-2" src="{{ logo }}" alt="logo">
|
||||
{{ title }}
|
||||
{{ web_title }}
|
||||
</a>
|
||||
|
||||
<div
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<a href="{% url 'web:index' %}" class="flex items-center mb-6 text-2xl font-semibold text-gray-900 dark:text-white">
|
||||
<img class="w-8 h-8 mr-2" src="{{ logo }}" alt="logo">
|
||||
{{ title }}
|
||||
{{ web_title }}
|
||||
</a>
|
||||
|
||||
<div
|
||||
@@ -20,7 +20,7 @@
|
||||
{% csrf_token %}
|
||||
{% for field in form %}
|
||||
|
||||
<div class="my-2 flex items-center">
|
||||
<div class="my-2">
|
||||
<label for="{{ field.id_for_label }}"
|
||||
class="inline-block text-sm font-medium text-gray-900 dark:text-white mr-2">
|
||||
{{ field.label }}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<a href="{% url 'web:index' %}" class="flex items-center mb-6 text-2xl font-semibold text-gray-900 dark:text-white">
|
||||
<img class="w-8 h-8 mr-2" src="{{ logo }}" alt="logo">
|
||||
{{ title }}
|
||||
{{ web_title }}
|
||||
</a>
|
||||
|
||||
<div
|
||||
@@ -21,7 +21,7 @@
|
||||
{% csrf_token %}
|
||||
{% for field in form %}
|
||||
|
||||
<div class="my-2 flex items-center">
|
||||
<div class="my-2">
|
||||
<label for="{{ field.id_for_label }}"
|
||||
class="inline-block text-sm font-medium text-gray-900 dark:text-white mr-2">
|
||||
{{ field.label }}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<a href="{% url 'web:index' %}"
|
||||
class="flex items-center mb-6 text-2xl font-semibold text-gray-900 dark:text-white">
|
||||
<img class="w-8 h-8 mr-2" src="{{ logo }}" alt="logo">
|
||||
{{ title }}
|
||||
{{ web_title }}
|
||||
</a>
|
||||
|
||||
<div
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
{{ product.price.price_with_tax }} €
|
||||
</p>
|
||||
|
||||
<!--
|
||||
<div class="flex items-center gap-2 mt-2 sm:mt-0">
|
||||
<div class="flex items-center gap-1">
|
||||
{% include 'components/icons/star.svg' %}
|
||||
@@ -48,6 +49,7 @@
|
||||
345 Reviews
|
||||
</a>
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
|
||||
<div class="my-4 sm:gap-4 items-center flex sm:m-8">
|
||||
|
||||
Reference in New Issue
Block a user