fix: remove unused TestView component and update style.css

This commit is contained in:
kur0nek-o
2024-02-27 10:45:29 +07:00
parent 3ad1f8fe27
commit 4d4edd92ec
3 changed files with 2 additions and 50 deletions

View File

@ -1145,10 +1145,6 @@ body {
margin: 0.875rem;
}
.m-auto {
margin: auto;
}
.-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
@ -2622,11 +2618,6 @@ body {
background-color: rgb(255 204 204 / var(--tw-bg-opacity));
}
.bg-red-300 {
--tw-bg-opacity: 1;
background-color: rgb(255 102 102 / var(--tw-bg-opacity));
}
.bg-red-300\/10 {
background-color: rgb(255 102 102 / 0.1);
}