Catch default errors

This commit is contained in:
Dennis
2024-04-04 14:44:34 +02:00
parent 6b6435f71b
commit 3fa5bb7df9
14 changed files with 371 additions and 319 deletions

View File

@@ -2207,6 +2207,42 @@ select {
.min-w-\[theme\(spacing\.8\)\] {
min-width: 2rem;
}
.\!max-w-2xl {
max-width: 42rem !important;
}
.\!max-w-3xl {
max-width: 48rem !important;
}
.\!max-w-4xl {
max-width: 56rem !important;
}
.\!max-w-5xl {
max-width: 64rem !important;
}
.\!max-w-6xl {
max-width: 72rem !important;
}
.\!max-w-7xl {
max-width: 80rem !important;
}
.\!max-w-\[14rem\] {
max-width: 14rem !important;
}
.\!max-w-lg {
max-width: 32rem !important;
}
.\!max-w-md {
max-width: 28rem !important;
}
.\!max-w-sm {
max-width: 24rem !important;
}
.\!max-w-xl {
max-width: 36rem !important;
}
.\!max-w-xs {
max-width: 20rem !important;
}
.max-w-2xl {
max-width: 42rem;
}
@@ -2225,9 +2261,6 @@ select {
.max-w-7xl {
max-width: 80rem;
}
.max-w-\[14rem\] {
max-width: 14rem;
}
.max-w-fit {
max-width: -moz-fit-content;
max-width: fit-content;
@@ -2875,6 +2908,9 @@ select {
.bg-white\/5 {
background-color: rgb(255 255 255 / 0.05);
}
.\!bg-none {
background-image: none !important;
}
.bg-cover {
background-size: cover;
}

View File

@@ -146,7 +146,7 @@
]
},
"resources/css/filament/admin/theme.css": {
"file": "assets/theme-Dl9BUWEg.css",
"file": "assets/theme-C6KVqAD1.css",
"src": "resources/css/filament/admin/theme.css",
"isEntry": true
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long