Merge pull request #267 from IBCornelsen/UMBE

progress, performance & buttons
This commit is contained in:
UMBENOMENA
2025-01-03 00:58:35 +01:00
committed by GitHub
18 changed files with 383 additions and 207 deletions

View File

@@ -44,7 +44,7 @@ body{
.button {
@apply w-full h-[38px] px-4 py-2 bg-secondary ring-2 ring-secondary/25 rounded-none xs:rounded-md text-white text-nowrap
@apply w-min h-[38px] px-4 py-2 bg-secondary ring-2 ring-secondary/25 rounded-none xs:rounded-md text-white text-nowrap
hover:bg-gradient-to-br from-secondary to-secondary-grad hover:shadow-lg transition-all hover:no-underline hover:ring-2 hover:ring-primary
}
@@ -69,7 +69,7 @@ input:disabled, input:read-only, select:disabled {
/*ARTICLE*/
article {
@apply w-full relative bg-white px-0 py-0;
@apply w-full relative bg-white px-0 py-0 z-0;
hr {@apply mb-4 mt-4 border-primary;}