mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
update style
This commit is contained in:
parent
0b2a784253
commit
0044e68c84
2 changed files with 5 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue