Skip to content

Commit

Permalink
H: Remove helper borders
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Jan 14, 2025
1 parent f9b3e15 commit 04e064e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div style="border: 2px solid pink" class="card-actions justify-end">
<div class="card-actions justify-end">
<input class="btn btn-primary" type="submit" value="Save">
<button class="contents">
<a class="btn btn-primary"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "htmx/base.html" %}
{% block main %}
<h2 class="text-center text-xl font-semibold">Profiles</h2>
<div style="border: 3px dotted orange" class="flex justify-center">
<div class="flex justify-center">
{% block profile_main %}
{% endblock profile_main %}
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "./base.html" %}
{% block profile_main %}
<div style="border: 2px solid black">
<div>
<button class="contents">
<a class="btn btn-primary"
href="{% url "htmx:notificationprofile-create" %}">Create new profile</a>
Expand Down

0 comments on commit 04e064e

Please sign in to comment.