fixed part role mapping to categories. set a const for categories

This commit is contained in:
2025-12-02 21:13:17 -05:00
parent c51ce862a9
commit 4b823f49cf
196 changed files with 2820 additions and 164 deletions
+19
View File
@@ -763,6 +763,14 @@ video {
.rounded-sm {
border-radius: 0.125rem;
}
.rounded-l-md {
border-top-left-radius: 0.375rem;
border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
border-top-right-radius: 0.375rem;
border-bottom-right-radius: 0.375rem;
}
.border {
border-width: 1px;
}
@@ -772,6 +780,9 @@ video {
.border-t {
border-top-width: 1px;
}
.border-r {
border-right-width: 1px;
}
.border-amber-400 {
--tw-border-opacity: 1;
border-color: rgb(251 191 36 / var(--tw-border-opacity));
@@ -977,6 +988,10 @@ video {
padding-top: 2rem;
padding-bottom: 2rem;
}
.px-2\.5 {
padding-left: 0.625rem;
padding-right: 0.625rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
@@ -1329,6 +1344,10 @@ body {
flex-direction: row;
}
.md\:items-start {
align-items: flex-start;
}
.md\:items-end {
align-items: flex-end;
}