You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
407 B

.modal {
.modal-content {
padding: 20px;
.modal-header,
.modal-footer,
.modal-body {
border: none;
}
.modal-title {
font-size: 25px;
font-weight: bold;
}
.modal-body {
font-size: 16px;
}
}
&.appDownloadPopup {
.qrcode {
@include size(180px);
background-image: url("../img/knn-qrcode.jpg");
background-position: center center;
background-size: contain;
}
}
}