Skip to content

Commit

Permalink
NTR: fix contrast colors on subscription page (#967)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitalij Mik <vitalij.mik@dasistweb.de>
  • Loading branch information
BlackScorp and Vitalij Mik authored Feb 27, 2025
1 parent 8c6de34 commit d3b3985
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Resources/app/storefront/src/scss/account/subscriptions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
}

.order-item-status-badge.order-item-status-badge-active {
background-color: #26b6cf;
background-color: #0042a0;
color: #fff;
margin: 10px 0;
}

.order-item-status-badge.order-item-status-badge-canceled {
background-color: #ffb100;
background-color: #b30000;
color: #fff;
margin: 10px 0;
}

.order-item-status-badge.order-item-status-badge-paused {
background-color: #707070;
background-color: #595959;
color: #fff;
margin: 10px 0;
}

.order-item-status-badge.order-item-status-badge-skipped {
background-color: #ffb100;
color: #fff;
color: #000000;
margin: 10px 0;
}

.order-item-status-badge.order-item-status-badge-resumed {
background-color: #26b6cf;
background-color: #0042a0;
color: #fff;
margin: 10px 0;
}
Expand Down Expand Up @@ -79,5 +79,5 @@
}

.btn-mollie-subscription-cancel {
color: #e60909;
color: #b30000;
}

0 comments on commit d3b3985

Please # to comment.