File: //var/dev/farhangmoaser/web/public/css/printQRCode.scss
@font-face {
font-family: 'droid';
font-style: normal;
font-weight: 400;
src: url(../fonts/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
url(../fonts/DroidNaskh-Regular.woff) format('woff'),
url(../fonts/DroidNaskh-Regular.ttf) format('truetype');
}
* {
box-sizing: border-box;
}
body {
padding: 0;
margin: 0;
.carte {
display: inline-block;
padding: 10px;
border: 1px dashed #AAA;
page-break-inside: avoid;
margin-right: -1px;
margin-bottom: -1px;
width: 160pt;
direction: rtl;
font-family: droid;
.voucher {
.logo {
text-align: center;
img {
width: 70%;
}
}
.book {
height: 60px;
}
.period {
font-size: 8pt;
}
.activation {
font-size: 8pt;
}
}
.code {
margin-top: 10px;
img {
width: 100%;
}
.text-code {
direction: ltr;
font-family: monospace;
font-size: 8pt;
margin: 10px 0;
padding: 5px;
color: white;
text-align: center;
background-color: #FF147C;
color-adjust: exact;
-webkit-print-color-adjust: exact;
}
}
}
}