From 2912c000a43cf463eb4303eb8cfc93f95ec54346 Mon Sep 17 00:00:00 2001 From: Mauricio Astudillo Toledo Date: Wed, 13 Nov 2024 17:40:19 -0300 Subject: [PATCH] refactor: remove unused css --- plugin/css/tbk.css | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/plugin/css/tbk.css b/plugin/css/tbk.css index 16b072a..1bfa92f 100644 --- a/plugin/css/tbk.css +++ b/plugin/css/tbk.css @@ -26,36 +26,6 @@ font-size: 12px; } -.transaction-status-response { - width: 100%; - max-width: 100%; - margin-top: 10px; -} -.transaction-status-response pre { - width: 250px; - overflow: scroll; -} - -.transaction-status-response dt { - padding: 5px; - background: #d7cad2; - text-align: left; - font-weight: bold; - -} -.transaction-status-response dd { - padding: 5px 5px 10px 5px; - text-align: left; - margin-left: 0; -} - -.error-transaction-status-response { - width: 100%; - max-width: 100%; - margin-top: 10px; - font-weight: bold; -} - .error-status-raw { color: red; width: 250px;