//@import '../../../assets/styles/mixins.scss'; @import '../../../stylesheets/mixins/_responsive.scss'; .paymentCard { padding: 30px; position: relative; } .name { display: block; text-align: center; font-size: 21px; color: #000; font-weight: bold; //margin-top: 30px; } .number { display: block; text-align: center; font-size: rem(16); color: #000; //margin-bottom: rem(20); } .type { display: block; text-align: center; font-size: 16px; margin-bottom: 20px; font-weight: bold; color: #000; } .status { position: relative; display: block; color: #FFF; padding: 5px 5px; font-weight: bold; font-size: 12px; width: 100%; text-align: center; @include MQ(lg) { width: auto; position: absolute; top: 10px; right: -10px; font-size: 14px; } .ant-tag{ border-radius: 3px!important; //width: 100%; //max-width: 40px; margin: 0; @include MQ(lg) { box-shadow: 0 0 5px rgba(0, 0, 100, 0.2); } } } .footer { text-align: center; border-top: 1px solid #e4e9f0; color: #74708d; padding-top: 10px; margin-bottom: -15px; font-style: italic; font-size: 13px; }