First full release
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#reset-pass-info.modal.fade(
|
||||
tabindex="-1"
|
||||
aria-labelledby="modal-alert-label"
|
||||
aria-hidden="true"
|
||||
)
|
||||
.modal-dialog.modal-lg
|
||||
.modal-content
|
||||
.modal-header
|
||||
h5#modal-alert-label.modal-title.modal-title-blue #{ t('Obvestilo') }
|
||||
button.btn-close(
|
||||
type="button"
|
||||
data-bs-dismiss="modal"
|
||||
aria-label="Close"
|
||||
)
|
||||
.modal-body.d-flex.align-items-center
|
||||
.d-flex.modal-alert.me-3
|
||||
img(src="/images/alert-circle-modal.svg")
|
||||
.d-flex.modal-alert-content
|
||||
p#alert-text.normal-gray #{ t('Uspešno ste ponastavili svoje geslo.') }
|
||||
|
||||
.modal-footer.d-flex.justify-content-center.align-items-center
|
||||
button#modal-fp-info-close.btn.btn-primary(
|
||||
type="button"
|
||||
data-bs-dismiss="modal"
|
||||
) #{ t('Zapri') }
|
||||
Reference in New Issue
Block a user