added team view to season_leagues
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
--container-lg: 32rem;
|
||||
--container-2xl: 42rem;
|
||||
--container-3xl: 48rem;
|
||||
--container-4xl: 56rem;
|
||||
--container-5xl: 64rem;
|
||||
--container-7xl: 80rem;
|
||||
--text-xs: 0.75rem;
|
||||
@@ -458,6 +459,9 @@
|
||||
.max-h-60 {
|
||||
max-height: calc(var(--spacing) * 60);
|
||||
}
|
||||
.max-h-80 {
|
||||
max-height: calc(var(--spacing) * 80);
|
||||
}
|
||||
.max-h-96 {
|
||||
max-height: calc(var(--spacing) * 96);
|
||||
}
|
||||
@@ -467,6 +471,12 @@
|
||||
.max-h-\[600px\] {
|
||||
max-height: 600px;
|
||||
}
|
||||
.min-h-12 {
|
||||
min-height: calc(var(--spacing) * 12);
|
||||
}
|
||||
.min-h-40 {
|
||||
min-height: calc(var(--spacing) * 40);
|
||||
}
|
||||
.min-h-48 {
|
||||
min-height: calc(var(--spacing) * 48);
|
||||
}
|
||||
@@ -518,6 +528,9 @@
|
||||
.max-w-3xl {
|
||||
max-width: var(--container-3xl);
|
||||
}
|
||||
.max-w-4xl {
|
||||
max-width: var(--container-4xl);
|
||||
}
|
||||
.max-w-5xl {
|
||||
max-width: var(--container-5xl);
|
||||
}
|
||||
@@ -908,6 +921,12 @@
|
||||
background-color: color-mix(in oklab, var(--green) 20%, transparent);
|
||||
}
|
||||
}
|
||||
.bg-green\/40 {
|
||||
background-color: var(--green);
|
||||
@supports (color: color-mix(in lab, red, red)) {
|
||||
background-color: color-mix(in oklab, var(--green) 40%, transparent);
|
||||
}
|
||||
}
|
||||
.bg-mantle {
|
||||
background-color: var(--mantle);
|
||||
}
|
||||
@@ -1837,6 +1856,11 @@
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
.lg\:grid-cols-2 {
|
||||
@media (width >= 64rem) {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
}
|
||||
.lg\:grid-cols-3 {
|
||||
@media (width >= 64rem) {
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
|
||||
2
internal/embedfs/web/vendored/sortablejs@1.15.6.min.js
vendored
Normal file
2
internal/embedfs/web/vendored/sortablejs@1.15.6.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user