HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
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;
			}
		}
	}
}