Template:Large label/style.css

From ArchivesWiki
.tpl-qrcode {
	display: flex;
	justify-content: space-around;
}
.tpl-qrcode .tpl-qrcode-title {
	text-align: center;
}
.tpl-qrcode .tpl-qrcode-text img {
	display: block;
	margin: auto;
	width: 24%;
	height: auto;
}
.tpl-qrcode .tpl-qrcode-text {
	text-align: center;
	align-self: center;
	display: flex;
	flex-direction: column;
}
.tpl-qrcode .tpl-qrcode-label {
	font-size: larger;
	margin-top: 8mm;
}
.tpl-qrcode .tpl-qrcode-code {
	display: flex;
}
.tpl-qrcode .tpl-qrcode-code img {
	display: block;
	width: 32mm;
}
.tpl-qrcode .tpl-qrcode-code .qrlite-result {
	display: flex;
	align-items: center;
}