Skip to content

Commit

Permalink
Remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
tnaccarato committed Mar 17, 2024
1 parent 9eb4df8 commit 3eb7c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions static/payapp/css/requests.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.btn-icon {
width: 2px; /* or any other size */
height: auto; /* maintain aspect ratio */
width: 2px;
height: auto;
}
1 change: 0 additions & 1 deletion templates/payapp/requests.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<head>
<meta charset="UTF-8">
<title>{% block title %}Payment Requests {% endblock title %}</title>
<link href="{% static 'payapp/css/requests.css' %}" rel="stylesheet">
</head>

<body>
Expand Down

0 comments on commit 3eb7c0a

Please sign in to comment.