user destroy

This commit is contained in:
Александр Бабкин
2022-06-29 13:22:21 +03:00
parent 90de0d96f3
commit 94fdd4809d
3 changed files with 24 additions and 4 deletions

View File

@@ -752,9 +752,15 @@ select {
.mt-6 {
margin-top: 1.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.flex {
display: flex;
}
@@ -9114,6 +9120,10 @@ readers do not read off random characters that represent icons */
--tw-text-opacity: 1;
color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-red-900:hover {
--tw-text-opacity: 1;
color: rgb(127 29 29 / var(--tw-text-opacity));
}
.focus\:z-10:focus {
z-index: 10;
}