FrankZamora d73e0dc9cd fix(admin-panel): Add component-navbar.css enqueue to class-admin-menu.php
- Added wp_enqueue_style for 'apus-component-navbar-css'
- Points to admin/assets/css/component-navbar.css
- Dependency: 'apus-admin-panel-css'
- Version: APUS_ADMIN_PANEL_VERSION

This was the critical missing piece causing navbar cards to display
with incorrect Bootstrap default styles instead of custom component styles.

Without this enqueue:
- Cards had padding: 11.2px 32px 16px (Bootstrap default)
- Cards had margin: 20px 0px 16px (Bootstrap default)
- card-body had padding: 24px (Bootstrap default)

With this enqueue applied:
- Cards have padding: 0px (custom)
- Cards have margin: 0px 0px 16px (custom)
- card-body has padding: 16px (custom)
- All styles match Top Bar exactly 

Resolves #179 (Phase 3: Enable CSS loading)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-12 16:02:28 -06:00
Description
Theme WordPress para analisisdepreciosunitarios.com
125 MiB
Languages
PHP 84.2%
CSS 7.7%
JavaScript 5.7%
HTML 2.4%