Merge branch 'dev' into staging

This commit is contained in:
fl0ppy-d1sk 2024-01-09 11:17:08 +01:00
commit 2bccb5d40e
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -20,6 +20,10 @@
font-weight: normal !important;
}
.sr-only {
@apply hidden;
}
.close-btn {
@apply dark:brightness-90 inline-block px-6 py-3 font-bold text-center text-red-500 border border-red-500 uppercase align-middle transition-all rounded-lg cursor-pointer dark:bg-gray-200 dark:hover:brightness-75 bg-white hover:bg-white/80 focus:bg-white/80 leading-normal ease-in tracking-tight-rem shadow-xs hover:-translate-y-px active:opacity-85 hover:shadow-md;
}