Skip to content

Commit

Permalink
refactor: remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
mastudillot committed Nov 13, 2024
1 parent 1c1c5bd commit 2912c00
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions plugin/css/tbk.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2912c00

Please sign in to comment.