Skip to content

Commit

Permalink
[ECP-9198] Update duplicated CSS classes in the components (#494)
Browse files Browse the repository at this point in the history
* [ECP-9198] Rename CSS classes

* [ECP-9198] Update frontend assets

* [ECP-9198] Update frontend assets

---------

Co-authored-by: Can Demiralp <[email protected]>
  • Loading branch information
candemiralp and Can Demiralp authored May 16, 2024
1 parent 10208e6 commit 7bdb2b1
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% block adyen_capture %}
<sw-card :isLoading="isLoading" :title="$tc('adyen.adyenPaymentCaptureTitle')" v-if="showWidget" :large="false" :hero="false">
<div v-if="!errorOccurred">
<div class="adyen-card-header">
<div class="adyen-card-header-first">
<div class="adyen-capture-card-header">
<div class="adyen-capture-card-header-first">
<span v-if="!captureRequests.length">{{ $tc('adyen.noCaptureRequests') }}</span>
</div>
<div id="modalButtonContainer">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
*
*/

.adyen-card-header {
.adyen-capture-card-header {
display: flex;
height: 30px;
margin-bottom: 15px;
}

.adyen-card-header-first {
.adyen-capture-card-header-first {
margin-top: auto;
width: 100%;
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% block adyen_refund %}
<sw-card :hero="false" :isLoading="isLoadingTable" :large="false" :title="$tc('adyen.adyenRefunds')" v-if="showWidget">
<div v-if="!errorOccurred">
<div class="adyen-card-header">
<div class="adyen-card-header-first">
<div class="adyen-refund-card-header">
<div class="adyen-refund-card-header-first">
<span v-if="!refunds.length">{{ $tc('adyen.noRefundsCreated') }}</span>
</div>
<div id="modalButtonContainer">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
*
*/

.adyen-card-header {
.adyen-refund-card-header {
display: flex;
height: 30px;
margin-bottom: 15px;
}

.adyen-card-header-first {
.adyen-refund-card-header-first {
margin-top: auto;
width: 100%;
}

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

0 comments on commit 7bdb2b1

Please sign in to comment.