Commit inicial - WordPress Análisis de Precios Unitarios

- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-11-03 21:04:30 -06:00
commit a22573bf0b
24068 changed files with 4993111 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
.buttons-set {
@apply flex gap-x-4 items-center;
}
#advads-m2-connect {
a {
@apply text-primary;
}
.inside > div {
@apply p-0;
}
.subheader {
@apply font-semibold border-0 border-b border-solid block;
border-color: $border-color;
background-color: #fdfdfe;
font-size: 14px;
padding: 8px 12px;
margin: 0 -12px;
line-height: 1.4;
&.inline {
@apply border-t;
}
&.last {
@apply border-b-0;
}
}
.step-error {
@apply text-[#cc3000];
}
}
.import-active ul {
@apply text-[#cc3000];
}