diff --git a/src/app/components/navbar/navbar.component.html b/src/app/components/navbar/navbar.component.html index 4ed526c..904f4bc 100644 --- a/src/app/components/navbar/navbar.component.html +++ b/src/app/components/navbar/navbar.component.html @@ -4,7 +4,13 @@ (click)="toggleSidebar()"> Administrador de Cronogramas +
- \ No newline at end of file + diff --git a/src/app/components/navbar/navbar.component.scss b/src/app/components/navbar/navbar.component.scss index 2e255d3..3d8fcdd 100644 --- a/src/app/components/navbar/navbar.component.scss +++ b/src/app/components/navbar/navbar.component.scss @@ -7,38 +7,38 @@ padding: 0 1rem; width: 100%; } - + .navbar-left { display: flex; align-items: center; } - + .sidebar-toggle { color: #343a40; margin-right: 0.5rem; } - + .app-title { font-weight: bold; color: #0a2847; font-size: 1rem; } - + .navbar-right { display: flex; align-items: center; } - + .user-name { margin-right: 0.5rem; font-size: 0.9rem; color: #0a2847; } - + .logout-button { color: #0a2847; } - + /* Page header styles */ .page-header { display: flex; @@ -48,44 +48,44 @@ border-bottom: 1px solid #dee2e6; background-color: #fff; } - + .page-title { font-size: 1.25rem; font-weight: 500; color: #495057; } - + .breadcrumb-container { font-size: 0.875rem; color: #6c757d; } - + .breadcrumb-link { color: #0088cc; text-decoration: none; } - + .breadcrumb-link:hover { text-decoration: underline; } - + .breadcrumb-separator { margin: 0 0.25rem; } - + .breadcrumb-current { color: #6c757d; } - + /* Sobrescribir estilos de PrimeNG para los botones en el navbar */ :host ::ng-deep .p-button.p-button-text { padding: 0.5rem; color: #0a2847; - + &:focus { box-shadow: none; } - + .p-button-icon { font-size: 1rem; } @@ -116,4 +116,16 @@ .app-title { display: none; } - } \ No newline at end of file + } + + .logo-img { + max-height: 50px; + width: auto; + opacity: 0.8; + } + + @media (max-width: 576px) { + .logo-img { + max-height: 35px; + } + } diff --git a/src/app/pages/actualizacion-pd/actualizacion-pd.component.html b/src/app/pages/actualizacion-pd/actualizacion-pd.component.html index 1212a6e..4fe146d 100644 --- a/src/app/pages/actualizacion-pd/actualizacion-pd.component.html +++ b/src/app/pages/actualizacion-pd/actualizacion-pd.component.html @@ -8,13 +8,13 @@