latex-ub/services/web/frontend/stylesheets/app/confirm-email.less
2025-05-05 12:24:05 +00:00

27 lines
383 B
Text

.confirm-email {
form {
.text-danger {
display: flex;
gap: 6px;
padding: 4px;
.icon {
padding-top: 2px;
}
}
.form-actions {
display: flex;
flex-direction: column;
gap: 12px;
padding-top: 20px;
}
label {
font-weight: normal;
}
}
.confirm-email-alert {
margin-bottom: 12px;
}
}