From 3eb7c0a78b225305a804cf8ed0f7847045d3d2cd Mon Sep 17 00:00:00 2001 From: Tom Naccarato <108072398+tnaccarato@users.noreply.github.com> Date: Sun, 17 Mar 2024 16:30:01 +0000 Subject: [PATCH] Remove unused css --- static/payapp/css/requests.css | 4 ++-- templates/payapp/requests.html | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/static/payapp/css/requests.css b/static/payapp/css/requests.css index 9450eda..6e756c1 100644 --- a/static/payapp/css/requests.css +++ b/static/payapp/css/requests.css @@ -1,4 +1,4 @@ .btn-icon { - width: 2px; /* or any other size */ - height: auto; /* maintain aspect ratio */ + width: 2px; + height: auto; } \ No newline at end of file diff --git a/templates/payapp/requests.html b/templates/payapp/requests.html index 2945035..64b61ff 100644 --- a/templates/payapp/requests.html +++ b/templates/payapp/requests.html @@ -6,7 +6,6 @@ {% block title %}Payment Requests {% endblock title %} -