37 lines
855 B
CSS
37 lines
855 B
CSS
/*!
|
|
* Tabler v1.0.0-beta19 (https://tabler.io)
|
|
* @version 1.0.0-beta19
|
|
* @link https://tabler.io
|
|
* Copyright 2018-2023 The Tabler Authors
|
|
* Copyright 2018-2023 codecalm.net Paweł Kuna
|
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
|
*/
|
|
/* prettier-ignore */
|
|
/* prettier-ignore */
|
|
.payment {
|
|
width: 3.33332rem;
|
|
height: 2rem;
|
|
display: inline-block;
|
|
background: no-repeat center/100% 100%;
|
|
vertical-align: bottom;
|
|
font-style: normal;
|
|
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.payment-provider-mastercard {
|
|
background-image: url("../img/payments/mastercard.svg");
|
|
}
|
|
|
|
.payment-provider-paypal {
|
|
background-image: url("../img/payments/paypal.svg");
|
|
}
|
|
|
|
.payment-provider-visa {
|
|
background-image: url("../img/payments/visa.svg");
|
|
}
|
|
|
|
.payment-xs {
|
|
width: 2.49999rem;
|
|
height: 1.5rem;
|
|
} |