mirror of
https://github.com/tabler/tabler.git
synced 2026-08-21 10:24:26 +04:00
Update _payments.scss
This commit is contained in:
@@ -14,7 +14,7 @@ $payment-icons: ('2checkout-dark', '2checkout', 'alipay-dark', 'alipay', 'amazon
|
||||
|
||||
@each $payment in $payment-icons {
|
||||
.payment-#{$payment} {
|
||||
background-image: url('../../static/img/payments/' + $payment + '.svg');
|
||||
background-image: url("#{$assets-base}/img/payments/#{$payment}.svg");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user