- ✅ Ticket 1.1: Estructura Clean Architecture en backend - ✅ Ticket 1.2: Schemas Zod compartidos - ✅ Ticket 1.3: Refactorización drugs.ts (1362 → 8 archivos modulares) - ✅ Ticket 1.4: Refactorización procedures.ts (3583 → 6 archivos modulares) - ✅ Ticket 1.5: Eliminación de duplicidades (~50 líneas) Cambios principales: - Creada estructura Clean Architecture en backend/src/ - Schemas Zod compartidos en backend/src/shared/schemas/ - Refactorización modular de drugs y procedures - Utilidades genéricas en src/utils/ (filter, validation) - Eliminados scripts obsoletos y documentación antigua - Corregidos errores: QueryClient, import test-error-handling - Build verificado y funcionando correctamente
107 lines
1.5 KiB
SCSS
107 lines
1.5 KiB
SCSS
pre code.hljs {
|
|
display: block;
|
|
overflow-x: auto;
|
|
padding: 1em
|
|
}
|
|
code.hljs {
|
|
padding: 3px 5px
|
|
}
|
|
/*
|
|
|
|
Intellij-light style (c) Pegasis <me@pegasis.site>
|
|
|
|
*/
|
|
.hljs {
|
|
color: #000;
|
|
background: #fff
|
|
}
|
|
.hljs-subst,
|
|
.hljs-title {
|
|
font-weight: normal;
|
|
color: #000
|
|
}
|
|
.hljs-title.function_ {
|
|
color: #7A7A43
|
|
}
|
|
.hljs-code,
|
|
.hljs-comment,
|
|
.hljs-quote {
|
|
color: #8C8C8C;
|
|
font-style: italic
|
|
}
|
|
.hljs-meta {
|
|
color: #9E880D
|
|
}
|
|
.hljs-section {
|
|
color: #871094
|
|
}
|
|
.hljs-variable.language_,
|
|
.hljs-symbol,
|
|
.hljs-selector-class,
|
|
.hljs-selector-id,
|
|
.hljs-selector-tag,
|
|
.hljs-template-tag,
|
|
.hljs-selector-attr,
|
|
.hljs-selector-pseudo,
|
|
.hljs-keyword,
|
|
.hljs-meta .hljs-keyword,
|
|
.hljs-literal,
|
|
.hljs-name,
|
|
.hljs-built_in,
|
|
.hljs-type {
|
|
color: #0033B3
|
|
}
|
|
.hljs-property,
|
|
.hljs-attr {
|
|
color: #871094
|
|
}
|
|
.hljs-attribute {
|
|
color: #174AD4
|
|
}
|
|
.hljs-number {
|
|
color: #1750EB
|
|
}
|
|
.hljs-regexp {
|
|
color: #264EFF
|
|
}
|
|
.hljs-link {
|
|
text-decoration: underline;
|
|
color: #006DCC
|
|
}
|
|
.hljs-meta .hljs-string,
|
|
.hljs-string {
|
|
color: #067D17
|
|
}
|
|
.hljs-char.escape_ {
|
|
color: #0037A6
|
|
}
|
|
.hljs-doctag {
|
|
text-decoration: underline
|
|
}
|
|
.hljs-template-variable {
|
|
color: #248F8F
|
|
}
|
|
.hljs-addition {
|
|
background: #BEE6BE
|
|
}
|
|
.hljs-deletion {
|
|
background: #D6D6D6
|
|
}
|
|
.hljs-emphasis {
|
|
font-style: italic
|
|
}
|
|
.hljs-strong {
|
|
font-weight: bold
|
|
}
|
|
.hljs-variable,
|
|
.hljs-operator,
|
|
.hljs-punctuation,
|
|
.hljs-title.class_.inherited__,
|
|
.hljs-title.class_,
|
|
.hljs-params,
|
|
.hljs-bullet,
|
|
.hljs-formula,
|
|
.hljs-tag {
|
|
/* purposely ignored */
|
|
|
|
} |