Skip to content

Commit

Permalink
Merge pull request #264 from TransbankDevelopers/refactor/remove-unus…
Browse files Browse the repository at this point in the history
…ed-css

refactor: remove unused css
  • Loading branch information
mastudillot authored Nov 13, 2024
2 parents 1c1c5bd + d5c056d commit 0200c94
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 0200c94

Please sign in to comment.