.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; } } }